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-f07d9c48d3d66e72739824f3ecd68c8657b5789f/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.17.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-f07d9c48d3d66e72739824f3ecd68c8657b5789f/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.sOcLVK + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24 + /usr/bin/gzip -dc /builddir/build/SOURCES/php-Monolog-1.17.2-bee7f0dc9c3e0b69a6039697533dca1e845c8c24.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24 + /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__)); foreach (array( '/usr/share/php/Raven/autoload.php', '/usr/share/php/Aws/autoload.php', ) as $dependencyAutoloader) { if (file_exists($dependencyAutoloader)) { require_once $dependencyAutoloader; } } if (file_exists('/usr/share/pear/Swift')) { $fedoraClassLoader->addPrefix('Swift_', '/usr/share/pear/Swift'); } // Not all dependency autoloaders exist or are in every dist yet so fallback // to using include path for dependencies for now $fedoraClassLoader->setUseIncludePath(true); return $fedoraClassLoader; Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.yKpHKt Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yLw8Tf + exit 0 + umask 022 + cd /builddir/build/BUILD + cd monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24 + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch + cd monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24 + mkdir -p /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch/usr/share/php + cp -pr src/Monolog /builddir/build/BUILDROOT/php-Monolog-1.17.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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24 /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.tfs3lE + umask 022 + cd /builddir/build/BUILD + cd monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24 + : 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 + rm -f tests/Monolog/Handler/SwiftMailerHandlerTest.php + 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/phpunit.xml.dist .....SS..SSSSSS...........................SSSSSSSS............. 63 / 841 ( 7%) .............SS...............SSSSSSSSSSSSS.................... 126 / 841 ( 14%) ...........SSSSSSSS............................................ 189 / 841 ( 22%) ..........SSSSSSSSSSSSSSSSSSSSSSSSS................SSSSSSSSSS.. 252 / 841 ( 29%) ............................................................... 315 / 841 ( 37%) ...........SS.................................................. 378 / 841 ( 44%) ............................................................... 441 / 841 ( 52%) ............................................................... 504 / 841 ( 59%) ............................................................... 567 / 841 ( 67%) ............................................................... 630 / 841 ( 74%) ............................................................... 693 / 841 ( 82%) ............................................................... 756 / 841 ( 89%) ............................................................... 819 / 841 ( 97%) ..........E........... Time: 19.4 seconds, Memory: 15.75MB There was 1 error: 1) Monolog\PsrLogCompatTest::testContextCanContainAnything Method Psr\Log\Test\DummyTest::__toString() must return a string value /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch/usr/share/php/Monolog/Formatter/NormalizerFormatter.php:99 /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch/usr/share/php/Monolog/Formatter/NormalizerFormatter.php:82 /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch/usr/share/php/Monolog/Formatter/NormalizerFormatter.php:82 /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch/usr/share/php/Monolog/Formatter/NormalizerFormatter.php:82 /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch/usr/share/php/Monolog/Formatter/NormalizerFormatter.php:43 /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch/usr/share/php/Monolog/Formatter/LineFormatter.php:70 /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch/usr/share/php/Monolog/Handler/AbstractProcessingHandler.php:35 /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch/usr/share/php/Monolog/Logger.php:289 /builddir/build/BUILDROOT/php-Monolog-1.17.2-1.el7.noarch/usr/share/php/Monolog/Logger.php:537 /usr/share/php/Psr/Log/Test/LoggerInterfaceTest.php:115 -- There were 76 skipped tests: 1) Monolog\Formatter\ElasticaFormatterTest::testFormat ruflin/elastica not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Formatter/ElasticaFormatterTest.php:21 2) Monolog\Formatter\ElasticaFormatterTest::testGetters ruflin/elastica not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Formatter/GelfMessageFormatterTest.php:21 9) Monolog\Formatter\MongoDBFormatterTest::testConstruct with data set #0 (1, true, 1, true) mongo extension not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Formatter/MongoDBFormatterTest.php:15 10) Monolog\Formatter\MongoDBFormatterTest::testConstruct with data set #1 (0, false, 0, false) mongo extension not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Formatter/MongoDBFormatterTest.php:15 11) Monolog\Formatter\MongoDBFormatterTest::testSimpleFormat mongo extension not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Formatter/MongoDBFormatterTest.php:15 12) Monolog\Formatter\MongoDBFormatterTest::testRecursiveFormat mongo extension not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Formatter/MongoDBFormatterTest.php:15 13) Monolog\Formatter\MongoDBFormatterTest::testFormatDepthArray mongo extension not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Formatter/MongoDBFormatterTest.php:15 14) Monolog\Formatter\MongoDBFormatterTest::testFormatDepthArrayInfiniteNesting mongo extension not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Formatter/MongoDBFormatterTest.php:15 15) Monolog\Formatter\MongoDBFormatterTest::testFormatDepthObjects mongo extension not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Formatter/MongoDBFormatterTest.php:15 16) Monolog\Formatter\MongoDBFormatterTest::testFormatDepthException mongo extension not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Formatter/MongoDBFormatterTest.php:15 17) Monolog\Handler\AmqpHandlerTest::testHandleAmqpExt amqp-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/AmqpHandlerTest.php:27 18) Monolog\Handler\AmqpHandlerTest::testHandlePhpAmqpLib php-amqplib not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/AmqpHandlerTest.php:83 19) Monolog\Handler\CouchDBHandlerTest::testHandle Could not connect to couchdb server on http://localhost:5984 /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/CouchDBHandlerTest.php:28 20) Monolog\Handler\DoctrineCouchDBHandlerTest::testHandle The "doctrine/couchdb" package is not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/DoctrineCouchDBHandlerTest.php:22 21) Monolog\Handler\DynamoDbHandlerTest::testConstruct aws/aws-sdk-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/DynamoDbHandlerTest.php:23 22) Monolog\Handler\DynamoDbHandlerTest::testInterface aws/aws-sdk-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/DynamoDbHandlerTest.php:23 23) Monolog\Handler\DynamoDbHandlerTest::testGetFormatter aws/aws-sdk-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/DynamoDbHandlerTest.php:23 24) Monolog\Handler\DynamoDbHandlerTest::testHandle aws/aws-sdk-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/DynamoDbHandlerTest.php:23 25) Monolog\Handler\ElasticSearchHandlerTest::testHandle ruflin/elastica not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 26) Monolog\Handler\ElasticSearchHandlerTest::testSetFormatter ruflin/elastica not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 27) Monolog\Handler\ElasticSearchHandlerTest::testSetFormatterInvalid ruflin/elastica not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 28) Monolog\Handler\ElasticSearchHandlerTest::testOptions ruflin/elastica not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 29) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 30) Monolog\Handler\ElasticSearchHandlerTest::testConnectionErrors with data set #1 (true, false) ruflin/elastica not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 31) Monolog\Handler\ElasticSearchHandlerTest::testHandleIntegration ruflin/elastica not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/ElasticSearchHandlerTest.php:41 32) Monolog\Handler\GelfHandlerLegacyTest::testConstruct mlehner/gelf-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/GelfHandlerLegacyTest.php:24 33) Monolog\Handler\GelfHandlerLegacyTest::testDebug mlehner/gelf-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/GelfHandlerLegacyTest.php:24 34) Monolog\Handler\GelfHandlerLegacyTest::testWarning mlehner/gelf-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/GelfHandlerLegacyTest.php:24 35) Monolog\Handler\GelfHandlerLegacyTest::testInjectedGelfMessageFormatter mlehner/gelf-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/GelfHandlerLegacyTest.php:24 36) Monolog\Handler\GelfHandlerTest::testConstruct graylog2/gelf-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/GelfHandlerTest.php:24 37) Monolog\Handler\GelfHandlerTest::testDebug graylog2/gelf-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/GelfHandlerTest.php:24 38) Monolog\Handler\GelfHandlerTest::testWarning graylog2/gelf-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/GelfHandlerTest.php:24 39) Monolog\Handler\GelfHandlerTest::testInjectedGelfMessageFormatter graylog2/gelf-php not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/GelfHandlerTest.php:24 40) Monolog\Handler\PHPConsoleHandlerTest::testInitWithDefaultConnector PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 41) Monolog\Handler\PHPConsoleHandlerTest::testInitWithCustomConnector PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 42) Monolog\Handler\PHPConsoleHandlerTest::testDebug PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 43) Monolog\Handler\PHPConsoleHandlerTest::testDebugContextInMessage PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 44) Monolog\Handler\PHPConsoleHandlerTest::testDebugTags PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 45) Monolog\Handler\PHPConsoleHandlerTest::testError PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 46) Monolog\Handler\PHPConsoleHandlerTest::testException PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 47) Monolog\Handler\PHPConsoleHandlerTest::testWrongOptionsThrowsException PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 48) Monolog\Handler\PHPConsoleHandlerTest::testOptionEnabled PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 49) Monolog\Handler\PHPConsoleHandlerTest::testOptionClassesPartialsTraceIgnore PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 50) Monolog\Handler\PHPConsoleHandlerTest::testOptionDebugTagsKeysInContext PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 51) Monolog\Handler\PHPConsoleHandlerTest::testOptionUseOwnErrorsAndExceptionsHandler PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 52) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 53) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 54) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 55) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 56) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 57) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 58) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 59) Monolog\Handler\PHPConsoleHandlerTest::testOptionDetectDumpTraceAndSource PHP Console library not found. See https://github.com/barbushin/php-console#installation /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 60) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 61) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 62) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 63) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 64) 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-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/PHPConsoleHandlerTest.php:41 65) Monolog\Handler\RavenHandlerTest::testConstruct raven/raven not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/RavenHandlerTest.php:23 66) Monolog\Handler\RavenHandlerTest::testDebug raven/raven not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/RavenHandlerTest.php:23 67) Monolog\Handler\RavenHandlerTest::testWarning raven/raven not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/RavenHandlerTest.php:23 68) Monolog\Handler\RavenHandlerTest::testTag raven/raven not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/RavenHandlerTest.php:23 69) Monolog\Handler\RavenHandlerTest::testExtraParameters raven/raven not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/RavenHandlerTest.php:23 70) Monolog\Handler\RavenHandlerTest::testUserContext raven/raven not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/RavenHandlerTest.php:23 71) Monolog\Handler\RavenHandlerTest::testException raven/raven not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/RavenHandlerTest.php:23 72) Monolog\Handler\RavenHandlerTest::testHandleBatch raven/raven not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/RavenHandlerTest.php:23 73) Monolog\Handler\RavenHandlerTest::testHandleBatchDoNothingIfRecordsAreBelowLevel raven/raven not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/RavenHandlerTest.php:23 74) Monolog\Handler\RavenHandlerTest::testGetSetBatchFormatter raven/raven not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/RavenHandlerTest.php:23 75) Monolog\Handler\ZendMonitorHandlerTest::testWrite ZendServer is not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/ZendMonitorHandlerTest.php:22 76) Monolog\Handler\ZendMonitorHandlerTest::testGetDefaultFormatterReturnsNormalizerFormatter ZendServer is not installed /builddir/build/BUILD/monolog-bee7f0dc9c3e0b69a6039697533dca1e845c8c24/tests/Monolog/Handler/ZendMonitorHandlerTest.php:22 FAILURES! Tests: 841, Assertions: 1090, Errors: 1, Skipped: 76. RPM build errors: error: Bad exit status from /var/tmp/rpm-tmp.tfs3lE (%check) Bad exit status from /var/tmp/rpm-tmp.tfs3lE (%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