Source: awl Version: 0.64-1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: pkg-php-p...@lists.alioth.debian.org Usertags: phpunit
Hi, We will start the phpunit 10 transition in unstable soon. During a test rebuild, awl was found to FTBFS. To reproduce this locally, you need to install the phpunit 10 package (and any other dependency, which should also be available) from experimental on an unstable system or build chroot. Relevant part (hopefully): > dh_auto_test > make -j1 test > make[1]: Entering directory '/<<PKGBUILDDIR>>' > # simple php syntax check > OK (Syntax checked) > # run phpunit tests > PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:./vendor/bin/ > phpunit tests/ > PHPUnit 10.2.2 by Sebastian Bergmann and contributors. > > Runtime: PHP 8.2.7 > > R. 2 / 2 > (100%) > > Time: 00:00.003, Memory: 6.00 MB > > There were 2 PHPUnit test runner warnings: > > 1) Class myComponentTest cannot be found in > /<<PKGBUILDDIR>>/tests/myComponentTest.php > > 2) Class myPropertyTest cannot be found in > /<<PKGBUILDDIR>>/tests/myPropertyTest.php > > -- > > There was 1 risky test: > > 1) myCalendarTest::test1 > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/myCalendarTest.php:27 > > WARNINGS! > Tests: 2, Assertions: 1, Warnings: 2, Risky: 1. > make[1]: *** [Makefile:52: test] Error 1 The full build logs and additional context is available at http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/0/awl/ A phpunit reverse-dependencies rebuild status is available at http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/index.html -- Athos Ribeiro