Mock Version: 1.3.3 Mock Version: 1.3.3 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-object-dot-entries.spec'], uid=1000printOutput=FalsechrootPath='/var/lib/mock/f26-build-7733713-697715/root'user='mockbuild'env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ '}timeout=172800shell=Falselogger=gid=425) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-object-dot-entries.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/nodejs-object-dot-entries-1.0.3-3.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/nodejs-object-dot-entries.spec'], uid=1000printOutput=Falseprivate_network=Trueuser='mockbuild'env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ '}timeout=172800shell=FalsechrootPath='/var/lib/mock/f26-build-7733713-697715/root'logger=gid=425) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/nodejs-object-dot-entries.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'SHELL': '/bin/bash', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.LWgZ4C + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/gzip -dc /builddir/build/SOURCES/object.entries-1.0.3.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wzNQli + umask 022 + cd /builddir/build/BUILD + cd package + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.M696CX + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch ++ dirname /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch/usr/lib/node_modules/object.entries + cp -pr package.json implementation.js index.js polyfill.js shim.js /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch/usr/lib/node_modules/object.entries + /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 50000000 /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.Gae6lD + umask 022 + cd /builddir/build/BUILD + cd package + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node -e 'require("./")' + npm link object-keys /builddir/build/BUILD/package/node_modules/object-keys -> /usr/lib/node_modules/object-keys + /usr/bin/node test/shimmed.js TAP version 13 # shimmed ok 1 Object.entries has a length of 1 ok 2 basic support ok 3 duplicate entries are included # Function name ok 4 Object.entries has name "entries" # enumerability ok 5 Object.entries is not enumerable # bad object value ok 6 undefined is not an object ok 7 null is not an object # entries are in the same order as keys ok 8 entries match key order # non-enumerable properties are omitted ok 9 non-enumerable property‘s value is omitted # inherited properties are omitted ok 10 only own properties are included # Symbol properties are omitted ok 11 symbol properties are omitted # not-yet-visited keys deleted on [[Get]] must not show up in output ok 12 when "b" is deleted prior to being visited, it should not show up # not-yet-visited keys made non-enumerable on [[Get]] must not show up in output ok 13 when "b" is made non-enumerable prior to being visited, it should not show up 1..13 # tests 13 # pass 13 # ok + /usr/bin/node test/index.js TAP version 13 # as a function ok 1 basic support ok 2 duplicate entries are included # bad array/this value ok 3 undefined is not an object ok 4 null is not an object # entries are in the same order as keys ok 5 entries match key order # non-enumerable properties are omitted ok 6 non-enumerable property‘s value is omitted # inherited properties are omitted ok 7 only own properties are included # Symbol properties are omitted ok 8 symbol properties are omitted # not-yet-visited keys deleted on [[Get]] must not show up in output ok 9 when "b" is deleted prior to being visited, it should not show up # not-yet-visited keys made non-enumerable on [[Get]] must not show up in output ok 10 when "b" is made non-enumerable prior to being visited, it should not show up 1..10 # tests 10 # pass 10 # ok + exit 0 Processing files: nodejs-object-dot-entries-1.0.3-3.fc26.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HcBUul + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch/usr/share/doc/nodejs-object-dot-entries + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch/usr/share/doc/nodejs-object-dot-entries + cp -pr CHANGELOG.md README.md /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch/usr/share/doc/nodejs-object-dot-entries + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TcAHE3 + umask 022 + cd /builddir/build/BUILD + cd package + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch/usr/share/licenses/nodejs-object-dot-entries + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch/usr/share/licenses/nodejs-object-dot-entries + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch/usr/share/licenses/nodejs-object-dot-entries + exit 0 Provides: nodejs-object-dot-entries = 1.0.3-3.fc26 npm(object.entries) = 1.0.3 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) >= 0.4 npm(define-properties) >= 1.1.1 npm(define-properties) < 2 npm(es-abstract) >= 1.3.2 npm(es-abstract) < 2 npm(function-bind) >= 1.0.2 npm(function-bind) < 2 npm(has) >= 1.0.1 npm(has) < 2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch Wrote: /builddir/build/RPMS/nodejs-object-dot-entries-1.0.3-3.fc26.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.iAyNaM + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.3-3.fc26.noarch + exit 0 Child return code was: 0