Mock Version: 1.3.3 Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-accepts.spec'], chrootPath='/var/lib/mock/fedora-rawhide-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-accepts.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/nodejs-accepts-1.3.3-1.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-accepts.spec'], chrootPath='/var/lib/mock/fedora-rawhide-x86_64/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'private_network=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-accepts.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', '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.xCEjND + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf accepts-1.3.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/nodejs-accepts-1.3.3.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd accepts-1.3.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/nodejs-fixdep mime-types 2.x + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zEt9K9 + umask 022 + cd /builddir/build/BUILD + cd accepts-1.3.3 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.lU7IJF + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64 ++ dirname /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64 + cd accepts-1.3.3 + mkdir -p /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64/usr/lib/node_modules/accepts + cp -pr package.json index.js /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64/usr/lib/node_modules/accepts + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/accepts-1.3.3 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.Xf6wbc + umask 022 + cd /builddir/build/BUILD + cd accepts-1.3.3 + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node -e 'require("./")' + mocha --reporter spec --check-leaks test/ accepts.charsets() with no arguments when Accept-Charset is populated ✓ should return accepted types when Accept-Charset is not in request ✓ should return * when Accept-Charset is empty ✓ should return an empty array with multiple arguments when Accept-Charset is populated if any types match ✓ should return the best fit if no types match ✓ should return false when Accept-Charset is not populated ✓ should return the first type with an array ✓ should return the best fit accepts.encodings() with no arguments when Accept-Encoding is populated ✓ should return accepted types when Accept-Encoding is not in request ✓ should return identity when identity is not included ✓ should return false when Accept-Encoding is empty ✓ should return identity when identity is not included ✓ should return false with multiple arguments ✓ should return the best fit with an array ✓ should return the best fit accepts.languages() with no arguments when Accept-Language is populated ✓ should return accepted types when Accept-Language is not in request ✓ should return * when Accept-Language is empty ✓ should return an empty array with multiple arguments when Accept-Language is populated if any types types match ✓ should return the best fit if no types match ✓ should return false when Accept-Language is not populated ✓ should return the first type with an array ✓ should return the best fit accepts.types() with no arguments when Accept is populated ✓ should return all accepted types when Accept not in request ✓ should return */* when Accept is empty ✓ should return [] with no valid types when Accept is populated ✓ should return false when Accept is not populated ✓ should return the first type when extensions are given ✓ should convert to mime types when an array is given ✓ should return the first match when multiple arguments are given ✓ should return the first match when present in Accept as an exact match ✓ should return the type when present in Accept as a type match ✓ should return the type when present in Accept as a subtype match ✓ should return the type 32 passing (30ms) + exit 0 Processing files: nodejs-accepts-1.3.3-1.fc26.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sIZyzJ + umask 022 + cd /builddir/build/BUILD + cd accepts-1.3.3 + DOCDIR=/builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64/usr/share/doc/nodejs-accepts + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64/usr/share/doc/nodejs-accepts + cp -pr README.md /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64/usr/share/doc/nodejs-accepts + cp -pr HISTORY.md /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64/usr/share/doc/nodejs-accepts + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.7hGzZg + umask 022 + cd /builddir/build/BUILD + cd accepts-1.3.3 + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64/usr/share/licenses/nodejs-accepts + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64/usr/share/licenses/nodejs-accepts + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64/usr/share/licenses/nodejs-accepts + exit 0 Provides: nodejs-accepts = 1.3.3-1.fc26 npm(accepts) = 1.3.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) >= 0.6 npm(mime-types) >= 2 npm(mime-types) < 3 npm(negotiator) = 0.6.1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64 Wrote: /builddir/build/RPMS/nodejs-accepts-1.3.3-1.fc26.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.yaHWIO + umask 022 + cd /builddir/build/BUILD + cd accepts-1.3.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-accepts-1.3.3-1.fc26.x86_64 + exit 0 Child return code was: 0 Mock Version: 1.3.3 Mock Version: 1.3.3 Mock Version: 1.3.3 Mock Version: 1.3.3 Mock Version: 1.3.3 Mock Version: 1.3.3 Mock Version: 1.3.3 Mock Version: 1.3.3 Mock Version: 1.3.3 Mock Version: 1.3.3