D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/nodejs-docopt-0.6.2-6.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.03uTlm + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf package + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/docopt-0.6.2.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /home/iurt/rpmbuild/BUILD + cd package + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/examples-0.6.2.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm docopt.js + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tK03ym + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/coffee -c docopt.coffee + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.poQ7Cm + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64 + cd package + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64/usr/lib/node_modules/docopt + cp -pr package.json docopt.js /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64/usr/lib/node_modules/docopt + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 0.6.2-6.mga8 --unique-debug-suffix -0.6.2-6.mga8.x86_64 --unique-debug-src-base nodejs-docopt-0.6.2-6.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/package + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.eyBwlk + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + '[' 1 -eq 1 ']' + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node -e 'require("./")' + /usr/bin/mocha --compilers coffee:coffee-script/register -R spec test.coffee ✓ test_pattern_flat ✓ test_option ✓ test_option_name ✓ test_commands ✓ test_formal_usage ✓ test_parse_argv ✓ test_parse_pattern ✓ test_option_match ✓ test_argument_match ✓ test_command_match ✓ test_optional_match ✓ test_required_match ✓ test_either_match ✓ test_one_or_more_match ✓ test_list_argument_match ✓ test_basic_pattern_matching ✓ test_pattern_either ✓ test_pattern_fix_repeating_arguments ✓ test_pattern_fix_identities_1 ✓ test_pattern_fix_identities_2 ✓ test_long_options_error_handling ✓ test_short_options_error_handling ✓ test_matching_paren ✓ test_allow_double_dash ✓ test_docopt ✓ test_language_errors ✓ test_issue_40 ✓ test_count_multiple_flags ✓ test_any_options_parameter ✓ test_default_value_for_positional_arguments ✓ test_issue_59 ✓ test_options_first ✓ test_issue_68_options_shortcut_does_not_include_options_in_usage_pattern ✓ test_issue_65_evaluate_argv_when_called_not_when_imported ✓ test_issue_71_double_dash_is_not_a_valid_option_argument ✓ test_parse_section ✓ test_issue_126_defaults_not_parsed_correctly_when_tabs testcases.coffee ✓ testcase 1 `prog ` ✓ testcase 2 `prog --xxx` ✓ testcase 3 `prog ` ✓ testcase 4 `prog -a` ✓ testcase 5 `prog -x` ✓ testcase 6 `prog ` ✓ testcase 7 `prog --all` ✓ testcase 8 `prog --xxx` ✓ testcase 9 `prog --verbose` ✓ testcase 10 `prog --ver` ✓ testcase 11 `prog -v` ✓ testcase 12 `prog -p home/` ✓ testcase 13 `prog -phome/` ✓ testcase 14 `prog -p` ✓ testcase 15 `prog --path home/` ✓ testcase 16 `prog --path=home/` ✓ testcase 17 `prog --pa home/` ✓ testcase 18 `prog --pa=home/` ✓ testcase 19 `prog --path` ✓ testcase 20 `prog -proot` ✓ testcase 21 `prog -p root` ✓ testcase 22 `prog --path root` ✓ testcase 23 `prog ` ✓ testcase 24 `prog -phome` ✓ testcase 25 `prog ` ✓ testcase 26 `prog --path=home` ✓ testcase 27 `prog -a -r -m Hello` ✓ testcase 28 `prog -armyourass` ✓ testcase 29 `prog -a -r` ✓ testcase 30 `prog --version` ✓ testcase 31 `prog --verbose` ✓ testcase 32 `prog --ver` ✓ testcase 33 `prog --verb` ✓ testcase 34 `prog -armyourass` ✓ testcase 35 `prog -a -r -m Hello` ✓ testcase 36 `prog -a -b` ✓ testcase 37 `prog -b -a` ✓ testcase 38 `prog -a` ✓ testcase 39 `prog ` ✓ testcase 40 `prog -a -b` ✓ testcase 41 `prog -b -a` ✓ testcase 42 `prog -a` ✓ testcase 43 `prog ` ✓ testcase 44 `prog -a -b` ✓ testcase 45 `prog -b -a` ✓ testcase 46 `prog -a` ✓ testcase 47 `prog -b` ✓ testcase 48 `prog ` ✓ testcase 49 `prog -a -b` ✓ testcase 50 `prog -b -a` ✓ testcase 51 `prog -a` ✓ testcase 52 `prog -b` ✓ testcase 53 `prog ` ✓ testcase 54 `prog -a -b` ✓ testcase 55 `prog ` ✓ testcase 56 `prog -a` ✓ testcase 57 `prog -b` ✓ testcase 58 `prog -a -b` ✓ testcase 59 `prog ` ✓ testcase 60 `prog -a` ✓ testcase 61 `prog -b` ✓ testcase 62 `prog 10` ✓ testcase 63 `prog 10 20` ✓ testcase 64 `prog ` ✓ testcase 65 `prog 10` ✓ testcase 66 `prog 10 20` ✓ testcase 67 `prog ` ✓ testcase 68 `prog 10 20 40` ✓ testcase 69 `prog 10 20` ✓ testcase 70 `prog ` ✓ testcase 71 `prog 10 20 40` ✓ testcase 72 `prog 10 20` ✓ testcase 73 `prog ` ✓ testcase 74 `prog 10 20 40` ✓ testcase 75 `prog 20 40` ✓ testcase 76 `prog ` ✓ testcase 77 `prog 10 --all` ✓ testcase 78 `prog 10` ✓ testcase 79 `prog ` ✓ testcase 80 `prog 10 20` ✓ testcase 81 `prog 10` ✓ testcase 82 `prog ` ✓ testcase 83 `prog 10 20` ✓ testcase 84 `prog 10` ✓ testcase 85 `prog ` ✓ testcase 86 `prog 10 20` ✓ testcase 87 `prog 10` ✓ testcase 88 `prog ` ✓ testcase 89 `prog 10 20` ✓ testcase 90 `prog 10` ✓ testcase 91 `prog ` ✓ testcase 92 `prog 10 20` ✓ testcase 93 `prog 10` ✓ testcase 94 `prog ` ✓ testcase 95 `prog 10 20` ✓ testcase 96 `prog 10` ✓ testcase 97 `prog ` ✓ testcase 98 `prog 10` ✓ testcase 99 `prog --foo 10` ✓ testcase 100 `prog --foo=10` ✓ testcase 101 `prog 10` ✓ testcase 102 `prog 10 20` ✓ testcase 103 `prog --foo --bar` ✓ testcase 104 `prog ship Guardian move 150 300 --speed=20` ✓ testcase 105 `prog --hello` ✓ testcase 106 `prog ` ✓ testcase 107 `prog --hello wrld` ✓ testcase 108 `prog ` ✓ testcase 109 `prog -o` ✓ testcase 110 `prog -op` ✓ testcase 111 `prog --aa` ✓ testcase 112 `prog --a` ✓ testcase 113 `prog -v` ✓ testcase 114 `prog ` ✓ testcase 115 `prog -v` ✓ testcase 116 `prog -vv` ✓ testcase 117 `prog ` ✓ testcase 118 `prog -v` ✓ testcase 119 `prog -vv` ✓ testcase 120 `prog -vvvvvv` ✓ testcase 121 `prog ` ✓ testcase 122 `prog -v` ✓ testcase 123 `prog -vv` ✓ testcase 124 `prog -vvvv` ✓ testcase 125 `prog --ver --ver` ✓ testcase 126 `prog go` ✓ testcase 127 `prog ` ✓ testcase 128 `prog go` ✓ testcase 129 `prog go go` ✓ testcase 130 `prog go go go` ✓ testcase 131 `prog go go go go go` ✓ testcase 132 `prog -a` ✓ testcase 133 `prog -aa` ✓ testcase 134 `prog arg` ✓ testcase 135 `prog -v arg` ✓ testcase 136 `prog -q arg` ✓ testcase 137 `prog -` ✓ testcase 138 `prog ` ✓ testcase 139 `prog a b` ✓ testcase 140 `prog ` ✓ testcase 141 `prog -a` ✓ testcase 142 `prog --hello` ✓ testcase 143 `prog ` ✓ testcase 144 `prog --hello wrld` ✓ testcase 145 `prog ` ✓ testcase 146 `prog -o` ✓ testcase 147 `prog -op` ✓ testcase 148 `prog -v` ✓ testcase 149 `prog remote -v` ✓ testcase 150 `prog ` ✓ testcase 151 `prog 1 2` ✓ testcase 152 `prog ` ✓ testcase 153 `prog ` ✓ testcase 154 `prog ` ✓ testcase 155 `prog ` ✓ testcase 156 `prog ` ✓ testcase 157 `prog --long one` ✓ testcase 158 `prog --long one --long two` ✓ testcase 159 `prog go left --speed=5 go right --speed=9` ✓ testcase 160 `prog -a` ✓ testcase 161 `prog -o this -o that` ✓ testcase 162 `prog ` ✓ testcase 163 `prog -o this` ✓ testcase 164 `prog ` ✓ testcase 165 `prog -pHOME` ✓ testcase 166 `prog --xx=1 --yy=2` ✓ testcase 167 `prog f.txt` ✓ testcase 168 `prog --input a.txt --input=b.txt` ✓ testcase 169 `prog fail --loglevel 5` ✓ testcase 170 `prog --foo` ✓ testcase 171 `prog --foo` ✓ testcase 172 `prog --foo` ✓ testcase 173 `prog --foo` ✓ testcase 174 `prog --foo` ✓ testcase 175 `prog --baz --egg` 212 passing (636ms) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: nodejs-docopt-0.6.2-6.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.uowfck + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64/usr/share/doc/nodejs-docopt + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64/usr/share/doc/nodejs-docopt + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64/usr/share/doc/nodejs-docopt + cp -pr examples/ /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64/usr/share/doc/nodejs-docopt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.InBrBn + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64/usr/share/licenses/nodejs-docopt + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64/usr/share/licenses/nodejs-docopt + cp -pr LICENSE-MIT /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64/usr/share/licenses/nodejs-docopt + RPM_EC=0 ++ jobs -p + exit 0 Provides: nodejs-docopt = 0.6.2-6.mga8 npm(docopt) = 0.6.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) >= 0.10.0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/nodejs-docopt-0.6.2-6.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.C21hBm + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/nodejs-docopt-0.6.2-6.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jqNGll + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf package + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!