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-vary.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-vary.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-vary-1.1.0-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-vary.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-vary.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.MpRkqU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf vary-1.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/nodejs-vary-1.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd vary-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.UeTlPL + umask 022 + cd /builddir/build/BUILD + cd vary-1.1.0 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jEn4eD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64 ++ dirname /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64 + cd vary-1.1.0 + mkdir -p /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64/usr/lib/node_modules/vary + cp -pr package.json index.js /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64/usr/lib/node_modules/vary + /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/vary-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.O4xz9u + umask 022 + cd /builddir/build/BUILD + cd vary-1.1.0 + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node -e 'require("./")' + mocha --reporter spec --check-leaks test/ vary(res, field) arguments res ✓ should be required ✓ should not allow non-res-like objects field ✓ should be required ✓ should accept string ✓ should accept array of string ✓ should accept string that is Vary header ✓ should not allow separator ":" ✓ should not allow separator " " when no Vary ✓ should set value ✓ should set value with multiple calls ✓ should preserve case ✓ should not set Vary on empty array when existing Vary ✓ should set value ✓ should set value with multiple calls ✓ should not duplicate existing value ✓ should compare case-insensitive ✓ should preserve case when existing Vary as array ✓ should set value ✓ should not duplicate existing value when Vary: * ✓ should set value ✓ should act as if all values alread set ✓ should erradicate existing values ✓ should update bad existing header when field is string ✓ should set value ✓ should set value when vary header ✓ should acept LWS ✓ should handle contained * when field is array ✓ should set value ✓ should ignore double-entries ✓ should be case-insensitive ✓ should handle contained * ✓ should handle existing values vary.append(header, field) arguments header ✓ should be required ✓ should be a string field ✓ should be required ✓ should accept string ✓ should accept string that is Vary header ✓ should accept array of string ✓ should not allow separator ":" ✓ should not allow separator " " ✓ should not allow non-token characters when header empty ✓ should set value ✓ should set value with array ✓ should preserve case when header has values ✓ should set value ✓ should set value with array ✓ should not duplicate existing value ✓ should compare case-insensitive ✓ should preserve case when * ✓ should set value ✓ should act as if all values already set ✓ should erradicate existing values ✓ should update bad existing header when field is string ✓ should set value ✓ should set value when vary header ✓ should acept LWS ✓ should handle contained * when field is array ✓ should set value ✓ should ignore double-entries ✓ should be case-insensitive ✓ should handle contained * ✓ should handle existing values 62 passing (105ms) + exit 0 Processing files: nodejs-vary-1.1.0-1.fc26.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Q4Qnko + umask 022 + cd /builddir/build/BUILD + cd vary-1.1.0 + DOCDIR=/builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64/usr/share/doc/nodejs-vary + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64/usr/share/doc/nodejs-vary + cp -pr README.md /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64/usr/share/doc/nodejs-vary + cp -pr HISTORY.md /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64/usr/share/doc/nodejs-vary + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.G7X8wh + umask 022 + cd /builddir/build/BUILD + cd vary-1.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64/usr/share/licenses/nodejs-vary + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64/usr/share/licenses/nodejs-vary + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64/usr/share/licenses/nodejs-vary + exit 0 Provides: nodejs-vary = 1.1.0-1.fc26 npm(vary) = 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.8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-vary-1.1.0-1.fc26.x86_64 Wrote: /builddir/build/RPMS/nodejs-vary-1.1.0-1.fc26.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.1M3M4a + umask 022 + cd /builddir/build/BUILD + cd vary-1.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-vary-1.1.0-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