Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-league-climate.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-e00f4def2f4aa5139eb310e49a7193294f54e93f/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=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-league-climate.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/php-league-climate-3.2.1-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/php-league-climate.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-e00f4def2f4aa5139eb310e49a7193294f54e93f/root'shell=Falseuid=996env={'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/php-league-climate.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.jOEO5f + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf climate-b103fc8faa3780c802cc507d5f0ff534ecc94fb5 + /usr/bin/gzip -dc /builddir/build/SOURCES/php-league-climate-3.2.1-b103fc8faa3780c802cc507d5f0ff534ecc94fb5.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd climate-b103fc8faa3780c802cc507d5f0ff534ecc94fb5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + : Create autoloader + cat + tee src/autoload.php register(); } $fedoraClassLoader->addPrefix('League\\CLImate\\', dirname(dirname(__DIR__))); // Required dependencies require_once '/usr/share/php/Seld/CliPrompt/autoload.php'; return $fedoraClassLoader; Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Wvbj2v Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.LRDI5N + exit 0 + umask 022 + cd /builddir/build/BUILD + cd climate-b103fc8faa3780c802cc507d5f0ff534ecc94fb5 + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch + cd climate-b103fc8faa3780c802cc507d5f0ff534ecc94fb5 + mkdir -p /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch/usr/share/php/League/CLImate + cp -rp src/ASCII src/Argument src/CLImate.php src/Decorator src/Settings src/TerminalObject src/Util src/autoload.php /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch/usr/share/php/League/CLImate/ + /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/climate-b103fc8faa3780c802cc507d5f0ff534ecc94fb5 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.gh1BZT + umask 022 + cd /builddir/build/BUILD + cd climate-b103fc8faa3780c802cc507d5f0ff534ecc94fb5 + : Make PSR-0 tests + mkdir -p tests-psr0/League/CLImate + ln -s ../../../tests tests-psr0/League/CLImate/Tests + : Create tests bootstrap + cat + tee bootstrap.php addPrefix('League\\CLImate\\Tests\\', __DIR__.'/tests-psr0'); require_once '/usr/share/php/Mockery/autoload.php'; require_once '/usr/share/php/org/bovigo/vfs/autoload.php'; + : Remove Composer vendor file load + sed '/require.*vendor\/mikey179/d' -i tests/FileTest.php + /usr/bin/phpunit --verbose --bootstrap bootstrap.php PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Runtime: PHP 5.4.16 Configuration: /builddir/build/BUILD/climate-b103fc8faa3780c802cc507d5f0ff534ecc94fb5/phpunit.xml ............................................................... 63 / 241 ( 26%) ............................................................... 126 / 241 ( 52%) ............................................................... 189 / 241 ( 78%) .................................................... Time: 2.78 minutes, Memory: 19.00MB OK (241 tests, 101 assertions) + exit 0 Processing files: php-league-climate-3.2.1-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jCT7C9 + umask 022 + cd /builddir/build/BUILD + cd climate-b103fc8faa3780c802cc507d5f0ff534ecc94fb5 + DOCDIR=/builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch/usr/share/doc/php-league-climate-3.2.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch/usr/share/doc/php-league-climate-3.2.1 + cp -pr CHANGELOG.md /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch/usr/share/doc/php-league-climate-3.2.1 + cp -pr composer.json /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch/usr/share/doc/php-league-climate-3.2.1 + cp -pr README.md /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch/usr/share/doc/php-league-climate-3.2.1 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ef5vQq + umask 022 + cd /builddir/build/BUILD + cd climate-b103fc8faa3780c802cc507d5f0ff534ecc94fb5 + LICENSEDIR=/builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch/usr/share/licenses/php-league-climate-3.2.1 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch/usr/share/licenses/php-league-climate-3.2.1 + cp -pr LICENSE.md /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch/usr/share/licenses/php-league-climate-3.2.1 + exit 0 Provides: php-composer(league/climate) = 3.2.1 php-league-climate = 3.2.1-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch Wrote: /builddir/build/RPMS/php-league-climate-3.2.1-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.X3KuYD + umask 022 + cd /builddir/build/BUILD + cd climate-b103fc8faa3780c802cc507d5f0ff534ecc94fb5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/php-league-climate-3.2.1-1.el7.noarch + exit 0 Child return code was: 0