Hi, On 13/05/2025 21:16, Lucas Nussbaum wrote:
Source: symfony Version: 6.4.20+dfsg-2 Severity: minor Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-shuffle
The warning in the bug title is not the real clue (it’s “just” a warning). The actual failure comes from this test.
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
Yet I disabled it for 6.4.20+dfsg-2. https://salsa.debian.org/php-team/pear/symfony/-/commit/5539893aeba9ff3fb8f2a1469cc6eddcb93a5a2c#632b5abf867394716540d54318681c77afe0bfde_0_22 So it seems that $this->markTestSkipped is not enough to skip the test… Regards, taffit