Mock Version: 1.4.11 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/php-symfony.spec'], timeout=0nspawn_args=['--bind=/tmp/mock-resolv.Ze8Jzr:/etc/resolv.conf']shell=Falseuid=1001chrootPath='/var/lib/mock/centos-7-i386/root'gid=135user='mockbuild'env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}logger=unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'ad953b787cb242fe94f0e9dc101cad58', '-D', '/var/lib/mock/centos-7-i386/root', '--bind=/tmp/mock-resolv.Ze8Jzr:/etc/resolv.conf', '--setenv=LANG=en_US.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', 'bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target i686 --nodeps /builddir/build/SPECS/php-symfony.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/php-symfony-2.8.12-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/php-symfony.spec'], timeout=0nspawn_args=['--bind=/tmp/mock-resolv.Ze8Jzr:/etc/resolv.conf']shell=Falseuid=1001chrootPath='/var/lib/mock/centos-7-i386/root'gid=135user='mockbuild'env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}logger=unshare_net=TrueprintOutput=True) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '6bd8c05330064a68a8e4db18a82de3e1', '-D', '/var/lib/mock/centos-7-i386/root', '--bind=/tmp/mock-resolv.Ze8Jzr:/etc/resolv.conf', '--setenv=LANG=en_US.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', 'bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/php-symfony.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system BUILDSTDERR: Failed to create directory /var/lib/mock/centos-7-i386/root//sys/fs/selinux: Read-only file system Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.lgEPQg + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf symfony-6a5bc3257b60098c28fc1bbcacd52000dd2801d1 + /usr/bin/gzip -dc /builddir/build/SOURCES/php-symfony-2.8.12-6a5bc32.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd symfony-6a5bc3257b60098c28fc1bbcacd52000dd2801d1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + : Remove unnecessary files + find src -name '.git*' -delete + : Remove unwanted components + rm -r src/Symfony/Bridge/Propel1 + : Create autoloaders + cat + tee src/Symfony/Component/autoload.php register(); } $fedoraClassLoader->addPrefix('Symfony\\Component\\', dirname(dirname(__DIR__))); // Optional dependency foreach (array( '/usr/share/php/random_compat/autoload.php', ) as $dependencyAutoloader) { if (file_exists($dependencyAutoloader)) { require_once $dependencyAutoloader; } } return $fedoraClassLoader; addPrefix('Symfony\\', dirname(__DIR__)); // Dependency autoloaders foreach (array( '/usr/share/php/Doctrine/Bundle/DoctrineBundle/autoload.php', '/usr/share/php/Doctrine/Common/Annotations/autoload.php', '/usr/share/php/Doctrine/Common/autoload.php', '/usr/share/php/Doctrine/Common/Cache/autoload.php', '/usr/share/php/Doctrine/Common/DataFixtures/autoload.php', '/usr/share/php/Doctrine/DBAL/autoload.php', '/usr/share/php/Doctrine/ORM/autoload.php', '/usr/share/php/Egulias/EmailValidator/autoload.php', '/usr/share/php/Monolog/autoload.php', '/usr/share/php/phpDocumentor/Reflection/autoload.php', '/usr/share/php/ProxyManager/autoload.php', '/usr/share/php/Psr/Log/autoload.php', '/usr/share/php/Swift/swift_required.php', '/usr/share/php/Symfony/Polyfill/autoload.php', '/usr/share/php/Symfony/Security/Acl/autoload.php', '/usr/share/php/Twig/autoload.php', ) as $dependencyAutoloader) { if (file_exists($dependencyAutoloader)) { require_once $dependencyAutoloader; } } return $fedoraClassLoader; + 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/Ldap ']' + ln -s ../autoload.php src/Symfony/Component/Ldap/autoload.php + ln -s ../autoload.php src/Symfony/Component/Ldap/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Locale ']' + ln -s ../autoload.php src/Symfony/Component/Locale/autoload.php + ln -s ../autoload.php src/Symfony/Component/Locale/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/OptionsResolver ']' + ln -s ../autoload.php src/Symfony/Component/OptionsResolver/autoload.php + ln -s ../autoload.php src/Symfony/Component/OptionsResolver/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Process ']' + ln -s ../autoload.php src/Symfony/Component/Process/autoload.php + ln -s ../autoload.php src/Symfony/Component/Process/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/PropertyAccess ']' + ln -s ../autoload.php src/Symfony/Component/PropertyAccess/autoload.php + ln -s ../autoload.php src/Symfony/Component/PropertyAccess/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/PropertyInfo ']' + ln -s ../autoload.php src/Symfony/Component/PropertyInfo/autoload.php + ln -s ../autoload.php src/Symfony/Component/PropertyInfo/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Routing ']' + ln -s ../autoload.php src/Symfony/Component/Routing/autoload.php + ln -s ../autoload.php src/Symfony/Component/Routing/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Security ']' + ln -s ../autoload.php src/Symfony/Component/Security/autoload.php + ln -s ../autoload.php src/Symfony/Component/Security/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Serializer ']' + ln -s ../autoload.php src/Symfony/Component/Serializer/autoload.php + ln -s ../autoload.php src/Symfony/Component/Serializer/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Stopwatch ']' + ln -s ../autoload.php src/Symfony/Component/Stopwatch/autoload.php + ln -s ../autoload.php src/Symfony/Component/Stopwatch/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Templating ']' + ln -s ../autoload.php src/Symfony/Component/Templating/autoload.php + ln -s ../autoload.php src/Symfony/Component/Templating/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Translation ']' + ln -s ../autoload.php src/Symfony/Component/Translation/autoload.php + ln -s ../autoload.php src/Symfony/Component/Translation/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Validator ']' + ln -s ../autoload.php src/Symfony/Component/Validator/autoload.php + ln -s ../autoload.php src/Symfony/Component/Validator/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/VarDumper ']' + ln -s ../autoload.php src/Symfony/Component/VarDumper/autoload.php + ln -s ../autoload.php src/Symfony/Component/VarDumper/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/Yaml ']' + ln -s ../autoload.php src/Symfony/Component/Yaml/autoload.php + ln -s ../autoload.php src/Symfony/Component/Yaml/autoloader.php + for PKG in 'src/Symfony/Component/*' + '[' -d src/Symfony/Component/autoload.php ']' + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/Doctrine/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/Monolog/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/PhpUnit/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/ProxyManager/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/Swiftmailer/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bridge/Twig/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bundle/DebugBundle/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bundle/FrameworkBundle/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bundle/SecurityBundle/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bundle/TwigBundle/autoload.php + for PKG in 'src/Symfony/{Bridge,Bundle}/*' + ln -s ../../autoload.php src/Symfony/Bundle/WebProfilerBundle/autoload.php + : Skip tests known to fail + sed -e 's#function testItUsesTheConfiguredEntryPointWhenUsingUnknownCredentials#function SKIP_testItUsesTheConfiguredEntryPointWhenUsingUnknownCredentials#' -i src/Symfony/Bundle/SecurityBundle/Tests/Functional/FirewallEntryPointTest.php + sed -e 's#function testEncodePasswordEmptySalt#function SKIP_testEncodePasswordEmptySalt#' -i src/Symfony/Bundle/SecurityBundle/Tests/Functional/UserPasswordEncoderCommandTest.php + sed -e 's#function testSetTraceIncompleteClass#function SKIP_testSetTraceIncompleteClass#' -i src/Symfony/Component/Debug/Tests/Exception/FlattenExceptionTest.php + sed -e 's#function testHandleClassNotFound#function SKIP_testHandleClassNotFound#' -e 's#function testLegacyHandleClassNotFound#function SKIP_testLegacyHandleClassNotFound#' -i src/Symfony/Component/Debug/Tests/FatalErrorHandler/ClassNotFoundFatalErrorHandlerTest.php + sed -e 's#function testCopyForOriginUrlsAndExistingLocalFileDefaultsToNotCopy#function SKIP_testCopyForOriginUrlsAndExistingLocalFileDefaultsToNotCopy#' -i src/Symfony/Component/Filesystem/Tests/FilesystemTest.php + sed -e 's#function getScript#function SKIP_getScript#' -i src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php + sed -e 's#function testFormatWithTimezoneFromEnvironmentVariable#function SKIP_testFormatWithTimezoneFromEnvironmentVariable#' -i src/Symfony/Component/Intl/Tests/DateFormatter/Verification/IntlDateFormatterTest.php + sed -e 's#function testTTYCommand#function SKIP_testTTYCommand#' -e 's#function testTTYCommandExitCode#function SKIP_testTTYCommandExitCode#' -i src/Symfony/Component/Process/Tests/ProcessTest.php + sed -e 's#function testSpecialVars56#function SKIP_testSpecialVars56#' -e 's#function testGlobalsNoExt#function SKIP_testGlobalsNoExt#' -e 's#function testBuggyRefs#function SKIP_testBuggyRefs#' -i src/Symfony/Component/VarDumper/Tests/CliDumperTest.php + rm src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php src/Symfony/Component/Form/Tests/Extension/Csrf/CsrfProvider/LegacyDefaultCsrfProviderTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php + sed -e 's#function testFormatTypeInt32#function SKIP_testFormatTypeInt32#' -i src/Symfony/Component/Intl/Tests/NumberFormatter/AbstractNumberFormatterTest.php src/Symfony/Component/Intl/Tests/NumberFormatter/NumberFormatterTest.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 + sed 's/function testEncodeWithError/function SKIP_testEncodeWithError/' -i src/Symfony/Component/Serializer/Tests/Encoder/JsonEncodeTest.php + : Skip online tests + sed -e s/testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy/SKIP_testCopyForOriginUrlsAndExistingLocalFileDefaultsToCopy/ -i src/Symfony/Component/Filesystem/Tests/FilesystemTest.php + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.YLwT5W + umask 022 + cd /builddir/build/BUILD + cd symfony-6a5bc3257b60098c28fc1bbcacd52000dd2801d1 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.O3RElD + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386 + cd symfony-6a5bc3257b60098c28fc1bbcacd52000dd2801d1 + mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony + cp -rp src/Symfony/Bridge src/Symfony/Bundle src/Symfony/Component src/Symfony/autoload.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/ + mkdir -p /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/doc + ln -s php-symfony-common-2.8.12 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/doc/php-symfony-2.8.12 + /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-6a5bc3257b60098c28fc1bbcacd52000dd2801d1 /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.WnDm3m + umask 022 + cd /builddir/build/BUILD + cd symfony-6a5bc3257b60098c28fc1bbcacd52000dd2801d1 + : Modify PHPUnit config + sed s#./src#/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php# phpunit.xml.dist + : Create tests bootstrap + cat + tee bootstrap.php >>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Doctrine + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Doctrine ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Doctrine\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Doctrine PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Doctrine ............................................................... 63 / 469 ( 13%) ............................................................... 126 / 469 ( 26%) .................................SS.....................S...... 189 / 469 ( 40%) ...............SS.....................SS.....................S. 252 / 469 ( 53%) ....................S.....................S.................... 315 / 469 ( 67%) .S............................................................. 378 / 469 ( 80%) ............................................................... 441 / 469 ( 94%) ............................ Time: 8.11 seconds, Memory: 38.75MB OK, but incomplete, skipped, or risky tests! Tests: 469, Assertions: 699, Skipped: 11. Legacy deprecation notices (214) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Monolog >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Monolog + '[' Monolog = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Monolog ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Monolog\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Monolog PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Monolog .................................... Time: 144 ms, Memory: 4.50MB OK (36 tests, 71 assertions) Legacy deprecation notices (4) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/PhpUnit + '[' PhpUnit = PhpUnit ']' + continue + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/ProxyManager + '[' ProxyManager = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/ProxyManager + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/ProxyManager ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/ProxyManager\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/ProxyManager PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/ProxyManager .......... Time: 447 ms, Memory: 5.75MB OK (10 tests, 25 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Swiftmailer >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Swiftmailer + '[' Swiftmailer = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Swiftmailer ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Swiftmailer\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Swiftmailer PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Time: 80 ms, Memory: 2.50MB No tests executed! + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Twig + '[' Twig = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Twig ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Twig\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Twig >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Twig PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bridge/Twig ............................................................... 63 / 784 ( 8%) ..........................F.FF...F............................. 126 / 784 ( 16%) ............................................................... 189 / 784 ( 24%) ................................F.FF...F....................... 252 / 784 ( 32%) ............................................................... 315 / 784 ( 40%) ............................................................... 378 / 784 ( 48%) ...................................F.FF...F.................... 441 / 784 ( 56%) ............................................................... 504 / 784 ( 64%) ..........................................................F.FF. 567 / 784 ( 72%) ..F............................................................ 630 / 784 ( 80%) ............................................................... 693 / 784 ( 88%) ............................................................... 756 / 784 ( 96%) ............................ Time: 6.51 seconds, Memory: 68.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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1442 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1519 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1560 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1658 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1442 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1519 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1560 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractBootstrap3LayoutTest.php:1658 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1337 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1418 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1460 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1549 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1337 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1418 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1460 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1549 FAILURES! Tests: 784, Assertions: 357, Failures: 16. Legacy deprecation notices (13) + RET=1 + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/DebugBundle + '[' DebugBundle = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/DebugBundle + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/DebugBundle ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/DebugBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/DebugBundle PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/DebugBundle ...... Time: 121 ms, Memory: 4.00MB OK (6 tests, 6 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/FrameworkBundle + '[' FrameworkBundle = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/FrameworkBundle ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/FrameworkBundle + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/FrameworkBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/FrameworkBundle PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/FrameworkBundle ............................................................... 63 / 841 ( 7%) ............................................................... 126 / 841 ( 14%) ............................S.SS............................... 189 / 841 ( 22%) ............................................................... 252 / 841 ( 29%) .................................................S............. 315 / 841 ( 37%) ...............................S............................... 378 / 841 ( 44%) .............S................................................. 441 / 841 ( 52%) ............................................................... 504 / 841 ( 59%) ..................................................F.FF...F..... 567 / 841 ( 67%) ............................................................... 630 / 841 ( 74%) ............................................................... 693 / 841 ( 82%) ..........F.FF...F............................................. 756 / 841 ( 89%) ............................................................... 819 / 841 ( 97%) ...................... Time: 12.49 seconds, Memory: 60.50MB 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1337 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1418 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1460 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1549 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1337 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1418 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1460 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.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:84 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:106 /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form/Tests/AbstractLayoutTest.php:1549 FAILURES! Tests: 841, Assertions: 1278, Failures: 8, Skipped: 6. Legacy deprecation notices (89) + RET=1 + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/SecurityBundle + '[' SecurityBundle = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/SecurityBundle ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/SecurityBundle + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/SecurityBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/SecurityBundle PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/SecurityBundle ................................................................. 65 / 84 ( 77%) ................... Time: 3.68 seconds, Memory: 23.00MB OK (84 tests, 212 assertions) Legacy deprecation notices (2) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/TwigBundle + '[' TwigBundle = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/TwigBundle ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/TwigBundle + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/TwigBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/TwigBundle PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/TwigBundle ................................................... Time: 1.89 seconds, Memory: 15.25MB OK (51 tests, 175 assertions) Legacy deprecation notices (6) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/WebProfilerBundle + '[' WebProfilerBundle = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/WebProfilerBundle ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/WebProfilerBundle + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/WebProfilerBundle\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/WebProfilerBundle PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Bundle/WebProfilerBundle ........................................... Time: 331 ms, Memory: 7.75MB OK (43 tests, 68 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Asset + '[' Asset = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Asset ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Asset + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Asset\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Asset PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Asset ................................................................. 65 / 77 ( 84%) ............ Time: 164 ms, Memory: 4.00MB OK (77 tests, 82 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/BrowserKit + '[' BrowserKit = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/BrowserKit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/BrowserKit + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/BrowserKit\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/BrowserKit PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/BrowserKit ............................................................... 63 / 111 ( 56%) ................................................ Time: 276 ms, Memory: 4.50MB OK (111 tests, 252 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ClassLoader + '[' ClassLoader = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ClassLoader + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ClassLoader ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ClassLoader\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ClassLoader PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ClassLoader SSSSSSSSSSSSSSS................................................ 63 / 109 ( 57%) ......SSSSSSSSSSSSSSS......................... Time: 197 ms, Memory: 4.50MB OK, but incomplete, skipped, or risky tests! Tests: 109, Assertions: 114, Skipped: 30. Legacy deprecation notices (1) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Config + '[' Config = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Config + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Config ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Config\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Config PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Config ............................................................... 63 / 300 ( 21%) ........................................I...................... 126 / 300 ( 42%) ............................................................... 189 / 300 ( 63%) ............................................................... 252 / 300 ( 84%) ................................................ Time: 421 ms, Memory: 7.00MB OK, but incomplete, skipped, or risky tests! Tests: 300, Assertions: 415, Incomplete: 1. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Console + '[' Console = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Console ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Console + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Console\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Console PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Console ............................................................... 63 / 640 ( 9%) ............................................................... 126 / 640 ( 19%) ............................................................... 189 / 640 ( 29%) ..................................................SS........... 252 / 640 ( 39%) ............................................................... 315 / 640 ( 49%) ............................................................... 378 / 640 ( 59%) ............................................................... 441 / 640 ( 68%) ............................................................... 504 / 640 ( 78%) ............................................................... 567 / 640 ( 88%) ............................................................... 630 / 640 ( 98%) .......... Time: 2.84 seconds, Memory: 11.00MB OK, but incomplete, skipped, or risky tests! Tests: 640, Assertions: 1098, Skipped: 2. Legacy deprecation notices (61) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/CssSelector >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/CssSelector + '[' CssSelector = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/CssSelector ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/CssSelector\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/CssSelector PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/CssSelector ............................................................... 63 / 505 ( 12%) ............................................................... 126 / 505 ( 24%) ............................................................... 189 / 505 ( 37%) ............................................................... 252 / 505 ( 49%) ............................................................... 315 / 505 ( 62%) ............................................................... 378 / 505 ( 74%) ............................................................... 441 / 505 ( 87%) ............................................................... 504 / 505 ( 99%) . Time: 711 ms, Memory: 6.00MB OK (505 tests, 1024 assertions) Legacy deprecation notices (1) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Debug + '[' Debug = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Debug ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Debug\n' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Debug + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Debug PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Debug SSSS....S....................S......S...........S....... Time: 356 ms, Memory: 8.25MB OK, but incomplete, skipped, or risky tests! Tests: 56, Assertions: 167, Skipped: 8. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DependencyInjection + '[' DependencyInjection = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DependencyInjection ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DependencyInjection\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DependencyInjection >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DependencyInjection PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DependencyInjection ............................................................... 63 / 432 ( 14%) ..........................................................S.... 126 / 432 ( 29%) ............................................................... 189 / 432 ( 43%) ............................................................... 252 / 432 ( 58%) ............................................................... 315 / 432 ( 72%) ............................................................... 378 / 432 ( 87%) ...................................................... Time: 1.06 seconds, Memory: 11.00MB OK, but incomplete, skipped, or risky tests! Tests: 432, Assertions: 1083, Skipped: 1. Legacy deprecation notices (227) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DomCrawler + '[' DomCrawler = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DomCrawler ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DomCrawler + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DomCrawler\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DomCrawler PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/DomCrawler ............................................................... 63 / 317 ( 19%) ............................................................... 126 / 317 ( 39%) ............................................................... 189 / 317 ( 59%) ............................................................... 252 / 317 ( 79%) ............................................................... 315 / 317 ( 99%) .. Time: 361 ms, Memory: 5.25MB OK (317 tests, 577 assertions) Legacy deprecation notices (1) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/EventDispatcher + '[' EventDispatcher = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/EventDispatcher ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/EventDispatcher + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/EventDispatcher\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/EventDispatcher PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/EventDispatcher ............................................................... 63 / 103 ( 61%) ........................................ Time: 203 ms, Memory: 4.75MB OK (103 tests, 194 assertions) Legacy deprecation notices (19) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ExpressionLanguage + '[' ExpressionLanguage = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ExpressionLanguage + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ExpressionLanguage ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ExpressionLanguage\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ExpressionLanguage PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/ExpressionLanguage ............................................................... 63 / 157 ( 40%) ............................................................... 126 / 157 ( 80%) ............................... Time: 267 ms, Memory: 5.00MB OK (157 tests, 165 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Filesystem + '[' Filesystem = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Filesystem ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Filesystem + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Filesystem\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Filesystem PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Filesystem ..........................S.................................... 63 / 114 ( 55%) ...................................S............... Time: 162 ms, Memory: 3.75MB OK, but incomplete, skipped, or risky tests! Tests: 114, Assertions: 183, Skipped: 2. Legacy deprecation notices (1) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Finder + '[' Finder = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Finder + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Finder ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Finder\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Finder PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Finder .SSSSSSSSSSSSSSSSSSSSS.S.S.SSSSS.S...SSSSSSSSSSSS.SSS..SSSSSS.S 63 / 413 ( 15%) S.............................................................. 126 / 413 ( 30%) ............................................................... 189 / 413 ( 45%) ............................................................... 252 / 413 ( 61%) ............................................................... 315 / 413 ( 76%) ............................................................... 378 / 413 ( 91%) ................................... Time: 5.85 seconds, Memory: 8.50MB OK, but incomplete, skipped, or risky tests! Tests: 413, Assertions: 636, Skipped: 52. Legacy deprecation notices (409) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form + '[' Form = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Form ............................................................. 61 / 3359 ( 1%) ............................................................. 122 / 3359 ( 3%) ............................................................. 183 / 3359 ( 5%) ............................................................. 244 / 3359 ( 7%) ............................................................. 305 / 3359 ( 9%) ............................................................. 366 / 3359 ( 10%) ............................................................. 427 / 3359 ( 12%) ...............................S............................. 488 / 3359 ( 14%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 549 / 3359 ( 16%) SSSSSSSSSSS......SSSSSS...................................... 610 / 3359 ( 18%) S........................................................S... 671 / 3359 ( 19%) ........................................S.S.................. 732 / 3359 ( 21%) ..........................S..S..SSSSSSSSSSSSSSSSSSSSSSSSSSSSS 793 / 3359 ( 23%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 854 / 3359 ( 25%) SSSSSSSSSSSSSS............................................... 915 / 3359 ( 27%) ..............................SSSSS.............SS.S.....S... 976 / 3359 ( 29%) S............................................................ 1037 / 3359 ( 30%) ............................................................. 1098 / 3359 ( 32%) ............................................................. 1159 / 3359 ( 34%) ............................................................. 1220 / 3359 ( 36%) ............................................................. 1281 / 3359 ( 38%) ............................................................. 1342 / 3359 ( 39%) ............................................................. 1403 / 3359 ( 41%) ..........................SSSSS.............................. 1464 / 3359 ( 43%) .....SSSS.................SS..SSS.IIIISS...S................. 1525 / 3359 ( 45%) ............................................................. 1586 / 3359 ( 47%) ...............SSSSSSSSSSSSSSSS.............................. 1647 / 3359 ( 49%) ...............IIIIIII....................................... 1708 / 3359 ( 50%) ............................................................. 1769 / 3359 ( 52%) ............................................................. 1830 / 3359 ( 54%) ............................................................. 1891 / 3359 ( 56%) ............................................................. 1952 / 3359 ( 58%) ............................................................. 2013 / 3359 ( 59%) ............................................................. 2074 / 3359 ( 61%) ............................................................. 2135 / 3359 ( 63%) ............................................................. 2196 / 3359 ( 65%) ............................................................. 2257 / 3359 ( 67%) ............................................................. 2318 / 3359 ( 69%) ............................................................. 2379 / 3359 ( 70%) ............................................................. 2440 / 3359 ( 72%) ............................................................. 2501 / 3359 ( 74%) ............................................................. 2562 / 3359 ( 76%) ............................................................. 2623 / 3359 ( 78%) ............................................................. 2684 / 3359 ( 79%) ............................................................. 2745 / 3359 ( 81%) ............................................................. 2806 / 3359 ( 83%) ............................................................. 2867 / 3359 ( 85%) ............................................................. 2928 / 3359 ( 87%) ............................................................. 2989 / 3359 ( 88%) ............................................................. 3050 / 3359 ( 90%) ............................................................. 3111 / 3359 ( 92%) ............................................................. 3172 / 3359 ( 94%) ............................................................. 3233 / 3359 ( 96%) ............................................................. 3294 / 3359 ( 98%) ............................................................. 3355 / 3359 ( 99%) .... Time: 8.8 seconds, Memory: 75.50MB OK, but incomplete, skipped, or risky tests! Tests: 3359, Assertions: 7256, Skipped: 232, Incomplete: 11. Legacy deprecation notices (592) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpFoundation + '[' HttpFoundation = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpFoundation ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpFoundation + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpFoundation\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpFoundation PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpFoundation ............................................................... 63 / 821 ( 7%) ...........S................................................... 126 / 821 ( 15%) ..............................................................S 189 / 821 ( 23%) ............................................................... 252 / 821 ( 30%) ............................................................... 315 / 821 ( 38%) ............................................................... 378 / 821 ( 46%) .................SSSS.......................................... 441 / 821 ( 53%) ............................................................... 504 / 821 ( 61%) ............................................................... 567 / 821 ( 69%) ............................................................... 630 / 821 ( 76%) ............................................................... 693 / 821 ( 84%) ............................................SSSSSSSSSSSSSSSSSSS 756 / 821 ( 92%) SSSSSSSSSSSSSS................................................. 819 / 821 ( 99%) .. Time: 862 ms, Memory: 10.25MB OK, but incomplete, skipped, or risky tests! Tests: 1041, Assertions: 1655, Skipped: 39. Legacy deprecation notices (10) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpKernel + '[' HttpKernel = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpKernel + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpKernel ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpKernel\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpKernel PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/HttpKernel ..........................................S.SS................. 63 / 461 ( 13%) ..............S................................................ 126 / 461 ( 27%) ............................................................... 189 / 461 ( 40%) ............................................................... 252 / 461 ( 54%) ............................................................... 315 / 461 ( 68%) ............................................................... 378 / 461 ( 81%) ..................................SSSSSSSSSSSSSSSSSS........... 441 / 461 ( 95%) .................... Time: 1.4 seconds, Memory: 17.50MB OK, but incomplete, skipped, or risky tests! Tests: 767, Assertions: 1336, Skipped: 22. Legacy deprecation notices (17) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Intl + '[' Intl = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Intl ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Intl + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Intl\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Intl PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Intl ...............SSS........................................... 61 / 1219 ( 5%) ............................................................. 122 / 1219 ( 10%) ............................................................. 183 / 1219 ( 15%) ............................................................. 244 / 1219 ( 20%) .............................................SSS.S........... 305 / 1219 ( 25%) ............................................................. 366 / 1219 ( 30%) ............................................................. 427 / 1219 ( 35%) ................................SSSSSSSSSSSSSSSSSSSSSSSSSSSSS 488 / 1219 ( 40%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 549 / 1219 ( 45%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 610 / 1219 ( 50%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 671 / 1219 ( 55%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 732 / 1219 ( 60%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 793 / 1219 ( 65%) .....SSSSS.................S................................. 854 / 1219 ( 70%) ............................................................. 915 / 1219 ( 75%) ........................................................S.S.. 976 / 1219 ( 80%) ....SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1037 / 1219 ( 85%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1098 / 1219 ( 90%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSS................................ 1159 / 1219 ( 95%) ............................................................ Time: 2.5 seconds, Memory: 22.75MB OK, but incomplete, skipped, or risky tests! Tests: 1219, Assertions: 2608, Skipped: 496. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Ldap + '[' Ldap = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Ldap + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Ldap ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Ldap\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Ldap PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Ldap . Time: 88 ms, Memory: 3.00MB OK (1 test, 1 assertion) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Locale + '[' Locale = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Locale ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Locale\n' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Locale + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Locale PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Locale .S......... Time: 149 ms, Memory: 3.75MB OK, but incomplete, skipped, or risky tests! Tests: 11, Assertions: 14, Skipped: 1. Legacy deprecation notices (2) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/OptionsResolver + '[' OptionsResolver = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/OptionsResolver ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/OptionsResolver + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/OptionsResolver\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/OptionsResolver PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/OptionsResolver ............................................................... 63 / 196 ( 32%) ............................................................... 126 / 196 ( 64%) ............................................................... 189 / 196 ( 96%) ....... Time: 205 ms, Memory: 4.00MB OK (196 tests, 260 assertions) Legacy deprecation notices (88) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Process + '[' Process = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Process ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Process + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Process\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Process PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Process ....SS.S.S..................................................... 63 / 149 ( 42%) ...............S.S............................................. 126 / 149 ( 84%) ....................... Time: 4.6 seconds, Memory: 17.25MB OK, but incomplete, skipped, or risky tests! Tests: 149, Assertions: 248, Skipped: 6. Legacy deprecation notices (1) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyAccess + '[' PropertyAccess = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyAccess + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyAccess ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyAccess\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyAccess PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyAccess ............................................................... 63 / 514 ( 12%) ............................................................... 126 / 514 ( 24%) ............................................................... 189 / 514 ( 36%) ............................................................... 252 / 514 ( 49%) ............................................................... 315 / 514 ( 61%) ............................................................... 378 / 514 ( 73%) ............................................................... 441 / 514 ( 85%) ............................................................... 504 / 514 ( 98%) .......... Time: 464 ms, Memory: 5.50MB OK (514 tests, 544 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyInfo + '[' PropertyInfo = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyInfo + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyInfo ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyInfo\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyInfo PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/PropertyInfo ..........................SSSSSSSS............ Time: 280 ms, Memory: 6.00MB OK, but incomplete, skipped, or risky tests! Tests: 46, Assertions: 101, Skipped: 8. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Routing + '[' Routing = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Routing ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Routing\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Routing >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Routing PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Routing ............................................................... 63 / 317 ( 19%) .................................................S............. 126 / 317 ( 39%) ............................................................... 189 / 317 ( 59%) ............................................................... 252 / 317 ( 79%) ............................................................... 315 / 317 ( 99%) .. Time: 3.37 seconds, Memory: 77.00MB OK, but incomplete, skipped, or risky tests! Tests: 317, Assertions: 779, Skipped: 1. Legacy deprecation notices (21) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Security + '[' Security = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Security + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Security ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Security\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Security PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Security ............................................................... 63 / 696 ( 9%) ............................................................... 126 / 696 ( 18%) ............................................................... 189 / 696 ( 27%) ............................................................... 252 / 696 ( 36%) ............................................................... 315 / 696 ( 45%) ............................................................... 378 / 696 ( 54%) ............................................................... 441 / 696 ( 63%) ............................................................... 504 / 696 ( 72%) ............................................................... 567 / 696 ( 81%) ............................................................... 630 / 696 ( 90%) ....................S.......................................... 693 / 696 ( 99%) ... Time: 1.5 seconds, Memory: 18.00MB OK, but incomplete, skipped, or risky tests! Tests: 696, Assertions: 1506, Skipped: 1. Legacy deprecation notices (9) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Serializer + '[' Serializer = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Serializer + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Serializer ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Serializer\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Serializer PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Serializer ............................................................... 63 / 224 ( 28%) ..................................................SS........... 126 / 224 ( 56%) ............................................................... 189 / 224 ( 84%) ................................... Time: 450 ms, Memory: 7.00MB OK, but incomplete, skipped, or risky tests! Tests: 224, Assertions: 303, Skipped: 2. Legacy deprecation notices (11) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Stopwatch + '[' Stopwatch = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Stopwatch ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Stopwatch\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Stopwatch >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Stopwatch PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Stopwatch ....................... Time: 102 ms, Memory: 3.25MB OK (23 tests, 40 assertions) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Templating >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Templating + '[' Templating = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Templating ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Templating\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Templating PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Templating ................................................. Time: 191 ms, Memory: 4.25MB OK (49 tests, 132 assertions) Legacy deprecation notices (6) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Translation + '[' Translation = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Translation ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Translation\n' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Translation + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Translation PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Translation ..............................................................S 63 / 403 ( 15%) ............................................................... 126 / 403 ( 31%) ............................................................... 189 / 403 ( 46%) ............................................................... 252 / 403 ( 62%) ............................................................... 315 / 403 ( 78%) ............................................................... 378 / 403 ( 93%) ......................... Time: 603 ms, Memory: 7.50MB OK, but incomplete, skipped, or risky tests! Tests: 403, Assertions: 531, Skipped: 1. Legacy deprecation notices (5) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Validator + '[' Validator = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Validator ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Validator + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Validator\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Validator PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Validator ............................................................. 61 / 2187 ( 2%) ............................................................. 122 / 2187 ( 5%) ............................................................. 183 / 2187 ( 8%) ............................................................. 244 / 2187 ( 11%) ............................................................. 305 / 2187 ( 13%) ....S........SSSSS........................................... 366 / 2187 ( 16%) SSSSSSS...........SSS........................................ 427 / 2187 ( 19%) ............................................................. 488 / 2187 ( 22%) ............................................................. 549 / 2187 ( 25%) .........................................SSS...........SSSSSS 610 / 2187 ( 27%) ............................................................. 671 / 2187 ( 30%) ............................................................. 732 / 2187 ( 33%) ............................................................. 793 / 2187 ( 36%) ............................................................. 854 / 2187 ( 39%) ............................................................. 915 / 2187 ( 41%) ..........SS................................................. 976 / 2187 ( 44%) ............................................................. 1037 / 2187 ( 47%) ............................................................. 1098 / 2187 ( 50%) ............................................................. 1159 / 2187 ( 52%) ............................................................. 1220 / 2187 ( 55%) ............................................................. 1281 / 2187 ( 58%) .....................S....................................... 1342 / 2187 ( 61%) ....................................SSS............SSSSSS.... 1403 / 2187 ( 64%) ............................................................S 1464 / 2187 ( 66%) SS..............S............................................ 1525 / 2187 ( 69%) ............SSSSSSSS......................................... 1586 / 2187 ( 72%) ............................................................. 1647 / 2187 ( 75%) ............................................................. 1708 / 2187 ( 78%) .....................SS...................................... 1769 / 2187 ( 80%) ............................................................. 1830 / 2187 ( 83%) ...............................SSS........................... 1891 / 2187 ( 86%) ............................................................. 1952 / 2187 ( 89%) ............................................................. 2013 / 2187 ( 92%) ............................................................. 2074 / 2187 ( 94%) ............................................................. 2135 / 2187 ( 97%) .................................................... Time: 3.29 seconds, Memory: 23.50MB OK, but incomplete, skipped, or risky tests! Tests: 2193, Assertions: 4537, Skipped: 54. Legacy deprecation notices (276) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/VarDumper + '[' VarDumper = PhpUnit ']' >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/VarDumper + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/VarDumper ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/VarDumper\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/VarDumper PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/VarDumper ..............S....SSS.................. Time: 489 ms, Memory: 5.00MB OK, but incomplete, skipped, or risky tests! Tests: 40, Assertions: 40, Skipped: 4. + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Yaml + '[' Yaml = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Yaml ']' + echo -e '\n>>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Yaml\n' + /usr/bin/php -d include_path=.:/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php:/usr/share/php /usr/bin/phpunit --exclude-group benchmark,intl-data,network,tty --bootstrap bootstrap.php /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Yaml >>>>>>>>>>>>>>>>>>>>>>> /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Yaml PHPUnit 4.8.36 by Sebastian Bergmann and contributors. Testing /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/Yaml ............................................................... 63 / 401 ( 15%) ............................................................... 126 / 401 ( 31%) ............................................................... 189 / 401 ( 47%) ............................................................... 252 / 401 ( 62%) ............................................................... 315 / 401 ( 78%) ............................................................... 378 / 401 ( 94%) .......S............... Time: 589 ms, Memory: 4.50MB OK, but incomplete, skipped, or risky tests! Tests: 401, Assertions: 588, Skipped: 1. Legacy deprecation notices (6) + for PKG in '/builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/*/*' BUILDSTDERR: ++ basename /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/autoload.php + '[' autoload.php = PhpUnit ']' + '[' -d /builddir/build/BUILDROOT/php-symfony-2.8.12-2.el7.i386/usr/share/php/Symfony/Component/autoload.php ']' RPM build errors: + exit 1 BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.WnDm3m (%check) BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.WnDm3m (%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 96, in trace result = func(*args, **kw) File "/usr/lib/python2.7/site-packages/mockbuild/util.py", line 634, in do raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) Error: Command failed: # /usr/bin/systemd-nspawn -q -M 6bd8c05330064a68a8e4db18a82de3e1 -D /var/lib/mock/centos-7-i386/root --bind=/tmp/mock-resolv.Ze8Jzr:/etc/resolv.conf --setenv=LANG=en_US.UTF-8 --setenv=TERM=vt100 --setenv=SHELL=/bin/bash --setenv=HOSTNAME=mock --setenv=PROMPT_COMMAND=printf "\033]0;\007" --setenv=HOME=/builddir --setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin --setenv=PS1= \s-\v\$ -u mockbuild bash --login -c /usr/bin/rpmbuild -bb --target i686 --nodeps /builddir/build/SPECS/php-symfony.spec