[pkg-php-pear] Bug#1105666: symfony: FTBFS with make --shuffle=reverse: PHP Warning: rmdir(/myfakevendor): No such file or directory in /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 269
Lucas Nussbaum
lucas at debian.org
Tue May 13 20:16:26 BST 2025
Source: symfony
Version: 6.4.20+dfsg-2
Severity: minor
Tags: trixie sid ftbfs
User: lucas at debian.org
Usertags: ftbfs-shuffle
Hi,
GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/
This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.
More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle
Relevant part (hopefully):
> make[1]: Entering directory '/build/reproducible-path/symfony-6.4.20+dfsg'
> debian/rules:74: update target 'override_dh_auto_test' due to: target does not exist
> 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/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php' \
> --exclude 'build/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/*' \
> build/Symfony
> phpab %development% - Copyright (C) 2009 - 2025 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 .
> # Drop never ending testsuite with PHPUnit 11
> rm -f build/Symfony/Component/HttpKernel/phpunit.xml.dist
> rm -f build/Symfony/Component/RateLimiter/phpunit.xml.dist
> # 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 --exclude-group network --exclude-group tty --exclude-group benchmark --exclude-group intl-data --exclude-group functional --exclude-group composer --exclude-group nophpunit11 {} || (/bin/echo -e "\\e[41mKO\\e[0m {}" && $(exit 1));';
>
> Running build/Symfony/Component/Workflow tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 163 ( 38%)
> ............................................................... 126 / 163 ( 77%)
> ..................................... 163 / 163 (100%)
>
> Time: 00:00.348, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 163[0m[30;43m, Assertions: 423[0m[30;43m, PHPUnit Deprecations: 14[0m[30;43m.[0m
>
> Running build/Symfony/Component/HttpClient tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 63 / 836 ( 7%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 126 / 836 ( 15%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 189 / 836 ( 22%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.............[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 252 / 836 ( 30%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 315 / 836 ( 37%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m....................................... 378 / 836 ( 45%)
> ............................................................... 441 / 836 ( 52%)
> ..............................................................[36;1mS[0m 504 / 836 ( 60%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 567 / 836 ( 67%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 630 / 836 ( 75%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 693 / 836 ( 82%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m...................... 756 / 836 ( 90%)
> ............................................................... 819 / 836 ( 97%)
> ................. 836 / 836 (100%)
>
> Time: 00:03.761, Memory: 24.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 836[0m[30;43m, Assertions: 539[0m[30;43m, PHPUnit Deprecations: 51[0m[30;43m, Skipped: 557[0m[30;43m.[0m
>
> Running build/Symfony/Component/CssSelector tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 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.917, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 523[0m[30;43m, Assertions: 1049[0m[30;43m, PHPUnit Deprecations: 49[0m[30;43m.[0m
>
> Running build/Symfony/Component/VarDumper tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 411 ( 15%)
> ............................................................... 126 / 411 ( 30%)
> ............................................................... 189 / 411 ( 45%)
> .......................................[36;1mS[0m[36;1mS[0m[36;1mS[0m.........[36;1mS[0m....[36;1mS[0m...... 252 / 411 ( 61%)
> ....[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m.....................[36;1mS[0m............................ 315 / 411 ( 76%)
> ............................................................... 378 / 411 ( 91%)
> ...[36;1mS[0m[36;1mS[0m............................ 411 / 411 (100%)
>
> Time: 00:04.043, Memory: 22.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 411[0m[30;43m, Assertions: 530[0m[30;43m, PHPUnit Deprecations: 60[0m[30;43m, Skipped: 16[0m[30;43m.[0m
>
> Running build/Symfony/Component/PasswordHasher tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 104 ( 60%)
> [36;1mS[0m...............................[36;1mS[0m........ 104 / 104 (100%)
>
> Time: 00:23.659, Memory: 14.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 104[0m[30;43m, Assertions: 186[0m[30;43m, PHPUnit Deprecations: 5[0m[30;43m, Skipped: 2[0m[30;43m.[0m
>
> Running build/Symfony/Component/AssetMapper tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 297 ( 21%)
> .........................[36;1mS[0m..................................... 126 / 297 ( 42%)
> ............................................................... 189 / 297 ( 63%)
> ............................................................... 252 / 297 ( 84%)
> ............................................. 297 / 297 (100%)
>
> Time: 00:03.473, Memory: 40.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 297[0m[30;43m, Assertions: 900[0m[30;43m, PHPUnit Deprecations: 27[0m[30;43m, Skipped: 1[0m[30;43m.[0m
>
> Running build/Symfony/Component/HtmlSanitizer tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 693 ( 9%)
> ............................................................... 126 / 693 ( 18%)
> ............................................................... 189 / 693 ( 27%)
> ............................................................... 252 / 693 ( 36%)
> ............................................................... 315 / 693 ( 45%)
> ............................................................... 378 / 693 ( 54%)
> ............................................................... 441 / 693 ( 63%)
> ............................................................... 504 / 693 ( 72%)
> ............................................................... 567 / 693 ( 81%)
> ............................................................... 630 / 693 ( 90%)
> ............................................................... 693 / 693 (100%)
>
>
> Time: 00:06.826, Memory: 20.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 693[0m[30;43m, Assertions: 2484[0m[30;43m, PHPUnit Deprecations: 9[0m[30;43m.[0m
>
> Running build/Symfony/Component/Serializer tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................. 61 / 1062 ( 5%)
> ............................................................. 122 / 1062 ( 11%)
> ............................................................. 183 / 1062 ( 17%)
> ............................................................. 244 / 1062 ( 22%)
> ....................................[33;1mR[0m...[33;1mR[0m.................... 305 / 1062 ( 28%)
> ............[33;1mR[0m................................................ 366 / 1062 ( 34%)
> ............................................................. 427 / 1062 ( 40%)
> ............................................................. 488 / 1062 ( 45%)
> ............................................................. 549 / 1062 ( 51%)
> ...................................[36;1mS[0m....[36;1mS[0m.................... 610 / 1062 ( 57%)
> ....................[36;1mS[0m........................................ 671 / 1062 ( 63%)
> ......[36;1mS[0m[36;1mS[0m..................[36;1mS[0m.................................. 732 / 1062 ( 68%)
> ............................................................. 793 / 1062 ( 74%)
> .....[36;1mS[0m[36;1mS[0m.........................[36;1mS[0m............................ 854 / 1062 ( 80%)
> .....[36;1mS[0m...................................[36;1mS[0m[36;1mS[0m.................[36;1mS[0m 915 / 1062 ( 86%)
> ............................................................. 976 / 1062 ( 91%)
> ............................................................. 1037 / 1062 ( 97%)
> ......................... 1062 / 1062 (100%)
>
> Time: 00:01.921, Memory: 36.00 MB
>
> There were 3 risky tests:
>
> 1) Symfony\Component\Serializer\Tests\Mapping\Loader\AnnotationLoaderWithDoctrineAnnotationsTest::testInterface
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Serializer/Tests/Mapping/Loader/AttributeLoaderTestCase.php:43
>
> 2) Symfony\Component\Serializer\Tests\Mapping\Loader\AnnotationLoaderWithDoctrineAnnotationsTest::testExpectedDeprecationOnLoadAnnotationsCall
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Serializer/Tests/Mapping/Loader/AttributeLoaderTestCase.php:235
>
> 3) Symfony\Component\Serializer\Tests\Mapping\Loader\AttributeLoaderWithAttributesTest::testExpectedDeprecationOnLoadAnnotationsCall
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Serializer/Tests/Mapping/Loader/AttributeLoaderTestCase.php:235
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 1062[0m[30;43m, Assertions: 2168[0m[30;43m, PHPUnit Deprecations: 99[0m[30;43m, Skipped: 13[0m[30;43m, Risky: 3[0m[30;43m.[0m
>
> Legacy deprecation notices (71)
>
> Running build/Symfony/Component/Templating tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ......................................... 41 / 41 (100%)
>
> Time: 00:00.139, Memory: 14.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 41[0m[30;43m, Assertions: 128[0m[30;43m, PHPUnit Deprecations: 15[0m[30;43m.[0m
>
> Legacy deprecation notices (19)
>
> Running build/Symfony/Component/Runtime tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ................. 17 / 17 (100%)
>
> Time: 00:05.996, Memory: 10.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 17[0m[30;43m, Assertions: 17[0m[30;43m, PHPUnit Deprecations: 1[0m[30;43m.[0m
>
> Running build/Symfony/Component/Mime tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 374 ( 16%)
> ............................................................... 126 / 374 ( 33%)
> .............[36;1mS[0m................................................. 189 / 374 ( 50%)
> ............................................................... 252 / 374 ( 67%)
> ............................................................... 315 / 374 ( 84%)
> ..............................................[33;1mR[0m............ 374 / 374 (100%)
>
> Time: 00:01.133, Memory: 24.00 MB
>
> There was 1 risky test:
>
> 1) Symfony\Component\Mime\Tests\RawMessageTest::testToIterableLegacy with data set "generator" (Generator Object (), false)
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Mime/Tests/RawMessageTest.php:71
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 374[0m[30;43m, Assertions: 1545[0m[30;43m, PHPUnit Deprecations: 16[0m[30;43m, Skipped: 1[0m[30;43m, Risky: 1[0m[30;43m.[0m
>
> Running build/Symfony/Component/VarExporter tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 120 ( 52%)
> ......................................................... 120 / 120 (100%)
>
> Time: 00:00.248, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 120[0m[30;43m, Assertions: 425[0m[30;43m, PHPUnit Deprecations: 23[0m[30;43m.[0m
>
> Legacy deprecation notices (7)
>
> Running build/Symfony/Component/Yaml tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 784 ( 8%)
> ............................................................... 126 / 784 ( 16%)
> ............................................................... 189 / 784 ( 24%)
> ............................................................... 252 / 784 ( 32%)
> ............................................................... 315 / 784 ( 40%)
> ............................................................... 378 / 784 ( 48%)
> ............................................................... 441 / 784 ( 56%)
> ............................................................... 504 / 784 ( 64%)
> ............................................................... 567 / 784 ( 72%)
> ............................................................... 630 / 784 ( 80%)
> ............................................................... 693 / 784 ( 88%)
> .............................................................[33;1mR[0m. 756 / 784 ( 96%)
> ............................ 784 / 784 (100%)
>
> Time: 00:01.410, Memory: 18.00 MB
>
> There was 1 risky test:
>
> 1) Symfony\Component\Yaml\Tests\ParserTest::testDeprecatedPhpConstantSyntaxAsScalarKey
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Yaml/Tests/ParserTest.php:2625
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 784[0m[30;43m, Assertions: 1251[0m[30;43m, PHPUnit Deprecations: 52[0m[30;43m, Risky: 1[0m[30;43m.[0m
>
> Running build/Symfony/Component/Security/Core tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ........................[33;1mR[0m...................................... 63 / 338 ( 18%)
> ............................................................... 126 / 338 ( 37%)
> ............................................................... 189 / 338 ( 55%)
> ............................................................... 252 / 338 ( 74%)
> ............................................................... 315 / 338 ( 93%)
> ....................... 338 / 338 (100%)
>
> Time: 00:02.217, Memory: 18.00 MB
>
> There was 1 risky test:
>
> 1) Symfony\Component\Security\Core\Tests\Authentication\Token\Storage\TokenStorageTest::testGetSetTokenLegacy
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/TokenStorageTest.php:27
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 338[0m[30;43m, Assertions: 607[0m[30;43m, PHPUnit Deprecations: 26[0m[30;43m, Risky: 1[0m[30;43m.[0m
>
> Legacy deprecation notices (4)
>
> Running build/Symfony/Component/Security/Csrf tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ................................................................. 65 / 86 ( 75%)
> ..................... 86 / 86 (100%)
>
> Time: 00:03.598, Memory: 14.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 86[0m[30;43m, Assertions: 436[0m[30;43m, PHPUnit Deprecations: 62[0m[30;43m.[0m
>
> Running build/Symfony/Component/Security/Http tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 491 ( 12%)
> ............................................................... 126 / 491 ( 25%)
> ........................................[33;1mR[0m...................... 189 / 491 ( 38%)
> ............................................................... 252 / 491 ( 51%)
> .......[33;1mR[0m....................................................... 315 / 491 ( 64%)
> ............................................................... 378 / 491 ( 76%)
> ............................................................... 441 / 491 ( 89%)
> .................................................. 491 / 491 (100%)
>
> Time: 00:00.958, Memory: 26.00 MB
>
> There were 2 risky tests:
>
> 1) Symfony\Component\Security\Http\Tests\Authenticator\JsonLoginAuthenticatorTest::testAuthenticationForEmptyCredentialDeprecation with data set #0 (Symfony\Component\HttpFoundation\Request Object (...))
> * Test code or tested code did not remove its own error handlers
>
> * This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Security/Http/Tests/Authenticator/JsonLoginAuthenticatorTest.php:136
>
> 2) Symfony\Component\Security\Http\Tests\EventListener\CsrfProtectionListenerTest::testValidCsrfToken
> This test is not expected to perform assertions but performed 1 assertion
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Security/Http/Tests/EventListener/CsrfProtectionListenerTest.php:46
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 491[0m[30;43m, Assertions: 1187[0m[30;43m, PHPUnit Deprecations: 69[0m[30;43m, Risky: 2[0m[30;43m.[0m
>
> Legacy deprecation notices (2)
>
> Running build/Symfony/Component/PropertyInfo tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 480 ( 13%)
> ............................................................... 126 / 480 ( 26%)
> ............................................................... 189 / 480 ( 39%)
> ............................................................... 252 / 480 ( 52%)
> ............................................................... 315 / 480 ( 65%)
> ............................................................... 378 / 480 ( 78%)
> ............................................................... 441 / 480 ( 91%)
> ....................................... 480 / 480 (100%)
>
> Time: 00:00.959, Memory: 20.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 480[0m[30;43m, Assertions: 786[0m[30;43m, PHPUnit Deprecations: 53[0m[30;43m.[0m
>
> Running build/Symfony/Component/ExpressionLanguage tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 356 ( 17%)
> ............................................................... 126 / 356 ( 35%)
> ............................................................... 189 / 356 ( 53%)
> .............................................[33;1mR[0m................. 252 / 356 ( 70%)
> ............................................................... 315 / 356 ( 88%)
> ......................................... 356 / 356 (100%)
>
> Time: 00:00.522, Memory: 16.00 MB
>
> There was 1 risky test:
>
> 1) Symfony\Component\ExpressionLanguage\Tests\Node\BinaryNodeTest::testInOperatorStrictness
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/ExpressionLanguage/Tests/Node/BinaryNodeTest.php:244
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 356[0m[30;43m, Assertions: 419[0m[30;43m, PHPUnit Deprecations: 44[0m[30;43m, Risky: 1[0m[30;43m.[0m
>
> Running build/Symfony/Component/Stopwatch tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............[41;37mF[0m.................................... 49 / 49 (100%)
>
> Time: 00:01.987, Memory: 12.00 MB
>
> There was 1 failure:
>
> 1) Symfony\Component\Stopwatch\Tests\StopwatchEventTest::testStartTimeWhenStartedLater
> Failed asserting that 103 is equal to 101 or is less than 101.
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php:182
>
> [37;41mFAILURES![0m
> [37;41mTests: 49[0m[37;41m, Assertions: 78[0m[37;41m, Failures: 1[0m[37;41m, PHPUnit Deprecations: 6[0m[37;41m.[0m
> [41mKO[0m build/Symfony/Component/Stopwatch
>
> Running build/Symfony/Component/Routing tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ........................................[33;1mR[0m[33;1mR[0m[33;1mR[0m.................. 61 / 1154 ( 5%)
> ............................................................. 122 / 1154 ( 10%)
> ...............[33;1mR[0m[33;1mR[0m[33;1mR[0m........................................... 183 / 1154 ( 15%)
> ............................................................. 244 / 1154 ( 21%)
> ............................................................. 305 / 1154 ( 26%)
> ............................................................. 366 / 1154 ( 31%)
> ............................................................. 427 / 1154 ( 37%)
> ............................................................. 488 / 1154 ( 42%)
> ............................................................. 549 / 1154 ( 47%)
> ............................................................. 610 / 1154 ( 52%)
> ............................................................. 671 / 1154 ( 58%)
> ............................................................. 732 / 1154 ( 63%)
> ............................................................. 793 / 1154 ( 68%)
> ............................................................. 854 / 1154 ( 74%)
> ............................................................. 915 / 1154 ( 79%)
> ............................................................. 976 / 1154 ( 84%)
> ............................................................. 1037 / 1154 ( 89%)
> ............................................................. 1098 / 1154 ( 95%)
> ........................................................ 1154 / 1154 (100%)
>
> Time: 00:04.403, Memory: 38.00 MB
>
> There were 6 risky tests:
>
> 1) Symfony\Component\Routing\Tests\Generator\Dumper\CompiledUrlGeneratorDumperTest::testDeprecatedAlias
> * Test code or tested code did not remove its own error handlers
>
> * This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Routing/Tests/Generator/Dumper/CompiledUrlGeneratorDumperTest.php:348
>
> 2) Symfony\Component\Routing\Tests\Generator\Dumper\CompiledUrlGeneratorDumperTest::testDeprecatedAliasWithCustomMessage
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Routing/Tests/Generator/Dumper/CompiledUrlGeneratorDumperTest.php:366
>
> 3) Symfony\Component\Routing\Tests\Generator\Dumper\CompiledUrlGeneratorDumperTest::testTargettingADeprecatedAliasShouldTriggerDeprecation
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Routing/Tests/Generator/Dumper/CompiledUrlGeneratorDumperTest.php:384
>
> 4) Symfony\Component\Routing\Tests\Generator\UrlGeneratorTest::testDeprecatedAlias
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php:808
>
> 5) Symfony\Component\Routing\Tests\Generator\UrlGeneratorTest::testDeprecatedAliasWithCustomMessage
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php:823
>
> 6) Symfony\Component\Routing\Tests\Generator\UrlGeneratorTest::testTargettingADeprecatedAliasShouldTriggerDeprecation
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php:838
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 1154[0m[30;43m, Assertions: 2211[0m[30;43m, PHPUnit Deprecations: 49[0m[30;43m, Risky: 6[0m[30;43m.[0m
>
> Legacy deprecation notices (75)
>
> Running build/Symfony/Component/Notifier tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................. 61 / 1744 ( 3%)
> ............................................................. 122 / 1744 ( 6%)
> ............................................................. 183 / 1744 ( 10%)
> ............................................................. 244 / 1744 ( 13%)
> ............................................................. 305 / 1744 ( 17%)
> ............................................................. 366 / 1744 ( 20%)
> ............................................................. 427 / 1744 ( 24%)
> .................................[33;1mI[0m........................... 488 / 1744 ( 27%)
> ............................................................. 549 / 1744 ( 31%)
> ..............................................[36;1mS[0m[36;1mS[0m[36;1mS[0m............ 610 / 1744 ( 34%)
> ............................................................. 671 / 1744 ( 38%)
> ............................................................. 732 / 1744 ( 41%)
> ............................................................. 793 / 1744 ( 45%)
> ............................................................. 854 / 1744 ( 48%)
> ............................................................. 915 / 1744 ( 52%)
> ............................................................. 976 / 1744 ( 55%)
> ............................................................. 1037 / 1744 ( 59%)
> ............................................................. 1098 / 1744 ( 62%)
> ............................................................. 1159 / 1744 ( 66%)
> ............................................................. 1220 / 1744 ( 69%)
> ............................................................. 1281 / 1744 ( 73%)
> ............................................................. 1342 / 1744 ( 76%)
> ............................................................. 1403 / 1744 ( 80%)
> ............................................................. 1464 / 1744 ( 83%)
> ............................................................. 1525 / 1744 ( 87%)
> ............................................................. 1586 / 1744 ( 90%)
> ............................................................. 1647 / 1744 ( 94%)
> ............................................................. 1708 / 1744 ( 97%)
> .................................... 1744 / 1744 (100%)
>
> Time: 00:21.314, Memory: 42.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 1744[0m[30;43m, Assertions: 2831[0m[30;43m, PHPUnit Deprecations: 932[0m[30;43m, Skipped: 3[0m[30;43m, Incomplete: 1[0m[30;43m.[0m
>
> Legacy deprecation notices (2)
>
> Running build/Symfony/Component/Dotenv tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 143 ( 44%)
> ............................................................... 126 / 143 ( 88%)
> ................. 143 / 143 (100%)
>
> Time: 00:01.941, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 143[0m[30;43m, Assertions: 281[0m[30;43m, PHPUnit Deprecations: 15[0m[30;43m.[0m
>
> Running build/Symfony/Component/Scheduler tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 128 ( 49%)
> ............................................................... 126 / 128 ( 98%)
> .. 128 / 128 (100%)
>
> Time: 00:02.924, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 128[0m[30;43m, Assertions: 734[0m[30;43m, PHPUnit Deprecations: 9[0m[30;43m.[0m
>
> Running build/Symfony/Component/Cache tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 61 / 5380 ( 1%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 122 / 5380 ( 2%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m.............[36;1mS[0m...[36;1mS[0m.......................... 183 / 5380 ( 3%)
> ............................................................. 244 / 5380 ( 4%)
> .................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m................................ 305 / 5380 ( 5%)
> ............................................................. 366 / 5380 ( 6%)
> .................................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m................. 427 / 5380 ( 7%)
> ............................................................. 488 / 5380 ( 9%)
> ..................................................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m 549 / 5380 ( 10%)
> [36;1mS[0m.......[36;1mS[0m.................................................... 610 / 5380 ( 11%)
> ............................................................. 671 / 5380 ( 12%)
> .........[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m........................................ 732 / 5380 ( 13%)
> ............................................................. 793 / 5380 ( 14%)
> .....................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m................[36;1mS[0m...[36;1mS[0m 854 / 5380 ( 15%)
> ............................................................. 915 / 5380 ( 17%)
> ...........................................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m...... 976 / 5380 ( 18%)
> ............................................................. 1037 / 5380 ( 19%)
> ............................................................. 1098 / 5380 ( 20%)
> ......[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m...[36;1mS[0m[36;1mS[0m[36;1mS[0m.....[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 1159 / 5380 ( 21%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 1220 / 5380 ( 22%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.........[36;1mS[0m[36;1mS[0m[36;1mS[0m..[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.........................[36;1mS[0m[36;1mS[0m 1281 / 5380 ( 23%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 1342 / 5380 ( 24%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m..............[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m............. 1403 / 5380 ( 26%)
> ............................................................. 1464 / 5380 ( 27%)
> ................................................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m. 1525 / 5380 ( 28%)
> ............................................................. 1586 / 5380 ( 29%)
> ............................................................[36;1mS[0m 1647 / 5380 ( 30%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.............[36;1mS[0m...[36;1mS[0m................................ 1708 / 5380 ( 31%)
> ............................................................. 1769 / 5380 ( 32%)
> ...........[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m...................................... 1830 / 5380 ( 34%)
> ............................................................. 1891 / 5380 ( 35%)
> ........................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m...................... 1952 / 5380 ( 36%)
> ............................................................. 2013 / 5380 ( 37%)
> ........................................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m......... 2074 / 5380 ( 38%)
> ............................................................. 2135 / 5380 ( 39%)
> ............................................................. 2196 / 5380 ( 40%)
> .[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m................................................ 2257 / 5380 ( 41%)
> .................................[36;1mS[0m........................... 2318 / 5380 ( 43%)
> ............................................................. 2379 / 5380 ( 44%)
> ............................................................. 2440 / 5380 ( 45%)
> ............................................................. 2501 / 5380 ( 46%)
> ............................................................. 2562 / 5380 ( 47%)
> ............................................................. 2623 / 5380 ( 48%)
> ............................................................. 2684 / 5380 ( 49%)
> ..[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m
>
> Time: 15:26.823, Memory: 44.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 2700[0m[30;43m, Assertions: 3892[0m[30;43m, PHPUnit Deprecations: 87[0m[30;43m, Skipped: 552[0m[30;43m.[0m
>
> Running build/Symfony/Component/Translation tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 668 ( 9%)
> ............................................................... 126 / 668 ( 18%)
> ............................................................... 189 / 668 ( 28%)
> ............................................................... 252 / 668 ( 37%)
> ............................................................... 315 / 668 ( 47%)
> ............................................................... 378 / 668 ( 56%)
> ............................................................... 441 / 668 ( 66%)
> ............................................................... 504 / 668 ( 75%)
> ............................................................... 567 / 668 ( 84%)
> ............................................................... 630 / 668 ( 94%)
> ...................................... 668 / 668 (100%)
>
> Time: 00:06.290, Memory: 32.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 668[0m[30;43m, Assertions: 2130[0m[30;43m, PHPUnit Deprecations: 119[0m[30;43m.[0m
>
> Legacy deprecation notices (2)
>
> Running build/Symfony/Component/DependencyInjection tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................. 61 / 1509 ( 4%)
> ............................................................. 122 / 1509 ( 8%)
> .............[33;1mR[0m............................................... 183 / 1509 ( 12%)
> ............................................................. 244 / 1509 ( 16%)
> ............................................................. 305 / 1509 ( 20%)
> ............................................................. 366 / 1509 ( 24%)
> ............................................................. 427 / 1509 ( 28%)
> ............................................................. 488 / 1509 ( 32%)
> .................................................[33;1mR[0m[33;1mR[0m.......... 549 / 1509 ( 36%)
> .....................................[33;1mR[0m[33;1mR[0m...................... 610 / 1509 ( 40%)
> ............................................................. 671 / 1509 ( 44%)
> ........................................[33;1mR[0m.................... 732 / 1509 ( 48%)
> ............................................................. 793 / 1509 ( 52%)
> ............................................................. 854 / 1509 ( 56%)
> ...............................................[33;1mR[0m............. 915 / 1509 ( 60%)
> ............................................................. 976 / 1509 ( 64%)
> ............................................................. 1037 / 1509 ( 68%)
> ............................................................. 1098 / 1509 ( 72%)
> ............................................................. 1159 / 1509 ( 76%)
> ..........................................[36;1mS[0m..[36;1mS[0m...[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m..... 1220 / 1509 ( 80%)
> ..........[36;1mS[0m..[36;1mS[0m...[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m..................................... 1281 / 1509 ( 84%)
> ............................................................. 1342 / 1509 ( 88%)
> ............................................................. 1403 / 1509 ( 92%)
> ............................................................. 1464 / 1509 ( 97%)
> ........[33;1mR[0m...........[33;1mR[0m[33;1mR[0m[33;1mR[0m...................... 1509 / 1509 (100%)
>
> Time: 00:04.533, Memory: 38.00 MB
>
> There were 11 risky tests:
>
> 1) Symfony\Component\DependencyInjection\Tests\Compiler\AutowirePassTest::testSetterInjectionAnnotation
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php:711
>
> 2) Symfony\Component\DependencyInjection\Tests\Compiler\ResolveReferencesToAliasesPassTest::testDeprecationNoticeWhenReferencedByAlias
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php:91
>
> 3) Symfony\Component\DependencyInjection\Tests\Compiler\ResolveReferencesToAliasesPassTest::testDeprecationNoticeWhenReferencedByDefinition
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php:111
>
> 4) Symfony\Component\DependencyInjection\Tests\ContainerBuilderTest::testDeprecateParameter
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php:114
>
> 5) Symfony\Component\DependencyInjection\Tests\ContainerBuilderTest::testParameterDeprecationIsTrgiggeredWhenCompiled
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php:131
>
> 6) Symfony\Component\DependencyInjection\Tests\ContainerBuilderTest::testDirectlyAccessingDeprecatedPublicService
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php:1941
>
> 7) Symfony\Component\DependencyInjection\Tests\Dumper\PhpDumperTest::testDirectlyAccessingDeprecatedPublicService
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php:1786
>
> 8) Symfony\Component\DependencyInjection\Tests\ParameterBag\FrozenParameterBagTest::testGetDeprecated
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php:72
>
> 9) Symfony\Component\DependencyInjection\Tests\ParameterBag\ParameterBagTest::testDeprecate
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php:148
>
> 10) Symfony\Component\DependencyInjection\Tests\ParameterBag\ParameterBagTest::testDeprecateWithMessage
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php:164
>
> 11) Symfony\Component\DependencyInjection\Tests\ParameterBag\ParameterBagTest::testDeprecationIsTriggeredWhenResolved
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php:180
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 1509[0m[30;43m, Assertions: 3203[0m[30;43m, PHPUnit Deprecations: 102[0m[30;43m, Skipped: 16[0m[30;43m, Risky: 11[0m[30;43m.[0m
>
> Legacy deprecation notices (50)
>
> Other deprecation notices (1)
>
> Running build/Symfony/Component/DomCrawler tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 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.366, Memory: 18.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 546[0m[30;43m, Assertions: 1054[0m[30;43m, PHPUnit Deprecations: 32[0m[30;43m.[0m
>
> Running build/Symfony/Component/String tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> .........[36;1mS[0m................................................... 61 / 2302 ( 2%)
> ............................................................. 122 / 2302 ( 5%)
> ............................................................. 183 / 2302 ( 7%)
> ............................................................. 244 / 2302 ( 10%)
> ............................................................. 305 / 2302 ( 13%)
> ............................................................. 366 / 2302 ( 15%)
> ............................................................. 427 / 2302 ( 18%)
> ............................................................. 488 / 2302 ( 21%)
> ..........[36;1mS[0m.................................................. 549 / 2302 ( 23%)
> .........[36;1mS[0m................................................... 610 / 2302 ( 26%)
> ............................................................. 671 / 2302 ( 29%)
> ............................................................. 732 / 2302 ( 31%)
> ............................................................. 793 / 2302 ( 34%)
> ............................................................. 854 / 2302 ( 37%)
> ............................................................. 915 / 2302 ( 39%)
> ............................................................. 976 / 2302 ( 42%)
> ............................................................. 1037 / 2302 ( 45%)
> ............................................................. 1098 / 2302 ( 47%)
> ..................[36;1mS[0m.......................................... 1159 / 2302 ( 50%)
> ............................................................. 1220 / 2302 ( 52%)
> ............................................................. 1281 / 2302 ( 55%)
> ............................................................. 1342 / 2302 ( 58%)
> ............................................................. 1403 / 2302 ( 60%)
> ............................................................. 1464 / 2302 ( 63%)
> ............................................................. 1525 / 2302 ( 66%)
> ............................................................. 1586 / 2302 ( 68%)
> ..........................................................[36;1mS[0m.. 1647 / 2302 ( 71%)
> ...........................................................[36;1mS[0m. 1708 / 2302 ( 74%)
> ............................................................. 1769 / 2302 ( 76%)
> ............................................................. 1830 / 2302 ( 79%)
> ............................................................. 1891 / 2302 ( 82%)
> ............................................................. 1952 / 2302 ( 84%)
> ............................................................. 2013 / 2302 ( 87%)
> ............................................................. 2074 / 2302 ( 90%)
> ............................................................. 2135 / 2302 ( 92%)
> ............................................................. 2196 / 2302 ( 95%)
> ............................................................. 2257 / 2302 ( 98%)
> .....................................[36;1mS[0m....... 2302 / 2302 (100%)
>
> Time: 00:02.087, Memory: 24.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 2302[0m[30;43m, Assertions: 2732[0m[30;43m, PHPUnit Deprecations: 177[0m[30;43m, Skipped: 7[0m[30;43m.[0m
>
> Running build/Symfony/Component/BrowserKit tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 236 ( 26%)
> ............................................................... 126 / 236 ( 53%)
> ............................................................... 189 / 236 ( 80%)
> ............................................... 236 / 236 (100%)
>
> Time: 00:01.824, Memory: 18.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 236[0m[30;43m, Assertions: 632[0m[30;43m, PHPUnit Deprecations: 21[0m[30;43m.[0m
>
> Running build/Symfony/Component/Mailer tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 510 ( 12%)
> ............................................................... 126 / 510 ( 24%)
> ............................................................... 189 / 510 ( 37%)
> ............................................................... 252 / 510 ( 49%)
> ............................................................... 315 / 510 ( 61%)
> ............................................................... 378 / 510 ( 74%)
> .........................................................[36;1mS[0m[36;1mS[0m[36;1mS[0m... 441 / 510 ( 86%)
> ............................................................... 504 / 510 ( 98%)
> ...... 510 / 510 (100%)
>
> Time: 00:22.996, Memory: 28.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 510[0m[30;43m, Assertions: 1026[0m[30;43m, PHPUnit Deprecations: 176[0m[30;43m, Skipped: 3[0m[30;43m.[0m
>
> Legacy deprecation notices (11)
>
> Running build/Symfony/Component/Filesystem tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................[36;1mS[0m.................................. 63 / 802 ( 7%)
> ............................................................... 126 / 802 ( 15%)
> ..............[36;1mS[0m....................[36;1mS[0m........................... 189 / 802 ( 23%)
> ............................................................... 252 / 802 ( 31%)
> ............................................................... 315 / 802 ( 39%)
> ............................................................... 378 / 802 ( 47%)
> ............................................................... 441 / 802 ( 54%)
> ............................................................... 504 / 802 ( 62%)
> ............................................................... 567 / 802 ( 70%)
> ............................................................... 630 / 802 ( 78%)
> ............................................................... 693 / 802 ( 86%)
> ............................................................... 756 / 802 ( 94%)
> .............................................. 802 / 802 (100%)
>
> Time: 00:01.189, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 802[0m[30;43m, Assertions: 968[0m[30;43m, PHPUnit Deprecations: 22[0m[30;43m, Skipped: 3[0m[30;43m.[0m
>
> Running build/Symfony/Component/Uid tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 143 ( 44%)
> ............................................................... 126 / 143 ( 88%)
> ................. 143 / 143 (100%)
>
> Time: 00:00.884, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 143[0m[30;43m, Assertions: 345[0m[30;43m, PHPUnit Deprecations: 21[0m[30;43m.[0m
>
> Running build/Symfony/Component/Messenger tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ....[36;1mS[0m[36;1mS[0m..................................................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.. 63 / 687 ( 9%)
> ............................................................... 126 / 687 ( 18%)
> .................................[36;1mS[0m............................. 189 / 687 ( 27%)
> ....[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m................................................... 252 / 687 ( 36%)
> ..........[36;1mS[0m...[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m......[36;1mS[0m[36;1mS[0m..[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m... 315 / 687 ( 45%)
> ............................................................... 378 / 687 ( 55%)
> .......[33;1mR[0m....................................................... 441 / 687 ( 64%)
> ............................................................... 504 / 687 ( 73%)
> ............................................................... 567 / 687 ( 82%)
> ............................................................... 630 / 687 ( 91%)
> ......................................................... 687 / 687 (100%)
>
> Time: 03:08.272, Memory: 44.00 MB
>
> There was 1 risky test:
>
> 1) Symfony\Component\Messenger\Tests\DependencyInjection\MessengerPassTest::testGetClassesFromTheHandlerSubscriberInterface
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php:330
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 687[0m[30;43m, Assertions: 5381[0m[30;43m, PHPUnit Deprecations: 68[0m[30;43m, Skipped: 55[0m[30;43m, Risky: 1[0m[30;43m.[0m
>
> Legacy deprecation notices (9)
>
> Running build/Symfony/Component/Config tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 473 ( 13%)
> ............................................................... 126 / 473 ( 26%)
> ............................................................... 189 / 473 ( 39%)
> ............................................................... 252 / 473 ( 53%)
> ............................................................... 315 / 473 ( 66%)
> ....[36;1mS[0m[36;1mS[0m......................................................... 378 / 473 ( 79%)
> ............................................................... 441 / 473 ( 93%)
> ................................ 473 / 473 (100%)
>
> Time: 00:02.092, Memory: 20.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 473[0m[30;43m, Assertions: 746[0m[30;43m, PHPUnit Deprecations: 43[0m[30;43m, Skipped: 2[0m[30;43m.[0m
>
> Running build/Symfony/Component/Validator tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................. 61 / 4446 ( 1%)
> ............................................................. 122 / 4446 ( 2%)
> ............................................................. 183 / 4446 ( 4%)
> ............................................................. 244 / 4446 ( 5%)
> ............................................................. 305 / 4446 ( 6%)
> ............................................................. 366 / 4446 ( 8%)
> ............................................................. 427 / 4446 ( 9%)
> ............................................................. 488 / 4446 ( 10%)
> ............................................................. 549 / 4446 ( 12%)
> ............................................................. 610 / 4446 ( 13%)
> ............................................................. 671 / 4446 ( 15%)
> ............................................................. 732 / 4446 ( 16%)
> ............................................................. 793 / 4446 ( 17%)
> ............................................................. 854 / 4446 ( 19%)
> ............................................................. 915 / 4446 ( 20%)
> ............................................................. 976 / 4446 ( 21%)
> ............................................................. 1037 / 4446 ( 23%)
> ............................................................. 1098 / 4446 ( 24%)
> ............................................................. 1159 / 4446 ( 26%)
> ............................................................. 1220 / 4446 ( 27%)
> ............................................................. 1281 / 4446 ( 28%)
> ........................................................[33;1mR[0m.... 1342 / 4446 ( 30%)
> ............................................................. 1403 / 4446 ( 31%)
> ............................................................. 1464 / 4446 ( 32%)
> ............................................................. 1525 / 4446 ( 34%)
> ............................................................. 1586 / 4446 ( 35%)
> ............................................................. 1647 / 4446 ( 37%)
> ............................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m..........[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m........ 1708 / 4446 ( 38%)
> ............................................................. 1769 / 4446 ( 39%)
> ............................................................. 1830 / 4446 ( 41%)
> ............................................................. 1891 / 4446 ( 42%)
> ............................................................. 1952 / 4446 ( 43%)
> ............................................................. 2013 / 4446 ( 45%)
> ............................................................. 2074 / 4446 ( 46%)
> ............................................................. 2135 / 4446 ( 48%)
> ............................................................. 2196 / 4446 ( 49%)
> ............................................................. 2257 / 4446 ( 50%)
> ............................................................. 2318 / 4446 ( 52%)
> ............................................................. 2379 / 4446 ( 53%)
> ............................................................. 2440 / 4446 ( 54%)
> ............................................................. 2501 / 4446 ( 56%)
> ............................................................. 2562 / 4446 ( 57%)
> ............................................................. 2623 / 4446 ( 58%)
> ............................................................. 2684 / 4446 ( 60%)
> ............................................................. 2745 / 4446 ( 61%)
> ............................................................[36;1mS[0m 2806 / 4446 ( 63%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m..........[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m................................. 2867 / 4446 ( 64%)
> ............................................................. 2928 / 4446 ( 65%)
> ............................................................. 2989 / 4446 ( 67%)
> ............................................................. 3050 / 4446 ( 68%)
> ............................................................. 3111 / 4446 ( 69%)
> ............................................................. 3172 / 4446 ( 71%)
> ............................................................. 3233 / 4446 ( 72%)
> ............................................................. 3294 / 4446 ( 74%)
> ............................................................. 3355 / 4446 ( 75%)
> .............................................[36;1mS[0m............... 3416 / 4446 ( 76%)
> ............................................................. 3477 / 4446 ( 78%)
> ............................................................. 3538 / 4446 ( 79%)
> ............................................................. 3599 / 4446 ( 80%)
> ............................................................. 3660 / 4446 ( 82%)
> ............................................................. 3721 / 4446 ( 83%)
> ............................................................. 3782 / 4446 ( 85%)
> ............................................................. 3843 / 4446 ( 86%)
> ............................................................. 3904 / 4446 ( 87%)
> ............................................................. 3965 / 4446 ( 89%)
> ............................................................. 4026 / 4446 ( 90%)
> ............................................................. 4087 / 4446 ( 91%)
> ............................................................. 4148 / 4446 ( 93%)
> ............................................................. 4209 / 4446 ( 94%)
> ............................................................. 4270 / 4446 ( 96%)
> ............................................................. 4331 / 4446 ( 97%)
> ............................................................. 4392 / 4446 ( 98%)
> ...................................................... 4446 / 4446 (100%)
>
> Time: 00:06.370, Memory: 54.00 MB
>
> There was 1 risky test:
>
> 1) Symfony\Component\Validator\Tests\Constraints\EmailValidatorTest::testModeLoose
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php:312
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 4446[0m[30;43m, Assertions: 8049[0m[30;43m, PHPUnit Deprecations: 437[0m[30;43m, Skipped: 35[0m[30;43m, Risky: 1[0m[30;43m.[0m
>
> Legacy deprecation notices (66)
>
> Running build/Symfony/Component/OptionsResolver tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 246 ( 25%)
> ............................................................... 126 / 246 ( 51%)
> ............................................................... 189 / 246 ( 76%)
> ......................................................... 246 / 246 (100%)
>
> Time: 00:00.145, Memory: 14.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 246[0m[30;43m, Assertions: 371[0m[30;43m, PHPUnit Deprecations: 4[0m[30;43m.[0m
>
> Running build/Symfony/Component/Webhook tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> . 1 / 1 (100%)
>
> Time: 00:00.034, Memory: 12.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 1[0m[30;43m, Assertions: 1[0m[30;43m, PHPUnit Deprecations: 1[0m[30;43m.[0m
>
> Running build/Symfony/Component/Process tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> .......[36;1mS[0m.[36;1mS[0m..................................................... 63 / 173 ( 36%)
> ............................................................... 126 / 173 ( 72%)
> ............................................... 173 / 173 (100%)
>
> Time: 00:20.110, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 173[0m[30;43m, Assertions: 299[0m[30;43m, PHPUnit Deprecations: 37[0m[30;43m, Skipped: 2[0m[30;43m.[0m
>
> Running build/Symfony/Component/EventDispatcher tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 127 ( 49%)
> ............................................................... 126 / 127 ( 99%)
> . 127 / 127 (100%)
>
> Time: 00:00.180, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 127[0m[30;43m, Assertions: 275[0m[30;43m, PHPUnit Deprecations: 2[0m[30;43m.[0m
>
> Running build/Symfony/Component/Intl tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 385 ( 16%)
> ............................................................... 126 / 385 ( 32%)
> ............................................................... 189 / 385 ( 49%)
> ............................................................... 252 / 385 ( 65%)
> ....................................[33;1mD[0m[33;1mD[0m......................... 315 / 385 ( 81%)
> ............................................................... 378 / 385 ( 98%)
> ....... 385 / 385 (100%)
>
> Time: 00:02.753, Memory: 118.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 385[0m[30;43m, Assertions: 537[0m[30;43m, PHPUnit Deprecations: 67[0m[30;43m.[0m
>
> Running build/Symfony/Component/PropertyAccess tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 472 ( 13%)
> ............................................................... 126 / 472 ( 26%)
> ............................................................... 189 / 472 ( 40%)
> ............................................................... 252 / 472 ( 53%)
> ............................................................... 315 / 472 ( 66%)
> ............................................................... 378 / 472 ( 80%)
> ............................................................... 441 / 472 ( 93%)
> ............................... 472 / 472 (100%)
>
> Time: 00:00.295, Memory: 18.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 472[0m[30;43m, Assertions: 548[0m[30;43m, PHPUnit Deprecations: 49[0m[30;43m.[0m
>
> Running build/Symfony/Component/HttpFoundation tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................. 61 / 1528 ( 3%)
> ............................................................. 122 / 1528 ( 7%)
> ............................................................. 183 / 1528 ( 11%)
> ............................................................. 244 / 1528 ( 15%)
> ..................................[33;1mR[0m.......................... 305 / 1528 ( 19%)
> ........................[36;1mS[0m.................................... 366 / 1528 ( 23%)
> ............................................................. 427 / 1528 ( 27%)
> ............................................................. 488 / 1528 ( 31%)
> ............................................................. 549 / 1528 ( 35%)
> ............................................................. 610 / 1528 ( 39%)
> ............................................................. 671 / 1528 ( 43%)
> ............................................................. 732 / 1528 ( 47%)
> ............................................................. 793 / 1528 ( 51%)
> .......................................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m............... 854 / 1528 ( 55%)
> ............................................................. 915 / 1528 ( 59%)
> ............................................................. 976 / 1528 ( 63%)
> ............................................................. 1037 / 1528 ( 67%)
> ............................................................. 1098 / 1528 ( 71%)
> ................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.................................[36;1mS[0m[36;1mS[0m[36;1mS[0m 1159 / 1528 ( 75%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m...........................................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 1220 / 1528 ( 79%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 1281 / 1528 ( 83%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m.......................................................... 1342 / 1528 ( 87%)
> ............................................................. 1403 / 1528 ( 91%)
> ............................................................[33;1mD[0m 1464 / 1528 ( 95%)
> ................................................
>
> Time: 00:18.701, Memory: 30.00 MB
>
> There was 1 risky test:
>
> 1) Symfony\Component\HttpFoundation\Tests\InputBagTest::testGetIntError
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/HttpFoundation/Tests/InputBagTest.php:45
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 1512[0m[30;43m, Assertions: 2937[0m[30;43m, PHPUnit Deprecations: 269[0m[30;43m, Skipped: 103[0m[30;43m, Risky: 1[0m[30;43m.[0m
>
> Legacy deprecation notices (7)
>
> Running build/Symfony/Component/Semaphore tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ..................
>
> Time: 00:02.047, Memory: 14.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 18[0m[30;43m, Assertions: 62[0m[30;43m, PHPUnit Deprecations: 7[0m[30;43m, Skipped: 5[0m[30;43m.[0m
>
> Running build/Symfony/Component/Asset tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 103 ( 61%)
> ........................................ 103 / 103 (100%)
>
> Time: 00:00.070, Memory: 14.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 103[0m[30;43m, Assertions: 114[0m[30;43m, PHPUnit Deprecations: 14[0m[30;43m.[0m
>
> Running build/Symfony/Component/Clock tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ................................ 32 / 32 (100%)
>
> Time: 00:03.163, Memory: 12.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 32[0m[30;43m, Assertions: 98[0m[30;43m, PHPUnit Deprecations: 4[0m[30;43m.[0m
>
> Running build/Symfony/Component/Ldap tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> .[36;1mS[0m[36;1mS[0m......[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m............................... 49 / 49 (100%)
>
> Time: 00:00.075, Memory: 14.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 49[0m[30;43m, Assertions: 142[0m[30;43m, PHPUnit Deprecations: 24[0m[30;43m, Skipped: 11[0m[30;43m.[0m
>
> Legacy deprecation notices (4)
>
> Running build/Symfony/Component/Finder tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ..............................................[33;1mI[0m................ 63 / 689 ( 9%)
> ............................................................... 126 / 689 ( 18%)
> ............................................................... 189 / 689 ( 27%)
> ............................................................... 252 / 689 ( 36%)
> ............................................................... 315 / 689 ( 45%)
> ............................................................... 378 / 689 ( 54%)
> ............................................................... 441 / 689 ( 64%)
> ............................................................... 504 / 689 ( 73%)
> ............................................................... 567 / 689 ( 82%)
> ............................................................... 630 / 689 ( 91%)
> ........................................................... 689 / 689 (100%)
>
> Time: 00:04.862, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 689[0m[30;43m, Assertions: 4161[0m[30;43m, PHPUnit Deprecations: 27[0m[30;43m, Incomplete: 1[0m[30;43m.[0m
>
> Running build/Symfony/Component/Form tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................. 61 / 4690 ( 1%)
> ............................................................. 122 / 4690 ( 2%)
> ............................................................. 183 / 4690 ( 3%)
> ............................................................. 244 / 4690 ( 5%)
> ............................................................. 305 / 4690 ( 6%)
> ............................................................. 366 / 4690 ( 7%)
> ............................................................. 427 / 4690 ( 9%)
> ............................................................. 488 / 4690 ( 10%)
> ..............................................[33;1mI[0m.............. 549 / 4690 ( 11%)
> ..............[36;1mS[0m.............................................. 610 / 4690 ( 13%)
> ............................................................. 671 / 4690 ( 14%)
> ............................................................. 732 / 4690 ( 15%)
> ............................................................. 793 / 4690 ( 16%)
> ............................................................. 854 / 4690 ( 18%)
> ............................................................. 915 / 4690 ( 19%)
> ............................................................. 976 / 4690 ( 20%)
> ............................................................. 1037 / 4690 ( 22%)
> ............................................................. 1098 / 4690 ( 23%)
> ............................................................. 1159 / 4690 ( 24%)
> ............................................................. 1220 / 4690 ( 26%)
> ............................................................. 1281 / 4690 ( 27%)
> ............................................................. 1342 / 4690 ( 28%)
> ...........................[33;1mR[0m[33;1mR[0m................................ 1403 / 4690 ( 29%)
> ............................................................. 1464 / 4690 ( 31%)
> ............................................................. 1525 / 4690 ( 32%)
> ............................................................. 1586 / 4690 ( 33%)
> ............................................................. 1647 / 4690 ( 35%)
> ............................................................. 1708 / 4690 ( 36%)
> ............................................................. 1769 / 4690 ( 37%)
> ............................................................. 1830 / 4690 ( 39%)
> ............................................................[33;1mR[0m 1891 / 4690 ( 40%)
> [33;1mR[0m............................................................ 1952 / 4690 ( 41%)
> ....................................[33;1mR[0m[33;1mR[0m....................... 2013 / 4690 ( 42%)
> ............................................................. 2074 / 4690 ( 44%)
> ............................................................. 2135 / 4690 ( 45%)
> ............................................................. 2196 / 4690 ( 46%)
> ............................................................. 2257 / 4690 ( 48%)
> ............................................................. 2318 / 4690 ( 49%)
> ............................................................. 2379 / 4690 ( 50%)
> ............................................................. 2440 / 4690 ( 52%)
> ............................................................. 2501 / 4690 ( 53%)
> ........[33;1mI[0m[33;1mI[0m[33;1mI[0m[33;1mI[0m[33;1mI[0m[33;1mI[0m[33;1mI[0m.....................................[33;1mR[0m[33;1mR[0m....... 2562 / 4690 ( 54%)
> .................[36;1mS[0m[36;1mS[0m.......................................... 2623 / 4690 ( 55%)
> ............................................................. 2684 / 4690 ( 57%)
> ............................................................. 2745 / 4690 ( 58%)
> ............................................................. 2806 / 4690 ( 59%)
> ............................................................. 2867 / 4690 ( 61%)
> ............................................................. 2928 / 4690 ( 62%)
> ............................................................. 2989 / 4690 ( 63%)
> ............................................................. 3050 / 4690 ( 65%)
> ............................................................. 3111 / 4690 ( 66%)
> ............................................................. 3172 / 4690 ( 67%)
> ............................................................. 3233 / 4690 ( 68%)
> ............................................................. 3294 / 4690 ( 70%)
> ............................................................. 3355 / 4690 ( 71%)
> ............................................................. 3416 / 4690 ( 72%)
> ............................................................. 3477 / 4690 ( 74%)
> ............................................................. 3538 / 4690 ( 75%)
> ............................................................. 3599 / 4690 ( 76%)
> ............................................................. 3660 / 4690 ( 78%)
> ............................................................. 3721 / 4690 ( 79%)
> ............................................................. 3782 / 4690 ( 80%)
> ............................................................. 3843 / 4690 ( 81%)
> ............................................................. 3904 / 4690 ( 83%)
> ............................................................. 3965 / 4690 ( 84%)
> ............................................................. 4026 / 4690 ( 85%)
> ............................................................. 4087 / 4690 ( 87%)
> ............................................................. 4148 / 4690 ( 88%)
> ............................................................. 4209 / 4690 ( 89%)
> ............................................................. 4270 / 4690 ( 91%)
> ............................................................. 4331 / 4690 ( 92%)
> ............................................................. 4392 / 4690 ( 93%)
> ............................................................. 4453 / 4690 ( 94%)
> ............................................................. 4514 / 4690 ( 96%)
> ............................................................. 4575 / 4690 ( 97%)
> ............................................................. 4636 / 4690 ( 98%)
> ...................................................... 4690 / 4690 (100%)
>
> Time: 00:07.555, Memory: 76.00 MB
>
> There were 8 risky tests:
>
> 1) Symfony\Component\Form\Tests\Extension\Core\Type\BirthdayTypeTest::testDateTimeInputTimezoneNotMatchingModelTimezone
> * Test code or tested code did not remove its own error handlers
>
> * This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:1143
>
> 2) Symfony\Component\Form\Tests\Extension\Core\Type\BirthdayTypeTest::testDateTimeImmutableInputTimezoneNotMatchingModelTimezone
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:1157
>
> 3) Symfony\Component\Form\Tests\Extension\Core\Type\DateTimeTypeTest::testDateTimeInputTimezoneNotMatchingModelTimezone
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Form/Tests/Extension/Core/Type/DateTimeTypeTest.php:758
>
> 4) Symfony\Component\Form\Tests\Extension\Core\Type\DateTimeTypeTest::testDateTimeImmutableInputTimezoneNotMatchingModelTimezone
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Form/Tests/Extension/Core/Type/DateTimeTypeTest.php:772
>
> 5) Symfony\Component\Form\Tests\Extension\Core\Type\DateTypeTest::testDateTimeInputTimezoneNotMatchingModelTimezone
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:1143
>
> 6) Symfony\Component\Form\Tests\Extension\Core\Type\DateTypeTest::testDateTimeImmutableInputTimezoneNotMatchingModelTimezone
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php:1157
>
> 7) Symfony\Component\Form\Tests\Extension\Core\Type\TimeTypeTest::testDateTimeInputTimezoneNotMatchingModelTimezone
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php:1170
>
> 8) Symfony\Component\Form\Tests\Extension\Core\Type\TimeTypeTest::testDateTimeImmutableInputTimezoneNotMatchingModelTimezone
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php:1184
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 4690[0m[30;43m, Assertions: 9853[0m[30;43m, PHPUnit Deprecations: 221[0m[30;43m, Skipped: 3[0m[30;43m, Incomplete: 8[0m[30;43m, Risky: 8[0m[30;43m.[0m
>
> Legacy deprecation notices (14)
>
> Running build/Symfony/Component/Console tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................. 61 / 1211 ( 5%)
> ............................................................. 122 / 1211 ( 10%)
> ............................................[33;1mR[0m................ 183 / 1211 ( 15%)
> .....[36;1mS[0m....................................................... 244 / 1211 ( 20%)
> ..............................[36;1mS[0m.............................. 305 / 1211 ( 25%)
> ............................................................. 366 / 1211 ( 30%)
> ............................................................. 427 / 1211 ( 35%)
> ...............................[36;1mS[0m............................. 488 / 1211 ( 40%)
> ............................................................. 549 / 1211 ( 45%)
> ............................................................. 610 / 1211 ( 50%)
> ............................................................. 671 / 1211 ( 55%)
> ............................................................. 732 / 1211 ( 60%)
> ............................................................. 793 / 1211 ( 65%)
> ............................................................. 854 / 1211 ( 70%)
> ............................................................. 915 / 1211 ( 75%)
> ............................................................. 976 / 1211 ( 80%)
> ............................................................. 1037 / 1211 ( 85%)
> ............................................................. 1098 / 1211 ( 90%)
> ............................................................. 1159 / 1211 ( 95%)
> .............[36;1mS[0m...................................... 1211 / 1211 (100%)
>
> Time: 00:48.286, Memory: 34.00 MB
>
> There was 1 risky test:
>
> 1) Symfony\Component\Console\Tests\Command\CommandTest::testDefaultNameProperty
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Component/Console/Tests/Command/CommandTest.php:447
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 1211[0m[30;43m, Assertions: 2091[0m[30;43m, PHPUnit Deprecations: 115[0m[30;43m, Skipped: 4[0m[30;43m, Risky: 1[0m[30;43m.[0m
>
> Legacy deprecation notices (3)
>
> Running build/Symfony/Component/ErrorHandler tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> .[36;1mS[0m.[36;1mS[0m...[36;1mS[0m.........[36;1mS[0m..............[36;1mS[0m.............................. 63 / 118 ( 53%)
> ....................................................... 118 / 118 (100%)
>
> Time: 00:01.740, Memory: 18.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 118[0m[30;43m, Assertions: 370[0m[30;43m, PHPUnit Deprecations: 31[0m[30;43m, Skipped: 5[0m[30;43m.[0m
>
> Running build/Symfony/Component/RemoteEvent tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> . 1 / 1 (100%)
>
> Time: 00:00.029, Memory: 12.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 1[0m[30;43m, Assertions: 1[0m[30;43m, PHPUnit Deprecations: 1[0m[30;43m.[0m
>
> Running build/Symfony/Component/WebLink tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ................. 17 / 17 (100%)
>
> Time: 00:00.030, Memory: 14.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 17[0m[30;43m, Assertions: 27[0m[30;43m, PHPUnit Deprecations: 3[0m[30;43m.[0m
>
> Running build/Symfony/Component/Lock tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ..........................................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m............[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m 63 / 381 ( 16%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m..[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.....[36;1mS[0m...[36;1mS[0m............................... 126 / 381 ( 33%)
> .......[36;1mS[0m[36;1mS[0m.....[36;1mS[0m....[36;1mS[0m....[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m........................ 189 / 381 ( 49%)
> ..................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m.............................. 252 / 381 ( 66%)
> ..................................
>
> Time: 00:17.786, Memory: 26.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 286[0m[30;43m, Assertions: 500[0m[30;43m, PHPUnit Deprecations: 42[0m[30;43m, Skipped: 71[0m[30;43m.[0m
>
> Running build/Symfony/Bundle/TwigBundle tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ........................................ 40 / 40 (100%)
>
> Time: 00:00.931, Memory: 34.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 40[0m[30;43m, Assertions: 155[0m[30;43m, PHPUnit Deprecations: 8[0m[30;43m.[0m
>
> Running build/Symfony/Bundle/FrameworkBundle tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> [33;1mR[0m............................................................ 61 / 1180 ( 5%)
> ............................................................. 122 / 1180 ( 10%)
> ............................................................. 183 / 1180 ( 15%)
> ............................................................. 244 / 1180 ( 20%)
> ............................................................. 305 / 1180 ( 25%)
> ............................................................. 366 / 1180 ( 31%)
> ............................................................. 427 / 1180 ( 36%)
> ............................................................. 488 / 1180 ( 41%)
> ............................................................[36;1mS[0m 549 / 1180 ( 46%)
> ............................................................. 610 / 1180 ( 51%)
> ............................................................. 671 / 1180 ( 56%)
> ................................[36;1mS[0m............................ 732 / 1180 ( 62%)
> ............................................................. 793 / 1180 ( 67%)
> ................................................[36;1mS[0m[36;1mS[0m........... 854 / 1180 ( 72%)
> [36;1mS[0m............................................................ 915 / 1180 ( 77%)
> ............................................................. 976 / 1180 ( 82%)
> ........................................[36;1mS[0m[36;1mS[0m................... 1037 / 1180 ( 87%)
> ............................................................. 1098 / 1180 ( 93%)
> ............................................................. 1159 / 1180 ( 98%)
> ..................... 1180 / 1180 (100%)
>
> Time: 00:24.632, Memory: 222.50 MB
>
> There was 1 risky test:
>
> 1) Symfony\Bundle\FrameworkBundle\Tests\CacheWarmer\AnnotationsCacheWarmerTest::testAnnotationsCacheWarmerWithDebugDisabled
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/AnnotationsCacheWarmerTest.php:50
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 1180[0m[30;43m, Assertions: 4132[0m[30;43m, PHPUnit Deprecations: 173[0m[30;43m, Skipped: 7[0m[30;43m, Risky: 1[0m[30;43m.[0m
>
> Legacy deprecation notices (47)
>
> Running build/Symfony/Bundle/SecurityBundle tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 346 ( 18%)
> ..........................[33;1mR[0m.................................[33;1mR[0m.. 126 / 346 ( 36%)
> ................................................[36;1mS[0m.............. 189 / 346 ( 54%)
> ............................................................... 252 / 346 ( 72%)
> ............................................................... 315 / 346 ( 91%)
> ............................... 346 / 346 (100%)
>
> Time: 00:26.979, Memory: 120.50 MB
>
> There were 2 risky tests:
>
> 1) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\Security\Factory\AbstractFactoryTest::testRequirePreviousSessionOptionLegacy
> * Test code or tested code did not remove its own error handlers
>
> * This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php:117
>
> 2) Symfony\Bundle\SecurityBundle\Tests\DependencyInjection\SecurityExtensionTest::testFirewallWithNoUserProviderTriggerDeprecation
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php:484
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 346[0m[30;43m, Assertions: 1116[0m[30;43m, PHPUnit Deprecations: 57[0m[30;43m, Skipped: 1[0m[30;43m, Risky: 2[0m[30;43m.[0m
>
> Legacy deprecation notices (3)
>
> Running build/Symfony/Bundle/DebugBundle tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> .......... 10 / 10 (100%)
>
> Time: 00:00.079, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 10[0m[30;43m, Assertions: 25[0m[30;43m, PHPUnit Deprecations: 2[0m[30;43m.[0m
>
> Running build/Symfony/Bundle/WebProfilerBundle tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................... 63 / 137 ( 45%)
> ............................................................... 126 / 137 ( 91%)
> ........... 137 / 137 (100%)
>
> Time: 00:03.884, Memory: 50.50 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 137[0m[30;43m, Assertions: 441[0m[30;43m, PHPUnit Deprecations: 25[0m[30;43m.[0m
>
> Running build/Symfony/Bridge/PhpUnit tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> .....................................[36;1mS[0m[36;1mS[0m[36;1mS[0m[36;1mS[0m............[36;1mS[0m......... 63 / 116 ( 54%)
> [36;1mS[0m[36;1mS[0m[36;1mS[0m....................................[33;1mR[0m[33;1mR[0m[33;1mR[0m[33;1mR[0m[33;1mR[0m[33;1mR[0m[33;1mR[0m[36;1mS[0m....[36;1mS[0m. 116 / 116 (100%)
>
> Time: 00:05.445, Memory: 16.00 MB
>
> There were 7 risky tests:
>
> 1) Symfony\Bridge\PhpUnit\Tests\ExpectDeprecationTraitTest::testOne
> * Test code or tested code did not remove its own error handlers
>
> * This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php:26
>
> 2) Symfony\Bridge\PhpUnit\Tests\ExpectDeprecationTraitTest::testOneInIsolation
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php:39
>
> 3) Symfony\Bridge\PhpUnit\Tests\ExpectDeprecationTraitTest::testMany
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php:50
>
> 4) Symfony\Bridge\PhpUnit\Tests\ExpectDeprecationTraitTest::testOneWithAnnotation
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php:65
>
> 5) Symfony\Bridge\PhpUnit\Tests\ExpectDeprecationTraitTest::testManyWithAnnotation
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php:80
>
> 6) Symfony\Bridge\PhpUnit\Tests\ExpectedDeprecationAnnotationTest::testOne
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php:25
>
> 7) Symfony\Bridge\PhpUnit\Tests\ExpectedDeprecationAnnotationTest::testMany
> This test did not perform any assertions
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php:38
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 116[0m[30;43m, Assertions: 285[0m[30;43m, PHPUnit Deprecations: 31[0m[30;43m, Skipped: 10[0m[30;43m, Risky: 7[0m[30;43m.[0m
>
> Legacy deprecation notices (11)
> PHP Warning: Undefined variable $vendorDir in /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 40
> PHP Warning: Undefined variable $vendorDir in /build/reproducible-path/symfony-6.4.20+dfsg/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 /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 42
> PHP Warning: Undefined variable $vendorDir in /build/reproducible-path/symfony-6.4.20+dfsg/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 /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 43
> PHP Warning: Undefined variable $vendorDir in /build/reproducible-path/symfony-6.4.20+dfsg/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 /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 44
> PHP Warning: foreach() argument must be of type array|object, null given in /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 294
> PHP Warning: Undefined variable $vendorDir in /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 40
> PHP Warning: Undefined variable $vendorDir in /build/reproducible-path/symfony-6.4.20+dfsg/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 /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 42
> PHP Warning: Undefined variable $vendorDir in /build/reproducible-path/symfony-6.4.20+dfsg/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 /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 43
> PHP Warning: Undefined variable $vendorDir in /build/reproducible-path/symfony-6.4.20+dfsg/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 /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 44
> PHP Warning: rmdir(/myfakevendor): No such file or directory in /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php on line 269
>
> Running build/Symfony/Bridge/PsrHttpMessage tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ...................................... 38 / 38 (100%)
>
> Time: 00:00.529, Memory: 32.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 38[0m[30;43m, Assertions: 260[0m[30;43m, PHPUnit Deprecations: 5[0m[30;43m.[0m
>
> Running build/Symfony/Bridge/Twig tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............................................................. 61 / 1744 ( 3%)
> ............................................................. 122 / 1744 ( 6%)
> ..............................................[36;1mS[0m.............. 183 / 1744 ( 10%)
> ............................................................. 244 / 1744 ( 13%)
> ............................................................. 305 / 1744 ( 17%)
> .............................................[36;1mS[0m............... 366 / 1744 ( 20%)
> ............................................................. 427 / 1744 ( 24%)
> ........................................................[36;1mS[0m.... 488 / 1744 ( 27%)
> ............................................................. 549 / 1744 ( 31%)
> ............................................................. 610 / 1744 ( 34%)
> ....................................................[36;1mS[0m........ 671 / 1744 ( 38%)
> ............................................................. 732 / 1744 ( 41%)
> ............................................................. 793 / 1744 ( 45%)
> ...................[36;1mS[0m......................................... 854 / 1744 ( 48%)
> ......................[36;1mS[0m..[36;1mS[0m........................[36;1mS[0m[36;1mS[0m......... 915 / 1744 ( 52%)
> ............................................................. 976 / 1744 ( 55%)
> ..................[36;1mS[0m.......................................... 1037 / 1744 ( 59%)
> ...............................[36;1mS[0m..[36;1mS[0m.......................... 1098 / 1744 ( 62%)
> [36;1mS[0m.[36;1mS[0m.......................................................... 1159 / 1744 ( 66%)
> ............................................................. 1220 / 1744 ( 69%)
> ............................................................. 1281 / 1744 ( 73%)
> ............................................................. 1342 / 1744 ( 76%)
> ............................................................. 1403 / 1744 ( 80%)
> ............................................................. 1464 / 1744 ( 83%)
> ............................................................. 1525 / 1744 ( 87%)
> ............................................................. 1586 / 1744 ( 90%)
> ............................................................. 1647 / 1744 ( 94%)
> ............................................................. 1708 / 1744 ( 97%)
> .................................... 1744 / 1744 (100%)
>
> Time: 00:05.884, Memory: 56.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 1744[0m[30;43m, Assertions: 2029[0m[30;43m, PHPUnit Deprecations: 52[0m[30;43m, Skipped: 14[0m[30;43m.[0m
>
> Legacy deprecation notices (1)
>
> Running build/Symfony/Bridge/ProxyManager tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ............... 15 / 15 (100%)
>
> Time: 00:00.111, Memory: 16.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 15[0m[30;43m, Assertions: 44[0m[30;43m, PHPUnit Deprecations: 7[0m[30;43m.[0m
>
> Legacy deprecation notices (2)
>
> Running build/Symfony/Bridge/Doctrine tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ....................[33;1mR[0m.......................................... 63 / 433 ( 14%)
> ............................................................... 126 / 433 ( 29%)
> ............................................................... 189 / 433 ( 43%)
> ............................................................... 252 / 433 ( 58%)
> .................................[36;1mS[0m[36;1mS[0m............................ 315 / 433 ( 72%)
> ............................................................... 378 / 433 ( 87%)
> ............
>
> Time: 00:02.185, Memory: 56.00 MB
>
> There was 1 risky test:
>
> 1) Symfony\Bridge\Doctrine\Tests\ContainerAwareEventManagerTest::testDispatchEventRespectOrderWithSubscribers
> Test code or tested code did not remove its own error handlers
>
> /build/reproducible-path/symfony-6.4.20+dfsg/build/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php:46
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 390[0m[30;43m, Assertions: 1284[0m[30;43m, PHPUnit Deprecations: 57[0m[30;43m, Skipped: 5[0m[30;43m, Risky: 1[0m[30;43m.[0m
>
> Legacy deprecation notices (21)
>
> Running build/Symfony/Bridge/Monolog tests
> PHPUnit 11.5.18 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.4.6
> Configuration: /build/reproducible-path/symfony-6.4.20+dfsg/phpunit.xml.dist
>
> ................................................................. 65 / 86 ( 75%)
> ..................... 86 / 86 (100%)
>
> Time: 00:00.315, Memory: 20.00 MB
>
> [30;43mOK, but there were issues![0m
> [30;43mTests: 86[0m[30;43m, Assertions: 212[0m[30;43m, PHPUnit Deprecations: 6[0m[30;43m.[0m
>
> Legacy deprecation notices (1)
> make[1]: *** [debian/rules:108: override_dh_auto_test] Error 1 shuffle=reverse
The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/symfony_6.4.20+dfsg-2_unstable_reverse.log
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
More information about the pkg-php-pear
mailing list