Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/psysh.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-5004f91d7770c743d16f8541f0c3a299e9f4576e/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/psysh.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/psysh-0.8.16-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/psysh.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-5004f91d7770c743d16f8541f0c3a299e9f4576e/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/psysh.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.UQctMM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf psysh-d4c8eab0683dc056f2ca54ca67f5388527c068b1 + /usr/bin/gzip -dc /builddir/build/SOURCES/psysh-0.8.16-d4c8eab0683dc056f2ca54ca67f5388527c068b1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd psysh-d4c8eab0683dc056f2ca54ca67f5388527c068b1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + : Update bin script to use generated autoloader Patch #0 (psysh-bin-autoload.patch): + echo 'Patch #0 (psysh-bin-autoload.patch):' + /usr/bin/cat /builddir/build/SOURCES/psysh-bin-autoload.patch + /usr/bin/patch -p1 --fuzz=0 patching file bin/psysh + sed s#__PHPDIR__#/usr/share/php# -i bin/psysh + : Remove upstream autoloader class and test + rm -f src/Psy/Autoloader.php test/Psy/Test/AutoloaderTest.php + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KqWStG + umask 022 + cd /builddir/build/BUILD + cd psysh-d4c8eab0683dc056f2ca54ca67f5388527c068b1 + : Create autoloader + cat + tee src/Psy/autoload.php