Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-Monolog.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-ae2781e48a30a68b2aceabae50990fec1887ac58/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/php-Monolog.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-Monolog-1.18.2-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-Monolog.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-ae2781e48a30a68b2aceabae50990fec1887ac58/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/php-Monolog.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.Bi4c6x + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf monolog-064b38c16790249488e7a8b987acf1c9d7383c09 + /usr/bin/gzip -dc /builddir/build/SOURCES/php-Monolog-1.18.2-064b38c16790249488e7a8b987acf1c9d7383c09.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd monolog-064b38c16790249488e7a8b987acf1c9d7383c09 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + : Create autoloader + cat + tee src/Monolog/autoload.php register(); } $fedoraClassLoader->addPrefix('Monolog\\', dirname(__DIR__)); // Required dependency require_once '/usr/share/php/Psr/Log/autoload.php'; // Optional dependencies @include_once '/usr/share/php/Aws/autoload.php'; @include_once '/usr/share/php/Raven/autoload.php'; @include_once '/usr/share/php/Swift/swift_required.php'; return $fedoraClassLoader; Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.gI1IB8 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.F3mYQH + exit 0 + umask 022 + cd /builddir/build/BUILD + cd monolog-064b38c16790249488e7a8b987acf1c9d7383c09 + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-Monolog-1.18.2-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-Monolog-1.18.2-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/php-Monolog-1.18.2-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-Monolog-1.18.2-1.el7.noarch + cd monolog-064b38c16790249488e7a8b987acf1c9d7383c09 + mkdir -p /builddir/build/BUILDROOT/php-Monolog-1.18.2-1.el7.noarch/usr/share/php + cp -pr src/Monolog /builddir/build/BUILDROOT/php-Monolog-1.18.2-1.el7.noarch/usr/share/php/ + /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/monolog-064b38c16790249488e7a8b987acf1c9d7383c09 /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.Nh8WWX + umask 022 + cd /builddir/build/BUILD + cd monolog-064b38c16790249488e7a8b987acf1c9d7383c09 + : Create tests bootstrap + cat + tee bootstrap.php addPrefix(false, __DIR__.'/tests'); + : Remove MongoDBHandlerTest because it requires a running MongoDB server + rm -f tests/Monolog/Handler/MongoDBHandlerTest.php + : Remove GitProcessorTest because it requires a git repo + rm -f tests/Monolog/Processor/GitProcessorTest.php + : Skip tests known to fail + sed 's/function testThrowsOnInvalidEncoding/function SKIP_testThrowsOnInvalidEncoding/' -i tests/Monolog/Formatter/NormalizerFormatterTest.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/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/phpunit.xml.dist .....SS.....SSSSSSS..............................PHP Warning: json_encode(): Invalid UTF-8 sequence in argument in /usr/share/php/Monolog/Formatter/NormalizerFormatter.php on line 195 .SSSSSSSS..... 63 / 891 ( 7%) .PHP Warning: json_encode(): Invalid UTF-8 sequence in argument in /usr/share/php/Monolog/Formatter/NormalizerFormatter.php on line 195 .....................................SS...............SS....SS 126 / 891 ( 14%) SSSSS...............................SSSSSSSS................... 189 / 891 ( 21%) ................................................SSSSSSSSSSSSSSS 252 / 891 ( 28%) SSSSSSSSSS.........................................FF.......... 315 / 891 ( 35%) ..................F.....................................SS..... 378 / 891 ( 42%) ............................................................... 441 / 891 ( 49%) ............................................................... 504 / 891 ( 56%) ............................................................... 567 / 891 ( 63%) ............................................................... 630 / 891 ( 70%) ............................................................... 693 / 891 ( 77%) ............................................................... 756 / 891 ( 84%) ............................................................... 819 / 891 ( 91%) ............................................................... 882 / 891 ( 98%) ......... Time: 20.78 seconds, Memory: 17.00MB There were 3 failures: 1) Monolog\Handler\SlackHandlerTest::testWriteContent Failed asserting that 'POST /api/chat.postMessage HTTP/1.1 Host: slack.com Content-Type: application/x-www-form-urlencoded Content-Length: 299 username=Monolog&text=&channel=channel1&attachments=%5B%7B%22fallback%22%3A%22test1%22%2C%22text%22%3A%22test1%22%2C%22color%22%3A%22danger%22%2C%22fields%22%3A%5B%7B%22title%22%3A%22Level%22%2C%22value%22%3A%22CRITICAL%22%2C%22short%22%3Atrue%7D%5D%2C%22title%22%3A%22Message%22%7D%5D&token=myToken' matches PCRE pattern "/token=myToken&channel=channel1&username=Monolog&text=&attachments=.*$/". /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/SlackHandlerTest.php:57 2) Monolog\Handler\SlackHandlerTest::testWriteContentWithEmoji Failed asserting that 'POST /api/chat.postMessage HTTP/1.1 Host: slack.com Content-Type: application/x-www-form-urlencoded Content-Length: 322 username=Monolog&text=&channel=channel1&attachments=%5B%7B%22fallback%22%3A%22test1%22%2C%22text%22%3A%22test1%22%2C%22color%22%3A%22danger%22%2C%22fields%22%3A%5B%7B%22title%22%3A%22Level%22%2C%22value%22%3A%22CRITICAL%22%2C%22short%22%3Atrue%7D%5D%2C%22title%22%3A%22Message%22%7D%5D&icon_emoji=%3Aalien%3A&token=myToken' matches PCRE pattern "/icon_emoji=%3Aalien%3A$/". /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/SlackHandlerTest.php:67 3) Monolog\Handler\StreamHandlerTest::testClose Failed asserting that true is false. /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/StreamHandlerTest.php:44 -- There were 63 skipped tests: 1) Monolog\Formatter\ElasticaFormatterTest::testFormat ruflin/elastica not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/ElasticaFormatterTest.php:21 2) Monolog\Formatter\ElasticaFormatterTest::testGetters ruflin/elastica not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/ElasticaFormatterTest.php:21 3) Monolog\Formatter\GelfMessageFormatterTest::testDefaultFormatter graylog2/gelf-php or mlehner/gelf-php is not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/GelfMessageFormatterTest.php:21 4) Monolog\Formatter\GelfMessageFormatterTest::testFormatWithFileAndLine graylog2/gelf-php or mlehner/gelf-php is not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/GelfMessageFormatterTest.php:21 5) Monolog\Formatter\GelfMessageFormatterTest::testFormatInvalidFails graylog2/gelf-php or mlehner/gelf-php is not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/GelfMessageFormatterTest.php:21 6) Monolog\Formatter\GelfMessageFormatterTest::testFormatWithContext graylog2/gelf-php or mlehner/gelf-php is not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/GelfMessageFormatterTest.php:21 7) Monolog\Formatter\GelfMessageFormatterTest::testFormatWithContextContainingException graylog2/gelf-php or mlehner/gelf-php is not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/GelfMessageFormatterTest.php:21 8) Monolog\Formatter\GelfMessageFormatterTest::testFormatWithExtra graylog2/gelf-php or mlehner/gelf-php is not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/GelfMessageFormatterTest.php:21 9) Monolog\Formatter\GelfMessageFormatterTest::testFormatWithLargeData graylog2/gelf-php or mlehner/gelf-php is not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/GelfMessageFormatterTest.php:21 10) Monolog\Formatter\MongoDBFormatterTest::testConstruct with data set #0 (1, true, 1, true) mongo extension not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/MongoDBFormatterTest.php:24 11) Monolog\Formatter\MongoDBFormatterTest::testConstruct with data set #1 (0, false, 0, false) mongo extension not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/MongoDBFormatterTest.php:24 12) Monolog\Formatter\MongoDBFormatterTest::testSimpleFormat mongo extension not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/MongoDBFormatterTest.php:24 13) Monolog\Formatter\MongoDBFormatterTest::testRecursiveFormat mongo extension not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/MongoDBFormatterTest.php:24 14) Monolog\Formatter\MongoDBFormatterTest::testFormatDepthArray mongo extension not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/MongoDBFormatterTest.php:24 15) Monolog\Formatter\MongoDBFormatterTest::testFormatDepthArrayInfiniteNesting mongo extension not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/MongoDBFormatterTest.php:24 16) Monolog\Formatter\MongoDBFormatterTest::testFormatDepthObjects mongo extension not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/MongoDBFormatterTest.php:24 17) Monolog\Formatter\MongoDBFormatterTest::testFormatDepthException mongo extension not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Formatter/MongoDBFormatterTest.php:24 18) Monolog\Handler\AmqpHandlerTest::testHandleAmqpExt amqp-php not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/AmqpHandlerTest.php:27 19) Monolog\Handler\AmqpHandlerTest::testHandlePhpAmqpLib php-amqplib not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/AmqpHandlerTest.php:83 20) Monolog\Handler\CouchDBHandlerTest::testHandle Could not connect to couchdb server on http://localhost:5984 /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/CouchDBHandlerTest.php:28 21) Monolog\Handler\DoctrineCouchDBHandlerTest::testHandle The "doctrine/couchdb" package is not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/DoctrineCouchDBHandlerTest.php:22 22) Monolog\Handler\ElasticSearchHandlerTest::testHandle ruflin/elastica not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 23) Monolog\Handler\ElasticSearchHandlerTest::testSetFormatter ruflin/elastica not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 24) Monolog\Handler\ElasticSearchHandlerTest::testSetFormatterInvalid ruflin/elastica not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 25) Monolog\Handler\ElasticSearchHandlerTest::testOptions ruflin/elastica not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 26) Monolog\Handler\ElasticSearchHandlerTest::testConnectionErrors with data set #0 (false, array('RuntimeException', 'Error sending messages to Ela...search')) ruflin/elastica not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 27) Monolog\Handler\ElasticSearchHandlerTest::testConnectionErrors with data set #1 (true, false) ruflin/elastica not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 28) Monolog\Handler\ElasticSearchHandlerTest::testHandleIntegration ruflin/elastica not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 29) Monolog\Handler\GelfHandlerLegacyTest::testConstruct mlehner/gelf-php not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/GelfHandlerLegacyTest.php:24 30) Monolog\Handler\GelfHandlerLegacyTest::testDebug mlehner/gelf-php not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/GelfHandlerLegacyTest.php:24 31) Monolog\Handler\GelfHandlerLegacyTest::testWarning mlehner/gelf-php not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/GelfHandlerLegacyTest.php:24 32) Monolog\Handler\GelfHandlerLegacyTest::testInjectedGelfMessageFormatter mlehner/gelf-php not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/GelfHandlerLegacyTest.php:24 33) Monolog\Handler\GelfHandlerTest::testConstruct graylog2/gelf-php not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/GelfHandlerTest.php:24 34) Monolog\Handler\GelfHandlerTest::testDebug graylog2/gelf-php not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/GelfHandlerTest.php:24 35) Monolog\Handler\GelfHandlerTest::testWarning graylog2/gelf-php not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/GelfHandlerTest.php:24 36) Monolog\Handler\GelfHandlerTest::testInjectedGelfMessageFormatter graylog2/gelf-php not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/GelfHandlerTest.php:24 37) Monolog\Handler\PHPConsoleHandlerTest::testInitWithDefaultConnector PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 38) Monolog\Handler\PHPConsoleHandlerTest::testInitWithCustomConnector PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 39) Monolog\Handler\PHPConsoleHandlerTest::testDebug PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 40) Monolog\Handler\PHPConsoleHandlerTest::testDebugContextInMessage PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 41) Monolog\Handler\PHPConsoleHandlerTest::testDebugTags PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 42) Monolog\Handler\PHPConsoleHandlerTest::testError PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 43) Monolog\Handler\PHPConsoleHandlerTest::testException PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 44) Monolog\Handler\PHPConsoleHandlerTest::testWrongOptionsThrowsException PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 45) Monolog\Handler\PHPConsoleHandlerTest::testOptionEnabled PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 46) Monolog\Handler\PHPConsoleHandlerTest::testOptionClassesPartialsTraceIgnore PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 47) Monolog\Handler\PHPConsoleHandlerTest::testOptionDebugTagsKeysInContext PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 48) Monolog\Handler\PHPConsoleHandlerTest::testOptionUseOwnErrorsAndExceptionsHandler PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 49) Monolog\Handler\PHPConsoleHandlerTest::testOptionCallsConnectorMethod with data set #0 ('sourcesBasePath', 'setSourcesBasePath', '/builddir/build/BUILD/monolog...andler') PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 50) Monolog\Handler\PHPConsoleHandlerTest::testOptionCallsConnectorMethod with data set #1 ('serverEncoding', 'setServerEncoding', 'cp1251') PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 51) Monolog\Handler\PHPConsoleHandlerTest::testOptionCallsConnectorMethod with data set #2 ('password', 'setPassword', '******') PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 52) Monolog\Handler\PHPConsoleHandlerTest::testOptionCallsConnectorMethod with data set #3 ('enableSslOnlyMode', 'enableSslOnlyMode', true, false) PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 53) Monolog\Handler\PHPConsoleHandlerTest::testOptionCallsConnectorMethod with data set #4 ('ipMasks', 'setAllowedIpMasks', array('127.0.0.*')) PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 54) Monolog\Handler\PHPConsoleHandlerTest::testOptionCallsConnectorMethod with data set #5 ('headersLimit', 'setHeadersLimit', 2500) PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 55) Monolog\Handler\PHPConsoleHandlerTest::testOptionCallsConnectorMethod with data set #6 ('enableEvalListener', 'startEvalRequestsListener', true, false) PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 56) Monolog\Handler\PHPConsoleHandlerTest::testOptionDetectDumpTraceAndSource PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 57) Monolog\Handler\PHPConsoleHandlerTest::testDumperOptions with data set #0 ('dumperLevelLimit', 'levelLimit', 1001) PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 58) Monolog\Handler\PHPConsoleHandlerTest::testDumperOptions with data set #1 ('dumperItemsCountLimit', 'itemsCountLimit', 1002) PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 59) Monolog\Handler\PHPConsoleHandlerTest::testDumperOptions with data set #2 ('dumperItemSizeLimit', 'itemSizeLimit', 1003) PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 60) Monolog\Handler\PHPConsoleHandlerTest::testDumperOptions with data set #3 ('dumperDumpSizeLimit', 'dumpSizeLimit', 1004) PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 61) Monolog\Handler\PHPConsoleHandlerTest::testDumperOptions with data set #4 ('dumperDetectCallbacks', 'detectCallbacks', true) PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/PHPConsoleHandlerTest.php:40 62) Monolog\Handler\ZendMonitorHandlerTest::testWrite ZendServer is not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/ZendMonitorHandlerTest.php:22 63) Monolog\Handler\ZendMonitorHandlerTest::testGetDefaultFormatterReturnsNormalizerFormatter ZendServer is not installed /builddir/build/BUILD/monolog-064b38c16790249488e7a8b987acf1c9d7383c09/tests/Monolog/Handler/ZendMonitorHandlerTest.php:22 FAILURES! Tests: 891, Assertions: 1201, Failures: 3, Skipped: 63. RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.Nh8WWX (%check) Bad exit status from /var/tmp/rpm-tmp.Nh8WWX (%check) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 88, in trace result = func(*args, **kw) File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 547, in do raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) Error: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-Monolog.spec