Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-pathval.spec'], logger=uid=1001shell=FalsechrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-4869/root'nspawn_args=[]gid=135env={'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'}timeout=0user='mockbuild'printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-pathval.spec'] with env {'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/nodejs-pathval-1.1.0-1.fc27.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-pathval.spec'], logger=uid=1001shell=FalsechrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-4869/root'nspawn_args=[]gid=135env={'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'LANG': 'en_US.UTF-8'}timeout=0user='mockbuild'printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-pathval.spec'] with env {'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PS1': ' \\s-\\v\\$ ', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'TERM': 'vt100', 'HOSTNAME': 'mock', '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.oWSDHi + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/gzip -dc /builddir/build/SOURCES/pathval-1.1.0.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd package + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /builddir/build/BUILD + cd package + /usr/bin/tar -xvvof - + /usr/bin/bzip2 -dc /builddir/build/SOURCES/tests-1.1.0.tar.bz2 drwxrwxr-x root/root 0 2017-03-29 23:46 test/ -rw-rw-r-- root/root 339 2017-03-29 23:46 test/.eslintrc -rw-rw-r-- root/root 7285 2017-03-29 23:46 test/index.js + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.XnKGPo + umask 022 + cd /builddir/build/BUILD + cd package + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.m6AeYu + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64 ++ dirname /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64 + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64/usr/lib/node_modules/pathval + cp -pr package.json index.js pathval.js /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64/usr/lib/node_modules/pathval + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 1.1.0-1.fc27 --unique-debug-arch x86_64 --unique-debug-src-base nodejs-pathval --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /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.Nt2PtB + umask 022 + cd /builddir/build/BUILD + cd package + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node -e 'require("./")' + /usr/bin/mocha -R spec hasProperty ✓ should handle array index ✓ should handle primitives ✓ should handle objects ✓ should handle undefined ✓ should handle null getPathInfo ✓ should handle simple property ✓ should handle non-existent property ✓ should handle array index ✓ should handle dimensional array ✓ should handle out of bounds array index ✓ should handle out of bounds dimensional array index ✓ should handle backslash-escaping for .[] getPathValue ✓ returns the correct value ✓ handles undefined objects and properties setPathValue ✓ allows value to be set in simple object ✓ allows nested object value to be set ✓ allows nested array value to be set ✓ allows value to be REset in simple object ✓ allows value to be set in complex object ✓ allows value to be REset in complex object ✓ allows for value to be set in array ✓ allows setting a value into an object inside an array ✓ allows for value to be REset in array ✓ allows for value to be REset in array ✓ returns the object in which the value was set 25 passing (17ms) + exit 0 Processing files: nodejs-pathval-1.1.0-1.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.MHss9I + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64/usr/share/doc/nodejs-pathval + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64/usr/share/doc/nodejs-pathval + cp -pr CHANGELOG.md README.md /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64/usr/share/doc/nodejs-pathval + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.lvkcQQ + umask 022 + cd /builddir/build/BUILD + cd package + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64/usr/share/licenses/nodejs-pathval + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64/usr/share/licenses/nodejs-pathval + cp -pr LICENSE /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64/usr/share/licenses/nodejs-pathval + exit 0 Provides: nodejs-pathval = 1.1.0-1.fc27 npm(pathval) = 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) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64 Wrote: /builddir/build/RPMS/nodejs-pathval-1.1.0-1.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aKJCQY + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-pathval-1.1.0-1.fc27.x86_64 + exit 0 Child return code was: 0