Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-cron.spec'], gid=135logger=timeout=0nspawn_args=[]chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-6061/root'uid=1001shell=Falseuser='mockbuild'printOutput=Falseenv={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-cron.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/nodejs-cron-1.2.1-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-cron.spec'], gid=135logger=timeout=0nspawn_args=[]chrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-6061/root'uid=1001shell=Falseuser='mockbuild'printOutput=Falseenv={'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-cron.spec'] with env {'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'TERM': 'vt100', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'HOSTNAME': 'mock', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ce6fy5 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/gzip -dc /builddir/build/SOURCES/cron-1.2.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 . + cp -p /builddir/build/SOURCES/LICENSE-MIT . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.nx2ELR + umask 022 + cd /builddir/build/BUILD + cd package + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.etPvZD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64 ++ dirname /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64 + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64/usr/lib/node_modules/cron + cp -pr package.json lib/ /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64/usr/lib/node_modules/cron + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 1.2.1-1.fc27 --unique-debug-arch x86_64 --unique-debug-src-base nodejs-cron --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.Z0nMxq + 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 tests/test-cron.js tests/test-crontime.js cron ✓ should run every second (* * * * * *) ✓ should run second with oncomplete (* * * * * *) ✓ should fire every 60 min (60ms) ✓ should use standard cron no-seconds syntax (* * * * *) ✓ should run every second for 5 seconds (* * * * * *) ✓ should run every second for 5 seconds with oncomplete (* * * * * *) ✓ should run every second for 5 seconds (*/1 * * * * *) ✓ should run every 2 seconds for 1 seconds (*/2 * * * * *) ✓ should run every 2 seconds for 5 seconds (*/2 * * * * *) ✓ should run every second for 5 seconds with oncomplete (*/1 * * * * *) ✓ should run every second for a range ([start]-[end] * * * * *) ✓ should run every second for a range with oncomplete ([start]-[end] * * * * *) ✓ should run every second (* * * * * *) using the object constructor ✓ should run every second with oncomplete (* * * * * *) using the object constructor ✓ should start and stop job ✓ should run on a specific date ✓ should run on a specific date with oncomplete ✓ should wait and not fire immediately ✓ should start, change time, start again ✓ should start, change time, exception ✓ should scope onTick to running job ✓ should scope onTick to object ✓ should scope onTick to object within contstructor object ✓ should not get into an infinite loop on invalid times ✓ should test start of month ✓ should not fire if time was adjusted back - should run every second monday with timezone ✓ should run a job using cron syntax ✓ should run a job using a date ✓ should test if timezone is valid. crontime ✓ should test stars (* * * * * *) ✓ should test digit (0 * * * * *) ✓ should test multi digits (08 * * * * *) ✓ should test all digits (08 8 8 8 8 5) ✓ should test too many digits (08 8 8 8 8 5) ✓ should test standard cron format (* * * * *) ✓ should test standard cron format (8 8 8 8 5) ✓ should test hyphen (0-10 * * * * *) ✓ should test multi hyphens (0-10 0-10 * * * *) ✓ should test all hyphens (0-10 0-10 0-10 0-10 0-10 0-1) ✓ should test comma (0,10 * * * * *) ✓ should test multi commas (0,10 0,10 * * * *) ✓ should test all commas (0,10 0,10 0,10 0,10 0,10 0,1) ✓ should test alias (* * * * jan *) ✓ should test multi aliases (* * * * jan,feb *) ✓ should test all aliases (* * * * jan,feb mon,tue) - should test every second monday (* * * * * mon/2) ✓ should test unknown alias (* * * * jar *) ✓ should test unknown alias - short (* * * * j *) ✓ should test Date ✓ should test day roll-over ✓ should test illegal repetition syntax ✓ should test next date ERROR: You specified an invalid date. ✓ should test next date from invalid date ✓ should test next real date - should test next month selection should throw an exception because `L` not supported ✓ (* * * L * *) ✓ (* * * * * L) 55 passing (209ms) 3 pending + exit 0 Processing files: nodejs-cron-1.2.1-1.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qQDdqf + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64/usr/share/doc/nodejs-cron + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64/usr/share/doc/nodejs-cron + cp -pr README.md /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64/usr/share/doc/nodejs-cron + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.5jdVj4 + umask 022 + cd /builddir/build/BUILD + cd package + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64/usr/share/licenses/nodejs-cron + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64/usr/share/licenses/nodejs-cron + cp -pr LICENSE-MIT /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64/usr/share/licenses/nodejs-cron + exit 0 Provides: nodejs-cron = 1.2.1-1.fc27 npm(cron) = 1.2.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) npm(moment-timezone) >= 0.5 npm(moment-timezone) < 0.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64 Wrote: /builddir/build/RPMS/nodejs-cron-1.2.1-1.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.y51YuT + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-cron-1.2.1-1.fc27.x86_64 + exit 0 Child return code was: 0