Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-co-with-promise.spec'], uid=1001gid=135timeout=0printOutput=Falseuser='mockbuild'chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-5979/root'logger=env={'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}nspawn_args=[]shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-co-with-promise.spec'] with env {'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/nodejs-co-with-promise-4.6.0-1.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-co-with-promise.spec'], uid=1001gid=135timeout=0printOutput=Falseuser='mockbuild'chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-5979/root'logger=env={'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'}nspawn_args=[]shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-co-with-promise.spec'] with env {'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wcMsl5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/co-with-promise-4.6.0.tgz + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /builddir/build/BUILD + cd package + /usr/bin/tar -xof - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/tests-4.6.0.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -p /builddir/build/SOURCES/LICENSE . + /usr/lib/rpm/nodejs-fixdep pinkie-promise + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3mvj1r + umask 022 + cd /builddir/build/BUILD + cd package + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mF4uHO + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64 ++ dirname /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64 + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64/usr/lib/node_modules/co-with-promise + cp -pr package.json co-browser.js index.js /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64/usr/lib/node_modules/co-with-promise + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 4.6.0-1.fc27 --unique-debug-arch x86_64 --unique-debug-src-base nodejs-co-with-promise --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/package find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.7Es4Cb + umask 022 + cd /builddir/build/BUILD + cd package + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node -e 'require("./")' + /usr/bin/mocha -R spec co(gen, args) ✓ should pass the rest of the arguments co(* -> yield []) ✓ should aggregate several thunks ✓ should noop with no args ✓ should support an array of generators co.call(this) ✓ should pass the context co(fn*) with a generator function ✓ should wrap with co() (203ms) ✓ should catch errors co(*) with a generator function ✓ should wrap with co() (202ms) ✓ should catch errors yield ✓ should throw an error co(* -> yield {}) ✓ should aggregate several thunks ✓ should noop with no args ✓ should ignore non-thunkable properties ✓ should preserve key order co(* -> yield with one promise yield ✓ should work with several promise yields ✓ should work when a promise is rejected ✓ should throw and resume when yielding a non-standard promise-like ✓ should return a real Promise co(function) -> promise ✓ return value ✓ return resolve promise ✓ return reject promise ✓ should catch errors co() recursion ✓ should aggregate arrays within arrays ✓ should aggregate objects within objects co(* -> yield fn(done)) with no yields ✓ should work with one yield ✓ should work with several yields ✓ should work with many arguments ✓ should return an array when the function throws ✓ should be caught when an error is passed then thrown ✓ should only catch the first error only when an error is passed ✓ should throw and resume with nested co()s ✓ should work (124ms) return values with a callback ✓ should be passed when nested ✓ should return the value (62ms) when yielding neither a function nor a promise ✓ should throw with errors ✓ should throw ✓ should catch errors on .send() ✓ should pass future errors to the callback ✓ should pass immediate errors to the callback ✓ should catch errors on the first invocation co.wrap(fn*) ✓ should pass context ✓ should pass arguments ✓ should expose the underlying generator function 43 passing (818ms) + exit 0 Processing files: nodejs-co-with-promise-4.6.0-1.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.6501xB + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64/usr/share/doc/nodejs-co-with-promise + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64/usr/share/doc/nodejs-co-with-promise + cp -pr Readme.md /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64/usr/share/doc/nodejs-co-with-promise + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OgLyt1 + umask 022 + cd /builddir/build/BUILD + cd package + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64/usr/share/licenses/nodejs-co-with-promise + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64/usr/share/licenses/nodejs-co-with-promise + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64/usr/share/licenses/nodejs-co-with-promise + exit 0 Provides: nodejs-co-with-promise = 4.6.0-1.fc27 npm(co-with-promise) = 4.6.0 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 npm(pinkie-promise) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64 Wrote: /builddir/build/RPMS/nodejs-co-with-promise-4.6.0-1.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.hjbuCr + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-co-with-promise-4.6.0-1.fc27.x86_64 + exit 0 Child return code was: 0