Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-gitconfiglocal.spec'], gid=135timeout=0logger=printOutput=Falseenv={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'}user='mockbuild'uid=1001shell=FalsechrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-6191/root'nspawn_args=[]) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/nodejs-gitconfiglocal.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/nodejs-gitconfiglocal-2.0.1-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-gitconfiglocal.spec'], gid=135timeout=0logger=printOutput=Falseenv={'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'LANG': 'en_US.UTF-8'}user='mockbuild'uid=1001shell=FalsechrootPath='/var/lib/mock/fedora-rawhide-x86_64-mockbuilder-6191/root'nspawn_args=[]) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/nodejs-gitconfiglocal.spec'] with env {'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', '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.F3IOzC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf package + /usr/bin/gzip -dc /builddir/build/SOURCES/gitconfiglocal-2.0.1.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-2.0.1.tar.bz2 drwxrwxr-x root/root 0 2017-05-07 16:49 test/ -rw-rw-r-- root/root 1496 2017-05-07 16:49 test/test.js + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp -p /builddir/build/SOURCES/LICENSE-BSD-2.txt . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.bwUdd1 + umask 022 + cd /builddir/build/BUILD + cd package + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1EI9Qp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64 ++ dirname /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64 + cd package + mkdir -p /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64/usr/lib/node_modules/gitconfiglocal + cp -pr package.json index.js /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64/usr/lib/node_modules/gitconfiglocal + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --ver-rel 2.0.1-1.fc27 --unique-debug-arch x86_64 --unique-debug-src-base nodejs-gitconfiglocal --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.zza6PO + umask 022 + cd /builddir/build/BUILD + cd package + /usr/lib/rpm/nodejs-symlink-deps /usr/lib/node_modules --check + /usr/bin/node -e 'require("./")' + git init Initialized empty Git repository in /builddir/build/BUILD/package/.git/ + /usr/bin/node test/test.js TAP version 13 # can get gitconfig ok 1 should not have error getting gitconfig ok 2 should have config data # can get gitconfig from subfolder ok 3 should not have error getting gitconfig ok 4 should have config data # can get gitconfig in git dir other than default .git ok 5 should not have error getting gitconfig ok 6 should have config data # from subfolder can get gitconfig in $GIT_DIR (absolute path) other than default .git ok 7 should not have error getting gitconfig ok 8 should have config data 1..8 # tests 8 # pass 8 # ok + exit 0 Processing files: nodejs-gitconfiglocal-2.0.1-1.fc27.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.t4Z1Ke + umask 022 + cd /builddir/build/BUILD + cd package + DOCDIR=/builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64/usr/share/doc/nodejs-gitconfiglocal + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64/usr/share/doc/nodejs-gitconfiglocal + cp -pr README.md /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64/usr/share/doc/nodejs-gitconfiglocal + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xOp8GE + umask 022 + cd /builddir/build/BUILD + cd package + LICENSEDIR=/builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64/usr/share/licenses/nodejs-gitconfiglocal + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64/usr/share/licenses/nodejs-gitconfiglocal + cp -pr LICENSE-BSD-2.txt /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64/usr/share/licenses/nodejs-gitconfiglocal + exit 0 Provides: nodejs-gitconfiglocal = 2.0.1-1.fc27 npm(gitconfiglocal) = 2.0.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: nodejs(engine) npm(ini) >= 1.3.2 npm(ini) < 2 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64 Wrote: /builddir/build/RPMS/nodejs-gitconfiglocal-2.0.1-1.fc27.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Xo08V4 + umask 022 + cd /builddir/build/BUILD + cd package + /usr/bin/rm -rf /builddir/build/BUILDROOT/nodejs-gitconfiglocal-2.0.1-1.fc27.x86_64 + exit 0 Child return code was: 0