Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-symfony.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-558913f0139534b43fe340230e07c8c2349edacc/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-symfony.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/php-symfony-2.7.9-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-symfony.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-558913f0139534b43fe340230e07c8c2349edacc/root'shell=Falseuid=996env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-symfony.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dzcn7z + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf symfony-d3646cc6875c214d211001e0673ec9e91b5f2da7 + /usr/bin/gzip -dc /builddir/build/SOURCES/php-symfony-2.7.9-d3646cc.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd symfony-d3646cc6875c214d211001e0673ec9e91b5f2da7 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + : Remove unnecessary files + find src -name '.git*' -delete + : Create autoloaders + cat + tee src/Symfony/Component/autoload.php register(); } $fedoraClassLoader->addPrefix('Symfony\\Component\\', dirname(dirname(__DIR__))); // Optional dependency @include_once '/usr/share/php/random_compat/autoload.php'; 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/Cache/autoload.php', '/usr/share/php/Doctrine/Common/DataFixtures/autoload.php', '/usr/share/php/Doctrine/Common/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/ProxyManager/autoload.php', '/usr/share/php/Psr/Log/autoload.php', '/usr/share/php/Twig/autoload.php', '/usr/share/php/password_compat/password.php', ) as $dependencyAutoloader) { if (file_exists($dependencyAutoloader)) { require_once $dependencyAutoloader; } } if (!interface_exists('SessionHandlerInterface', false) && file_exists(__DIR__ . '/Component/HttpFoundation/Resources/stubs/SessionHandlerInterface.php')) { require_once __DIR__ . '/Component/HttpFoundation/Resources/stubs/SessionHandlerInterface.php'; } if (file_exists('/usr/share/pear/Swift') && !array_key_exists('Swift_', $fedoraClassLoader->getPrefixes())) { $fedoraClassLoader->addPrefix('Swift_', '/usr/share/pear/Swift'); } $fedoraClassLoader->setUseIncludePath(true); return $fedoraClassLoader; + cat + tee src/Symfony/autoload.php + : 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/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/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 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 + sed -e 's#function testCreateFromChoicesSameChoices#function SKIP_testCreateFromChoicesSameChoices#' -e 's#function testCreateFromFlippedChoicesSameChoices#function SKIP_testCreateFromFlippedChoicesSameChoices#' -i src/Symfony/Component/Form/Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Z3GQL0 + umask 022 + cd /builddir/build/BUILD + cd symfony-d3646cc6875c214d211001e0673ec9e91b5f2da7 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.J1O2Iu + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch + cd symfony-d3646cc6875c214d211001e0673ec9e91b5f2da7 + mkdir -p /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.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.7.9-2.el7.noarch/usr/share/php/Symfony/ + mkdir -p /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/doc + ln -s php-symfony-common-2.7.9 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/doc/php-symfony-2.7.9 + /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-d3646cc6875c214d211001e0673ec9e91b5f2da7 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.4hbx19 + umask 022 + cd /builddir/build/BUILD + cd symfony-d3646cc6875c214d211001e0673ec9e91b5f2da7 + : Modify PHPUnit config + sed s#./src#/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php# phpunit.xml.dist + : Create tests bootstrap + cat + tee bootstrap.php >>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Doctrine + : Run tests + RET=0 + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Doctrine ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Doctrine\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Doctrine PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 432 ( 14%) ............................................................... 126 / 432 ( 29%) .....................SS.....................S.................. 189 / 432 ( 43%) ...SS.....................SS.....................S............. 252 / 432 ( 58%) ........S.....................S.....................S.......... 315 / 432 ( 72%) ............................................................... 378 / 432 ( 87%) ...................................................... Time: 1.3 minutes, Memory: 37.50MB OK, but incomplete, skipped, or risky tests! Tests: 432, Assertions: 621, Skipped: 11. Legacy deprecation notices (212) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Monolog + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Monolog ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Monolog\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Monolog PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ................................... Time: 1.55 seconds, Memory: 4.50MB OK (35 tests, 65 assertions) Legacy deprecation notices (4) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/PhpUnit + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/PhpUnit ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/PhpUnit\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/PhpUnit PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Time: 889 ms, Memory: 2.50MB No tests executed! + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/ProxyManager ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/ProxyManager\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/ProxyManager >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/ProxyManager PHPUnit 4.8.36 by Sebastian Bergmann and contributors. .......... Time: 3 seconds, Memory: 5.50MB OK (10 tests, 25 assertions) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Swiftmailer + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Swiftmailer ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Swiftmailer\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Swiftmailer PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Time: 892 ms, Memory: 2.50MB No tests executed! >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Twig + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Twig ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Twig\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bridge/Twig PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 718 ( 8%) ........F.FF...F............................................... 126 / 718 ( 17%) ............................................................... 189 / 718 ( 26%) ...F.FF...F.................................................... 252 / 718 ( 35%) ............................................................... 315 / 718 ( 43%) .........................................................F.FF.. 378 / 718 ( 52%) .F............................................................. 441 / 718 ( 61%) ............................................................... 504 / 718 ( 70%) ............F.FF...F........................................... 567 / 718 ( 78%) ............................................................... 630 / 718 ( 87%) ............................................................... 693 / 718 ( 96%) ......................... Time: 56.48 seconds, Memory: 59.00MB There were 16 failures: 1) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3HorizontalLayoutTest::testDateTime Failed asserting that /div [ ./select [@id="name_date_month"] [@class="form-control"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [@class="form-control"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [@class="form-control"] [./option[@value="2011"][@selected="selected"]] /following-sibling::select [@id="name_time_hour"] [@class="form-control"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [@class="form-control"] [./option[@value="5"][@selected="selected"]] ] [count(.//select)=5] [@id="my&id"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1038 2) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3HorizontalLayoutTest::testDateTimeWithHourAndMinute Failed asserting that /div [@class="my&class form-inline"] [ ./select [@id="name_date_month"] [@class="form-control"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [@class="form-control"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [@class="form-control"] [./option[@value="2011"][@selected="selected"]] /following-sibling::select [@id="name_time_hour"] [@class="form-control"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [@class="form-control"] [./option[@value="5"][@selected="selected"]] ] [count(.//select)=5] [@id="my&id"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1115 3) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3HorizontalLayoutTest::testDateTimeWithSeconds Failed asserting that /div [@class="my&class form-inline"] [ ./select [@id="name_date_month"] [@class="form-control"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [@class="form-control"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [@class="form-control"] [./option[@value="2011"][@selected="selected"]] /following-sibling::select [@id="name_time_hour"] [@class="form-control"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [@class="form-control"] [./option[@value="5"][@selected="selected"]] /following-sibling::select [@id="name_time_second"] [@class="form-control"] [./option[@value="6"][@selected="selected"]] ] [count(.//select)=6] [@id="my&id"] matches exactly once. Matches 0 times in
::
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1156 4) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3HorizontalLayoutTest::testDateChoice Failed asserting that /div [@class="my&class form-inline"] [ ./select [@id="name_month"] [@class="form-control"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_day"] [@class="form-control"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_year"] [@class="form-control"] [./option[@value="2011"][@selected="selected"]] ] [count(./select)=3] [@id="my&id"] matches exactly once. Matches 0 times in
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1254 5) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3LayoutTest::testDateTime Failed asserting that /div [ ./select [@id="name_date_month"] [@class="form-control"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [@class="form-control"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [@class="form-control"] [./option[@value="2011"][@selected="selected"]] /following-sibling::select [@id="name_time_hour"] [@class="form-control"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [@class="form-control"] [./option[@value="5"][@selected="selected"]] ] [count(.//select)=5] [@id="my&id"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1038 6) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3LayoutTest::testDateTimeWithHourAndMinute Failed asserting that /div [@class="my&class form-inline"] [ ./select [@id="name_date_month"] [@class="form-control"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [@class="form-control"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [@class="form-control"] [./option[@value="2011"][@selected="selected"]] /following-sibling::select [@id="name_time_hour"] [@class="form-control"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [@class="form-control"] [./option[@value="5"][@selected="selected"]] ] [count(.//select)=5] [@id="my&id"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1115 7) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3LayoutTest::testDateTimeWithSeconds Failed asserting that /div [@class="my&class form-inline"] [ ./select [@id="name_date_month"] [@class="form-control"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [@class="form-control"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [@class="form-control"] [./option[@value="2011"][@selected="selected"]] /following-sibling::select [@id="name_time_hour"] [@class="form-control"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [@class="form-control"] [./option[@value="5"][@selected="selected"]] /following-sibling::select [@id="name_time_second"] [@class="form-control"] [./option[@value="6"][@selected="selected"]] ] [count(.//select)=6] [@id="my&id"] matches exactly once. Matches 0 times in
::
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1156 8) Symfony\Bridge\Twig\Tests\Extension\FormExtensionBootstrap3LayoutTest::testDateChoice Failed asserting that /div [@class="my&class form-inline"] [ ./select [@id="name_month"] [@class="form-control"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_day"] [@class="form-control"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_year"] [@class="form-control"] [./option[@value="2011"][@selected="selected"]] ] [count(./select)=3] [@id="my&id"] matches exactly once. Matches 0 times in
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1254 9) Symfony\Bridge\Twig\Tests\Extension\FormExtensionDivLayoutTest::testDateTime Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] ] ] [count(.//select)=5] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1193 10) Symfony\Bridge\Twig\Tests\Extension\FormExtensionDivLayoutTest::testDateTimeWithHourAndMinute Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] ] ] [count(.//select)=5] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1274 11) Symfony\Bridge\Twig\Tests\Extension\FormExtensionDivLayoutTest::testDateTimeWithSeconds Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] /following-sibling::select [@id="name_time_second"] [./option[@value="6"][@selected="selected"]] ] ] [count(.//select)=6] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
::
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1316 12) Symfony\Bridge\Twig\Tests\Extension\FormExtensionDivLayoutTest::testDateChoice Failed asserting that /div [ ./select [@id="name_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_year"] [./option[@value="2011"][@selected="selected"]] ] [count(./select)=3] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1405 13) Symfony\Bridge\Twig\Tests\Extension\FormExtensionTableLayoutTest::testDateTime Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] ] ] [count(.//select)=5] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1193 14) Symfony\Bridge\Twig\Tests\Extension\FormExtensionTableLayoutTest::testDateTimeWithHourAndMinute Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] ] ] [count(.//select)=5] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1274 15) Symfony\Bridge\Twig\Tests\Extension\FormExtensionTableLayoutTest::testDateTimeWithSeconds Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] /following-sibling::select [@id="name_time_second"] [./option[@value="6"][@selected="selected"]] ] ] [count(.//select)=6] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
::
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1316 16) Symfony\Bridge\Twig\Tests\Extension\FormExtensionTableLayoutTest::testDateChoice Failed asserting that /div [ ./select [@id="name_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_year"] [./option[@value="2011"][@selected="selected"]] ] [count(./select)=3] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1405 FAILURES! Tests: 718, Assertions: 321, Failures: 16. Remaining deprecation notices (1561) Referencing the "Symfony\Bridge\Twig\Extension\FormExtension" extension by its name (defined by getName()) is deprecated since 1.26 and will be removed in Twig 2.0. Use the Fully Qualified Extension Class Name instead: 1236x 25x in FormExtensionDivLayoutTest::testCollectionPrototype from Symfony\Bridge\Twig\Tests\Extension 25x in FormExtensionBootstrap3HorizontalLayoutTest::testCollectionPrototype from Symfony\Bridge\Twig\Tests\Extension 25x in FormExtensionDivLayoutTest::testRestWithChildrenForms from Symfony\Bridge\Twig\Tests\Extension 25x in FormExtensionBootstrap3LayoutTest::testCollectionPrototype from Symfony\Bridge\Twig\Tests\Extension 24x in FormExtensionTableLayoutTest::testCollectionPrototype from Symfony\Bridge\Twig\Tests\Extension 22x in FormExtensionDivLayoutTest::testCollectionWithAlternatingRowTypes from Symfony\Bridge\Twig\Tests\Extension 18x in FormExtensionDivLayoutTest::testRest from Symfony\Bridge\Twig\Tests\Extension 18x in FormExtensionTableLayoutTest::testRest from Symfony\Bridge\Twig\Tests\Extension 17x in FormExtensionDivLayoutTest::testCollectionRow from Symfony\Bridge\Twig\Tests\Extension 17x in FormExtensionDivLayoutTest::testThemeInheritance from Symfony\Bridge\Twig\Tests\Extension 16x in FormExtensionDivLayoutTest::testForm from Symfony\Bridge\Twig\Tests\Extension 16x in FormExtensionBootstrap3HorizontalLayoutTest::testTranslatedAttributes from Symfony\Bridge\Twig\Tests\Extension 16x in FormExtensionDivLayoutTest::testTranslatedAttributes from Symfony\Bridge\Twig\Tests\Extension 16x in FormExtensionBootstrap3LayoutTest::testTranslatedAttributes from Symfony\Bridge\Twig\Tests\Extension 16x in FormExtensionDivLayoutTest::testCollectionRowWithCustomBlock from Symfony\Bridge\Twig\Tests\Extension 15x in FormExtensionTableLayoutTest::testTranslatedAttributes from Symfony\Bridge\Twig\Tests\Extension 15x in FormExtensionTableLayoutTest::testForm from Symfony\Bridge\Twig\Tests\Extension 15x in FormExtensionTableLayoutTest::testCollectionRowWithCustomBlock from Symfony\Bridge\Twig\Tests\Extension 14x in FormExtensionDivLayoutTest::testRestAndRepeatedWithRow from Symfony\Bridge\Twig\Tests\Extension 14x in FormExtensionDivLayoutTest::testNestedFormError from Symfony\Bridge\Twig\Tests\Extension 13x in FormExtensionDivLayoutTest::testCsrf from Symfony\Bridge\Twig\Tests\Extension 13x in FormExtensionTableLayoutTest::testNestedFormError from Symfony\Bridge\Twig\Tests\Extension 12x in FormExtensionDivLayoutTest::testTextareaWithWhitespaceOnlyContentRetainsValueWhenRenderingForm from Symfony\Bridge\Twig\Tests\Extension 12x in FormExtensionTableLayoutTest::testCsrf from Symfony\Bridge\Twig\Tests\Extension 12x in FormExtensionDivLayoutTest::testCollection from Symfony\Bridge\Twig\Tests\Extension 12x in FormExtensionDivLayoutTest::testFormWidget from Symfony\Bridge\Twig\Tests\Extension 12x in FormExtensionDivLayoutTest::testRepeatedWithCustomOptions from Symfony\Bridge\Twig\Tests\Extension 12x in FormExtensionDivLayoutTest::testRepeated from Symfony\Bridge\Twig\Tests\Extension 12x in FormExtensionDivLayoutTest::testRestAndRepeatedWithRowPerChild from Symfony\Bridge\Twig\Tests\Extension 12x in FormExtensionBootstrap3HorizontalLayoutTest::testTextareaWithWhitespaceOnlyContentRetainsValueWhenRenderingForm from Symfony\Bridge\Twig\Tests\Extension 12x in FormExtensionBootstrap3LayoutTest::testTextareaWithWhitespaceOnlyContentRetainsValueWhenRenderingForm from Symfony\Bridge\Twig\Tests\Extension 11x in FormExtensionTableLayoutTest::testCollection from Symfony\Bridge\Twig\Tests\Extension 11x in FormExtensionTableLayoutTest::testFormWidget from Symfony\Bridge\Twig\Tests\Extension 11x in FormExtensionTableLayoutTest::testTextareaWithWhitespaceOnlyContentRetainsValueWhenRenderingForm from Symfony\Bridge\Twig\Tests\Extension 11x in FormExtensionTableLayoutTest::testRepeatedWithCustomOptions from Symfony\Bridge\Twig\Tests\Extension 11x in FormExtensionTableLayoutTest::testRepeated from Symfony\Bridge\Twig\Tests\Extension 10x in FormExtensionDivLayoutTest::testDateTimeWithSeconds from Symfony\Bridge\Twig\Tests\Extension 10x in FormExtensionBootstrap3HorizontalLayoutTest::testDateTimeWithSeconds from Symfony\Bridge\Twig\Tests\Extension 10x in FormExtensionTableLayoutTest::testDateTimeWithSeconds from Symfony\Bridge\Twig\Tests\Extension 10x in FormExtensionDivLayoutTest::testRepeatedRow from Symfony\Bridge\Twig\Tests\Extension 10x in FormExtensionTableLayoutTest::testRepeatedRowWithErrors from Symfony\Bridge\Twig\Tests\Extension 10x in FormExtensionTableLayoutTest::testRepeatedRow from Symfony\Bridge\Twig\Tests\Extension 10x in FormExtensionBootstrap3LayoutTest::testDateTimeWithSeconds from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionBootstrap3LayoutTest::testDateTimeWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionBootstrap3LayoutTest::testDateTimeWithHourAndMinute from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionBootstrap3HorizontalLayoutTest::testDateTimeWithHourAndMinute from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionBootstrap3HorizontalLayoutTest::testDateTime from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionBootstrap3HorizontalLayoutTest::testDateTimeWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionBootstrap3LayoutTest::testDateTime from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionDivLayoutTest::testDateTimeWithHourAndMinute from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionDivLayoutTest::testDateTimeWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionDivLayoutTest::testDateTime from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionTableLayoutTest::testDateTime from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionTableLayoutTest::testDateTimeWithHourAndMinute from Symfony\Bridge\Twig\Tests\Extension 9x in FormExtensionTableLayoutTest::testDateTimeWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionTableLayoutTest::testMultipleChoiceExpanded from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionTableLayoutTest::testMultipleChoiceExpandedWithoutTranslation from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionTableLayoutTest::testMultipleChoiceExpandedAttributes from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionTableLayoutTest::testSingleChoiceExpandedWithPlaceholder from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionBootstrap3LayoutTest::testEmptyRootFormName from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionDivLayoutTest::testMultipleChoiceExpanded from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionDivLayoutTest::testSingleChoiceExpandedWithPlaceholder from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionDivLayoutTest::testMultipleChoiceExpandedWithoutTranslation from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionDivLayoutTest::testMultipleChoiceExpandedAttributes from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionDivLayoutTest::testSearchInputName from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionDivLayoutTest::testEmptyRootFormName from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionDivLayoutTest::testWidgetContainerAttributes from Symfony\Bridge\Twig\Tests\Extension 8x in FormExtensionBootstrap3HorizontalLayoutTest::testEmptyRootFormName from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionBootstrap3LayoutTest::testMultipleChoiceExpandedAttributes from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionBootstrap3HorizontalLayoutTest::testSingleChoiceExpandedWithPlaceholder from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionBootstrap3HorizontalLayoutTest::testMultipleChoiceExpanded from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionBootstrap3HorizontalLayoutTest::testMultipleChoiceExpandedWithoutTranslation from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionDivLayoutTest::testFormEndWithRest from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionBootstrap3LayoutTest::testMultipleChoiceExpandedWithoutTranslation from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionTableLayoutTest::testWidgetContainerAttributes from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionTableLayoutTest::testFormEndWithRest from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionBootstrap3LayoutTest::testSingleChoiceExpandedWithPlaceholder from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionBootstrap3HorizontalLayoutTest::testMultipleChoiceExpandedAttributes from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionBootstrap3LayoutTest::testMultipleChoiceExpanded from Symfony\Bridge\Twig\Tests\Extension 7x in FormExtensionTableLayoutTest::testEmptyRootFormName from Symfony\Bridge\Twig\Tests\Extension 6x in FormExtensionDivLayoutTest::testSingleChoiceExpandedWithoutTranslation from Symfony\Bridge\Twig\Tests\Extension 6x in FormExtensionTableLayoutTest::testSingleChoiceExpanded from Symfony\Bridge\Twig\Tests\Extension 6x in FormExtensionDivLayoutTest::testSingleChoiceExpandedAttributes from Symfony\Bridge\Twig\Tests\Extension 6x in FormExtensionDivLayoutTest::testSingleChoiceExpandedWithBooleanValue from Symfony\Bridge\Twig\Tests\Extension 6x in FormExtensionTableLayoutTest::testSingleChoiceExpandedAttributes from Symfony\Bridge\Twig\Tests\Extension 6x in FormExtensionDivLayoutTest::testSingleChoiceExpanded from Symfony\Bridge\Twig\Tests\Extension 6x in FormExtensionTableLayoutTest::testSingleChoiceExpandedWithBooleanValue from Symfony\Bridge\Twig\Tests\Extension 6x in FormExtensionDivLayoutTest::testChoiceRowWithCustomBlock from Symfony\Bridge\Twig\Tests\Extension 6x in FormExtensionDivLayoutTest::testRestAndRepeatedWithWidgetPerChild from Symfony\Bridge\Twig\Tests\Extension 6x in FormExtensionTableLayoutTest::testSingleChoiceExpandedWithoutTranslation from Symfony\Bridge\Twig\Tests\Extension 5x in FormExtensionBootstrap3HorizontalLayoutTest::testSingleChoiceExpandedAttributes from Symfony\Bridge\Twig\Tests\Extension 5x in FormExtensionBootstrap3HorizontalLayoutTest::testSingleChoiceExpanded from Symfony\Bridge\Twig\Tests\Extension 5x in FormExtensionBootstrap3HorizontalLayoutTest::testSingleChoiceExpandedWithoutTranslation from Symfony\Bridge\Twig\Tests\Extension 5x in FormExtensionBootstrap3LayoutTest::testSingleChoiceExpanded from Symfony\Bridge\Twig\Tests\Extension 5x in FormExtensionBootstrap3LayoutTest::testSingleChoiceExpandedWithoutTranslation from Symfony\Bridge\Twig\Tests\Extension 5x in FormExtensionBootstrap3LayoutTest::testSingleChoiceExpandedWithBooleanValue from Symfony\Bridge\Twig\Tests\Extension 5x in FormExtensionBootstrap3LayoutTest::testSingleChoiceExpandedAttributes from Symfony\Bridge\Twig\Tests\Extension 5x in FormExtensionBootstrap3HorizontalLayoutTest::testSingleChoiceExpandedWithBooleanValue from Symfony\Bridge\Twig\Tests\Extension 4x in FormExtensionBootstrap3HorizontalLayoutTest::testWidgetContainerAttributeHiddenIfFalse from Symfony\Bridge\Twig\Tests\Extension 4x in FormExtensionDivLayoutTest::testEmptyCollection from Symfony\Bridge\Twig\Tests\Extension 4x in FormExtensionBootstrap3LayoutTest::testDateTimeSingleText from Symfony\Bridge\Twig\Tests\Extension 4x in FormExtensionDivLayoutTest::testWidgetContainerAttributeHiddenIfFalse from Symfony\Bridge\Twig\Tests\Extension 4x in FormExtensionDivLayoutTest::testWidgetContainerAttributeNameRepeatedIfTrue from Symfony\Bridge\Twig\Tests\Extension 4x in FormExtensionBootstrap3HorizontalLayoutTest::testDateTimeSingleText from Symfony\Bridge\Twig\Tests\Extension 4x in FormExtensionBootstrap3LayoutTest::testWidgetContainerAttributeHiddenIfFalse from Symfony\Bridge\Twig\Tests\Extension 4x in FormExtensionTableLayoutTest::testDateTimeSingleText from Symfony\Bridge\Twig\Tests\Extension 4x in FormExtensionDivLayoutTest::testDateTimeSingleText from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testLabelIsNotRenderedWhenSetToFalse from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3LayoutTest::testBirthDay from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testDateChoiceWithPlaceholderOnYear from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3LayoutTest::testDateText from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testDateChoiceWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testDateChoice from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testRow from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3HorizontalLayoutTest::testBirthDayWithPlaceholder from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3HorizontalLayoutTest::testDateChoiceWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3HorizontalLayoutTest::testTimeWithSeconds from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3LayoutTest::testBirthDayWithPlaceholder from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3HorizontalLayoutTest::testLabelOnForm from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testWidgetContainerAttributeHiddenIfFalse from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testWidgetContainerAttributeNameRepeatedIfTrue from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3HorizontalLayoutTest::testBirthDay from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testDateText from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3HorizontalLayoutTest::testDateChoice from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testEmptyCollection from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3LayoutTest::testLabelOnForm from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testBirthDay from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testRow from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3LayoutTest::testDateChoice from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3LayoutTest::testDateChoiceWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3LayoutTest::testDateChoiceWithPlaceholderOnYear from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testTimeWithSeconds from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testLabelOnForm from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testLabelIsNotRenderedWhenSetToFalse from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testLabelHasNoId from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3HorizontalLayoutTest::testDateText from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3HorizontalLayoutTest::testDateChoiceWithPlaceholderOnYear from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionBootstrap3LayoutTest::testTimeWithSeconds from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testRowOverrideVariables from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testThemeBlockInheritanceUsingDynamicExtend from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testBirthDayWithPlaceholder from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testBirthDayWithPlaceholder from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testTimeWithSeconds from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testDateText from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testDateChoiceWithPlaceholderOnYear from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testLabelOnForm from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testDateChoice from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionDivLayoutTest::testDateChoiceWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 3x in FormExtensionTableLayoutTest::testBirthDay from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionTableLayoutTest::testTime from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionTableLayoutTest::testTimeText from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionTableLayoutTest::testTimeWithPlaceholderOnYear from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionTableLayoutTest::testTimeWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionBootstrap3HorizontalLayoutTest::testTime from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionBootstrap3HorizontalLayoutTest::testTimeText from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionDivLayoutTest::testTime from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionBootstrap3LayoutTest::testTimeWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionDivLayoutTest::testTimeText from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionBootstrap3LayoutTest::testTime from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionBootstrap3LayoutTest::testTimeText from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionBootstrap3LayoutTest::testTimeWithPlaceholderOnYear from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionDivLayoutTest::testTimeWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionDivLayoutTest::testTimeWithPlaceholderOnYear from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionBootstrap3HorizontalLayoutTest::testTimeWithPlaceholderOnYear from Symfony\Bridge\Twig\Tests\Extension 2x in FormExtensionBootstrap3HorizontalLayoutTest::testTimeWithPlaceholderGlobal from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3LayoutTest::testUncheckedRadio from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3LayoutTest::testCheckedRadio from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionDivLayoutTest::testOverrideWidgetBlock from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionDivLayoutTest::testButtonRow from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3LayoutTest::testRadioWithValue from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3HorizontalLayoutTest::testCheckedCheckbox from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3LayoutTest::testCheckboxWithValue from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3HorizontalLayoutTest::testOverrideWidgetBlock from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3HorizontalLayoutTest::testUncheckedCheckbox from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3LayoutTest::testOverrideWidgetBlock from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionTableLayoutTest::testButtonRow from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3HorizontalLayoutTest::testCheckboxWithValue from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3LayoutTest::testCheckedCheckbox from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3LayoutTest::testUncheckedCheckbox from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3HorizontalLayoutTest::testRadioWithValue from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3HorizontalLayoutTest::testUncheckedRadio from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionTableLayoutTest::testOverrideWidgetBlock from Symfony\Bridge\Twig\Tests\Extension 1x in FormExtensionBootstrap3HorizontalLayoutTest::testCheckedRadio from Symfony\Bridge\Twig\Tests\Extension Using "null" for the value of node "locale" of "Symfony\Bridge\Twig\Node\TransNode" is deprecated since version 1.25 and will be removed in 2.0: 90x 50x in TranslationExtensionTest::testTrans from Symfony\Bridge\Twig\Tests\Extension 20x in TwigExtractorTest::testExtract from Symfony\Bridge\Twig\Tests\Translation 10x in TranslationExtensionTest::testDefaultTranslationDomain from Symfony\Bridge\Twig\Tests\Extension 5x in TranslationExtensionTest::testEscaping from Symfony\Bridge\Twig\Tests\Extension 2x in TranslationNodeVisitorTest::getMessagesExtractionTestData from Symfony\Bridge\Twig\Tests\NodeVisitor 2x in TranslationDefaultDomainNodeVisitorTest::getDefaultDomainAssignmentTestData from Symfony\Bridge\Twig\Tests\NodeVisitor 1x in TransNodeTest::testCompileStrict from Symfony\Bridge\Twig\Tests\Node Using "null" for the value of node "domain" of "Symfony\Bridge\Twig\Node\TransNode" is deprecated since version 1.25 and will be removed in 2.0: 76x 55x in TranslationExtensionTest::testTrans from Symfony\Bridge\Twig\Tests\Extension 11x in TwigExtractorTest::testExtract from Symfony\Bridge\Twig\Tests\Translation 5x in TranslationExtensionTest::testEscaping from Symfony\Bridge\Twig\Tests\Extension 2x in TranslationDefaultDomainNodeVisitorTest::getDefaultDomainAssignmentTestData from Symfony\Bridge\Twig\Tests\NodeVisitor 1x in TransNodeTest::testCompileStrict from Symfony\Bridge\Twig\Tests\Node 1x in TranslationExtensionTest::testDefaultTranslationDomain from Symfony\Bridge\Twig\Tests\Extension 1x in TranslationNodeVisitorTest::getMessagesExtractionTestData from Symfony\Bridge\Twig\Tests\NodeVisitor Using "null" for the value of node "count" of "Symfony\Bridge\Twig\Node\TransNode" is deprecated since version 1.25 and will be removed in 2.0: 75x 35x in TranslationExtensionTest::testTrans from Symfony\Bridge\Twig\Tests\Extension 20x in TwigExtractorTest::testExtract from Symfony\Bridge\Twig\Tests\Translation 10x in TranslationExtensionTest::testDefaultTranslationDomain from Symfony\Bridge\Twig\Tests\Extension 5x in TranslationExtensionTest::testEscaping from Symfony\Bridge\Twig\Tests\Extension 2x in TranslationNodeVisitorTest::getMessagesExtractionTestData from Symfony\Bridge\Twig\Tests\NodeVisitor 2x in TranslationDefaultDomainNodeVisitorTest::getDefaultDomainAssignmentTestData from Symfony\Bridge\Twig\Tests\NodeVisitor 1x in TransNodeTest::testCompileStrict from Symfony\Bridge\Twig\Tests\Node Referencing the "Symfony\Bridge\Twig\Extension\TranslationExtension" extension by its name (defined by getName()) is deprecated since 1.26 and will be removed in Twig 2.0. Use the Fully Qualified Extension Class Name instead: 53x 26x in TranslationExtensionTest::testTrans from Symfony\Bridge\Twig\Tests\Extension 16x in TwigExtractorTest::testExtract from Symfony\Bridge\Twig\Tests\Translation 5x in TwigExtractorTest::testExtractWithFiles from Symfony\Bridge\Twig\Tests\Translation 3x in TwigExtractorTest::testExtractSyntaxError from Symfony\Bridge\Twig\Tests\Translation 2x in TranslationExtensionTest::testDefaultTranslationDomain from Symfony\Bridge\Twig\Tests\Extension 1x in TranslationExtensionTest::testEscaping from Symfony\Bridge\Twig\Tests\Extension Referencing the "Symfony\Bridge\Twig\Extension\StopwatchExtension" extension by its name (defined by getName()) is deprecated since 1.26 and will be removed in Twig 2.0. Use the Fully Qualified Extension Class Name instead: 16x 16x in StopwatchExtensionTest::testTiming from Symfony\Bridge\Twig\Tests\Extension Using "null" for the value of node "values" of "Symfony\Bridge\Twig\Node\DumpNode" is deprecated since version 1.25 and will be removed in 2.0: 11x 9x in DumpExtensionTest::testDumpTag from Symfony\Bridge\Twig\Tests\Extension 1x in DumpNodeTest::testIndented from Symfony\Bridge\Twig\Tests\Node 1x in DumpNodeTest::testNoVar from Symfony\Bridge\Twig\Tests\Node Using "null" for the value of node "vars" of "Symfony\Bridge\Twig\Node\TransNode" is deprecated since version 1.25 and will be removed in 2.0: 4x 2x in TranslationNodeVisitorTest::getMessagesExtractionTestData from Symfony\Bridge\Twig\Tests\NodeVisitor 2x in TranslationDefaultDomainNodeVisitorTest::getDefaultDomainAssignmentTestData from Symfony\Bridge\Twig\Tests\NodeVisitor Legacy deprecation notices (9) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/DebugBundle + RET=1 + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/DebugBundle ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/DebugBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/DebugBundle PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ...... Time: 1.25 seconds, Memory: 4.00MB OK (6 tests, 6 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/FrameworkBundle ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/FrameworkBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/FrameworkBundle >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/FrameworkBundle PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 751 ( 8%) ............................................................... 126 / 751 ( 16%) ............................................................... 189 / 751 ( 25%) ............................................................... 252 / 751 ( 33%) ...S.......................................S................... 315 / 751 ( 41%) ....................S.......................................... 378 / 751 ( 50%) ............................................................... 441 / 751 ( 58%) .........................................F.FF...F.............. 504 / 751 ( 67%) ............................................................... 567 / 751 ( 75%) ...........................................................F.FF 630 / 751 ( 83%) ...F........................................................... 693 / 751 ( 92%) .......................................................... Time: 2.52 minutes, Memory: 47.00MB There were 8 failures: 1) Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\FormHelperDivLayoutTest::testDateTime Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] ] ] [count(.//select)=5] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1193 2) Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\FormHelperDivLayoutTest::testDateTimeWithHourAndMinute Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] ] ] [count(.//select)=5] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1274 3) Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\FormHelperDivLayoutTest::testDateTimeWithSeconds Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] /following-sibling::select [@id="name_time_second"] [./option[@value="6"][@selected="selected"]] ] ] [count(.//select)=6] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
::
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1316 4) Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\FormHelperDivLayoutTest::testDateChoice Failed asserting that /div [ ./select [@id="name_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_year"] [./option[@value="2011"][@selected="selected"]] ] [count(./select)=3] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1405 5) Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\FormHelperTableLayoutTest::testDateTime Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] ] ] [count(.//select)=5] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1193 6) Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\FormHelperTableLayoutTest::testDateTimeWithHourAndMinute Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] ] ] [count(.//select)=5] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
:
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1274 7) Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\FormHelperTableLayoutTest::testDateTimeWithSeconds Failed asserting that /div [ ./div [@id="name_date"] [ ./select [@id="name_date_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_date_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_date_year"] [./option[@value="2011"][@selected="selected"]] ] /following-sibling::div [@id="name_time"] [ ./select [@id="name_time_hour"] [./option[@value="4"][@selected="selected"]] /following-sibling::select [@id="name_time_minute"] [./option[@value="5"][@selected="selected"]] /following-sibling::select [@id="name_time_second"] [./option[@value="6"][@selected="selected"]] ] ] [count(.//select)=6] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
::
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1316 8) Symfony\Bundle\FrameworkBundle\Tests\Templating\Helper\FormHelperTableLayoutTest::testDateChoice Failed asserting that /div [ ./select [@id="name_month"] [./option[@value="2"][@selected="selected"]] /following-sibling::select [@id="name_day"] [./option[@value="3"][@selected="selected"]] /following-sibling::select [@id="name_year"] [./option[@value="2011"][@selected="selected"]] ] [count(./select)=3] [@id="my&id"] [@class="my&class"] matches exactly once. Matches 0 times in
/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1405 FAILURES! Tests: 751, Assertions: 1092, Failures: 8, Skipped: 3. Legacy deprecation notices (45) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/SecurityBundle + RET=1 + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/SecurityBundle ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/SecurityBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/SecurityBundle PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ................................................................. 65 / 65 (100%) Time: 43.45 seconds, Memory: 19.25MB OK (65 tests, 189 assertions) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/TwigBundle + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/TwigBundle ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/TwigBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/TwigBundle PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ................................................. Time: 12.81 seconds, Memory: 13.75MB OK (49 tests, 172 assertions) Remaining deprecation notices (6) Referencing the "Twig_Extension_Core" extension by its name (defined by getName()) is deprecated since 1.26 and will be removed in Twig 2.0. Use the Fully Qualified Extension Class Name instead: 6x 2x in NoTemplatingEntryTest::test from Symfony\Bundle\TwigBundle\Tests 2x in NewCacheWamingTest::testCacheIsProperlyWarmedWhenTemplatingIsAvailable from Symfony\Bundle\TwigBundle\Tests 2x in NewCacheWamingTest::testCacheIsNotWarmedWhenTemplatingIsDisabled from Symfony\Bundle\TwigBundle\Tests Legacy deprecation notices (6) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/WebProfilerBundle + RET=1 + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/WebProfilerBundle ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/WebProfilerBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Bundle/WebProfilerBundle PHPUnit 4.8.36 by Sebastian Bergmann and contributors. .......................................... Time: 3.23 seconds, Memory: 7.75MB OK (42 tests, 67 assertions) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Asset + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Asset ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Asset\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Asset PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ................................................................. 65 / 74 ( 87%) ......... Time: 1.73 seconds, Memory: 4.00MB OK (74 tests, 79 assertions) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/BrowserKit + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/BrowserKit ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/BrowserKit\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/BrowserKit PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 109 ( 57%) .............................................. Time: 2.38 seconds, Memory: 4.50MB OK (109 tests, 241 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/ClassLoader ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/ClassLoader\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/ClassLoader >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/ClassLoader PHPUnit 4.8.36 by Sebastian Bergmann and contributors. SSSSSSSSSSSSSSS................................................ 63 / 109 ( 57%) ......SSSSSSSSSSSSSSS......................... Time: 2.2 seconds, Memory: 4.25MB OK, but incomplete, skipped, or risky tests! Tests: 529, Assertions: 114, Skipped: 30. Legacy deprecation notices (1) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Config + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Config ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Config\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Config PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 275 ( 22%) ............................I.................................. 126 / 275 ( 45%) ............................................................... 189 / 275 ( 68%) ............................................................... 252 / 275 ( 91%) ....................... Time: 3.88 seconds, Memory: 6.75MB OK, but incomplete, skipped, or risky tests! Tests: 275, Assertions: 371, Incomplete: 1. >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Console + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Console ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Console\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Console PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 576 ( 10%) ............................................................... 126 / 576 ( 21%) ............................................................... 189 / 576 ( 32%) ....................S.......................................... 252 / 576 ( 43%) ............................................................... 315 / 576 ( 54%) ............................................................... 378 / 576 ( 65%) ............................................................... 441 / 576 ( 76%) ............................................................... 504 / 576 ( 87%) ............................................................... 567 / 576 ( 98%) ......... Time: 13.82 seconds, Memory: 10.75MB OK, but incomplete, skipped, or risky tests! Tests: 576, Assertions: 997, Skipped: 1. Legacy deprecation notices (60) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/CssSelector ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/CssSelector\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/CssSelector >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/CssSelector PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 487 ( 12%) ............................................................... 126 / 487 ( 25%) ............................................................... 189 / 487 ( 38%) ............................................................... 252 / 487 ( 51%) ............................................................... 315 / 487 ( 64%) ............................................................... 378 / 487 ( 77%) ............................................................... 441 / 487 ( 90%) .............................................. Time: 6.67 seconds, Memory: 5.75MB OK (487 tests, 1000 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Debug ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Debug\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Debug >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Debug PHPUnit 4.8.36 by Sebastian Bergmann and contributors. SSSS....S.......................S............S....... Time: 2.88 seconds, Memory: 8.50MB OK, but incomplete, skipped, or risky tests! Tests: 53, Assertions: 163, Skipped: 7. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/DependencyInjection ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/DependencyInjection\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/DependencyInjection >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/DependencyInjection PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 347 ( 18%) ............................................................... 126 / 347 ( 36%) ............................................................... 189 / 347 ( 54%) ............................................................... 252 / 347 ( 72%) ............................................................... 315 / 347 ( 90%) ................................ Time: 9 seconds, Memory: 9.75MB OK (347 tests, 901 assertions) Legacy deprecation notices (80) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/DomCrawler + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/DomCrawler ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/DomCrawler\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/DomCrawler PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 312 ( 20%) ............................................................... 126 / 312 ( 40%) ............................................................... 189 / 312 ( 60%) ............................................................... 252 / 312 ( 80%) ............................................................ Time: 3.45 seconds, Memory: 5.00MB OK (312 tests, 570 assertions) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/EventDispatcher + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/EventDispatcher ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/EventDispatcher\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/EventDispatcher PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ................................................................. 65 / 99 ( 65%) .................................. Time: 2.08 seconds, Memory: 4.75MB OK (99 tests, 183 assertions) Legacy deprecation notices (8) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/ExpressionLanguage + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/ExpressionLanguage ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/ExpressionLanguage\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/ExpressionLanguage PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 157 ( 40%) ............................................................... 126 / 157 ( 80%) ............................... Time: 2.81 seconds, Memory: 5.00MB OK (157 tests, 165 assertions) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Filesystem + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Filesystem ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Filesystem\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Filesystem PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 103 ( 61%) ........................................ Time: 1.79 seconds, Memory: 3.50MB OK (103 tests, 164 assertions) Legacy deprecation notices (1) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Finder + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Finder ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Finder\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Finder PHPUnit 4.8.36 by Sebastian Bergmann and contributors. .SSSSSSSSSSSSSSSSSSSSS.S.S.SSSSS.S...SSSSSSSSSSSSSSSS..SSSSSS.S 63 / 344 ( 18%) S.............................................................. 126 / 344 ( 36%) ............................................................... 189 / 344 ( 54%) ............................................................... 252 / 344 ( 73%) ............................................................... 315 / 344 ( 91%) ........F.................... Time: 15.6 seconds, Memory: 8.25MB There was 1 failure: 1) Symfony\Component\Finder\Tests\Iterator\SortableIteratorTest::testAccept with data set #2 (3, array(array('/tmp/symfony_finder/foo/bar.tmp', '/tmp/symfony_finder/test.php'), array('/tmp/symfony_finder/.git', '/tmp/symfony_finder/.foo', '/tmp/symfony_finder/.foo/.bar', '/tmp/symfony_finder/.foo/bar', '/tmp/symfony_finder/test.py', '/tmp/symfony_finder/foo', '/tmp/symfony_finder/toto', '/tmp/symfony_finder/toto/.git', '/tmp/symfony_finder/foo bar'), array('/tmp/symfony_finder/.bar'))) Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( - 0 => '/tmp/symfony_finder/.foo' - 1 => '/tmp/symfony_finder/.foo/.bar' - 2 => '/tmp/symfony_finder/.foo/bar' - 3 => '/tmp/symfony_finder/.git' + 0 => '/tmp/symfony_finder/.bar' + 1 => '/tmp/symfony_finder/.foo' + 2 => '/tmp/symfony_finder/.foo/.bar' + 3 => '/tmp/symfony_finder/.foo/bar' 4 => '/tmp/symfony_finder/foo' 5 => '/tmp/symfony_finder/foo bar' 6 => '/tmp/symfony_finder/test.py' 7 => '/tmp/symfony_finder/toto' 8 => '/tmp/symfony_finder/toto/.git' ) /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php:58 /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php:68 FAILURES! Tests: 344, Assertions: 514, Failures: 1, Skipped: 53. >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form + RET=1 + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Form PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................. 61 / 3088 ( 1%) ............................................................. 122 / 3088 ( 3%) ............................................................. 183 / 3088 ( 5%) ............................................................. 244 / 3088 ( 7%) ............................................................. 305 / 3088 ( 9%) ............................................................. 366 / 3088 ( 11%) ............................................................. 427 / 3088 ( 13%) ..........S.............................SSSSSSSSSSSSSSSSSSSSS 488 / 3088 ( 15%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS......SSSSSS. 549 / 3088 ( 17%) .....................................S....................... 610 / 3088 ( 19%) .................................S........................... 671 / 3088 ( 21%) ................S.S.......................................... 732 / 3088 ( 23%) ..S..S..SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 793 / 3088 ( 25%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.......... 854 / 3088 ( 27%) ............................................................. 915 / 3088 ( 29%) ......SSSSS.............SS.S...S...S......................... 976 / 3088 ( 31%) ............................................................. 1037 / 3088 ( 33%) ............................................................. 1098 / 3088 ( 35%) ............................................................. 1159 / 3088 ( 37%) ............................................................. 1220 / 3088 ( 39%) ............................................................. 1281 / 3088 ( 41%) .............................SSS............................. 1342 / 3088 ( 43%) .SSSS.................SS..SSS.IIIISS...S..................... 1403 / 3088 ( 45%) ............................................................. 1464 / 3088 ( 47%) ...SSSSSSSSSSS.........................................IIIIII 1525 / 3088 ( 49%) I............................................................ 1586 / 3088 ( 51%) ............................................................. 1647 / 3088 ( 53%) ............................................................. 1708 / 3088 ( 55%) ............................................................. 1769 / 3088 ( 57%) ............................................................. 1830 / 3088 ( 59%) ............................................................. 1891 / 3088 ( 61%) ............................................................. 1952 / 3088 ( 63%) ............................................................. 2013 / 3088 ( 65%) ............................................................. 2074 / 3088 ( 67%) ............................................................. 2135 / 3088 ( 69%) ............................................................. 2196 / 3088 ( 71%) ............................................................. 2257 / 3088 ( 73%) ............................................................. 2318 / 3088 ( 75%) ............................................................. 2379 / 3088 ( 77%) ............................................................. 2440 / 3088 ( 79%) ............................................................. 2501 / 3088 ( 80%) ............................................................. 2562 / 3088 ( 82%) ............................................................. 2623 / 3088 ( 84%) ............................................................. 2684 / 3088 ( 86%) ............................................................. 2745 / 3088 ( 88%) ............................................................. 2806 / 3088 ( 90%) ............................................................. 2867 / 3088 ( 92%) ............................................................. 2928 / 3088 ( 94%) ............................................................. 2989 / 3088 ( 96%) ............................................................. 3050 / 3088 ( 98%) ...................................... Time: 1.11 minutes, Memory: 63.75MB OK, but incomplete, skipped, or risky tests! Tests: 3088, Assertions: 6833, Skipped: 222, Incomplete: 11. Legacy deprecation notices (137) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/HttpFoundation ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/HttpFoundation\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/HttpFoundation >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/HttpFoundation PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 778 ( 8%) ............................................................... 126 / 778 ( 16%) ..................................................S............ 189 / 778 ( 24%) ............................................................... 252 / 778 ( 32%) ............................................................... 315 / 778 ( 40%) ...................................................SS.......... 378 / 778 ( 48%) ............................................................... 441 / 778 ( 56%) ............................................................... 504 / 778 ( 64%) ............................................................... 567 / 778 ( 72%) ............................................................... 630 / 778 ( 80%) ............................................................... 693 / 778 ( 89%) ..SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS............................. 756 / 778 ( 97%) ...................... Time: 9.79 seconds, Memory: 10.00MB OK, but incomplete, skipped, or risky tests! Tests: 1088, Assertions: 1609, Skipped: 35. Legacy deprecation notices (2) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/HttpKernel + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/HttpKernel ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/HttpKernel\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/HttpKernel PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 440 ( 14%) ..........S.................................................... 126 / 440 ( 28%) ............................................................... 189 / 440 ( 42%) ............................................................... 252 / 440 ( 57%) ............................................................... 315 / 440 ( 71%) ............................................................... 378 / 440 ( 85%) .............SSSSSSSSSSSSSSSSSS............................... Time: 14 seconds, Memory: 17.75MB OK, but incomplete, skipped, or risky tests! Tests: 746, Assertions: 1310, Skipped: 19. Legacy deprecation notices (11) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Intl + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Intl ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Intl\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Intl PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ...............SSS........................................... 61 / 1234 ( 4%) ............................................................. 122 / 1234 ( 9%) ............................................................. 183 / 1234 ( 14%) ............................................................. 244 / 1234 ( 19%) ............................................SSS.S............ 305 / 1234 ( 24%) ............................................................. 366 / 1234 ( 29%) ............................................................. 427 / 1234 ( 34%) ...............................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 488 / 1234 ( 39%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 549 / 1234 ( 44%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 610 / 1234 ( 49%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 671 / 1234 ( 54%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 732 / 1234 ( 59%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS. 793 / 1234 ( 64%) ....SSSSS.................S.................................. 854 / 1234 ( 69%) ............................................................. 915 / 1234 ( 74%) ............................................................. 976 / 1234 ( 79%) ..S.S......SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1037 / 1234 ( 84%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1098 / 1234 ( 88%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS................. 1159 / 1234 ( 93%) ............................................................. 1220 / 1234 ( 98%) .............. Time: 47.6 seconds, Memory: 23.75MB OK, but incomplete, skipped, or risky tests! Tests: 1234, Assertions: 2615, Skipped: 504. >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Locale + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Locale ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Locale\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Locale PHPUnit 4.8.36 by Sebastian Bergmann and contributors. .S......... Time: 1.75 seconds, Memory: 4.00MB OK, but incomplete, skipped, or risky tests! Tests: 11, Assertions: 14, Skipped: 1. Legacy deprecation notices (2) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/OptionsResolver + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/OptionsResolver ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/OptionsResolver\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/OptionsResolver PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 196 ( 32%) ............................................................... 126 / 196 ( 64%) ............................................................... 189 / 196 ( 96%) ....... Time: 2.1 seconds, Memory: 4.00MB OK (196 tests, 260 assertions) Legacy deprecation notices (88) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Process + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Process ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Process\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Process PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ....SSS.S...................................................... 63 / 147 ( 42%) ...............S.S............................................. 126 / 147 ( 85%) ..................... Time: 23.7 seconds, Memory: 25.50MB OK, but incomplete, skipped, or risky tests! Tests: 147, Assertions: 265, Skipped: 6. Legacy deprecation notices (1) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/PropertyAccess + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/PropertyAccess ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/PropertyAccess\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/PropertyAccess PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 501 ( 12%) ............................................................... 126 / 501 ( 25%) ............................................................... 189 / 501 ( 37%) ............................................................... 252 / 501 ( 50%) ............................................................... 315 / 501 ( 62%) ............................................................... 378 / 501 ( 75%) ............................................................... 441 / 501 ( 88%) ............................................................ Time: 4.15 seconds, Memory: 5.25MB OK (501 tests, 528 assertions) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Routing + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Routing ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Routing\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Routing PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 292 ( 21%) ...............................................S............... 126 / 292 ( 43%) ............................................................... 189 / 292 ( 64%) ............................................................... 252 / 292 ( 86%) ........................................ Time: 33.12 seconds, Memory: 79.50MB OK, but incomplete, skipped, or risky tests! Tests: 292, Assertions: 705, Skipped: 1. Legacy deprecation notices (21) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Security + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Security ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Security\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Security PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 734 ( 8%) ............................................................... 126 / 734 ( 17%) ............................................................... 189 / 734 ( 25%) ............................................................... 252 / 734 ( 34%) ............................................................... 315 / 734 ( 42%) ............................................................... 378 / 734 ( 51%) ............................................................... 441 / 734 ( 60%) ............................................................... 504 / 734 ( 68%) ............................................................... 567 / 734 ( 77%) ............................................................... 630 / 734 ( 85%) ............................................................... 693 / 734 ( 94%) ....................................S.... Time: 17.84 seconds, Memory: 22.00MB OK, but incomplete, skipped, or risky tests! Tests: 734, Assertions: 1857, Skipped: 1. Legacy deprecation notices (2) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Serializer + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Serializer ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Serializer\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Serializer PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 196 ( 32%) ...........................SS.................................. 126 / 196 ( 64%) ............................................................... 189 / 196 ( 96%) ....... Time: 4.07 seconds, Memory: 6.50MB OK, but incomplete, skipped, or risky tests! Tests: 196, Assertions: 264, Skipped: 2. Legacy deprecation notices (11) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Stopwatch + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Stopwatch ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Stopwatch\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Stopwatch PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ....................... Time: 2.59 seconds, Memory: 3.25MB OK (23 tests, 40 assertions) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Templating + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Templating ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Templating\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Templating PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ................................................. Time: 1.99 seconds, Memory: 4.25MB OK (49 tests, 133 assertions) Legacy deprecation notices (6) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Translation + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Translation ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Translation\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Translation PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ................................................S.............. 63 / 379 ( 16%) ............................................................... 126 / 379 ( 33%) ............................................................... 189 / 379 ( 49%) ............................................................... 252 / 379 ( 66%) ............................................................... 315 / 379 ( 83%) ............................................................... 378 / 379 ( 99%) . Time: 5.37 seconds, Memory: 7.25MB OK, but incomplete, skipped, or risky tests! Tests: 379, Assertions: 477, Skipped: 1. >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Validator + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Validator ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Validator\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Validator PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................. 61 / 2090 ( 2%) ............................................................. 122 / 2090 ( 5%) ............................................................. 183 / 2090 ( 8%) ............................................................. 244 / 2090 ( 11%) ..............................S........SSSSS................. 305 / 2090 ( 14%) .....................................SSS..................... 366 / 2090 ( 17%) ............................................................. 427 / 2090 ( 20%) ............................................................. 488 / 2090 ( 23%) ...........................................................SS 549 / 2090 ( 26%) S...........SSSSSS........................................... 610 / 2090 ( 29%) ............................................................. 671 / 2090 ( 32%) ............................................................. 732 / 2090 ( 35%) ............................................................. 793 / 2090 ( 37%) ............................................................. 854 / 2090 ( 40%) ............................SS............................... 915 / 2090 ( 43%) ............................................................. 976 / 2090 ( 46%) ............................................................. 1037 / 2090 ( 49%) ............................................................. 1098 / 2090 ( 52%) ............................................................. 1159 / 2090 ( 55%) ............................................................. 1220 / 2090 ( 58%) .......................................S..................... 1281 / 2090 ( 61%) ......................................................SSS.... 1342 / 2090 ( 64%) ........SSSSSS............................................... 1403 / 2090 ( 67%) ................SSS..............S........................... 1464 / 2090 ( 70%) .............................SSSSSSSS........................ 1525 / 2090 ( 72%) ............................................................. 1586 / 2090 ( 75%) ............................................................. 1647 / 2090 ( 78%) ............................................................. 1708 / 2090 ( 81%) ............................................................. 1769 / 2090 ( 84%) ............................................SSS.............. 1830 / 2090 ( 87%) ............................................................. 1891 / 2090 ( 90%) ............................................................. 1952 / 2090 ( 93%) ............................................................. 2013 / 2090 ( 96%) ............................................................. 2074 / 2090 ( 99%) ................ Time: 30.32 seconds, Memory: 23.00MB OK, but incomplete, skipped, or risky tests! Tests: 2096, Assertions: 4477, Skipped: 45. Legacy deprecation notices (276) >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/VarDumper + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/VarDumper ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/VarDumper\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/VarDumper PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ..............S...SS........... Time: 4.77 seconds, Memory: 4.50MB OK, but incomplete, skipped, or risky tests! Tests: 31, Assertions: 31, Skipped: 3. >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Yaml + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Yaml ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Yaml\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/Yaml PHPUnit 4.8.36 by Sebastian Bergmann and contributors. ............................................................... 63 / 371 ( 16%) ............................................................... 126 / 371 ( 33%) ............................................................... 189 / 371 ( 50%) ............................................................... 252 / 371 ( 67%) ............................................................... 315 / 371 ( 84%) ........................................................ Time: 5.95 seconds, Memory: 4.25MB OK (371 tests, 556 assertions) Legacy deprecation notices (1) RPM build errors: + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/*/*' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.7.9-2.el7.noarch/usr/share/php/Symfony/Component/autoload.php ']' + exit 1 error: Bad exit status from /var/tmp/rpm-tmp.4hbx19 (%check) Bad exit status from /var/tmp/rpm-tmp.4hbx19 (%check) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 88, in trace result = func(*args, **kw) File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 547, in do raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) Error: Command failed. See logs for output. # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-symfony.spec