Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-basic-auth.spec'], user='mockbuild'uid=1000gid=425nspawn_args=[]env={'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}shell=FalseprintOutput=Falsetimeout=172800logger=chrootPath='/var/lib/mock/f27-build-9275258-772207/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-basic-auth.spec'] with env {'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/nodejs-basic-auth-1.1.0-2.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/nodejs-basic-auth.spec'], user='mockbuild'uid=1000gid=425nspawn_args=[]env={'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}shell=FalseprintOutput=Falsetimeout=172800logger=chrootPath='/var/lib/mock/f27-build-9275258-772207/root') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/nodejs-basic-auth.spec'] with env {'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'TERM': 'vt100', 'PS1': ' \\s-\\v\\$ ', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.l0KFxf + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf basic-auth-1.1.0 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/v1.1.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd basic-auth-1.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.kgq34z + umask 022 + cd /builddir/build/BUILD + cd basic-auth-1.1.0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.wb0ACU + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch ++ dirname /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch + cd basic-auth-1.1.0 + mkdir -p /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch/usr/lib/node_modules/basic-auth + cp -pr package.json index.js /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch/usr/lib/node_modules/basic-auth + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m --build-id-seed 1.1.0-2.fc27 --unique-debug-suffix -1.1.0-2.fc27.noarch --unique-debug-src-base nodejs-basic-auth-1.1.0-2.fc27.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S /builddir/build/BUILD/basic-auth-1.1.0/debugsourcefiles.list /builddir/build/BUILD/basic-auth-1.1.0 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.zlHHrf + umask 022 + cd /builddir/build/BUILD + cd basic-auth-1.1.0 + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node -e 'require("./")' + /usr/bin/mocha --check-leaks --reporter spec --bail auth(req) arguments req ✓ should be required ✓ should accept a request ✓ should accept a koa context ✓ should reject null ✓ should reject a number ✓ should reject an object without headers with no Authorization field ✓ should return undefined with malformed Authorization field ✓ should return undefined with malformed Authorization scheme ✓ should return undefined with malformed credentials ✓ should return undefined with valid credentials ✓ should return .name and .pass with empty password ✓ should return .name and .pass with empty userid ✓ should return .name and .pass with empty userid and pass ✓ should return .name and .pass with colon in pass ✓ should return .name and .pass auth.parse(string) with undefined string ✓ should return undefined with malformed string ✓ should return undefined with malformed scheme ✓ should return undefined with malformed credentials ✓ should return undefined with valid credentials ✓ should return .name and .pass with empty password ✓ should return .name and .pass with empty userid ✓ should return .name and .pass with empty userid and pass ✓ should return .name and .pass with colon in pass ✓ should return .name and .pass 24 passing (17ms) + /usr/bin/istanbul-js cover /usr/bin/mocha -- --reporter dot --check-leaks test/ ․․․․․․․․․․․․․․․․․․․․․․․․ 24 passing (13ms) No coverage information was collected, exit without writing coverage information + /usr/bin/istanbul-js cover /usr/bin/mocha --report lcovonly -- --reporter spec --check-leaks test/ auth(req) arguments req ✓ should be required ✓ should accept a request ✓ should accept a koa context ✓ should reject null ✓ should reject a number ✓ should reject an object without headers with no Authorization field ✓ should return undefined with malformed Authorization field ✓ should return undefined with malformed Authorization scheme ✓ should return undefined with malformed credentials ✓ should return undefined with valid credentials ✓ should return .name and .pass with empty password ✓ should return .name and .pass with empty userid ✓ should return .name and .pass with empty userid and pass ✓ should return .name and .pass with colon in pass ✓ should return .name and .pass auth.parse(string) with undefined string ✓ should return undefined with malformed string ✓ should return undefined with malformed scheme ✓ should return undefined with malformed credentials ✓ should return undefined with valid credentials ✓ should return .name and .pass with empty password ✓ should return .name and .pass with empty userid ✓ should return .name and .pass with empty userid and pass ✓ should return .name and .pass with colon in pass ✓ should return .name and .pass 24 passing (16ms) No coverage information was collected, exit without writing coverage information Processing files: nodejs-basic-auth-1.1.0-2.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Wl2JkC + exit 0 + umask 022 + cd /builddir/build/BUILD + cd basic-auth-1.1.0 + DOCDIR=/builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch/usr/share/doc/nodejs-basic-auth + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch/usr/share/doc/nodejs-basic-auth + cp -pr README.md /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch/usr/share/doc/nodejs-basic-auth + cp -pr HISTORY.md /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch/usr/share/doc/nodejs-basic-auth + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HuQweZ + umask 022 + cd /builddir/build/BUILD + cd basic-auth-1.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch/usr/share/licenses/nodejs-basic-auth + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch/usr/share/licenses/nodejs-basic-auth + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch/usr/share/licenses/nodejs-basic-auth + exit 0 Provides: nodejs-basic-auth = 1.1.0-2.fc27 npm(basic-auth) = 1.1.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) >= 0.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch Wrote: /builddir/build/RPMS/nodejs-basic-auth-1.1.0-2.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AgvUvm + umask 022 + cd /builddir/build/BUILD + cd basic-auth-1.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-basic-auth-1.1.0-2.fc27.noarch + exit 0 Child return code was: 0