D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/nodejs-should-8.4.0-1.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.clgMSz + 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/should-8.4.0.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/tests-8.4.0.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/0001-Fix-flaky-tests.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -f should.min.js + find . -type f -exec chmod -x '{}' ';' + /usr/lib/rpm/nodejs-fixdep should-equal '^0.7.3' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FzwJqA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.748Srx + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64 + cd package + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64/usr/lib/node_modules/should + cp -pr package.json index.js lib/ should.js /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64/usr/lib/node_modules/should + /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 8.4.0-1.mga8 --unique-debug-suffix -8.4.0-1.mga8.x86_64 --unique-debug-src-base nodejs-should-8.4.0-1.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.n0WX9y + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + '[' 1 -eq 1 ']' + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/lib/node_modules/mocha/bin/mocha --ui exports test/ext/assert.test.js test/ext/bool.test.js test/ext/contain.test.js test/ext/eql.test.js test/ext/error.test.js test/ext/match.test.js test/ext/number.test.js test/ext/promise.test.js test/ext/property.test.js test/ext/string.test.js test/ext/type.test.js ✓ should return new assertion to hold promise ✓ should determine if it is Promise ✓ should allow to chain calls like with usual assertion ✓ should allow to use .not and .any ✓ should treat assertion like promise ✓ should propagate .not before .finally ✓ should be possible to use .eventually as an alias for .finally ✓ should allow to check if promise fulfilled ✓ should be allow to check if promise is fulfilledWith a value ✓ should be allow to check if promise rejected ✓ should allow to match rejected error ✓ should properly check async promise (1004ms) assert ✓ .ok ✓ .equal ✓ .strictEqual ✓ .deepEqual - 7.2 ✓ .deepEqual - 7.3 ✓ .deepEqual - 7.4 ✓ .deepEqual - 7.5 ✓ .deepEqual - instances ✓ Testing the throwing ✓ .ifError ✓ make sure that validating using constructor really works ✓ use a RegExp to validate error message ✓ se a fn to validate error object ✓ Make sure deepEqual doesn't loop forever on circular refs ✓ test assertion message ✓ regressions from node.js testcase bool ✓ test true ✓ test false ✓ test ok contain* ✓ test containEql ✓ test containDeep ✓ test containDeepOrdered eql ✓ test eql(val) ✓ test equal(val) ✓ test .equal() ✓ should allow to test with prototypes ✓ should check one of equal ✓ should check one of deep equal error ✓ test throw() ✓ test throw() with regex message ✓ test throw() with string message ✓ test throw() with type ✓ test throwError() ✓ test throwError() with regex message ✓ test throwError() with string message ✓ test throwError() with type ✓ test .throw(err, properties) with matching error ✓ test .throw(properties) with matching error match ✓ test string match(regexp) ✓ test object match(regexp) ✓ test array match(regexp) ✓ test match(function) ✓ test match(object) ✓ test each property match(function) ✓ test matchAny(obj) ✓ test matchAny(function) ✓ test matchAny(number) ✓ test matchAny(regexp) number ✓ test NaN ✓ test Infinity ✓ test within(start, finish) ✓ test approximately(number, delta) ✓ test above(n) ✓ test below(n) ✓ test aboveOrEqual(n) ✓ test belowOrEqual(n) property ✓ test enumerable(name) ✓ test enumerable(name, val) ✓ test enumerables(names) ✓ test property(name) ✓ test property(name, val) ✓ test length(n) ✓ test ownProperty(name) ✓ test ownProperty(name).equal(val) ✓ test properties(name1, name2, ...) ✓ test properties([names]) ✓ test any of properties ✓ test keys(array) ✓ test empty ✓ should .propertyByPath lookup properties by name path string ✓ test startWith() ✓ test endWith() type ✓ test arguments ✓ test typeof ✓ test instanceof ✓ test instanceOf (non-reserved) ✓ test Function ✓ test Object ✓ test String ✓ test Array ✓ test Number ✓ test Boolean ✓ test Error ✓ test Date 96 passing (1s) + RPM_EC=0 ++ jobs -p + exit 0 Processing files: nodejs-should-8.4.0-1.mga8.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.cFMTdA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64/usr/share/doc/nodejs-should + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64/usr/share/doc/nodejs-should + cp -pr Readme.md /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64/usr/share/doc/nodejs-should + cp -pr History.md /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64/usr/share/doc/nodejs-should + cp -pr CONTRIBUTING.md /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64/usr/share/doc/nodejs-should + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EpDQVy + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64/usr/share/licenses/nodejs-should + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64/usr/share/licenses/nodejs-should + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64/usr/share/licenses/nodejs-should + RPM_EC=0 ++ jobs -p + exit 0 Provides: nodejs-should = 8.4.0-1.mga8 npm(should) = 8.4.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) npm(should-equal) >= 0.7.3 npm(should-equal) < 0.8 npm(should-format) >= 0.3.2 npm(should-format) < 0.3.3 npm(should-type) >= 0.2.0 npm(should-type) < 0.2.1 Obsoletes: nodejs-should-promised < 0.3.1-2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/nodejs-should-8.4.0-1.mga8.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LGMPax + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd package + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/nodejs-should-8.4.0-1.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.lpimXz + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf package + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!