[pkg-php-pear] Bug#1073470: symfony: FTBFS: PHP Warning: rmdir(/myfakevendor): No such file or directory in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 269

Lucas Nussbaum lucas at debian.org
Sun Jun 16 14:33:40 BST 2024


Source: symfony
Version: 6.4.7+dfsg-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-20240615 ftbfs-trixie

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> mkdir --parents vendor build
> cp -r src/Symfony build
> rm -r build/Symfony/Contracts
> cp debian/autoload_runtime.php vendor
> phpab	--output vendor/autoload.php \
> 	--whitelist '*\\tests\\*' \
> 	--tolerant \
> 	--template debian/autoload.php.tests.tpl \
> 	--blacklist 'symfony\\component\\dependencyinjection\\tests\\fixtures\\container\\projectservicecontainer' \
> 	--exclude 'build/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEmbed.php' \
> 	--exclude 'build/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEntity.php' \
> 	--exclude 'build/Symfony/Bridge/Doctrine/Tests/Fixtures/EmbeddedIdentifierEntity.php' \
> 	--exclude 'build/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineWithEmbedded.php' \
> 	--exclude 'build/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/Fixtures/proxy-implem.php' \
> 	--exclude 'build/Symfony/Component/DependencyInjection/Tests/Fixtures/php/*' \
> 	--exclude 'build/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php' \
> 	--exclude 'build/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/*' \
> 	build/Symfony
> phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors
> 
> Scanning directory build/Symfony
> 
> Autoload file vendor/autoload.php generated.
> 
> ln -s /usr/share/php/AsyncAws build
> ln -s /usr/share/php/Cache build
> ln -s /usr/share/php/Composer build
> ln -s /usr/share/php/Cron build
> ln -s /usr/share/php/Doctrine build
> ln -s /usr/share/php/Egulias build
> ln -s /usr/share/php/GuzzleHttp build
> ln -s /usr/share/php/Http build
> ln -s /usr/share/php/League build
> ln -s /usr/share/php/Masterminds build
> ln -s /usr/share/php/Monolog build
> ln -s /usr/share/php/Nyholm build
> ln -s /usr/share/php/Pheanstalk build
> ln -s /usr/share/php/phpDocumentor build
> ln -s /usr/share/php/PHPStan build
> ln -s /usr/share/php/PHPUnit build
> ln -s /usr/share/php/Predis build
> ln -s /usr/share/php/ProxyManager build
> ln -s /usr/share/php/Psr build
> ln -s /usr/share/php/Symfony/Contracts build/Symfony
> ln -s /usr/share/php/Symfony/Component/Mercure build/Symfony/Component
> ln -s /usr/share/php/Symfony/Component/Security/Acl build/Symfony/Component/Security
> ln -s /usr/share/php/Symfony/Polyfill build/Symfony
> ln -s /usr/share/php/Twig build
> ln -s build/Symfony .
> # Actual tests suite
> components=$(find build/Symfony -mindepth 3 -maxdepth 4 -type f -name phpunit.xml.dist -printf '%h\n') && \
>  echo "$components" | parallel --gnu --keep-order '/bin/echo -e "\\nRunning {} tests"; SYMFONY_DEPRECATIONS_HELPER=weak php -d assert.exception=1 -d zend.assertions=1 /usr/bin/phpunit --include build --colors=always --exclude-group jwt,network,tty,benchmark,intl-data,functional,composer {} || (/bin/echo -e "\\e[41mKO\\e[0m {}" && $(exit 1));';
> 
> Running build/Symfony/Bundle/WebProfilerBundle tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bundle/WebProfilerBundle
> ...............................................................  63 / 136 ( 46%)
> ............................................................... 126 / 136 ( 92%)
> ..........                                                      136 / 136 (100%)
> 
> Time: 00:02.643, Memory: 50.50 MB
> 
> OK (136 tests, 391 assertions)
> 
> Running build/Symfony/Bundle/SecurityBundle tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle
> ...............................................................  63 / 342 ( 18%)
> ............................................................... 126 / 342 ( 36%)
> .....................SEEEEEEEEEEEEEEEEEEEFEEFFEEE.............. 189 / 342 ( 55%)
> ............................................................... 252 / 342 ( 73%)
> ............................................................... 315 / 342 ( 92%)
> ...........................                                     342 / 342 (100%)
> 
> Time: 00:20.372, Memory: 128.50 MB
> 
> There were 24 errors:
> 
> 1) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testAuthenticatorManager
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/authenticator_manager.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:47
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:47
> 
> 2) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testRolesHierarchy
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:85
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:85
> 
> 3) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testUserProviders
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:95
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:95
> 
> 4) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testFirewalls
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:119
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:119
> 
> 5) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testFirewallRequestMatchers
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:251
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:251
> 
> 6) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testUserCheckerAliasIsRegistered
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/no_custom_user_checker.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:284
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:284
> 
> 7) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testAccess
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:292
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:292
> 
> 8) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testMerge
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/merge.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:346
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:346
> 
> 9) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testHashers
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:356
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:356
> 
> 10) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testHashersWithLibsodium
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/sodium_hasher.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:417
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:417
> 
> 11) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testHashersWithArgon2i
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/argon2i_hasher.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:470
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:470
> 
> 12) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testMigratingHasher
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/migrating_hasher.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:523
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:523
> 
> 13) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testHashersWithBCrypt
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/bcrypt_hasher.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:580
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:580
> 
> 14) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testUserCheckerConfig
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:629
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:629
> 
> 15) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testUserCheckerConfigWithDefaultChecker
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:634
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:634
> 
> 16) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testUserCheckerConfigWithNoCheckers
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/container1.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:639
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:639
> 
> 17) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testUserPasswordHasherCommandIsRegistered
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/remember_me_options.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:644
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:644
> 
> 18) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testDefaultAccessDecisionManagerStrategyIsAffirmative
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_default_strategy.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:649
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:649
> 
> 19) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testCustomAccessDecisionManagerService
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_service.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:656
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:656
> 
> 20) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testAccessDecisionManagerOptionsAreNotOverriddenByImplicitStrategy
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_customized_config.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:670
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:670
> 
> 21) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testAccessDecisionManagerWithStrategyService
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_strategy_service.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:679
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:679
> 
> 22) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testFirewallWithUserProvider
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/firewall_provider.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:703
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:703
> 
> 23) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testFirewallListenerWithProvider
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/listener_provider.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:709
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:709
> 
> 24) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testFirewallLogoutClearSiteData
> Symfony\Component\DependencyInjection\Exception\InvalidArgumentException: Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/logout_clear_site_data.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:461
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:715
> 
> Caused by
> Symfony\Component\Config\Util\Exception\XmlParsingException: [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:715
> 
> --
> 
> There were 3 failures:
> 
> 1) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testAccessDecisionManagerServiceAndStrategyCannotBeUsedAtTheSameTime
> Failed asserting that exception of type "Symfony\Component\DependencyInjection\Exception\InvalidArgumentException" matches expected exception "Symfony\Component\Config\Definition\Exception\InvalidConfigurationException". Message was: "Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/access_decision_manager_service_and_strategy.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)" at
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:665
> .
> 
> 2) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testFirewallUndefinedUserProvider
> Failed asserting that exception of type "Symfony\Component\DependencyInjection\Exception\InvalidArgumentException" matches expected exception "Symfony\Component\Config\Definition\Exception\InvalidConfigurationException". Message was: "Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/firewall_undefined_provider.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)" at
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:691
> .
> 
> 3) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\XmlCompleteConfigurationTest::testFirewallListenerUndefinedProvider
> Failed asserting that exception of type "Symfony\Component\DependencyInjection\Exception\InvalidArgumentException" matches expected exception "Symfony\Component\Config\Definition\Exception\InvalidConfigurationException". Message was: "Unable to parse file "/<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/xml/listener_undefined_provider.xml": [ERROR 3070] complex type 'provider': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 89, column 0)
> [ERROR 3070] complex type 'firewall': The content model is not determinist. (in file:////<<BUILDDIR>>/symfony-6.4.7%2Bdfsg/build/Symfony/Bundle/SecurityBundle/DependencyInjection/../Resources/config/schema//security-1.0.xsd - line 135, column 0)" at
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:95
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Util/XmlUtils.php:132
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:459
> /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php:48
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:744
> /<<PKGBUILDDIR>>/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php:698
> .
> 
> ERRORS!
> Tests: 342, Assertions: 999, Errors: 24, Failures: 3, Skipped: 1.
> 
> Legacy deprecation notices (1)
> KO build/Symfony/Bundle/SecurityBundle
> 
> Running build/Symfony/Bundle/FrameworkBundle tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bundle/FrameworkBundle
> .............................................................   61 / 1183 (  5%)
> .............................................................  122 / 1183 ( 10%)
> .............................................................  183 / 1183 ( 15%)
> .............................................................  244 / 1183 ( 20%)
> .............................................................  305 / 1183 ( 25%)
> .............................................................  366 / 1183 ( 30%)
> .............................................................  427 / 1183 ( 36%)
> .............................................................  488 / 1183 ( 41%)
> .............................................................  549 / 1183 ( 46%)
> ....S........................................................  610 / 1183 ( 51%)
> .............................................................  671 / 1183 ( 56%)
> ................SS...........S...............................  732 / 1183 ( 61%)
> .............................................................  793 / 1183 ( 67%)
> ................................................S............  854 / 1183 ( 72%)
> .............................................................  915 / 1183 ( 77%)
> .............................................................  976 / 1183 ( 82%)
> ................................SS........................... 1037 / 1183 ( 87%)
> ............................................................. 1098 / 1183 ( 92%)
> ............................................................. 1159 / 1183 ( 97%)
> ........................                                      1183 / 1183 (100%)
> 
> Time: 00:20.555, Memory: 214.50 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1183, Assertions: 4000, Skipped: 7.
> 
> Legacy deprecation notices (18)
> 
> Running build/Symfony/Bundle/TwigBundle tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bundle/TwigBundle
> ........................................                          40 / 40 (100%)
> 
> Time: 00:00.580, Memory: 32.00 MB
> 
> OK (40 tests, 155 assertions)
> 
> Running build/Symfony/Bundle/DebugBundle tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bundle/DebugBundle
> ..........                                                        10 / 10 (100%)
> 
> Time: 00:00.103, Memory: 14.00 MB
> 
> OK (10 tests, 25 assertions)
> 
> Running build/Symfony/Component/Cache tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Cache
> SSS.SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS   61 / 5341 (  1%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  122 / 5341 (  2%)
> SSSSSSSSSSSSSSSSS....SSSSSSSSSSSS.............S...S..........  183 / 5341 (  3%)
> .............................................................  244 / 5341 (  4%)
> .......................................SSSSSSSSSSS...........  305 / 5341 (  5%)
> .............................................................  366 / 5341 (  6%)
> ..................................................SSSSSSSSSSS  427 / 5341 (  7%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  488 / 5341 (  9%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.......SSSSSSSS.SSSS.....  549 / 5341 ( 10%)
> .............................................................  610 / 5341 ( 11%)
> ........................................................SSSSS  671 / 5341 ( 12%)
> SS.SSSS......................................................  732 / 5341 ( 13%)
> .............................................................  793 / 5341 ( 14%)
> .......SSSSSSS.SSSS..........................................  854 / 5341 ( 15%)
> .............................................................  915 / 5341 ( 17%)
> ....................SSSSSS...SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  976 / 5341 ( 18%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSS.............S...S 1037 / 5341 ( 19%)
> ............................................................. 1098 / 5341 ( 20%)
> .........................................................SSSS 1159 / 5341 ( 21%)
> SSSS.SSSS.................................................... 1220 / 5341 ( 22%)
> ............................................................. 1281 / 5341 ( 23%)
> ...........SSSSSSSSSSSSSS.....SSSS.SSSSSSSSSS.SSSSSSSSSSSSSSS 1342 / 5341 ( 25%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1403 / 5341 ( 26%)
> SSSSSSSSS.........SSS..SSSSSSSSSSSS.......................SSS 1464 / 5341 ( 27%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1525 / 5341 ( 28%)
> SSSSSSSSSSSSSSSSSSSSS..............SSSSSSS.SSSS.............. 1586 / 5341 ( 29%)
> ............................................................. 1647 / 5341 ( 30%)
> ...............................................SSSSSSS.SSSS.. 1708 / 5341 ( 31%)
> ............................................................. 1769 / 5341 ( 33%)
> ...........................................................SS 1830 / 5341 ( 34%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1891 / 5341 ( 35%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1952 / 5341 ( 36%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2013 / 5341 ( 37%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2074 / 5341 ( 38%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2135 / 5341 ( 39%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2196 / 5341 ( 41%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSS.......... 2257 / 5341 ( 42%)
> ...S...S..................................................... 2318 / 5341 ( 43%)
> ....................................................SSSSSSSSS 2379 / 5341 ( 44%)
> SSS.......................................................... 2440 / 5341 ( 45%)
> ............................................................. 2501 / 5341 ( 46%)
> ...SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2562 / 5341 ( 47%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2623 / 5341 ( 49%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2684 / 5341 ( 50%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2745 / 5341 ( 51%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2806 / 5341 ( 52%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2867 / 5341 ( 53%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2928 / 5341 ( 54%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 2989 / 5341 ( 55%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.......... 3050 / 5341 ( 57%)
> .SSSSSSSSSSSS................................................ 3111 / 5341 ( 58%)
> ............................................................. 3172 / 5341 ( 59%)
> ........................SSSSSSSSSSSS......................... 3233 / 5341 ( 60%)
> ............................................................. 3294 / 5341 ( 61%)
> ............................................................. 3355 / 5341 ( 62%)
> ............................................S................ 3416 / 5341 ( 63%)
> ............................................................. 3477 / 5341 ( 65%)
> ............................................................. 3538 / 5341 ( 66%)
> ............................................................. 3599 / 5341 ( 67%)
> ............................................................. 3660 / 5341 ( 68%)
> ............................................................. 3721 / 5341 ( 69%)
> ............................................................. 3782 / 5341 ( 70%)
> .............SSSSSS
> 
> Time: 00:10.387, Memory: 48.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 5341, Assertions: 3884, Skipped: 1633.
> 
> Running build/Symfony/Component/Messenger tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Messenger
> ....SS.................................................SSSSS...  63 / 681 (  9%)
> ............................................................... 126 / 681 ( 18%)
> ...............................S............................... 189 / 681 ( 27%)
> .SSSSSSS....................................................... 252 / 681 ( 37%)
> ...S...SSSSSSSSSSSSSSSSSS......SSS..SSSSSSSSSSSSSSSSSS......... 315 / 681 ( 46%)
> ............................................................... 378 / 681 ( 55%)
> ............................................................... 441 / 681 ( 64%)
> ............................................................... 504 / 681 ( 74%)
> ............................................................... 567 / 681 ( 83%)
> ............................................................... 630 / 681 ( 92%)
> ...................................................             681 / 681 (100%)
> 
> Time: 00:05.539, Memory: 40.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 681, Assertions: 1536, Skipped: 55.
> 
> Legacy deprecation notices (9)
> 
> Running build/Symfony/Component/HttpClient tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/HttpClient
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS  63 / 781 (  8%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 126 / 781 ( 16%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.... 189 / 781 ( 24%)
> .........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 252 / 781 ( 32%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS......................... 315 / 781 ( 40%)
> ............................................................... 378 / 781 ( 48%)
> ............................................................... 441 / 781 ( 56%)
> ..............SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 504 / 781 ( 64%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 567 / 781 ( 72%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 630 / 781 ( 80%)
> SSSSSSSSSSSSSSSSSSSSSSSS....................................... 693 / 781 ( 88%)
> ............................................................... 756 / 781 ( 96%)
> .........................                                       781 / 781 (100%)
> 
> Time: 00:02.145, Memory: 26.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 781, Assertions: 621, Skipped: 476.
> 
> Running build/Symfony/Component/Clock tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Clock
> ................................                                  32 / 32 (100%)
> 
> Time: 00:01.691, Memory: 10.00 MB
> 
> OK (32 tests, 98 assertions)
> 
> Running build/Symfony/Component/HtmlSanitizer tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/HtmlSanitizer
> ...............................................................  63 / 692 (  9%)
> ............................................................... 126 / 692 ( 18%)
> ............................................................... 189 / 692 ( 27%)
> ............................................................... 252 / 692 ( 36%)
> ............................................................... 315 / 692 ( 45%)
> ............................................................... 378 / 692 ( 54%)
> ............................................................... 441 / 692 ( 63%)
> ............................................................... 504 / 692 ( 72%)
> ............................................................... 567 / 692 ( 81%)
> ............................................................... 630 / 692 ( 91%)
> ..............................................................  692 / 692 (100%)
> 
> Time: 00:02.297, Memory: 54.15 MB
> 
> OK (692 tests, 2539 assertions)
> 
> Running build/Symfony/Component/AssetMapper tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/AssetMapper
> ...............................................................  63 / 287 ( 21%)
> ...................S........................................... 126 / 287 ( 43%)
> ............................................................... 189 / 287 ( 65%)
> ............................................................... 252 / 287 ( 87%)
> ...................................                             287 / 287 (100%)
> 
> Time: 00:01.513, Memory: 38.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 287, Assertions: 817, Skipped: 1.
> 
> Running build/Symfony/Component/Uid tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Uid
> ...............................................................  63 / 144 ( 43%)
> ............................................................... 126 / 144 ( 87%)
> ..................                                              144 / 144 (100%)
> 
> Time: 00:00.561, Memory: 14.00 MB
> 
> OK (144 tests, 349 assertions)
> 
> Running build/Symfony/Component/String tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/String
> ..............S..............................................   61 / 2243 (  2%)
> .............................................................  122 / 2243 (  5%)
> .............................................................  183 / 2243 (  8%)
> .............................................................  244 / 2243 ( 10%)
> .............................................................  305 / 2243 ( 13%)
> .............................................................  366 / 2243 ( 16%)
> .............................................................  427 / 2243 ( 19%)
> .............................................................  488 / 2243 ( 21%)
> .S.................S.........................................  549 / 2243 ( 24%)
> ..................S..........................................  610 / 2243 ( 27%)
> .............................................................  671 / 2243 ( 29%)
> .............................................................  732 / 2243 ( 32%)
> .............................................................  793 / 2243 ( 35%)
> .............................................................  854 / 2243 ( 38%)
> .............................................................  915 / 2243 ( 40%)
> .............................................................  976 / 2243 ( 43%)
> ............................................................. 1037 / 2243 ( 46%)
> ............................................................. 1098 / 2243 ( 48%)
> ............................................................. 1159 / 2243 ( 51%)
> ............................................................. 1220 / 2243 ( 54%)
> ............................................................. 1281 / 2243 ( 57%)
> ............................................................. 1342 / 2243 ( 59%)
> ............................................................. 1403 / 2243 ( 62%)
> ............................................................. 1464 / 2243 ( 65%)
> ............................................................. 1525 / 2243 ( 67%)
> ............................................................. 1586 / 2243 ( 70%)
> .............S.................S............................. 1647 / 2243 ( 73%)
> ................................S............................ 1708 / 2243 ( 76%)
> ............................................................. 1769 / 2243 ( 78%)
> ............................................................. 1830 / 2243 ( 81%)
> ............................................................. 1891 / 2243 ( 84%)
> ............................................................. 1952 / 2243 ( 87%)
> ............................................................. 2013 / 2243 ( 89%)
> ............................................................. 2074 / 2243 ( 92%)
> ............................................................. 2135 / 2243 ( 95%)
> ............................................................. 2196 / 2243 ( 97%)
> ...............................................               2243 / 2243 (100%)
> 
> Time: 00:00.991, Memory: 22.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 2243, Assertions: 2673, Skipped: 7.
> 
> Running build/Symfony/Component/CssSelector tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/CssSelector
> ...............................................................  63 / 523 ( 12%)
> ............................................................... 126 / 523 ( 24%)
> ............................................................... 189 / 523 ( 36%)
> ............................................................... 252 / 523 ( 48%)
> ............................................................... 315 / 523 ( 60%)
> ............................................................... 378 / 523 ( 72%)
> ............................................................... 441 / 523 ( 84%)
> ............................................................... 504 / 523 ( 96%)
> ...................                                             523 / 523 (100%)
> 
> Time: 00:00.277, Memory: 14.00 MB
> 
> OK (523 tests, 1049 assertions)
> 
> Running build/Symfony/Component/PropertyAccess tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/PropertyAccess
> ...............................................................  63 / 464 ( 13%)
> ............................................................... 126 / 464 ( 27%)
> ............................................................... 189 / 464 ( 40%)
> ............................................................... 252 / 464 ( 54%)
> ............................................................... 315 / 464 ( 67%)
> ............................................................... 378 / 464 ( 81%)
> ............................................................... 441 / 464 ( 95%)
> .......................                                         464 / 464 (100%)
> 
> Time: 00:00.160, Memory: 16.00 MB
> 
> OK (464 tests, 533 assertions)
> 
> Running build/Symfony/Component/Intl tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Intl
> ...............................................................  63 / 375 ( 16%)
> ............................................................... 126 / 375 ( 33%)
> ............................................................... 189 / 375 ( 50%)
> ............................................................... 252 / 375 ( 67%)
> ............................................................... 315 / 375 ( 84%)
> ............................................................    375 / 375 (100%)
> 
> Time: 00:01.027, Memory: 116.00 MB
> 
> OK (375 tests, 493 assertions)
> 
> Running build/Symfony/Component/RateLimiter tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/RateLimiter
> ..........................................................        58 / 58 (100%)
> 
> Time: 00:00.066, Memory: 12.00 MB
> 
> OK (58 tests, 187 assertions)
> 
> Running build/Symfony/Component/Validator tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Validator
> .............................................................   61 / 4370 (  1%)
> .............................................................  122 / 4370 (  2%)
> .............................................................  183 / 4370 (  4%)
> .............................................................  244 / 4370 (  5%)
> .............................................................  305 / 4370 (  6%)
> .............................................................  366 / 4370 (  8%)
> .............................................................  427 / 4370 (  9%)
> .............................................................  488 / 4370 ( 11%)
> .............................................................  549 / 4370 ( 12%)
> .............................................................  610 / 4370 ( 13%)
> .............................................................  671 / 4370 ( 15%)
> .............................................................  732 / 4370 ( 16%)
> .............................................................  793 / 4370 ( 18%)
> .............................................................  854 / 4370 ( 19%)
> .............................................................  915 / 4370 ( 20%)
> .............................................................  976 / 4370 ( 22%)
> ............................................................. 1037 / 4370 ( 23%)
> ............................................................. 1098 / 4370 ( 25%)
> ............................................................. 1159 / 4370 ( 26%)
> ............................................................. 1220 / 4370 ( 27%)
> ............S................................................ 1281 / 4370 ( 29%)
> ............................................................. 1342 / 4370 ( 30%)
> ............................................................. 1403 / 4370 ( 32%)
> ............................................................. 1464 / 4370 ( 33%)
> ............................................................. 1525 / 4370 ( 34%)
> ............................................................. 1586 / 4370 ( 36%)
> ............................................................. 1647 / 4370 ( 37%)
> .......................................SSSSSSSSS............. 1708 / 4370 ( 39%)
> ........................................SSSSSSSSS............ 1769 / 4370 ( 40%)
> ............................................................. 1830 / 4370 ( 41%)
> ............................................................. 1891 / 4370 ( 43%)
> ............................................................. 1952 / 4370 ( 44%)
> ............................................................. 2013 / 4370 ( 46%)
> ............................................................. 2074 / 4370 ( 47%)
> ............................................................. 2135 / 4370 ( 48%)
> ............................................................. 2196 / 4370 ( 50%)
> ............................................................. 2257 / 4370 ( 51%)
> ............................................................. 2318 / 4370 ( 53%)
> ............................................................. 2379 / 4370 ( 54%)
> ............................................................. 2440 / 4370 ( 55%)
> ............................................................. 2501 / 4370 ( 57%)
> ............................................................. 2562 / 4370 ( 58%)
> ............................................................. 2623 / 4370 ( 60%)
> ............................................................. 2684 / 4370 ( 61%)
> ............................................................. 2745 / 4370 ( 62%)
> ....................................................SSSSSSSSS 2806 / 4370 ( 64%)
> SS................................................SSSSSSSSSS. 2867 / 4370 ( 65%)
> ............................................................. 2928 / 4370 ( 67%)
> ............................................................. 2989 / 4370 ( 68%)
> ............................................................. 3050 / 4370 ( 69%)
> ............................................................. 3111 / 4370 ( 71%)
> ............................................................. 3172 / 4370 ( 72%)
> ............................................................. 3233 / 4370 ( 73%)
> ............................................................. 3294 / 4370 ( 75%)
> ............................................................. 3355 / 4370 ( 76%)
> ............................................................. 3416 / 4370 ( 78%)
> ............................................................. 3477 / 4370 ( 79%)
> ............S................................................ 3538 / 4370 ( 80%)
> ............................................................. 3599 / 4370 ( 82%)
> ............................................................. 3660 / 4370 ( 83%)
> ............................................................. 3721 / 4370 ( 85%)
> ............................................................. 3782 / 4370 ( 86%)
> ............................................................. 3843 / 4370 ( 87%)
> ............................................................. 3904 / 4370 ( 89%)
> ............................................................. 3965 / 4370 ( 90%)
> ............................................................. 4026 / 4370 ( 92%)
> ............................................................. 4087 / 4370 ( 93%)
> ............................................................. 4148 / 4370 ( 94%)
> ............................................................. 4209 / 4370 ( 96%)
> ............................................................. 4270 / 4370 ( 97%)
> ............................................................. 4331 / 4370 ( 99%)
> .......................................                       4370 / 4370 (100%)
> 
> Time: 00:03.279, Memory: 56.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 4370, Assertions: 7690, Skipped: 41.
> 
> Legacy deprecation notices (16)
> 
> Running build/Symfony/Component/Serializer tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Serializer
> .............................................................   61 / 1046 (  5%)
> .............................................................  122 / 1046 ( 11%)
> .............................................................  183 / 1046 ( 17%)
> .............................................................  244 / 1046 ( 23%)
> .............................................................  305 / 1046 ( 29%)
> .............................................................  366 / 1046 ( 34%)
> .............................................................  427 / 1046 ( 40%)
> .............................................................  488 / 1046 ( 46%)
> .............................................................  549 / 1046 ( 52%)
> .............................S.S...S.S.......................  610 / 1046 ( 58%)
> ................S...........................................S  671 / 1046 ( 64%)
> S..................S.........................................  732 / 1046 ( 69%)
> ......................................................SS.....  793 / 1046 ( 75%)
> ....................S.................................S......  854 / 1046 ( 81%)
> .............................SS.................S............  915 / 1046 ( 87%)
> .............................................................  976 / 1046 ( 93%)
> ............................................................. 1037 / 1046 ( 99%)
> .........                                                     1046 / 1046 (100%)
> 
> Time: 00:00.711, Memory: 38.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1046, Assertions: 2097, Skipped: 15.
> 
> Legacy deprecation notices (1)
> 
> Running build/Symfony/Component/Config tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Config
> ...............................................................  63 / 472 ( 13%)
> ............................................................... 126 / 472 ( 26%)
> ............................................................... 189 / 472 ( 40%)
> ............................................................... 252 / 472 ( 53%)
> ............................................................... 315 / 472 ( 66%)
> ...SS.......................................................... 378 / 472 ( 80%)
> ............................................F.................. 441 / 472 ( 93%)
> ...............................                                 472 / 472 (100%)
> 
> Time: 00:01.764, Memory: 20.00 MB
> 
> There was 1 failure:
> 
> 1) Symfony\Component\Config\Tests\Util\XmlUtilsTest::testLoadFile
> 
> /<<PKGBUILDDIR>>/build/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php:52
> 
> FAILURES!
> Tests: 472, Assertions: 728, Failures: 1, Skipped: 2.
> KO build/Symfony/Component/Config
> 
> Running build/Symfony/Component/Routing tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Routing
> .............................................................   61 / 1150 (  5%)
> .............................................................  122 / 1150 ( 10%)
> .............................................................  183 / 1150 ( 15%)
> .............................................................  244 / 1150 ( 21%)
> .............................................................  305 / 1150 ( 26%)
> .............................................................  366 / 1150 ( 31%)
> .............................................................  427 / 1150 ( 37%)
> .............................................................  488 / 1150 ( 42%)
> .............................................................  549 / 1150 ( 47%)
> .............................................................  610 / 1150 ( 53%)
> .............................................................  671 / 1150 ( 58%)
> .............................................................  732 / 1150 ( 63%)
> .............................................................  793 / 1150 ( 68%)
> .............................................................  854 / 1150 ( 74%)
> .............................................................  915 / 1150 ( 79%)
> .............................................................  976 / 1150 ( 84%)
> ............................................................. 1037 / 1150 ( 90%)
> ............................................................. 1098 / 1150 ( 95%)
> ....................................................          1150 / 1150 (100%)
> 
> Time: 00:01.350, Memory: 117.32 MB
> 
> OK (1150 tests, 2151 assertions)
> 
> Legacy deprecation notices (64)
> 
> Running build/Symfony/Component/Dotenv tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Dotenv
> ...............................................................  63 / 134 ( 47%)
> ............................................................... 126 / 134 ( 94%)
> ........                                                        134 / 134 (100%)
> 
> Time: 00:00.740, Memory: 14.00 MB
> 
> OK (134 tests, 271 assertions)
> 
> Running build/Symfony/Component/Mailer tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Mailer
> ...............................................................  63 / 543 ( 11%)
> ............................................................... 126 / 543 ( 23%)
> ............................................................... 189 / 543 ( 34%)
> ............................................................... 252 / 543 ( 46%)
> ............................................................... 315 / 543 ( 58%)
> ............................................................... 378 / 543 ( 69%)
> ............................................................... 441 / 543 ( 81%)
> ......................SSS...SS.............S................... 504 / 543 ( 92%)
> ..SS...................................                         543 / 543 (100%)
> 
> Time: 00:02.847, Memory: 26.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 543, Assertions: 1039, Skipped: 8.
> 
> Legacy deprecation notices (17)
> 
> Running build/Symfony/Component/Notifier tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Notifier
> ......SS...................SS................................   61 / 2005 (  3%)
> .............................................................  122 / 2005 (  6%)
> .........S............................................S......  183 / 2005 (  9%)
> ...............S.............................................  244 / 2005 ( 12%)
> .....SS......................................SS..............  305 / 2005 ( 15%)
> .............................................................  366 / 2005 ( 18%)
> ..............SS...............SS.................S..........  427 / 2005 ( 21%)
> ........S....................................................  488 / 2005 ( 24%)
> ....S.....................S............................I.....  549 / 2005 ( 27%)
> ..............................................SS.............  610 / 2005 ( 30%)
> .S...............S....................S.................S....  671 / 2005 ( 33%)
> .....................................SSSSS...................  732 / 2005 ( 36%)
> ...S.................SS......................................  793 / 2005 ( 39%)
> .............................................................  854 / 2005 ( 42%)
> .........................SS..................................  915 / 2005 ( 45%)
> ..................S................S.................SS......  976 / 2005 ( 48%)
> ...........S..................S.............................. 1037 / 2005 ( 51%)
> .................S......................S.................... 1098 / 2005 ( 54%)
> ..............................................SS............. 1159 / 2005 ( 57%)
> ....S.......................................................S 1220 / 2005 ( 60%)
> ...............S..................................S.......... 1281 / 2005 ( 63%)
> ....................S........................................ 1342 / 2005 ( 66%)
> ....................S.........................S.............. 1403 / 2005 ( 69%)
> ..S......................S............................S...... 1464 / 2005 ( 73%)
> .....................S....................................... 1525 / 2005 ( 76%)
> .............SS.............................S................ 1586 / 2005 ( 79%)
> ..............................................S.............. 1647 / 2005 ( 82%)
> ...................................................S......... 1708 / 2005 ( 85%)
> ............S................................................ 1769 / 2005 ( 88%)
> ...S.................S...................SS................S. 1830 / 2005 ( 91%)
> ............................................................. 1891 / 2005 ( 94%)
> ............................................................. 1952 / 2005 ( 97%)
> .....................................................         2005 / 2005 (100%)
> 
> Time: 00:08.842, Memory: 38.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 2005, Assertions: 2990, Skipped: 67, Incomplete: 1.
> 
> Legacy deprecation notices (6)
> 
> Running build/Symfony/Component/Stopwatch tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Stopwatch
> .................................................                 49 / 49 (100%)
> 
> Time: 00:00.031, Memory: 12.00 MB
> 
> OK (49 tests, 80 assertions)
> 
> Running build/Symfony/Component/ErrorHandler tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/ErrorHandler
> .S.S...S............S.................S........................  63 / 124 ( 50%)
> .............................................................   124 / 124 (100%)
> 
> Time: 00:00.946, Memory: 18.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 124, Assertions: 370, Skipped: 5.
> 
> Running build/Symfony/Component/Semaphore tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Semaphore
> ................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....      60 / 60 (100%)
> 
> Time: 00:00.104, Memory: 18.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 60, Assertions: 43, Skipped: 40.
> 
> Running build/Symfony/Component/Console tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Console
> .............................................................   61 / 1209 (  5%)
> .............................................................  122 / 1209 ( 10%)
> .............................................................  183 / 1209 ( 15%)
> .....S.......................................................  244 / 1209 ( 20%)
> .............................S...............................  305 / 1209 ( 25%)
> .............................................................  366 / 1209 ( 30%)
> .............................................................  427 / 1209 ( 35%)
> ..............................S..............................  488 / 1209 ( 40%)
> .............................................................  549 / 1209 ( 45%)
> .............................................................  610 / 1209 ( 50%)
> .............................................................  671 / 1209 ( 55%)
> .............................................................  732 / 1209 ( 60%)
> .............................................................  793 / 1209 ( 65%)
> .............................................................  854 / 1209 ( 70%)
> .............................................................  915 / 1209 ( 75%)
> .............................................................  976 / 1209 ( 80%)
> ............................................................. 1037 / 1209 ( 85%)
> ............................................................. 1098 / 1209 ( 90%)
> ............................................................. 1159 / 1209 ( 95%)
> ........S.........................................            1209 / 1209 (100%)
> 
> Time: 00:05.034, Memory: 32.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1209, Assertions: 2066, Skipped: 4.
> 
> Legacy deprecation notices (2)
> 
> Running build/Symfony/Component/VarExporter tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/VarExporter
> ..............................S................................  63 / 109 ( 57%)
> ..............................................                  109 / 109 (100%)
> 
> Time: 00:00.121, Memory: 16.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 109, Assertions: 388, Skipped: 1.
> 
> Legacy deprecation notices (7)
> 
> Running build/Symfony/Component/Scheduler tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Scheduler
> ...............................................................  63 / 128 ( 49%)
> ............................................................... 126 / 128 ( 98%)
> ..                                                              128 / 128 (100%)
> 
> Time: 00:00.909, Memory: 18.00 MB
> 
> OK (128 tests, 727 assertions)
> 
> Running build/Symfony/Component/HttpKernel tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/HttpKernel
> .............................................................   61 / 1161 (  5%)
> .............................................................  122 / 1161 ( 10%)
> .............................................................  183 / 1161 ( 15%)
> .............................................................  244 / 1161 ( 21%)
> .............................................................  305 / 1161 ( 26%)
> .............................................................  366 / 1161 ( 31%)
> .............................................................  427 / 1161 ( 36%)
> .............................................................  488 / 1161 ( 42%)
> .............................................................  549 / 1161 ( 47%)
> .............................................................  610 / 1161 ( 52%)
> .............................................................  671 / 1161 ( 57%)
> .............................................................  732 / 1161 ( 63%)
> .............................................................  793 / 1161 ( 68%)
> .............................................................  854 / 1161 ( 73%)
> .............................................................  915 / 1161 ( 78%)
> .............................................................  976 / 1161 ( 84%)
> ............................................................. 1037 / 1161 ( 89%)
> ............................................................. 1098 / 1161 ( 94%)
> ............................................................. 1159 / 1161 ( 99%)
> ..                                                            1161 / 1161 (100%)
> 
> Time: 00:03.874, Memory: 44.00 MB
> 
> OK (1161 tests, 2820 assertions)
> 
> Legacy deprecation notices (24)
> 
> Running build/Symfony/Component/Mime tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Mime
> ...............................................................  63 / 351 ( 17%)
> ............................................................... 126 / 351 ( 35%)
> ...S........................................................... 189 / 351 ( 53%)
> ............................................................... 252 / 351 ( 71%)
> ............................................................... 315 / 351 ( 89%)
> ....................................                            351 / 351 (100%)
> 
> Time: 00:00.617, Memory: 24.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 351, Assertions: 1520, Skipped: 1.
> 
> Running build/Symfony/Component/Form tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Form
> .............................................................   61 / 4665 (  1%)
> .............................................................  122 / 4665 (  2%)
> .............................................................  183 / 4665 (  3%)
> .............................................................  244 / 4665 (  5%)
> .............................................................  305 / 4665 (  6%)
> .............................................................  366 / 4665 (  7%)
> .............................................................  427 / 4665 (  9%)
> .............................................................  488 / 4665 ( 10%)
> ............................................I................  549 / 4665 ( 11%)
> ............S................................................  610 / 4665 ( 13%)
> .............................................................  671 / 4665 ( 14%)
> .............................................................  732 / 4665 ( 15%)
> .............................................................  793 / 4665 ( 16%)
> .............................................................  854 / 4665 ( 18%)
> .............................................................  915 / 4665 ( 19%)
> .............................................................  976 / 4665 ( 20%)
> ............................................................. 1037 / 4665 ( 22%)
> ............................................................. 1098 / 4665 ( 23%)
> ............................................................. 1159 / 4665 ( 24%)
> ............................................................. 1220 / 4665 ( 26%)
> ...........................................SSSSS............. 1281 / 4665 ( 27%)
> ............................................................. 1342 / 4665 ( 28%)
> ............................................................. 1403 / 4665 ( 30%)
> ............................................................. 1464 / 4665 ( 31%)
> ............................................................. 1525 / 4665 ( 32%)
> ............................................................. 1586 / 4665 ( 33%)
> ............................................................. 1647 / 4665 ( 35%)
> ............................................................. 1708 / 4665 ( 36%)
> ............................................................. 1769 / 4665 ( 37%)
> ............................................................. 1830 / 4665 ( 39%)
> ...................................................SSSSS..... 1891 / 4665 ( 40%)
> ............................................................. 1952 / 4665 ( 41%)
> ............................................................. 2013 / 4665 ( 43%)
> ............................................................. 2074 / 4665 ( 44%)
> ............................................................. 2135 / 4665 ( 45%)
> ............................................................. 2196 / 4665 ( 47%)
> ............................................................. 2257 / 4665 ( 48%)
> ............................................................. 2318 / 4665 ( 49%)
> ............................................................. 2379 / 4665 ( 50%)
> ............................................................. 2440 / 4665 ( 52%)
> ..........................IIIIIII............................ 2501 / 4665 ( 53%)
> ...................................SS........................ 2562 / 4665 ( 54%)
> ............................................................. 2623 / 4665 ( 56%)
> ............................................................. 2684 / 4665 ( 57%)
> ............................................................. 2745 / 4665 ( 58%)
> ............................................................. 2806 / 4665 ( 60%)
> ............................................................. 2867 / 4665 ( 61%)
> ............................................................. 2928 / 4665 ( 62%)
> ............................................................. 2989 / 4665 ( 64%)
> ............................................................. 3050 / 4665 ( 65%)
> ............................................................. 3111 / 4665 ( 66%)
> ............................................................. 3172 / 4665 ( 67%)
> ............................................................. 3233 / 4665 ( 69%)
> ............................................................. 3294 / 4665 ( 70%)
> ............................................................. 3355 / 4665 ( 71%)
> ............................................................. 3416 / 4665 ( 73%)
> ............................................................. 3477 / 4665 ( 74%)
> ............................................................. 3538 / 4665 ( 75%)
> ............................................................. 3599 / 4665 ( 77%)
> ............................................................. 3660 / 4665 ( 78%)
> ............................................................. 3721 / 4665 ( 79%)
> ............................................................. 3782 / 4665 ( 81%)
> ............................................................. 3843 / 4665 ( 82%)
> ............................................................. 3904 / 4665 ( 83%)
> ............................................................. 3965 / 4665 ( 84%)
> ............................................................. 4026 / 4665 ( 86%)
> ............................................................. 4087 / 4665 ( 87%)
> ............................................................. 4148 / 4665 ( 88%)
> ............................................................. 4209 / 4665 ( 90%)
> ............................................................. 4270 / 4665 ( 91%)
> ............................................................. 4331 / 4665 ( 92%)
> ............................................................. 4392 / 4665 ( 94%)
> ............................................................. 4453 / 4665 ( 95%)
> ............................................................. 4514 / 4665 ( 96%)
> ............................................................. 4575 / 4665 ( 98%)
> ............................................................. 4636 / 4665 ( 99%)
> .............................                                 4665 / 4665 (100%)
> 
> Time: 00:06.333, Memory: 156.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 4665, Assertions: 9723, Skipped: 13, Incomplete: 8.
> 
> Running build/Symfony/Component/WebLink tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/WebLink
> .................                                                 17 / 17 (100%)
> 
> Time: 00:00.050, Memory: 14.00 MB
> 
> OK (17 tests, 27 assertions)
> 
> Running build/Symfony/Component/ExpressionLanguage tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/ExpressionLanguage
> ...............................................................  63 / 349 ( 18%)
> ............................................................... 126 / 349 ( 36%)
> ............................................................... 189 / 349 ( 54%)
> ............................................................... 252 / 349 ( 72%)
> ............................................................... 315 / 349 ( 90%)
> ..................................                              349 / 349 (100%)
> 
> Time: 00:00.129, Memory: 16.00 MB
> 
> OK (349 tests, 389 assertions)
> 
> Running build/Symfony/Component/PasswordHasher tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/PasswordHasher
> ...............................................................  63 / 102 ( 61%)
> .......................................                         102 / 102 (100%)
> 
> Time: 00:12.695, Memory: 16.00 MB
> 
> OK (102 tests, 162 assertions)
> 
> Running build/Symfony/Component/Yaml tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Yaml
> ...............................................................  63 / 773 (  8%)
> ............................................................... 126 / 773 ( 16%)
> ............................................................... 189 / 773 ( 24%)
> ............................................................... 252 / 773 ( 32%)
> ............................................................... 315 / 773 ( 40%)
> ............................................................... 378 / 773 ( 48%)
> ............................................................... 441 / 773 ( 57%)
> ............................................................... 504 / 773 ( 65%)
> ............................................................... 567 / 773 ( 73%)
> ............................................................... 630 / 773 ( 81%)
> ............................................................... 693 / 773 ( 89%)
> ............................................................... 756 / 773 ( 97%)
> .................                                               773 / 773 (100%)
> 
> Time: 00:00.475, Memory: 24.00 MB
> 
> OK (773 tests, 1236 assertions)
> 
> Running build/Symfony/Component/EventDispatcher tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/EventDispatcher
> ...............................................................  63 / 127 ( 49%)
> ............................................................... 126 / 127 ( 99%)
> .                                                               127 / 127 (100%)
> 
> Time: 00:00.095, Memory: 16.00 MB
> 
> OK (127 tests, 271 assertions)
> 
> Running build/Symfony/Component/Ldap tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Ldap
> .SS......SSSSSSSS...............................                  48 / 48 (100%)
> 
> Time: 00:00.084, Memory: 16.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 48, Assertions: 102, Skipped: 10.
> 
> Legacy deprecation notices (4)
> 
> Running build/Symfony/Component/Asset tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Asset
> ...............................................................  63 / 103 ( 61%)
> ........................................                        103 / 103 (100%)
> 
> Time: 00:00.074, Memory: 14.00 MB
> 
> OK (103 tests, 114 assertions)
> 
> Running build/Symfony/Component/Process tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Process
> .......S.......................................................  63 / 171 ( 36%)
> ............................................................... 126 / 171 ( 73%)
> .............................................                   171 / 171 (100%)
> 
> Time: 00:12.968, Memory: 28.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 171, Assertions: 297, Skipped: 1.
> 
> Running build/Symfony/Component/DependencyInjection tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/DependencyInjection
> .............................................................   61 / 1489 (  4%)
> .............................................................  122 / 1489 (  8%)
> .............................................................  183 / 1489 ( 12%)
> .............................................................  244 / 1489 ( 16%)
> .............................................................  305 / 1489 ( 20%)
> .............................................................  366 / 1489 ( 24%)
> .............................................................  427 / 1489 ( 28%)
> .............................................................  488 / 1489 ( 32%)
> .............................................................  549 / 1489 ( 36%)
> .............................................................  610 / 1489 ( 40%)
> .............................................................  671 / 1489 ( 45%)
> .............................................................  732 / 1489 ( 49%)
> .............................................................  793 / 1489 ( 53%)
> .............................................................  854 / 1489 ( 57%)
> .............................................................  915 / 1489 ( 61%)
> .............................................................  976 / 1489 ( 65%)
> ............................................................. 1037 / 1489 ( 69%)
> .........................................................S... 1098 / 1489 ( 73%)
> ............................................................. 1159 / 1489 ( 77%)
> ......................S..S...S.SSSSS...............S..S...S.S 1220 / 1489 ( 81%)
> SSSS......................................................... 1281 / 1489 ( 86%)
> ............................................................. 1342 / 1489 ( 90%)
> ............................................................. 1403 / 1489 ( 94%)
> ............................................................. 1464 / 1489 ( 98%)
> .........................                                     1489 / 1489 (100%)
> 
> Time: 00:01.762, Memory: 38.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1489, Assertions: 3178, Skipped: 17.
> 
> Legacy deprecation notices (7)
> 
> Other deprecation notices (1)
> 
> Running build/Symfony/Component/Workflow tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Workflow
> ...............................................................  63 / 163 ( 38%)
> ............................................................... 126 / 163 ( 77%)
> .....................................                           163 / 163 (100%)
> 
> Time: 00:00.132, Memory: 18.00 MB
> 
> OK (163 tests, 423 assertions)
> 
> Running build/Symfony/Component/Templating tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Templating
> .........................................                         41 / 41 (100%)
> 
> Time: 00:00.058, Memory: 14.00 MB
> 
> OK (41 tests, 107 assertions)
> 
> Legacy deprecation notices (19)
> 
> Running build/Symfony/Component/Runtime tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Runtime
> ................                                                  16 / 16 (100%)
> 
> Time: 00:01.999, Memory: 12.00 MB
> 
> OK (16 tests, 16 assertions)
> 
> Running build/Symfony/Component/Security/Core tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Security/Core
> ...............................................................  63 / 338 ( 18%)
> ............................................................... 126 / 338 ( 37%)
> ............................................................... 189 / 338 ( 55%)
> ............................................................... 252 / 338 ( 74%)
> ............................................................... 315 / 338 ( 93%)
> .......................                                         338 / 338 (100%)
> 
> Time: 00:00.753, Memory: 18.00 MB
> 
> OK (338 tests, 524 assertions)
> 
> Legacy deprecation notices (5)
> 
> Running build/Symfony/Component/Security/Csrf tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Security/Csrf
> ................................................................. 65 / 86 ( 75%)
> .....................                                             86 / 86 (100%)
> 
> Time: 00:01.427, Memory: 14.00 MB
> 
> OK (86 tests, 214 assertions)
> 
> Running build/Symfony/Component/Security/Http tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Security/Http
> ...............................................................  63 / 490 ( 12%)
> ............................................................... 126 / 490 ( 25%)
> ............................................................... 189 / 490 ( 38%)
> ............................................................... 252 / 490 ( 51%)
> ............................................................... 315 / 490 ( 64%)
> ............................................................... 378 / 490 ( 77%)
> ............................................................... 441 / 490 ( 90%)
> .................................................               490 / 490 (100%)
> 
> Time: 00:00.354, Memory: 26.00 MB
> 
> OK (490 tests, 914 assertions)
> 
> Legacy deprecation notices (2)
> 
> Running build/Symfony/Component/PropertyInfo tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/PropertyInfo
> ...............................................................  63 / 459 ( 13%)
> ............................................................... 126 / 459 ( 27%)
> ............................................................... 189 / 459 ( 41%)
> ............................................................... 252 / 459 ( 54%)
> ............................................................... 315 / 459 ( 68%)
> ............................................................... 378 / 459 ( 82%)
> ............................................................... 441 / 459 ( 96%)
> ..................                                              459 / 459 (100%)
> 
> Time: 00:00.402, Memory: 20.00 MB
> 
> OK (459 tests, 717 assertions)
> 
> Running build/Symfony/Component/Lock tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Lock
> ......................................................SSSSSSSSS  63 / 398 ( 15%)
> SSSSSS..SSSSSSSSSSSSSSS...S.................................... 126 / 398 ( 31%)
> .........SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....S..........SSSSSSS 189 / 398 ( 47%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSSSSSSSSSSSSSSSSSSSSS 252 / 398 ( 63%)
> SSSSSSSSSSS.........................................SSSSSSSSSSS 315 / 398 ( 79%)
> SSSS........................................................... 378 / 398 ( 94%)
> .....
> 
> Time: 00:12.922, Memory: 26.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 398, Assertions: 456, Skipped: 159.
> 
> Running build/Symfony/Component/Webhook tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Webhook
> .                                                                   1 / 1 (100%)
> 
> Time: 00:00.029, Memory: 12.00 MB
> 
> OK (1 test, 1 assertion)
> 
> Running build/Symfony/Component/BrowserKit tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/BrowserKit
> ...............................................................  63 / 239 ( 26%)
> ............................................................... 126 / 239 ( 52%)
> ............................................................... 189 / 239 ( 79%)
> ..................................................              239 / 239 (100%)
> 
> Time: 00:00.593, Memory: 18.00 MB
> 
> OK (239 tests, 581 assertions)
> 
> Running build/Symfony/Component/Filesystem tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Filesystem
> ............................S..................................  63 / 797 (  7%)
> ............................................................... 126 / 797 ( 15%)
> ..............S...................S............................ 189 / 797 ( 23%)
> ............................................................... 252 / 797 ( 31%)
> ............................................................... 315 / 797 ( 39%)
> ............................................................... 378 / 797 ( 47%)
> ............................................................... 441 / 797 ( 55%)
> ............................................................... 504 / 797 ( 63%)
> ............................................................... 567 / 797 ( 71%)
> ............................................................... 630 / 797 ( 79%)
> ............................................................... 693 / 797 ( 86%)
> ............................................................... 756 / 797 ( 94%)
> .........................................                       797 / 797 (100%)
> 
> Time: 00:00.347, Memory: 16.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 797, Assertions: 963, Skipped: 3.
> 
> Running build/Symfony/Component/DomCrawler tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/DomCrawler
> ...............................................................  63 / 546 ( 11%)
> ............................................................... 126 / 546 ( 23%)
> ............................................................... 189 / 546 ( 34%)
> ............................................................... 252 / 546 ( 46%)
> ............................................................... 315 / 546 ( 57%)
> ............................................................... 378 / 546 ( 69%)
> ............................................................... 441 / 546 ( 80%)
> ............................................................... 504 / 546 ( 92%)
> ..........................................                      546 / 546 (100%)
> 
> Time: 00:00.278, Memory: 18.00 MB
> 
> OK (546 tests, 1067 assertions)
> 
> Running build/Symfony/Component/OptionsResolver tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/OptionsResolver
> ...............................................................  63 / 244 ( 25%)
> ............................................................... 126 / 244 ( 51%)
> ............................................................... 189 / 244 ( 77%)
> .......................................................         244 / 244 (100%)
> 
> Time: 00:00.067, Memory: 14.00 MB
> 
> OK (244 tests, 369 assertions)
> 
> Running build/Symfony/Component/VarDumper tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/VarDumper
> ...............................................................  63 / 410 ( 15%)
> ............................................................... 126 / 410 ( 30%)
> ............................................................... 189 / 410 ( 46%)
> ........................................SSS.........S....S..... 252 / 410 ( 61%)
> S....SSSSSS.SS................................................. 315 / 410 ( 76%)
> ............................................................... 378 / 410 ( 92%)
> ..SS............................                                410 / 410 (100%)
> 
> Time: 00:01.559, Memory: 24.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 410, Assertions: 528, Skipped: 16.
> 
> Running build/Symfony/Component/RemoteEvent tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/RemoteEvent
> .                                                                   1 / 1 (100%)
> 
> Time: 00:00.016, Memory: 12.00 MB
> 
> OK (1 test, 1 assertion)
> 
> Running build/Symfony/Component/Finder tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Finder
> .............................................I.................  63 / 687 (  9%)
> ............................................................... 126 / 687 ( 18%)
> ............................................................... 189 / 687 ( 27%)
> ............................................................... 252 / 687 ( 36%)
> ............................................................... 315 / 687 ( 45%)
> ............................................................... 378 / 687 ( 55%)
> ............................................................... 441 / 687 ( 64%)
> ............................................................... 504 / 687 ( 73%)
> ............................................................... 567 / 687 ( 82%)
> ............................................................... 630 / 687 ( 91%)
> .........................................................       687 / 687 (100%)
> 
> Time: 00:04.405, Memory: 18.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 687, Assertions: 4158, Incomplete: 1.
> 
> Running build/Symfony/Component/HttpFoundation tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/HttpFoundation
> .............................................................   61 / 1525 (  4%)
> .............................................................  122 / 1525 (  8%)
> .............................................................  183 / 1525 ( 12%)
> .............................................................  244 / 1525 ( 16%)
> .............................................................  305 / 1525 ( 20%)
> ....................S........................................  366 / 1525 ( 24%)
> .............................................................  427 / 1525 ( 28%)
> .............................................................  488 / 1525 ( 32%)
> .............................................................  549 / 1525 ( 36%)
> .............................................................  610 / 1525 ( 40%)
> .............................................................  671 / 1525 ( 44%)
> .............................................................  732 / 1525 ( 48%)
> .............................................................  793 / 1525 ( 52%)
> ...................SSSSSSS...................................  854 / 1525 ( 56%)
> .............................................................  915 / 1525 ( 60%)
> .............................................................  976 / 1525 ( 64%)
> ............................................................. 1037 / 1525 ( 68%)
> .........................................................SSSS 1098 / 1525 ( 72%)
> SSSSS.................................SSSSSSSSSSS............ 1159 / 1525 ( 76%)
> ...............................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 1220 / 1525 ( 80%)
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....... 1281 / 1525 ( 84%)
> ............................................................. 1342 / 1525 ( 88%)
> ............................................................. 1403 / 1525 ( 92%)
> ............................................................. 1464 / 1525 ( 96%)
> ...............................................
> 
> Time: 00:08.863, Memory: 30.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1525, Assertions: 2879, Skipped: 112.
> 
> Legacy deprecation notices (2)
> 
> Running build/Symfony/Component/Translation tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Component/Translation
> ...............................................................  63 / 690 (  9%)
> ............................................................... 126 / 690 ( 18%)
> ............................................................... 189 / 690 ( 27%)
> ............................................................... 252 / 690 ( 36%)
> ............................................................... 315 / 690 ( 45%)
> ............................................................... 378 / 690 ( 54%)
> ............................................................... 441 / 690 ( 63%)
> ............................................................... 504 / 690 ( 73%)
> ............................................................... 567 / 690 ( 82%)
> ............................................................... 630 / 690 ( 91%)
> ............................................................    690 / 690 (100%)
> 
> Time: 00:01.995, Memory: 32.00 MB
> 
> OK (690 tests, 2252 assertions)
> 
> Legacy deprecation notices (2)
> 
> Running build/Symfony/Bridge/Doctrine tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bridge/Doctrine
> ...............................................................  63 / 429 ( 14%)
> ............................................................... 126 / 429 ( 29%)
> ............................................................... 189 / 429 ( 44%)
> ..............................................................S 252 / 429 ( 58%)
> SSSS........................................................... 315 / 429 ( 73%)
> ............................................................... 378 / 429 ( 88%)
> ..............................................
> 
> Time: 00:01.138, Memory: 62.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 429, Assertions: 1173, Skipped: 5.
> 
> Legacy deprecation notices (2)
> 
> Running build/Symfony/Bridge/PsrHttpMessage tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bridge/PsrHttpMessage
> ......................................                            38 / 38 (100%)
> 
> Time: 00:00.463, Memory: 34.00 MB
> 
> OK (38 tests, 257 assertions)
> 
> Running build/Symfony/Bridge/PhpUnit tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit
> .......................................................S.......  63 / 122 ( 51%)
> ..SSS...........................................S....S.....     122 / 122 (100%)
> 
> Time: 00:03.855, Memory: 12.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 122, Assertions: 338, Skipped: 6.
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 40
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 42
> PHP Warning:  touch(): Unable to create file /myfakevendor/myfakepackage1/MyFakeFile1.php because No such file or directory in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 42
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 43
> PHP Warning:  touch(): Unable to create file /myfakevendor/myfakepackage1/MyFakeFile2.php because No such file or directory in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 43
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 44
> PHP Warning:  touch(): Unable to create file /myfakevendor/myfakepackage2/MyFakeFile.php because No such file or directory in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 44
> PHP Warning:  foreach() argument must be of type array|object, null given in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 294
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 40
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 42
> PHP Warning:  touch(): Unable to create file /myfakevendor/myfakepackage1/MyFakeFile1.php because No such file or directory in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 42
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 43
> PHP Warning:  touch(): Unable to create file /myfakevendor/myfakepackage1/MyFakeFile2.php because No such file or directory in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 43
> PHP Warning:  Undefined variable $vendorDir in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 44
> PHP Warning:  touch(): Unable to create file /myfakevendor/myfakepackage2/MyFakeFile.php because No such file or directory in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 44
> PHP Warning:  rmdir(/myfakevendor): No such file or directory in /<<PKGBUILDDIR>>/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 269
> 
> Running build/Symfony/Bridge/ProxyManager tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bridge/ProxyManager
> ...............                                                   15 / 15 (100%)
> 
> Time: 00:00.130, Memory: 18.00 MB
> 
> OK (15 tests, 42 assertions)
> 
> Legacy deprecation notices (2)
> 
> Running build/Symfony/Bridge/Monolog tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bridge/Monolog
> ................................................................. 65 / 86 ( 75%)
> .....................                                             86 / 86 (100%)
> 
> Time: 00:00.240, Memory: 18.00 MB
> 
> OK (86 tests, 191 assertions)
> 
> Legacy deprecation notices (1)
> 
> Running build/Symfony/Bridge/Twig tests
> PHPUnit 9.6.19 by Sebastian Bergmann and contributors.
> 
> Testing /<<PKGBUILDDIR>>/build/Symfony/Bridge/Twig
> .............................................................   61 / 1738 (  3%)
> .............................................................  122 / 1738 (  7%)
> .....................S.......................................  183 / 1738 ( 10%)
> .............................................................  244 / 1738 ( 14%)
> .............................................................  305 / 1738 ( 17%)
> ......S......................................................  366 / 1738 ( 21%)
> .............................................................  427 / 1738 ( 24%)
> .............................................................  488 / 1738 ( 28%)
> ..............S..............................................  549 / 1738 ( 31%)
> .............................................................  610 / 1738 ( 35%)
> .............................................................  671 / 1738 ( 38%)
> ....S........................................................  732 / 1738 ( 42%)
> ........................................................S..S.  793 / 1738 ( 45%)
> .......................SS....................................  854 / 1738 ( 49%)
> ....................S........................................  915 / 1738 ( 52%)
> ...................................................S..S......  976 / 1738 ( 56%)
> ....................S.S...................................... 1037 / 1738 ( 59%)
> .....................S....................................... 1098 / 1738 ( 63%)
> ............................................................. 1159 / 1738 ( 66%)
> ............................................................. 1220 / 1738 ( 70%)
> ............................................................. 1281 / 1738 ( 73%)
> ............................................................. 1342 / 1738 ( 77%)
> ............................................................. 1403 / 1738 ( 80%)
> ............................................................. 1464 / 1738 ( 84%)
> ............................................................. 1525 / 1738 ( 87%)
> ............................................................. 1586 / 1738 ( 91%)
> ............................................................. 1647 / 1738 ( 94%)
> ............................................................. 1708 / 1738 ( 98%)
> ..............................                                1738 / 1738 (100%)
> 
> Time: 00:04.261, Memory: 202.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1738, Assertions: 2007, Skipped: 14.
> 
> Legacy deprecation notices (1)
> make[1]: *** [debian/rules:104: override_dh_auto_test] Error 2


The full build log is available from:
http://qa-logs.debian.net/2024/06/15/symfony_6.4.7+dfsg-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240615;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240615&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.



More information about the pkg-php-pear mailing list