Your message dated Sat, 12 Oct 2024 08:35:03 +0000
with message-id <[email protected]>
and subject line Bug#1070602: fixed in php-symfony-contracts 3.5.0-3
has caused the Debian Bug report #1070602,
regarding php-symfony-contracts: FTBFS with phpunit 10: make[1]: *** 
[debian/rules:56: override_dh_auto_test] Error 2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1070602: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070602
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php-symfony-contracts
Version: 2.5.2-1
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: phpunit

Hi,

We will start the phpunit 10 transition in unstable soon. During a test
rebuild, php-symfony-contracts 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):
> There was 1 PHPUnit test runner warning:
> 
> 1) Class Symfony\Contracts\Service\Test\ServiceLocatorTest declared in 
> /<<PKGBUILDDIR>>/Service/Test/ServiceLocatorTest.php is abstract
> 
> --
> 
> There was 1 PHPUnit test runner deprecation:
> 
> 1) Your XML configuration validates against a deprecated schema. Migrate your 
> XML configuration using "--migrate-configuration"!
> 
> --
> 
> There were 4 errors:
> 
> 1) Symfony\Contracts\Tests\Cache\CacheTraitTest::testSave
> Error: Call to undefined method 
> PHPUnit\Framework\MockObject\MockBuilder::setMethods()
> 
> /<<PKGBUILDDIR>>/Tests/Cache/CacheTraitTest.php:37
> 
> 2) Symfony\Contracts\Tests\Cache\CacheTraitTest::testNoCallbackCallOnHit
> Error: Call to undefined method 
> PHPUnit\Framework\MockObject\MockBuilder::setMethods()
> 
> /<<PKGBUILDDIR>>/Tests/Cache/CacheTraitTest.php:63
> 
> 3) Symfony\Contracts\Tests\Cache\CacheTraitTest::testRecomputeOnBetaInf
> Error: Call to undefined method 
> PHPUnit\Framework\MockObject\MockBuilder::setMethods()
> 
> /<<PKGBUILDDIR>>/Tests/Cache/CacheTraitTest.php:94
> 
> 4) Symfony\Contracts\Tests\Cache\CacheTraitTest::testExceptionOnNegativeBeta
> Error: Call to undefined method 
> PHPUnit\Framework\MockObject\MockBuilder::setMethods()
> 
> /<<PKGBUILDDIR>>/Tests/Cache/CacheTraitTest.php:114
> 
> --
> 
> 9 tests triggered 9 PHPUnit deprecations:
> 
> 1) Symfony\Contracts\Translation\Test\TranslatorTest::testTrans
> Data Provider method 
> Symfony\Contracts\Translation\Test\TranslatorTest::getTransTests() is not 
> static
> 
> /<<PKGBUILDDIR>>/Translation/Test/TranslatorTest.php:59
> 
> 2) 
> Symfony\Contracts\Translation\Test\TranslatorTest::testTransChoiceWithExplicitLocale
> Data Provider method 
> Symfony\Contracts\Translation\Test\TranslatorTest::getTransChoiceTests() is 
> not static
> 
> /<<PKGBUILDDIR>>/Translation/Test/TranslatorTest.php:69
> 
> 3) 
> Symfony\Contracts\Translation\Test\TranslatorTest::testTransChoiceWithDefaultLocale
> Data Provider method 
> Symfony\Contracts\Translation\Test\TranslatorTest::getTransChoiceTests() is 
> not static
> 
> /<<PKGBUILDDIR>>/Translation/Test/TranslatorTest.php:81
> 
> 4) 
> Symfony\Contracts\Translation\Test\TranslatorTest::testTransChoiceWithEnUsPosix
> Data Provider method 
> Symfony\Contracts\Translation\Test\TranslatorTest::getTransChoiceTests() is 
> not static
> 
> /<<PKGBUILDDIR>>/Translation/Test/TranslatorTest.php:91
> 
> 5) Symfony\Contracts\Translation\Test\TranslatorTest::testInterval
> Data Provider method 
> Symfony\Contracts\Translation\Test\TranslatorTest::getInternal() is not static
> 
> /<<PKGBUILDDIR>>/Translation/Test/TranslatorTest.php:145
> 
> 6) Symfony\Contracts\Translation\Test\TranslatorTest::testChoose
> Data Provider method 
> Symfony\Contracts\Translation\Test\TranslatorTest::getChooseTests() is not 
> static
> 
> /<<PKGBUILDDIR>>/Translation/Test/TranslatorTest.php:170
> 
> 7) 
> Symfony\Contracts\Translation\Test\TranslatorTest::testThrowExceptionIfMatchingMessageCannotBeFound
> Data Provider method 
> Symfony\Contracts\Translation\Test\TranslatorTest::getNonMatchingMessages() 
> is not static
> 
> /<<PKGBUILDDIR>>/Translation/Test/TranslatorTest.php:187
> 
> 8) Symfony\Contracts\Translation\Test\TranslatorTest::testFailedLangcodes
> Data Provider method 
> Symfony\Contracts\Translation\Test\TranslatorTest::failingLangcodes() is not 
> static
> 
> /<<PKGBUILDDIR>>/Translation/Test/TranslatorTest.php:301
> 
> 9) Symfony\Contracts\Translation\Test\TranslatorTest::testLangcodes
> Data Provider method 
> Symfony\Contracts\Translation\Test\TranslatorTest::successLangcodes() is not 
> static
> 
> /<<PKGBUILDDIR>>/Translation/Test/TranslatorTest.php:310
> 
> --
> 
> There were 4 risky tests:
> 
> 1) Symfony\Contracts\Tests\Cache\CacheTraitTest::testSave
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/Tests/Cache/CacheTraitTest.php:24
> 
> 2) Symfony\Contracts\Tests\Cache\CacheTraitTest::testNoCallbackCallOnHit
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/Tests/Cache/CacheTraitTest.php:53
> 
> 3) Symfony\Contracts\Tests\Cache\CacheTraitTest::testRecomputeOnBetaInf
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/Tests/Cache/CacheTraitTest.php:80
> 
> 4) Symfony\Contracts\Tests\Cache\CacheTraitTest::testExceptionOnNegativeBeta
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/Tests/Cache/CacheTraitTest.php:111
> 
> ERRORS!
> Tests: 104, Assertions: 127, Errors: 4, Warnings: 1, Deprecations: 10, Risky: 
> 4.
> make[1]: *** [debian/rules:56: override_dh_auto_test] Error 2


The full build logs and additional context is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/0/php-symfony-contracts/

A phpunit reverse-dependencies rebuild status is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/index.html

-- 
Athos Ribeiro

--- End Message ---
--- Begin Message ---
Source: php-symfony-contracts
Source-Version: 3.5.0-3
Done: David Prévot <[email protected]>

We believe that the bug you reported is fixed in the latest version of
php-symfony-contracts, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Prévot <[email protected]> (supplier of updated php-symfony-contracts 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 21 May 2024 08:30:32 +0200
Source: php-symfony-contracts
Architecture: source
Version: 3.5.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <[email protected]>
Changed-By: David Prévot <[email protected]>
Closes: 1070602
Changes:
 php-symfony-contracts (3.5.0-3) unstable; urgency=medium
 .
   * Drop file making PHPUnit 11 fail (Closes: #1070602)
Checksums-Sha1:
 aeab6da91726178e2c2898d49a3283b24cc74bfd 2493 php-symfony-contracts_3.5.0-3.dsc
 408b9658d357824a882fadfdd32cd5c43a198394 9860 
php-symfony-contracts_3.5.0-3.debian.tar.xz
 bfe94b49ac31d633b289a7cb90248a3065771268 9745 
php-symfony-contracts_3.5.0-3_amd64.buildinfo
Checksums-Sha256:
 ec60d952cfecac49e9654802e89d569367c8e110ed7ddfa22c38954f22837ff9 2493 
php-symfony-contracts_3.5.0-3.dsc
 e8dde7072bced95ec40bef0b8757a3d135e8f9d7364ce2a35229b07e89fd246e 9860 
php-symfony-contracts_3.5.0-3.debian.tar.xz
 ab3c7dd9bc518033ac217764cec7043186bf6d85b1626a2b5fdda8075e7f53ad 9745 
php-symfony-contracts_3.5.0-3_amd64.buildinfo
Files:
 b7b7933fc12f6977e814b194362f8494 2493 php optional 
php-symfony-contracts_3.5.0-3.dsc
 52d4054df34d9ba2a06e9290c1c6e86c 9860 php optional 
php-symfony-contracts_3.5.0-3.debian.tar.xz
 9ace2883f16b0fe78ccc1b88b4e18496 9745 php optional 
php-symfony-contracts_3.5.0-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmcKMLoSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08wn0H/02kJmKMz+vFTjfTVAXExj/SXv3TCWEQ
l1KKd5J2rPK6pGa7h/aKp8JFauZj2MABoL8esuW2w3HoKQLhpXPXjBehE7nJGbji
K28/TBq+5aXKC6WlBkG9PsQjaDpLyF1wKl0d1JFflGc90DKe3VhZDHota3htokrB
k84ChcXnv4LLpNPJMchgerfAI7cff3jEd2HKUUZmGS38BXstJ2BOJGsYb40wD5J+
3Xu/nhW1EJ17Yv0fma4uOloYqqwEnNPB34gW2CLohi8bqlAs2apMD3PchK7XsILv
H4VmBzj27Z9jmnUJ+ITiUa6Yn4D7rc62b9IGabzkL093hQxUQzty+3w=
=uxA9
-----END PGP SIGNATURE-----

Attachment: pgpzYgaEycJdr.pgp
Description: PGP signature


--- End Message ---

Reply via email to