D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/nodejs-json-diff-0.3.1-2.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.lJSxxS + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf package + /usr/bin/gzip -dc /home/pterjan/rpmbuild/SOURCES/json-diff-0.3.1.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/pterjan/rpmbuild/BUILD + cd package + /usr/bin/bzip2 -dc /home/pterjan/rpmbuild/SOURCES/tests-0.3.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /home/pterjan/rpmbuild/BUILD + cd package + /usr/bin/bzip2 -dc /home/pterjan/rpmbuild/SOURCES/example-0.3.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -p /home/pterjan/rpmbuild/SOURCES/LICENSE-MIT . + /usr/lib/rpm/nodejs-fixdep cli-color '^1.1.0' + /usr/lib/rpm/nodejs-fixdep dreamopt '^0.8.0' + /usr/lib/rpm/nodejs-fixdep should + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.q55X92 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd package + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TE9GNd + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64 + cd package + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64/usr/lib/node_modules/json-diff + cp -pr package.json lib/ /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64/usr/lib/node_modules/json-diff + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh -j8 -m -i --build-id-seed 0.3.1-2.mga7 --unique-debug-suffix -0.3.1-2.mga7.x86_64 --unique-debug-src-base nodejs-json-diff-0.3.1-2.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/package + '[' -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/translate_menu + '[' -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_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gvU9xp + umask 022 + cd /home/pterjan/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/coffee -c -b test/ + /usr/bin/mocha --require should -R spec colorizeToArray ✓ should return ' ' for a scalar value ✓ should return '-', '+' for a scalar diff ✓ should return '-: ' for an object diff with a removed key ✓ should return '+: ' for an object diff with an added key ✓ should return '+: ' for an object diff with an added key and a non-scalar value ✓ should return ' : ' for an object diff with a modified key ✓ should return '+' for an array diff ✓ should return '-' for an array diff output: [ ... { + foo: 42 } ... ] ✓ should handle an array diff with subobject diff colorize ✓ should return a string with ANSI escapes ✓ should return a string without ANSI escapes on { color: false } diff with simple scalar values ✓ should return undefined for two identical numbers ✓ should return undefined for two identical strings ✓ should return { __old: , __new: } object for two different numbers with objects ✓ should return undefined for two objects with identical contents ✓ should return undefined for two object hierarchies with identical contents ✓ should return { __deleted: } when the second object is missing a key ✓ should return { __added: } when the first object is missing a key ✓ should return { : { __old: , __new: } } for two objects with diffent scalar values for a key ✓ should return { : } with a recursive diff for two objects with diffent values for a key with arrays of scalars ✓ should return undefined for two arrays with identical contents ✓ should return [..., ['-', ], ...] for two arrays when the second array is missing a value ✓ should return [..., ['+', ], ...] for two arrays when the second one has an extra value ✓ should return [..., ['+', ]] for two arrays when the second one has an extra value at the end (edge case test) with arrays of objects ✓ should return undefined for two arrays with identical contents ✓ should return [..., ['-', ], ...] for two arrays when the second array is missing a value ✓ should return [..., ['+', ], ...] for two arrays when the second array has an extra value ✓ should return [..., ['~', ], ...] for two arrays when an item has been modified (note: involves a crazy heuristic) diffString ✓ should produce the expected result for the example JSON files ✓ should produce the expected colored result for the example JSON files 30 passing (17ms) + exit 0 Processing files: nodejs-json-diff-0.3.1-2.mga7.noarch Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.hPoq8C + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd package + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64/usr/share/doc/nodejs-json-diff + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64/usr/share/doc/nodejs-json-diff + cp -pr README.md /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64/usr/share/doc/nodejs-json-diff + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.OK5xLQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd package + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64/usr/share/licenses/nodejs-json-diff + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64/usr/share/licenses/nodejs-json-diff + cp -pr LICENSE-MIT /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64/usr/share/licenses/nodejs-json-diff + exit 0 Provides: nodejs-json-diff = 0.3.1-2.mga7 npm(json-diff) = 0.3.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) npm(cli-color) >= 1.1.0 npm(cli-color) < 2 npm(difflib) >= 0.2.1 npm(difflib) < 0.3 npm(dreamopt) >= 0.8.0 npm(dreamopt) < 0.9 npm(should) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/noarch/nodejs-json-diff-0.3.1-2.mga7.noarch.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.rzY4p5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd package + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/nodejs-json-diff-0.3.1-2.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8Jxl6j + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf package + exit 0 D: [iurt_root_command] Success!