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-object-dot-entries.spec'], env={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'}chrootPath='/var/lib/mock/f28-build-9685214-780181/root'timeout=172800logger=gid=425printOutput=Falsenspawn_args=[]uid=1000shell=Falseuser='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/nodejs-object-dot-entries.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/nodejs-object-dot-entries-1.0.4-1.fc28.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'], env={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'}chrootPath='/var/lib/mock/f28-build-9685214-780181/root'timeout=172800logger=gid=425printOutput=Falsenspawn_args=[]uid=1000shell=Falseuser='mockbuild') Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/nodejs-object-dot-entries.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.AefBHI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/gzip -dc /builddir/build/SOURCES/object.entries-1.0.4.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/nodejs-fixdep es-abstract '^1.5.1' + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uqUIIo + umask 022 + cd /builddir/build/BUILD + cd package + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.erkiT2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch ++ dirname /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.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.4-1.fc28.noarch/usr/lib/node_modules/object.entries + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.0.4-1.fc28 --unique-debug-suffix -1.0.4-1.fc28.noarch --unique-debug-src-base nodejs-object-dot-entries-1.0.4-1.fc28.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /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.ioD7Fc + 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.4-1.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XG55na + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch/usr/share/doc/nodejs-object-dot-entries + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch/usr/share/doc/nodejs-object-dot-entries + cp -pr CHANGELOG.md README.md /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch/usr/share/doc/nodejs-object-dot-entries + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.yJU3zb + umask 022 + cd /builddir/build/BUILD + cd package + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch/usr/share/licenses/nodejs-object-dot-entries + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch/usr/share/licenses/nodejs-object-dot-entries + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch/usr/share/licenses/nodejs-object-dot-entries + exit 0 Provides: nodejs-object-dot-entries = 1.0.4-1.fc28 npm(object.entries) = 1.0.4 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.2 npm(define-properties) < 2 npm(es-abstract) >= 1.5.1 npm(es-abstract) < 2 npm(function-bind) >= 1.1.0 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.4-1.fc28.noarch Wrote: /builddir/build/RPMS/nodejs-object-dot-entries-1.0.4-1.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4p13vp + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-object-dot-entries-1.0.4-1.fc28.noarch + exit 0 Child return code was: 0