Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-symfony.spec'], logger=shell=FalseprintOutput=Falseuid=1000user='mockbuild'chrootPath='/var/lib/mock/f24-build-5768315-608775/root'gid=425env={'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}timeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-symfony.spec'] with env {'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False warning: Could not canonicalize hostname: buildvm-11.phx2.fedoraproject.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/php-symfony-2.8.7-1.fc24.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-symfony.spec'], logger=shell=Falseprivate_network=TrueprintOutput=Falseuid=1000gid=425chrootPath='/var/lib/mock/f24-build-5768315-608775/root'user='mockbuild'env={'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}timeout=172800) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-symfony.spec'] with env {'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'TERM': 'vt100', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Kd5wUH + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + /usr/bin/gzip -dc /builddir/build/SOURCES/php-symfony-2.8.7-663b2d6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + : Remove unnecessary files + find src -name '.git*' -delete + : Remove unwanted components + rm -r src/Symfony/Bridge/Propel1 + : Create autoloaders + cat + tee src/Symfony/Component/autoload.php register(); } $fedoraClassLoader->addPrefix('Symfony\\Component\\', dirname(dirname(__DIR__))); // Optional dependency foreach (array( '/usr/share/php/random_compat/autoload.php', ) as $dependencyAutoloader) { if (file_exists($dependencyAutoloader)) { require_once $dependencyAutoloader; } } return $fedoraClassLoader; addPrefix('Symfony\\', dirname(__DIR__)); // Dependency autoloaders foreach (array( '/usr/share/php/Doctrine/Bundle/DoctrineBundle/autoload.php', '/usr/share/php/Doctrine/Common/Annotations/autoload.php', '/usr/share/php/Doctrine/Common/autoload.php', '/usr/share/php/Doctrine/Common/Cache/autoload.php', '/usr/share/php/Doctrine/Common/DataFixtures/autoload.php', '/usr/share/php/Doctrine/DBAL/autoload.php', '/usr/share/php/Doctrine/ORM/autoload.php', '/usr/share/php/Egulias/EmailValidator/autoload.php', '/usr/share/php/Monolog/autoload.php', '/usr/share/php/phpDocumentor/Reflection/autoload.php', '/usr/share/php/ProxyManager/autoload.php', '/usr/share/php/Psr/Log/autoload.php', '/usr/share/php/Swift/swift_required.php', '/usr/share/php/Symfony/Polyfill/autoload.php', '/usr/share/php/Symfony/Security/Acl/autoload.php', '/usr/share/php/Twig/autoload.php', ) as $dependencyAutoloader) { if (file_exists($dependencyAutoloader)) { require_once $dependencyAutoloader; } } return $fedoraClassLoader; + tee src/Symfony/autoload.php + cat + : Create autoloader softlinks for each bridge/bundle/component + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Asset ']' + ln -s ../autoload.php src/Symfony/Component/Asset/autoload.php + ln -s ../autoload.php src/Symfony/Component/Asset/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/BrowserKit ']' + ln -s ../autoload.php src/Symfony/Component/BrowserKit/autoload.php + ln -s ../autoload.php src/Symfony/Component/BrowserKit/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/ClassLoader ']' + ln -s ../autoload.php src/Symfony/Component/ClassLoader/autoload.php + ln -s ../autoload.php src/Symfony/Component/ClassLoader/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Config ']' + ln -s ../autoload.php src/Symfony/Component/Config/autoload.php + ln -s ../autoload.php src/Symfony/Component/Config/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Console ']' + ln -s ../autoload.php src/Symfony/Component/Console/autoload.php + ln -s ../autoload.php src/Symfony/Component/Console/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/CssSelector ']' + ln -s ../autoload.php src/Symfony/Component/CssSelector/autoload.php + ln -s ../autoload.php src/Symfony/Component/CssSelector/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Debug ']' + ln -s ../autoload.php src/Symfony/Component/Debug/autoload.php + ln -s ../autoload.php src/Symfony/Component/Debug/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/DependencyInjection ']' + ln -s ../autoload.php src/Symfony/Component/DependencyInjection/autoload.php + ln -s ../autoload.php src/Symfony/Component/DependencyInjection/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/DomCrawler ']' + ln -s ../autoload.php src/Symfony/Component/DomCrawler/autoload.php + ln -s ../autoload.php src/Symfony/Component/DomCrawler/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/EventDispatcher ']' + ln -s ../autoload.php src/Symfony/Component/EventDispatcher/autoload.php + ln -s ../autoload.php src/Symfony/Component/EventDispatcher/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/ExpressionLanguage ']' + ln -s ../autoload.php src/Symfony/Component/ExpressionLanguage/autoload.php + ln -s ../autoload.php src/Symfony/Component/ExpressionLanguage/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Filesystem ']' + ln -s ../autoload.php src/Symfony/Component/Filesystem/autoload.php + ln -s ../autoload.php src/Symfony/Component/Filesystem/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Finder ']' + ln -s ../autoload.php src/Symfony/Component/Finder/autoload.php + ln -s ../autoload.php src/Symfony/Component/Finder/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Form ']' + ln -s ../autoload.php src/Symfony/Component/Form/autoload.php + ln -s ../autoload.php src/Symfony/Component/Form/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/HttpFoundation ']' + ln -s ../autoload.php src/Symfony/Component/HttpFoundation/autoload.php + ln -s ../autoload.php src/Symfony/Component/HttpFoundation/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/HttpKernel ']' + ln -s ../autoload.php src/Symfony/Component/HttpKernel/autoload.php + ln -s ../autoload.php src/Symfony/Component/HttpKernel/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Intl ']' + ln -s ../autoload.php src/Symfony/Component/Intl/autoload.php + ln -s ../autoload.php src/Symfony/Component/Intl/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Ldap ']' + ln -s ../autoload.php src/Symfony/Component/Ldap/autoload.php + ln -s ../autoload.php src/Symfony/Component/Ldap/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Locale ']' + ln -s ../autoload.php src/Symfony/Component/Locale/autoload.php + ln -s ../autoload.php src/Symfony/Component/Locale/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/OptionsResolver ']' + ln -s ../autoload.php src/Symfony/Component/OptionsResolver/autoload.php + ln -s ../autoload.php src/Symfony/Component/OptionsResolver/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Process ']' + ln -s ../autoload.php src/Symfony/Component/Process/autoload.php + ln -s ../autoload.php src/Symfony/Component/Process/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/PropertyAccess ']' + ln -s ../autoload.php src/Symfony/Component/PropertyAccess/autoload.php + ln -s ../autoload.php src/Symfony/Component/PropertyAccess/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/PropertyInfo ']' + ln -s ../autoload.php src/Symfony/Component/PropertyInfo/autoload.php + ln -s ../autoload.php src/Symfony/Component/PropertyInfo/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Routing ']' + ln -s ../autoload.php src/Symfony/Component/Routing/autoload.php + ln -s ../autoload.php src/Symfony/Component/Routing/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Security ']' + ln -s ../autoload.php src/Symfony/Component/Security/autoload.php + ln -s ../autoload.php src/Symfony/Component/Security/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Serializer ']' + ln -s ../autoload.php src/Symfony/Component/Serializer/autoload.php + ln -s ../autoload.php src/Symfony/Component/Serializer/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Stopwatch ']' + ln -s ../autoload.php src/Symfony/Component/Stopwatch/autoload.php + ln -s ../autoload.php src/Symfony/Component/Stopwatch/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Templating ']' + ln -s ../autoload.php src/Symfony/Component/Templating/autoload.php + ln -s ../autoload.php src/Symfony/Component/Templating/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Translation ']' + ln -s ../autoload.php src/Symfony/Component/Translation/autoload.php + ln -s ../autoload.php src/Symfony/Component/Translation/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Validator ']' + ln -s ../autoload.php src/Symfony/Component/Validator/autoload.php + ln -s ../autoload.php src/Symfony/Component/Validator/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/VarDumper ']' + ln -s ../autoload.php src/Symfony/Component/VarDumper/autoload.php + ln -s ../autoload.php src/Symfony/Component/VarDumper/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Yaml ']' + ln -s ../autoload.php src/Symfony/Component/Yaml/autoload.php + ln -s ../autoload.php src/Symfony/Component/Yaml/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/autoload.php ']' + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/Doctrine/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/Monolog/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/PhpUnit/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/ProxyManager/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/Swiftmailer/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/Twig/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bundle/DebugBundle/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bundle/FrameworkBundle/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bundle/SecurityBundle/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bundle/TwigBundle/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bundle/WebProfilerBundle/autoload.php + : Skip tests known to fail + sed -e 's#function testItUsesTheConfiguredEntryPointWhenUsingUnknownCredentials#function SKIP_testItUsesTheConfiguredEntryPointWhenUsingUnknownCredentials#' -i src/Symfony/Bundle/SecurityBundle/Tests/Functional/FirewallEntryPointTest.php + sed -e 's#function testEncodePasswordEmptySalt#function SKIP_testEncodePasswordEmptySalt#' -i src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php + sed -e 's#function testSetTraceIncompleteClass#function SKIP_testSetTraceIncompleteClass#' -i src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php + sed -e 's#function testHandleClassNotFound#function SKIP_testHandleClassNotFound#' -e 's#function testLegacyHandleClassNotFound#function SKIP_testLegacyHandleClassNotFound#' -i src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php + sed -e 's#function testCopyForOriginUrlsAndExistingLocalFileDefaultsToNotCopy#function SKIP_testCopyForOriginUrlsAndExistingLocalFileDefaultsToNotCopy#' -i src/Symfony/Component/Filesystem/Tests/FilesystemTest.php + sed -e 's#function getScript#function SKIP_getScript#' -i src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php + sed -e 's#function testFormatWithTimezoneFromEnvironmentVariable#function SKIP_testFormatWithTimezoneFromEnvironmentVariable#' -i src/Symfony/Component/Intl/Tests/DateFormatter/Verification/IntlDateFormatterTest.php + sed -e 's#function testTTYCommand#function SKIP_testTTYCommand#' -e 's#function testTTYCommandExitCode#function SKIP_testTTYCommandExitCode#' -i src/Symfony/Component/Process/Tests/ProcessTest.php + sed -e 's#function testSpecialVars56#function SKIP_testSpecialVars56#' -e 's#function testGlobalsNoExt#function SKIP_testGlobalsNoExt#' -e 's#function testBuggyRefs#function SKIP_testBuggyRefs#' -i src/Symfony/Component/VarDumper/Tests/CliDumperTest.php + rm src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php src/Symfony/Component/Form/Tests/Extension/Csrf/CsrfProvider/LegacyDefaultCsrfProviderTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php + : Skip online tests + sed -e s/testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy/SKIP_testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy/ -i src/Symfony/Component/Filesystem/Tests/FilesystemTest.php + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.hC6bjT + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.yqraI4 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch ++ dirname /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony + cp -rp src/Symfony/Bridge src/Symfony/Bundle src/Symfony/Component src/Symfony/autoload.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/ + mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc + ln -s php-symfony-common /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony + /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/symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /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 + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.jbI35Z + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + : Modify PHPUnit config + sed s#./src#/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php# phpunit.xml.dist + : Create tests bootstrap + cat + tee bootstrap.php >>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Doctrine\n' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Doctrine + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Doctrine Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Doctrine ............................................................... 63 / 451 ( 13%) ............................................................... 126 / 451 ( 27%) .....................SS.....................S.................. 189 / 451 ( 41%) ...SS.....................SS.....................S............. 252 / 451 ( 55%) ........S.....................S.....................S.......... 315 / 451 ( 69%) ............................................................... 378 / 451 ( 83%) ............................................................... 441 / 451 ( 97%) .......... 451 / 451 (100%) Time: 5.34 seconds, Memory: 37.00MB OK, but incomplete, skipped, or risky tests! Tests: 451, Assertions: 651, Skipped: 11. Legacy deprecation notices (213) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Monolog + '[' Monolog = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Monolog ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Monolog + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Monolog\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Monolog Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Monolog .................................... 36 / 36 (100%) Time: 106 ms, Memory: 3.75MB OK (36 tests, 71 assertions) Legacy deprecation notices (4) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/PhpUnit + '[' PhpUnit = PhpUnit ']' + continue + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/ProxyManager + '[' ProxyManager = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/ProxyManager + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/ProxyManager ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/ProxyManager\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/ProxyManager Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/ProxyManager .......... 10 / 10 (100%) Time: 386 ms, Memory: 4.75MB OK (10 tests, 25 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Swiftmailer + '[' Swiftmailer = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Swiftmailer ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Swiftmailer + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Swiftmailer\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Swiftmailer Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Time: 27 ms, Memory: 1.25MB No tests executed! + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Twig + '[' Twig = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Twig ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Twig + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Twig\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Twig Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bridge/Twig ............................................................... 63 / 776 ( 8%) ............................................................... 126 / 776 ( 16%) ............................................................... 189 / 776 ( 24%) ............................................................... 252 / 776 ( 32%) ............................................................... 315 / 776 ( 40%) ............................................................... 378 / 776 ( 48%) ............................................................... 441 / 776 ( 56%) ............................................................... 504 / 776 ( 64%) ............................................................... 567 / 776 ( 73%) ............................................................... 630 / 776 ( 81%) ............................................................... 693 / 776 ( 89%) ............................................................... 756 / 776 ( 97%) .................... 776 / 776 (100%) Time: 4.74 seconds, Memory: 60.50MB OK (776 tests, 357 assertions) Legacy deprecation notices (13) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/DebugBundle + '[' DebugBundle = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/DebugBundle ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/DebugBundle + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/DebugBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/DebugBundle Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/DebugBundle ...... 6 / 6 (100%) Time: 92 ms, Memory: 3.25MB OK (6 tests, 6 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/FrameworkBundle + '[' FrameworkBundle = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/FrameworkBundle ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/FrameworkBundle + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/FrameworkBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/FrameworkBundle Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/FrameworkBundle ............................................................... 63 / 833 ( 7%) ............................................................... 126 / 833 ( 15%) ............................................................... 189 / 833 ( 22%) ............................................................... 252 / 833 ( 30%) ..............................................S................ 315 / 833 ( 37%) ............................S.................................. 378 / 833 ( 45%) ..........S.................................................... 441 / 833 ( 52%) ............................................................... 504 / 833 ( 60%) ............................................................... 567 / 833 ( 68%) ............................................................... 630 / 833 ( 75%) ............................................................... 693 / 833 ( 83%) ............................................................... 756 / 833 ( 90%) ............................................................... 819 / 833 ( 98%) .............. 833 / 833 (100%) Time: 13.05 seconds, Memory: 56.25MB OK, but incomplete, skipped, or risky tests! Tests: 833, Assertions: 1274, Skipped: 3. Legacy deprecation notices (89) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/SecurityBundle + '[' SecurityBundle = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/SecurityBundle ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/SecurityBundle + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/SecurityBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/SecurityBundle Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/SecurityBundle ................................................................. 65 / 84 ( 77%) ................... 84 / 84 (100%) Time: 2.71 seconds, Memory: 21.75MB OK (84 tests, 212 assertions) Legacy deprecation notices (2) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/TwigBundle >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/TwigBundle + '[' TwigBundle = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/TwigBundle ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/TwigBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/TwigBundle Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/TwigBundle ................................................... 51 / 51 (100%) Time: 1.1 seconds, Memory: 13.75MB OK (51 tests, 175 assertions) Legacy deprecation notices (6) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/WebProfilerBundle >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/WebProfilerBundle + '[' WebProfilerBundle = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/WebProfilerBundle ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/WebProfilerBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/WebProfilerBundle Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Bundle/WebProfilerBundle .......................................... 42 / 42 (100%) Time: 248 ms, Memory: 7.25MB OK (42 tests, 67 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Asset >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Asset + '[' Asset = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Asset ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Asset\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Asset Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Asset ................................................................. 65 / 77 ( 84%) ............ 77 / 77 (100%) Time: 143 ms, Memory: 3.25MB OK (77 tests, 82 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/BrowserKit + '[' BrowserKit = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/BrowserKit ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/BrowserKit\n' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/BrowserKit + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/BrowserKit Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/BrowserKit ............................................................... 63 / 110 ( 57%) ............................................... 110 / 110 (100%) Time: 198 ms, Memory: 3.50MB OK (110 tests, 243 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ClassLoader >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ClassLoader + '[' ClassLoader = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ClassLoader ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ClassLoader\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ClassLoader Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ClassLoader SSSSSSSSSSSSSSS................................................ 63 / 111 ( 56%) ........SSSSSSSSSSSSSSS......................... 111 / 111 (100%) Time: 153 ms, Memory: 3.50MB OK, but incomplete, skipped, or risky tests! Tests: 111, Assertions: 116, Skipped: 30. Legacy deprecation notices (1) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Config + '[' Config = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Config + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Config ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Config\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Config Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Config ............................................................... 63 / 292 ( 21%) ................................I.............................. 126 / 292 ( 43%) ............................................................... 189 / 292 ( 64%) ............................................................... 252 / 292 ( 86%) ........................................ 292 / 292 (100%) Time: 331 ms, Memory: 6.25MB OK, but incomplete, skipped, or risky tests! Tests: 292, Assertions: 392, Incomplete: 1. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Console >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Console + '[' Console = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Console ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Console\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Console Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Console ............................................................... 63 / 625 ( 10%) ............................................................... 126 / 625 ( 20%) ............................................................... 189 / 625 ( 30%) ...............................................SS.............. 252 / 625 ( 40%) ............................................................... 315 / 625 ( 50%) ............................................................... 378 / 625 ( 60%) ............................................................... 441 / 625 ( 70%) ............................................................... 504 / 625 ( 80%) ............................................................... 567 / 625 ( 90%) .......................................................... 625 / 625 (100%) Time: 2.43 seconds, Memory: 10.25MB OK, but incomplete, skipped, or risky tests! Tests: 625, Assertions: 1062, Skipped: 2. Legacy deprecation notices (61) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/CssSelector >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/CssSelector + '[' CssSelector = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/CssSelector ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/CssSelector\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/CssSelector Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/CssSelector ............................................................... 63 / 505 ( 12%) ............................................................... 126 / 505 ( 24%) ............................................................... 189 / 505 ( 37%) ............................................................... 252 / 505 ( 49%) ............................................................... 315 / 505 ( 62%) ............................................................... 378 / 505 ( 74%) ............................................................... 441 / 505 ( 87%) ............................................................... 504 / 505 ( 99%) . 505 / 505 (100%) Time: 569 ms, Memory: 5.25MB OK (505 tests, 1024 assertions) Legacy deprecation notices (1) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Debug >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Debug + '[' Debug = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Debug ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Debug\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Debug Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Debug SSSS....S....................S......S...........S....... 56 / 56 (100%) Time: 319 ms, Memory: 7.50MB OK, but incomplete, skipped, or risky tests! Tests: 56, Assertions: 167, Skipped: 8. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DependencyInjection >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DependencyInjection + '[' DependencyInjection = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DependencyInjection ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DependencyInjection\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DependencyInjection Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DependencyInjection ............................................................... 63 / 426 ( 14%) ............................................................... 126 / 426 ( 29%) ............................................................... 189 / 426 ( 44%) ............................................................... 252 / 426 ( 59%) ............................................................... 315 / 426 ( 73%) ............................................................... 378 / 426 ( 88%) ................................................ 426 / 426 (100%) Time: 926 ms, Memory: 10.00MB OK (426 tests, 1072 assertions) Legacy deprecation notices (223) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DomCrawler + '[' DomCrawler = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DomCrawler ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DomCrawler + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DomCrawler\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DomCrawler Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/DomCrawler ............................................................... 63 / 321 ( 19%) ............................................................... 126 / 321 ( 39%) ............................................................... 189 / 321 ( 58%) ............................................................... 252 / 321 ( 78%) ............................................................... 315 / 321 ( 98%) ...... 321 / 321 (100%) Time: 293 ms, Memory: 4.25MB OK (321 tests, 581 assertions) Legacy deprecation notices (1) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/EventDispatcher >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/EventDispatcher + '[' EventDispatcher = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/EventDispatcher ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/EventDispatcher\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/EventDispatcher Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/EventDispatcher ............................................................... 63 / 103 ( 61%) ........................................ 103 / 103 (100%) Time: 151 ms, Memory: 4.00MB OK (103 tests, 194 assertions) Legacy deprecation notices (19) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ExpressionLanguage >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ExpressionLanguage + '[' ExpressionLanguage = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ExpressionLanguage ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ExpressionLanguage\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ExpressionLanguage Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/ExpressionLanguage ............................................................... 63 / 157 ( 40%) ............................................................... 126 / 157 ( 80%) ............................... 157 / 157 (100%) Time: 197 ms, Memory: 4.25MB OK (157 tests, 166 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Filesystem >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Filesystem + '[' Filesystem = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Filesystem ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Filesystem\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Filesystem Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Filesystem ..........................S.................................... 63 / 114 ( 55%) ...................................S............... 114 / 114 (100%) Time: 186 ms, Memory: 2.75MB OK, but incomplete, skipped, or risky tests! Tests: 114, Assertions: 183, Skipped: 2. Legacy deprecation notices (1) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Finder >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Finder + '[' Finder = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Finder ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Finder\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Finder Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Finder .SSSSSSSSSSSSSSSSSSSSS.S.S.SSSSS.S...SSSSSSSSSSSS.SSS..SSSSSS.S 63 / 412 ( 15%) S.............................................................. 126 / 412 ( 30%) ............................................................... 189 / 412 ( 45%) ............................................................... 252 / 412 ( 61%) ............................................................... 315 / 412 ( 76%) ............................................................... 378 / 412 ( 91%) .................................. 412 / 412 (100%) Time: 4.72 seconds, Memory: 7.25MB OK, but incomplete, skipped, or risky tests! Tests: 412, Assertions: 635, Skipped: 52. Legacy deprecation notices (409) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Form >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Form + '[' Form = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Form ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Form\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Form Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Form ............................................................. 61 / 3348 ( 1%) ............................................................. 122 / 3348 ( 3%) ............................................................. 183 / 3348 ( 5%) ............................................................. 244 / 3348 ( 7%) ............................................................. 305 / 3348 ( 9%) ............................................................. 366 / 3348 ( 10%) ............................................................. 427 / 3348 ( 12%) ............................................................S 488 / 3348 ( 14%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 549 / 3348 ( 16%) SSSSSSS...................................................... 610 / 3348 ( 18%) ............................................................. 671 / 3348 ( 20%) ....................................S.S...................... 732 / 3348 ( 21%) ......................S..S..SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 793 / 3348 ( 23%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 854 / 3348 ( 25%) SSSSSSSSSS................................................... 915 / 3348 ( 27%) ..........................SSSSS.............SS.S.....S...S... 976 / 3348 ( 29%) ............................................................. 1037 / 3348 ( 30%) ............................................................. 1098 / 3348 ( 32%) ............................................................. 1159 / 3348 ( 34%) ............................................................. 1220 / 3348 ( 36%) ............................................................. 1281 / 3348 ( 38%) ............................................................. 1342 / 3348 ( 40%) ............................................................. 1403 / 3348 ( 41%) .................SSSSS...................................SSSS 1464 / 3348 ( 43%) .................SS..SSS.IIIISS...S.......................... 1525 / 3348 ( 45%) ............................................................. 1586 / 3348 ( 47%) ......SSSSSSSSSSSSSSSS....................................... 1647 / 3348 ( 49%) ......IIIIIII................................................ 1708 / 3348 ( 51%) ............................................................. 1769 / 3348 ( 52%) ............................................................. 1830 / 3348 ( 54%) ............................................................. 1891 / 3348 ( 56%) ............................................................. 1952 / 3348 ( 58%) ............................................................. 2013 / 3348 ( 60%) ............................................................. 2074 / 3348 ( 61%) ............................................................. 2135 / 3348 ( 63%) ............................................................. 2196 / 3348 ( 65%) ............................................................. 2257 / 3348 ( 67%) ............................................................. 2318 / 3348 ( 69%) ............................................................. 2379 / 3348 ( 71%) ............................................................. 2440 / 3348 ( 72%) ............................................................. 2501 / 3348 ( 74%) ............................................................. 2562 / 3348 ( 76%) ............................................................. 2623 / 3348 ( 78%) ............................................................. 2684 / 3348 ( 80%) ............................................................. 2745 / 3348 ( 81%) ............................................................. 2806 / 3348 ( 83%) ............................................................. 2867 / 3348 ( 85%) ............................................................. 2928 / 3348 ( 87%) ............................................................. 2989 / 3348 ( 89%) ............................................................. 3050 / 3348 ( 91%) ............................................................. 3111 / 3348 ( 92%) ............................................................. 3172 / 3348 ( 94%) ............................................................. 3233 / 3348 ( 96%) ............................................................. 3294 / 3348 ( 98%) ...................................................... 3348 / 3348 (100%) Time: 6.6 seconds, Memory: 71.50MB OK, but incomplete, skipped, or risky tests! Tests: 3348, Assertions: 7267, Skipped: 220, Incomplete: 11. Legacy deprecation notices (588) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpFoundation + '[' HttpFoundation = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpFoundation + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpFoundation ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpFoundation\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpFoundation Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpFoundation ............................................................... 63 / 794 ( 7%) ............................................................... 126 / 794 ( 15%) .............................................................S. 189 / 794 ( 23%) ............................................................... 252 / 794 ( 31%) ............................................................... 315 / 794 ( 39%) ............................................................... 378 / 794 ( 47%) .SS............................................................ 441 / 794 ( 55%) ............................................................... 504 / 794 ( 63%) ............................................................... 567 / 794 ( 71%) ............................................................... 630 / 794 ( 79%) ............................................................... 693 / 794 ( 87%) ..................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS............. 756 / 794 ( 95%) ...................................... 794 / 794 (100%) Time: 636 ms, Memory: 9.25MB OK, but incomplete, skipped, or risky tests! Tests: 1104, Assertions: 1640, Skipped: 35. Legacy deprecation notices (10) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel + '[' HttpKernel = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/HttpKernel ............................................................... 63 / 449 ( 14%) ............................................................... 126 / 449 ( 28%) ............................................................... 189 / 449 ( 42%) ............................................................... 252 / 449 ( 56%) ............................................................... 315 / 449 ( 70%) ............................................................... 378 / 449 ( 84%) ......................SSSSSSSSSSSSSSSSSS....................... 441 / 449 ( 98%) ........ 449 / 449 (100%) Time: 1.52 seconds, Memory: 16.50MB OK, but incomplete, skipped, or risky tests! Tests: 755, Assertions: 1320, Skipped: 18. Legacy deprecation notices (17) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Intl + '[' Intl = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Intl ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Intl + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Intl\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Intl Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Intl ...............SSS........................................... 61 / 1226 ( 4%) ............................................................. 122 / 1226 ( 9%) ............................................................. 183 / 1226 ( 14%) ............................................................. 244 / 1226 ( 19%) ...........................................S................. 305 / 1226 ( 24%) ............................................................. 366 / 1226 ( 29%) ............................................................. 427 / 1226 ( 34%) ...........................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 488 / 1226 ( 39%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 549 / 1226 ( 44%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 610 / 1226 ( 49%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 671 / 1226 ( 54%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 732 / 1226 ( 59%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.....SSSS 793 / 1226 ( 64%) S.................S.......................................... 854 / 1226 ( 69%) ............................................................. 915 / 1226 ( 74%) .......................................................S.S... 976 / 1226 ( 79%) ...SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1037 / 1226 ( 84%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1098 / 1226 ( 89%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS......................... 1159 / 1226 ( 94%) ............................................................. 1220 / 1226 ( 99%) ...... 1226 / 1226 (100%) Time: 4.31 seconds, Memory: 22.25MB OK, but incomplete, skipped, or risky tests! Tests: 1226, Assertions: 2608, Skipped: 497. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Ldap >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Ldap + '[' Ldap = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Ldap ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Ldap\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Ldap Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Ldap . 1 / 1 (100%) Time: 47 ms, Memory: 2.00MB OK (1 test, 1 assertion) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Locale + '[' Locale = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Locale + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Locale ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Locale\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Locale Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Locale .S......... 11 / 11 (100%) Time: 106 ms, Memory: 3.00MB OK, but incomplete, skipped, or risky tests! Tests: 11, Assertions: 14, Skipped: 1. Legacy deprecation notices (2) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/OptionsResolver >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/OptionsResolver + '[' OptionsResolver = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/OptionsResolver ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/OptionsResolver\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/OptionsResolver Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/OptionsResolver ............................................................... 63 / 196 ( 32%) ............................................................... 126 / 196 ( 64%) ............................................................... 189 / 196 ( 96%) ....... 196 / 196 (100%) Time: 143 ms, Memory: 3.00MB OK (196 tests, 260 assertions) Legacy deprecation notices (88) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Process >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Process + '[' Process = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Process ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Process\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Process Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Process ....SS.S.S..................................................... 63 / 149 ( 42%) ...............S.S............................................. 126 / 149 ( 84%) ....................... 149 / 149 (100%) Time: 4.49 seconds, Memory: 16.25MB OK, but incomplete, skipped, or risky tests! Tests: 149, Assertions: 248, Skipped: 6. Legacy deprecation notices (1) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyAccess + '[' PropertyAccess = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyAccess ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyAccess + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyAccess\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyAccess Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyAccess ............................................................... 63 / 510 ( 12%) ............................................................... 126 / 510 ( 24%) ............................................................... 189 / 510 ( 37%) ............................................................... 252 / 510 ( 49%) ............................................................... 315 / 510 ( 61%) ............................................................... 378 / 510 ( 74%) ............................................................... 441 / 510 ( 86%) ............................................................... 504 / 510 ( 98%) ...... 510 / 510 (100%) Time: 318 ms, Memory: 4.50MB OK (510 tests, 540 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyInfo >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyInfo + '[' PropertyInfo = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyInfo ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyInfo\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyInfo Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/PropertyInfo ..........................SSSS............ 42 / 42 (100%) Time: 207 ms, Memory: 5.00MB OK, but incomplete, skipped, or risky tests! Tests: 42, Assertions: 101, Skipped: 4. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Routing >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Routing + '[' Routing = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Routing ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Routing\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Routing Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Routing ............................................................... 63 / 317 ( 19%) ............................................................... 126 / 317 ( 39%) ............................................................... 189 / 317 ( 59%) ............................................................... 252 / 317 ( 79%) ............................................................... 315 / 317 ( 99%) .. 317 / 317 (100%) Time: 2.44 seconds, Memory: 76.00MB OK (317 tests, 780 assertions) Legacy deprecation notices (21) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Security >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Security + '[' Security = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Security ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Security\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Security Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Security ............................................................... 63 / 685 ( 9%) ............................................................... 126 / 685 ( 18%) ............................................................... 189 / 685 ( 27%) ............................................................... 252 / 685 ( 36%) ............................................................... 315 / 685 ( 45%) ............................................................... 378 / 685 ( 55%) ............................................................... 441 / 685 ( 64%) ............................................................... 504 / 685 ( 73%) ............................................................... 567 / 685 ( 82%) ............................................................... 630 / 685 ( 91%) ..........S............................................ 685 / 685 (100%) Time: 1.24 seconds, Memory: 17.25MB OK, but incomplete, skipped, or risky tests! Tests: 685, Assertions: 1482, Skipped: 1. Legacy deprecation notices (9) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Serializer >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Serializer + '[' Serializer = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Serializer ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Serializer\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Serializer Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Serializer ............................................................... 63 / 225 ( 28%) ............................................................... 126 / 225 ( 56%) ............................................................... 189 / 225 ( 84%) .................................... 225 / 225 (100%) Time: 341 ms, Memory: 6.25MB OK (225 tests, 306 assertions) Legacy deprecation notices (11) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Stopwatch + '[' Stopwatch = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Stopwatch ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Stopwatch + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Stopwatch\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Stopwatch Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Stopwatch ....................... 23 / 23 (100%) Time: 70 ms, Memory: 2.50MB OK (23 tests, 40 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Templating >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Templating + '[' Templating = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Templating ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Templating\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Templating Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Templating ................................................. 49 / 49 (100%) Time: 129 ms, Memory: 3.50MB OK (49 tests, 132 assertions) Legacy deprecation notices (6) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Translation >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Translation + '[' Translation = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Translation ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Translation\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Translation Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Translation ..............................................................S 63 / 402 ( 15%) ............................................................... 126 / 402 ( 31%) ............................................................... 189 / 402 ( 47%) ............................................................... 252 / 402 ( 62%) ............................................................... 315 / 402 ( 78%) ............................................................... 378 / 402 ( 94%) ........................ 402 / 402 (100%) Time: 506 ms, Memory: 6.75MB OK, but incomplete, skipped, or risky tests! Tests: 402, Assertions: 529, Skipped: 1. Legacy deprecation notices (5) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Validator >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Validator + '[' Validator = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Validator ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Validator\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Validator Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Validator ............................................................. 61 / 2247 ( 2%) ............................................................. 122 / 2247 ( 5%) ............................................................. 183 / 2247 ( 8%) ............................................................. 244 / 2247 ( 10%) ......................................................S...... 305 / 2247 ( 13%) ..SSSSS...........................................SSSSSSS.... 366 / 2247 ( 16%) ..........SSS.SSS............................................ 427 / 2247 ( 19%) ............................................................. 488 / 2247 ( 21%) ............................................................. 549 / 2247 ( 24%) ..........................................SSS.SSS............ 610 / 2247 ( 27%) .SSSSSS....SSSSSS............................................ 671 / 2247 ( 29%) ............................................................. 732 / 2247 ( 32%) ............................................................. 793 / 2247 ( 35%) ............................................................. 854 / 2247 ( 38%) ............................................................. 915 / 2247 ( 40%) ........................SS.SS................................ 976 / 2247 ( 43%) ............................................................. 1037 / 2247 ( 46%) ............................................................. 1098 / 2247 ( 48%) ............................................................. 1159 / 2247 ( 51%) ............................................................. 1220 / 2247 ( 54%) ............................................................. 1281 / 2247 ( 57%) .....................................S....................... 1342 / 2247 ( 59%) ..........................................................SSS 1403 / 2247 ( 62%) ..SSS.............SSSSSS...SSSSSS............................ 1464 / 2247 ( 65%) ....................................SSS.SSS.................. 1525 / 2247 ( 67%) .S........................................................... 1586 / 2247 ( 70%) ......SSSSSSSSSSSSSSSS....................................... 1647 / 2247 ( 73%) ............................................................. 1708 / 2247 ( 76%) ............................................................. 1769 / 2247 ( 78%) ......................SS..................................... 1830 / 2247 ( 81%) ............................................................. 1891 / 2247 ( 84%) ...............................SSS........................... 1952 / 2247 ( 86%) ............................................................. 2013 / 2247 ( 89%) ............................................................. 2074 / 2247 ( 92%) ............................................................. 2135 / 2247 ( 95%) ............................................................. 2196 / 2247 ( 97%) ................................................... 2247 / 2247 (100%) Time: 2.58 seconds, Memory: 23.50MB OK, but incomplete, skipped, or risky tests! Tests: 2253, Assertions: 4560, Skipped: 88. Legacy deprecation notices (276) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/VarDumper >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/VarDumper + '[' VarDumper = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/VarDumper ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/VarDumper\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/VarDumper Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/VarDumper ..............S....SSS.............. 36 / 36 (100%) Time: 256 ms, Memory: 4.25MB OK, but incomplete, skipped, or risky tests! Tests: 36, Assertions: 36, Skipped: 4. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Yaml >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Yaml + '[' Yaml = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Yaml ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Yaml\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Yaml Clock-mocked namespaces for SymfonyTestsListener need to be nested in a "time-sensitive" key. This will be enforced in Symfony 4.0. PHPUnit 5.3.4 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/Yaml ............................................................... 63 / 396 ( 15%) ............................................................... 126 / 396 ( 31%) ............................................................... 189 / 396 ( 47%) ............................................................... 252 / 396 ( 63%) ............................................................... 315 / 396 ( 79%) ............................................................... 378 / 396 ( 95%) .................. 396 / 396 (100%) Time: 488 ms, Memory: 3.50MB OK (396 tests, 581 assertions) Legacy deprecation notices (6) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/*/*' ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/autoload.php Processing files: php-symfony-2.8.7-1.fc24.noarch Provides: php-composer(symfony/symfony) = 2.8.7 php-symfony = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-symfony-common-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.28tJSi + '[' autoload.php = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/php/Symfony/Component/autoload.php ']' + exit 0 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-common + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-common + cp -pr CHANGELOG-2.2.md CHANGELOG-2.3.md CHANGELOG-2.4.md CHANGELOG-2.5.md CHANGELOG-2.6.md CHANGELOG-2.7.md CHANGELOG-2.8.md CONTRIBUTING.md CONTRIBUTORS.md README.md UPGRADE-2.1.md UPGRADE-2.2.md UPGRADE-2.3.md UPGRADE-2.4.md UPGRADE-2.5.md UPGRADE-2.6.md UPGRADE-2.7.md UPGRADE-2.8.md UPGRADE-3.0.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-common + cp -pr composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-common + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Vn6sHB + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-common + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-common + cp -pr LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-common + exit 0 Provides: php-symfony-common = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-channel-symfony2 Processing files: php-symfony-doctrine-bridge-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.m213WU + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-doctrine-bridge + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-doctrine-bridge + cp -pr src/Symfony/Bridge/Doctrine/CHANGELOG.md src/Symfony/Bridge/Doctrine/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-doctrine-bridge + cp -pr src/Symfony/Bridge/Doctrine/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-doctrine-bridge + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TyM5de + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-doctrine-bridge + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-doctrine-bridge + cp -pr src/Symfony/Bridge/Doctrine/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-doctrine-bridge + exit 0 Provides: php-composer(symfony/doctrine-bridge) = 2.8.7 php-pear(pear.symfony.com/DoctrineBridge) = 2.8.7 php-symfony-doctrine-bridge = 2.8.7-1.fc24 php-symfony-doctrinebridge = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-doctrinebridge < 2.8.7 Processing files: php-symfony-monolog-bridge-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GRUlFx + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-monolog-bridge + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-monolog-bridge + cp -pr src/Symfony/Bridge/Monolog/CHANGELOG.md src/Symfony/Bridge/Monolog/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-monolog-bridge + cp -pr src/Symfony/Bridge/Monolog/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-monolog-bridge + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.drQm8Q + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-monolog-bridge + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-monolog-bridge + cp -pr src/Symfony/Bridge/Monolog/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-monolog-bridge + exit 0 Provides: php-composer(symfony/monolog-bridge) = 2.8.7 php-pear(pear.symfony.com/MonologBridge) = 2.8.7 php-symfony-monolog-bridge = 2.8.7-1.fc24 php-symfony-monologbridge = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-monologbridge < 2.8.7 Processing files: php-symfony-phpunit-bridge-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.qQzAGa + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-phpunit-bridge + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-phpunit-bridge + cp -pr src/Symfony/Bridge/PhpUnit/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-phpunit-bridge + cp -pr src/Symfony/Bridge/PhpUnit/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-phpunit-bridge + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NVCdgu + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-phpunit-bridge + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-phpunit-bridge + cp -pr src/Symfony/Bridge/PhpUnit/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-phpunit-bridge + exit 0 Provides: php-composer(symfony/phpunit-bridge) = 2.8.7 php-symfony-phpunit-bridge = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-symfony-proxy-manager-bridge-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.gVNeUN + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-proxy-manager-bridge + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-proxy-manager-bridge + cp -pr src/Symfony/Bridge/ProxyManager/CHANGELOG.md src/Symfony/Bridge/ProxyManager/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-proxy-manager-bridge + cp -pr src/Symfony/Bridge/ProxyManager/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-proxy-manager-bridge + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.VtBBz7 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-proxy-manager-bridge + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-proxy-manager-bridge + cp -pr src/Symfony/Bridge/ProxyManager/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-proxy-manager-bridge + exit 0 Provides: php-composer(symfony/proxy-manager-bridge) = 2.8.7 php-symfony-proxy-manager-bridge = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-symfony-swiftmailer-bridge-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.dZnOir + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-swiftmailer-bridge + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-swiftmailer-bridge + cp -pr src/Symfony/Bridge/Swiftmailer/CHANGELOG.md src/Symfony/Bridge/Swiftmailer/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-swiftmailer-bridge + cp -pr src/Symfony/Bridge/Swiftmailer/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-swiftmailer-bridge + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kTem3K + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-swiftmailer-bridge + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-swiftmailer-bridge + cp -pr src/Symfony/Bridge/Swiftmailer/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-swiftmailer-bridge + exit 0 Provides: php-composer(symfony/swiftmailer-bridge) = 2.8.7 php-symfony-swiftmailer-bridge = 2.8.7-1.fc24 php-symfony-swiftmailerbridge = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-swiftmailerbridge < 2.8.7 Processing files: php-symfony-twig-bridge-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mtgGR4 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-twig-bridge + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-twig-bridge + cp -pr src/Symfony/Bridge/Twig/CHANGELOG.md src/Symfony/Bridge/Twig/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-twig-bridge + cp -pr src/Symfony/Bridge/Twig/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-twig-bridge + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.TQgiHo + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-twig-bridge + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-twig-bridge + cp -pr src/Symfony/Bridge/Twig/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-twig-bridge + exit 0 Provides: php-composer(symfony/twig-bridge) = 2.8.7 php-pear(pear.symfony.com/TwigBridge) = 2.8.7 php-symfony-twig-bridge = 2.8.7-1.fc24 php-symfony-twigbridge = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-twigbridge < 2.8.7 Processing files: php-symfony-debug-bundle-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.LAM1NI + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-debug-bundle + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-debug-bundle + cp -pr src/Symfony/Bundle/DebugBundle/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-debug-bundle + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kN2RV2 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-debug-bundle + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-debug-bundle + cp -pr src/Symfony/Bundle/DebugBundle/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-debug-bundle + exit 0 Provides: php-composer(symfony/debug-bundle) = 2.8.7 php-symfony-debug-bundle = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-symfony-framework-bundle-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.tIQF8m + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-framework-bundle + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-framework-bundle + cp -pr src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md src/Symfony/Bundle/FrameworkBundle/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-framework-bundle + cp -pr src/Symfony/Bundle/FrameworkBundle/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-framework-bundle + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Y5jNmH + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-framework-bundle + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-framework-bundle + cp -pr src/Symfony/Bundle/FrameworkBundle/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-framework-bundle + exit 0 Provides: php-composer(symfony/framework-bundle) = 2.8.7 php-symfony-framework-bundle = 2.8.7-1.fc24 php-symfony-frameworkbundle = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-frameworkbundle < 2.8.7 Processing files: php-symfony-security-bundle-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2qI2d2 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-security-bundle + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-security-bundle + cp -pr src/Symfony/Bundle/SecurityBundle/CHANGELOG.md src/Symfony/Bundle/SecurityBundle/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-security-bundle + cp -pr src/Symfony/Bundle/SecurityBundle/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-security-bundle + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HTzp6m + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-security-bundle + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-security-bundle + cp -pr src/Symfony/Bundle/SecurityBundle/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-security-bundle + exit 0 Provides: php-composer(symfony/security-bundle) = 2.8.7 php-symfony-security-bundle = 2.8.7-1.fc24 php-symfony-securitybundle = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-securitybundle < 2.8.7 Processing files: php-symfony-twig-bundle-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Bl30aI + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-twig-bundle + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-twig-bundle + cp -pr src/Symfony/Bundle/TwigBundle/CHANGELOG.md src/Symfony/Bundle/TwigBundle/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-twig-bundle + cp -pr src/Symfony/Bundle/TwigBundle/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-twig-bundle + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.K9a3g3 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-twig-bundle + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-twig-bundle + cp -pr src/Symfony/Bundle/TwigBundle/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-twig-bundle + exit 0 Provides: php-composer(symfony/twig-bundle) = 2.8.7 php-symfony-twig-bundle = 2.8.7-1.fc24 php-symfony-twigbundle = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-twigbundle < 2.8.7 Processing files: php-symfony-web-profiler-bundle-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.F9CSEo + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-web-profiler-bundle + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-web-profiler-bundle + cp -pr src/Symfony/Bundle/WebProfilerBundle/CHANGELOG.md src/Symfony/Bundle/WebProfilerBundle/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-web-profiler-bundle + cp -pr src/Symfony/Bundle/WebProfilerBundle/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-web-profiler-bundle + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.NUKc4J + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-web-profiler-bundle + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-web-profiler-bundle + cp -pr src/Symfony/Bundle/WebProfilerBundle/Resources/ICONS_LICENSE.txt /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-web-profiler-bundle + cp -pr src/Symfony/Bundle/WebProfilerBundle/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-web-profiler-bundle + exit 0 Provides: php-composer(symfony/web-profiler-bundle) = 2.8.7 php-symfony-web-profiler-bundle = 2.8.7-1.fc24 php-symfony-webprofilerbundle = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh Obsoletes: php-symfony-webprofilerbundle < 2.8.7 Processing files: php-symfony-asset-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ecsq05 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-asset + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-asset + cp -pr src/Symfony/Component/Asset/CHANGELOG.md src/Symfony/Component/Asset/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-asset + cp -pr src/Symfony/Component/Asset/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-asset + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.rZ34Xr + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-asset + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-asset + cp -pr src/Symfony/Component/Asset/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-asset + exit 0 Provides: php-composer(symfony/asset) = 2.8.7 php-symfony-asset = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-symfony-browser-kit-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pWH00N + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-browser-kit + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-browser-kit + cp -pr src/Symfony/Component/BrowserKit/CHANGELOG.md src/Symfony/Component/BrowserKit/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-browser-kit + cp -pr src/Symfony/Component/BrowserKit/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-browser-kit + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.kh4e59 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-browser-kit + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-browser-kit + cp -pr src/Symfony/Component/BrowserKit/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-browser-kit + exit 0 Provides: php-composer(symfony/browser-kit) = 2.8.7 php-pear(pear.symfony.com/BrowserKit) = 2.8.7 php-symfony-browser-kit = 2.8.7-1.fc24 php-symfony-browserkit = 2.8.7 php-symfony2-BrowserKit = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-browserkit < 2.8.7 php-symfony2-BrowserKit < 2.8.7 Processing files: php-symfony-class-loader-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.SFM9ew + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-class-loader + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-class-loader + cp -pr src/Symfony/Component/ClassLoader/CHANGELOG.md src/Symfony/Component/ClassLoader/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-class-loader + cp -pr src/Symfony/Component/ClassLoader/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-class-loader + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.safpqS + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-class-loader + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-class-loader + cp -pr src/Symfony/Component/ClassLoader/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-class-loader + exit 0 Provides: php-composer(symfony/class-loader) = 2.8.7 php-pear(pear.symfony.com/ClassLoader) = 2.8.7 php-symfony-class-loader = 2.8.7-1.fc24 php-symfony-classloader = 2.8.7 php-symfony2-ClassLoader = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-classloader < 2.8.7 php-symfony2-ClassLoader < 2.8.7 Processing files: php-symfony-config-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YNYSKe + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-config + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-config + cp -pr src/Symfony/Component/Config/CHANGELOG.md src/Symfony/Component/Config/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-config + cp -pr src/Symfony/Component/Config/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-config + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.bwMM6A + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-config + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-config + cp -pr src/Symfony/Component/Config/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-config + exit 0 Provides: php-composer(symfony/config) = 2.8.7 php-pear(pear.symfony.com/Config) = 2.8.7 php-symfony-config = 2.8.7-1.fc24 php-symfony2-Config = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Config < 2.8.7 Processing files: php-symfony-console-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YnOUIX + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-console + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-console + cp -pr src/Symfony/Component/Console/CHANGELOG.md src/Symfony/Component/Console/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-console + cp -pr src/Symfony/Component/Console/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-console + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.upSvmk + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-console + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-console + cp -pr src/Symfony/Component/Console/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-console + exit 0 Provides: php-composer(symfony/console) = 2.8.7 php-pear(pear.symfony.com/Console) = 2.8.7 php-symfony-console = 2.8.7-1.fc24 php-symfony2-Console = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Console < 2.8.7 Processing files: php-symfony-css-selector-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.L54rkH + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-css-selector + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-css-selector + cp -pr src/Symfony/Component/CssSelector/CHANGELOG.md src/Symfony/Component/CssSelector/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-css-selector + cp -pr src/Symfony/Component/CssSelector/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-css-selector + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qafJj4 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-css-selector + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-css-selector + cp -pr src/Symfony/Component/CssSelector/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-css-selector + exit 0 Provides: php-composer(symfony/css-selector) = 2.8.7 php-pear(pear.symfony.com/CssSelector) = 2.8.7 php-symfony-css-selector = 2.8.7-1.fc24 php-symfony-cssselector = 2.8.7 php-symfony2-CssSelector = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-cssselector < 2.8.7 php-symfony2-CssSelector < 2.8.7 Processing files: php-symfony-debug-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JOc7ur + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-debug + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-debug + cp -pr src/Symfony/Component/Debug/CHANGELOG.md src/Symfony/Component/Debug/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-debug + cp -pr src/Symfony/Component/Debug/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-debug + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.135NHO + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-debug + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-debug + cp -pr src/Symfony/Component/Debug/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-debug + exit 0 Provides: php-composer(symfony/debug) = 2.8.7 php-pear(pear.symfony.com/Debug) = 2.8.7 php-symfony-debug = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-symfony-dependency-injection-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eHuI1b + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-dependency-injection + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-dependency-injection + cp -pr src/Symfony/Component/DependencyInjection/CHANGELOG.md src/Symfony/Component/DependencyInjection/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-dependency-injection + cp -pr src/Symfony/Component/DependencyInjection/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-dependency-injection Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hUTUmz + exit 0 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-dependency-injection + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-dependency-injection + cp -pr src/Symfony/Component/DependencyInjection/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-dependency-injection + exit 0 Provides: php-composer(symfony/dependency-injection) = 2.8.7 php-pear(pear.symfony.com/DependencyInjection) = 2.8.7 php-symfony-dependency-injection = 2.8.7-1.fc24 php-symfony-dependencyinjection = 2.8.7 php-symfony2-DependencyInjection = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-dependencyinjection < 2.8.7 php-symfony2-DependencyInjection < 2.8.7 Processing files: php-symfony-dom-crawler-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.jDqs1W + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-dom-crawler + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-dom-crawler + cp -pr src/Symfony/Component/DomCrawler/CHANGELOG.md src/Symfony/Component/DomCrawler/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-dom-crawler + cp -pr src/Symfony/Component/DomCrawler/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-dom-crawler + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.ck82Gk + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-dom-crawler + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-dom-crawler + cp -pr src/Symfony/Component/DomCrawler/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-dom-crawler + exit 0 Provides: php-composer(symfony/dom-crawler) = 2.8.7 php-pear(pear.symfony.com/DomCrawler) = 2.8.7 php-symfony-dom-crawler = 2.8.7-1.fc24 php-symfony-domcrawler = 2.8.7 php-symfony2-DomCrawler = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-domcrawler < 2.8.7 php-symfony2-DomCrawler < 2.8.7 Processing files: php-symfony-event-dispatcher-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DVhbsI + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-event-dispatcher + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-event-dispatcher + cp -pr src/Symfony/Component/EventDispatcher/CHANGELOG.md src/Symfony/Component/EventDispatcher/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-event-dispatcher + cp -pr src/Symfony/Component/EventDispatcher/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-event-dispatcher + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XMzLe6 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-event-dispatcher + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-event-dispatcher + cp -pr src/Symfony/Component/EventDispatcher/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-event-dispatcher + exit 0 Provides: php-composer(symfony/event-dispatcher) = 2.8.7 php-pear(pear.symfony.com/EventDispatcher) = 2.8.7 php-symfony-event-dispatcher = 2.8.7-1.fc24 php-symfony-eventdispatcher = 2.8.7 php-symfony2-EventDispatcher = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-eventdispatcher < 2.8.7 php-symfony2-EventDispatcher < 2.8.7 Processing files: php-symfony-expression-language-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.l6ho7t + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-expression-language + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-expression-language + cp -pr src/Symfony/Component/ExpressionLanguage/CHANGELOG.md src/Symfony/Component/ExpressionLanguage/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-expression-language + cp -pr src/Symfony/Component/ExpressionLanguage/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-expression-language + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.UHU20R + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-expression-language + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-expression-language + cp -pr src/Symfony/Component/ExpressionLanguage/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-expression-language + exit 0 Provides: php-composer(symfony/expression-language) = 2.8.7 php-pear(pear.symfony.com/ExpressionLanguage) = 2.8.7 php-symfony-expression-language = 2.8.7-1.fc24 php-symfony-expressionlanguage = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-expressionlanguage < 2.8.7 Processing files: php-symfony-filesystem-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.pSFL1f + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-filesystem + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-filesystem + cp -pr src/Symfony/Component/Filesystem/CHANGELOG.md src/Symfony/Component/Filesystem/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-filesystem + cp -pr src/Symfony/Component/Filesystem/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-filesystem + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.5CXt3D + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-filesystem + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-filesystem + cp -pr src/Symfony/Component/Filesystem/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-filesystem + exit 0 Provides: php-composer(symfony/filesystem) = 2.8.7 php-pear(pear.symfony.com/Filesystem) = 2.8.7 php-symfony-filesystem = 2.8.7-1.fc24 php-symfony2-Filesystem = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Filesystem < 2.8.7 Processing files: php-symfony-finder-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JLQC91 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-finder + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-finder + cp -pr src/Symfony/Component/Finder/CHANGELOG.md src/Symfony/Component/Finder/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-finder + cp -pr src/Symfony/Component/Finder/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-finder + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JRP1gq + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-finder + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-finder + cp -pr src/Symfony/Component/Finder/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-finder + exit 0 Provides: php-composer(symfony/finder) = 2.8.7 php-pear(pear.symfony.com/Finder) = 2.8.7 php-symfony-finder = 2.8.7-1.fc24 php-symfony2-Finder = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Finder < 2.8.7 Processing files: php-symfony-form-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7Qk5yO + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-form + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-form + cp -pr src/Symfony/Component/Form/CHANGELOG.md src/Symfony/Component/Form/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-form + cp -pr src/Symfony/Component/Form/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-form + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.JinqSc + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-form + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-form + cp -pr src/Symfony/Component/Form/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-form + exit 0 Provides: php-composer(symfony/form) = 2.8.7 php-pear(pear.symfony.com/Form) = 2.8.7 php-symfony-form = 2.8.7-1.fc24 php-symfony2-Form = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Form < 2.8.7 Processing files: php-symfony-http-foundation-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IgRGUB + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-http-foundation + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-http-foundation + cp -pr src/Symfony/Component/HttpFoundation/CHANGELOG.md src/Symfony/Component/HttpFoundation/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-http-foundation + cp -pr src/Symfony/Component/HttpFoundation/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-http-foundation + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.l4DYX0 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-http-foundation + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-http-foundation + cp -pr src/Symfony/Component/HttpFoundation/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-http-foundation + exit 0 Provides: php-composer(symfony/http-foundation) = 2.8.7 php-pear(pear.symfony.com/HttpFoundation) = 2.8.7 php-symfony-http-foundation = 2.8.7-1.fc24 php-symfony-httpfoundation = 2.8.7 php-symfony2-HttpFoundation = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-httpfoundation < 2.8.7 php-symfony2-HttpFoundation < 2.8.7 Processing files: php-symfony-http-kernel-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.rL5Uiq + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-http-kernel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-http-kernel + cp -pr src/Symfony/Component/HttpKernel/CHANGELOG.md src/Symfony/Component/HttpKernel/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-http-kernel + cp -pr src/Symfony/Component/HttpKernel/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-http-kernel + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.q5K8EP + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-http-kernel + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-http-kernel + cp -pr src/Symfony/Component/HttpKernel/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-http-kernel + exit 0 Provides: php-composer(symfony/http-kernel) = 2.8.7 php-pear(pear.symfony.com/HttpKernel) = 2.8.7 php-symfony-http-kernel = 2.8.7-1.fc24 php-symfony-httpkernel = 2.8.7 php-symfony2-HttpKernel = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-httpkernel < 2.8.7 php-symfony2-HttpKernel < 2.8.7 Processing files: php-symfony-intl-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.FaX1sf + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-intl + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-intl + cp -pr src/Symfony/Component/Intl/CONTRIBUTING.md src/Symfony/Component/Intl/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-intl + cp -pr src/Symfony/Component/Intl/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-intl + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dIDjiF + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-intl + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-intl + cp -pr src/Symfony/Component/Intl/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-intl + exit 0 Provides: php-composer(symfony/intl) = 2.8.7 php-pear(pear.symfony.com/Intl) = 2.8.7 php-symfony-intl = 2.8.7-1.fc24 php-symfony2-Intl = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-icu php-symfony2-Intl < 2.8.7 Processing files: php-symfony-ldap-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.sYTv9i + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-ldap + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-ldap + cp -pr src/Symfony/Component/Ldap/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-ldap + cp -pr src/Symfony/Component/Ldap/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-ldap + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Snq91W + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-ldap + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-ldap + cp -pr src/Symfony/Component/Ldap/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-ldap + exit 0 Provides: php-composer(symfony/ldap) = 2.8.7 php-symfony-ldap = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-symfony-locale-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.yjBuYA + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-locale + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-locale + cp -pr src/Symfony/Component/Locale/CHANGELOG.md src/Symfony/Component/Locale/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-locale + cp -pr src/Symfony/Component/Locale/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-locale + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.oJE6Ve + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-locale + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-locale + cp -pr src/Symfony/Component/Locale/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-locale + exit 0 Provides: php-composer(symfony/locale) = 2.8.7 php-pear(pear.symfony.com/Locale) = 2.8.7 php-symfony-locale = 2.8.7-1.fc24 php-symfony2-Locale = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Locale < 2.8.7 Processing files: php-symfony-options-resolver-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JNKH0S + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-options-resolver + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-options-resolver + cp -pr src/Symfony/Component/OptionsResolver/CHANGELOG.md src/Symfony/Component/OptionsResolver/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-options-resolver + cp -pr src/Symfony/Component/OptionsResolver/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-options-resolver + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.GDIC6w + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-options-resolver + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-options-resolver + cp -pr src/Symfony/Component/OptionsResolver/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-options-resolver + exit 0 Provides: php-composer(symfony/options-resolver) = 2.8.7 php-pear(pear.symfony.com/OptionsResolver) = 2.8.7 php-symfony-options-resolver = 2.8.7-1.fc24 php-symfony-optionsresolver = 2.8.7 php-symfony2-OptionsResolver = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-optionsresolver < 2.8.7 php-symfony2-OptionsResolver < 2.8.7 Processing files: php-symfony-process-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hVO0hb + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-process + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-process + cp -pr src/Symfony/Component/Process/CHANGELOG.md src/Symfony/Component/Process/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-process + cp -pr src/Symfony/Component/Process/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-process + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WhcOuP + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-process + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-process + cp -pr src/Symfony/Component/Process/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-process + exit 0 Provides: php-composer(symfony/process) = 2.8.7 php-pear(pear.symfony.com/Process) = 2.8.7 php-symfony-process = 2.8.7-1.fc24 php-symfony2-Process = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Process < 2.8.7 Processing files: php-symfony-property-access-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2ex7Nt + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-property-access + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-property-access + cp -pr src/Symfony/Component/PropertyAccess/CHANGELOG.md src/Symfony/Component/PropertyAccess/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-property-access + cp -pr src/Symfony/Component/PropertyAccess/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-property-access + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.WaXv87 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-property-access + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-property-access + cp -pr src/Symfony/Component/PropertyAccess/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-property-access + exit 0 Provides: php-composer(symfony/property-access) = 2.8.7 php-pear(pear.symfony.com/PropertyAccess) = 2.8.7 php-symfony-property-access = 2.8.7-1.fc24 php-symfony-propertyaccess = 2.8.7 php-symfony2-PropertyAccess = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony-propertyaccess < 2.8.7 php-symfony2-PropertyAccess < 2.8.7 Processing files: php-symfony-property-info-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KleqzM + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-property-info + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-property-info + cp -pr src/Symfony/Component/PropertyInfo/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-property-info + cp -pr src/Symfony/Component/PropertyInfo/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-property-info + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OQ6l1q + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-property-info + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-property-info + cp -pr src/Symfony/Component/PropertyInfo/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-property-info + exit 0 Provides: php-composer(symfony/property-info) = 2.8.7 php-symfony-property-info = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-symfony-routing-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.p46iy5 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-routing + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-routing + cp -pr src/Symfony/Component/Routing/CHANGELOG.md src/Symfony/Component/Routing/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-routing + cp -pr src/Symfony/Component/Routing/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-routing + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.M7Yj6J + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-routing + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-routing + cp -pr src/Symfony/Component/Routing/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-routing + exit 0 Provides: php-composer(symfony/routing) = 2.8.7 php-pear(pear.symfony.com/Routing) = 2.8.7 php-symfony-routing = 2.8.7-1.fc24 php-symfony2-Routing = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Routing < 2.8.7 Processing files: php-symfony-security-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.P8VPSo + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-security + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-security + cp -pr src/Symfony/Component/Security/CHANGELOG.md src/Symfony/Component/Security/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-security + cp -pr src/Symfony/Component/Security/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-security + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.J3RoG3 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-security + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-security + cp -pr src/Symfony/Component/Security/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-security + exit 0 Provides: php-composer(symfony/security) = 2.8.7 php-composer(symfony/security-core) = 2.8.7 php-composer(symfony/security-csrf) = 2.8.7 php-composer(symfony/security-guard) = 2.8.7 php-composer(symfony/security-http) = 2.8.7 php-pear(pear.symfony.com/Security) = 2.8.7 php-symfony-security = 2.8.7-1.fc24 php-symfony-security-core = 2.8.7-1.fc24 php-symfony-security-csrf = 2.8.7-1.fc24 php-symfony-security-guard = 2.8.7-1.fc24 php-symfony-security-http = 2.8.7-1.fc24 php-symfony2-Security = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Security < 2.8.7 Processing files: php-symfony-serializer-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Xj6UgJ + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-serializer + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-serializer + cp -pr src/Symfony/Component/Serializer/CHANGELOG.md src/Symfony/Component/Serializer/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-serializer + cp -pr src/Symfony/Component/Serializer/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-serializer + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qMXrTo + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-serializer + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-serializer + cp -pr src/Symfony/Component/Serializer/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-serializer + exit 0 Provides: php-composer(symfony/serializer) = 2.8.7 php-pear(pear.symfony.com/Serializer) = 2.8.7 php-symfony-serializer = 2.8.7-1.fc24 php-symfony2-Serializer = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Serializer < 2.8.7 Processing files: php-symfony-stopwatch-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.hLiFH4 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-stopwatch + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-stopwatch + cp -pr src/Symfony/Component/Stopwatch/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-stopwatch + cp -pr src/Symfony/Component/Stopwatch/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-stopwatch + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qlZZwK + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-stopwatch + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-stopwatch + cp -pr src/Symfony/Component/Stopwatch/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-stopwatch + exit 0 Provides: php-composer(symfony/stopwatch) = 2.8.7 php-pear(pear.symfony.com/Stopwatch) = 2.8.7 php-symfony-stopwatch = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-symfony-templating-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DXimqq + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-templating + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-templating + cp -pr src/Symfony/Component/Templating/CHANGELOG.md src/Symfony/Component/Templating/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-templating + cp -pr src/Symfony/Component/Templating/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-templating + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.6c53k6 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-templating + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-templating + cp -pr src/Symfony/Component/Templating/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-templating + exit 0 Provides: php-composer(symfony/templating) = 2.8.7 php-pear(pear.symfony.com/Templating) = 2.8.7 php-symfony-templating = 2.8.7-1.fc24 php-symfony2-Templating = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Templating < 2.8.7 Processing files: php-symfony-translation-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.BEGznM + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-translation + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-translation + cp -pr src/Symfony/Component/Translation/CHANGELOG.md src/Symfony/Component/Translation/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-translation + cp -pr src/Symfony/Component/Translation/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-translation + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Z6bnrs + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-translation + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-translation + cp -pr src/Symfony/Component/Translation/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-translation + exit 0 Provides: php-composer(symfony/translation) = 2.8.7 php-pear(pear.symfony.com/Translation) = 2.8.7 php-symfony-translation = 2.8.7-1.fc24 php-symfony2-Translation = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Translation < 2.8.7 Processing files: php-symfony-validator-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.WVZeJ8 + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-validator + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-validator + cp -pr src/Symfony/Component/Validator/CHANGELOG.md src/Symfony/Component/Validator/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-validator + cp -pr src/Symfony/Component/Validator/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-validator + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3Je81O + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-validator + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-validator + cp -pr src/Symfony/Component/Validator/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-validator + exit 0 Provides: php-composer(symfony/validator) = 2.8.7 php-pear(pear.symfony.com/Validator) = 2.8.7 php-symfony-validator = 2.8.7-1.fc24 php-symfony2-Validator = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Validator < 2.8.7 Processing files: php-symfony-var-dumper-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lymf3v + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-var-dumper + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-var-dumper + cp -pr src/Symfony/Component/VarDumper/CHANGELOG.md src/Symfony/Component/VarDumper/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-var-dumper + cp -pr src/Symfony/Component/VarDumper/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-var-dumper + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.HUJq5c + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-var-dumper + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-var-dumper + cp -pr src/Symfony/Component/VarDumper/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-var-dumper + exit 0 Provides: php-composer(symfony/var-dumper) = 2.8.7 php-symfony-var-dumper = 2.8.7-1.fc24 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: php-symfony-yaml-2.8.7-1.fc24.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.R5l8hU + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + DOCDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-yaml + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-yaml + cp -pr src/Symfony/Component/Yaml/CHANGELOG.md src/Symfony/Component/Yaml/README.md /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-yaml + cp -pr src/Symfony/Component/Yaml/composer.json /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/doc/php-symfony-yaml + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.dI3WvB + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + LICENSEDIR=/builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-yaml + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-yaml + cp -pr src/Symfony/Component/Yaml/LICENSE /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch/usr/share/licenses/php-symfony-yaml + exit 0 Provides: php-composer(symfony/yaml) = 2.8.7 php-pear(pear.symfony.com/Yaml) = 2.8.7 php-symfony-yaml = 2.8.7-1.fc24 php-symfony2-Yaml = 2.8.7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: php-symfony2-Yaml < 2.8.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch warning: Could not canonicalize hostname: buildvm-11.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/php-symfony-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-common-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-doctrine-bridge-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-monolog-bridge-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-phpunit-bridge-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-proxy-manager-bridge-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-swiftmailer-bridge-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-twig-bridge-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-debug-bundle-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-framework-bundle-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-security-bundle-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-twig-bundle-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-web-profiler-bundle-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-asset-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-browser-kit-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-class-loader-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-config-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-console-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-css-selector-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-debug-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-dependency-injection-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-dom-crawler-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-event-dispatcher-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-expression-language-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-filesystem-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-finder-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-form-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-http-foundation-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-http-kernel-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-intl-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-ldap-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-locale-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-options-resolver-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-process-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-property-access-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-property-info-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-routing-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-security-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-serializer-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-stopwatch-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-templating-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-translation-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-validator-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-var-dumper-2.8.7-1.fc24.noarch.rpm Wrote: /builddir/build/RPMS/php-symfony-yaml-2.8.7-1.fc24.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rVKNJo + umask 022 + cd /builddir/build/BUILD + cd symfony-663b2d6202c3149515b39cfe50a174a130acb8e2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/php-symfony-2.8.7-1.fc24.noarch + exit 0 Child return code was: 0