Your message dated Sat, 03 Aug 2024 07:52:05 +0000
with message-id <[email protected]>
and subject line Bug#1070581: fixed in php-nyholm-psr7 1.8.1-3
has caused the Debian Bug report #1070581,
regarding php-nyholm-psr7: FTBFS with phpunit 11: 16 PHPUnit errors
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.)


-- 
1070581: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070581
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php-nyholm-psr7
Version: 1.8.1-2
Severity: normal
Justification: FTBFS
Tags: trixie sid ftbfs
User: [email protected]
Usertags: phpunit11

Hi,

phpunit 11 is out and is now available in experimental. During a test rebuild,
php-nyholm-psr7 was found to fail to build with this new phpunit version.

To reproduce this locally, you need to install phpunit from experimental on an
unstable system or build chroot.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> phpunit --testsuite='Unit tests' --bootstrap debian/autoload.php 
> --exclude-group internet
> PHPUnit 11.1.2 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.2.18
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> ...............................................................  63 / 374 ( 
> 16%)
> ............................................................... 126 / 374 ( 
> 33%)
> ............................................................... 189 / 374 ( 
> 50%)
> ............................................................... 252 / 374 ( 
> 67%)
> ............................................................... 315 / 374 ( 
> 84%)
> ...........................................................     374 / 374 
> (100%)
> 
> Time: 00:00.054, Memory: 14.00 MB
> 
> There were 16 PHPUnit errors:
> 
> 1) Tests\Nyholm\Psr7\Integration\RequestTest::testMethodWithInvalidArguments
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\RequestTest::testMethodWithInvalidArguments is 
> invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\RequestTest::getInvalidMethods() is not static
> 
> /<<PKGBUILDDIR>>/tests/Integration/RequestTest.php:97
> 
> 2) Tests\Nyholm\Psr7\Integration\RequestTest::testWithHeaderInvalidArguments
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\RequestTest::testWithHeaderInvalidArguments is 
> invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\RequestTest::getInvalidHeaderArguments() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/Integration/RequestTest.php:138
> 
> 3) 
> Tests\Nyholm\Psr7\Integration\RequestTest::testWithAddedHeaderInvalidArguments
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\RequestTest::testWithAddedHeaderInvalidArguments
>  is invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\RequestTest::getInvalidHeaderArguments() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/Integration/RequestTest.php:191
> 
> 4) Tests\Nyholm\Psr7\Integration\ResponseTest::testStatusCodeInvalidArgument
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\ResponseTest::testStatusCodeInvalidArgument is 
> invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\ResponseTest::getInvalidStatusCodeArguments() 
> is not static
> 
> /<<PKGBUILDDIR>>/tests/Integration/ResponseTest.php:59
> 
> 5) Tests\Nyholm\Psr7\Integration\ResponseTest::testWithHeaderInvalidArguments
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\ResponseTest::testWithHeaderInvalidArguments is 
> invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\ResponseTest::getInvalidHeaderArguments() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/Integration/ResponseTest.php:138
> 
> 6) 
> Tests\Nyholm\Psr7\Integration\ResponseTest::testWithAddedHeaderInvalidArguments
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\ResponseTest::testWithAddedHeaderInvalidArguments
>  is invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\ResponseTest::getInvalidHeaderArguments() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/Integration/ResponseTest.php:191
> 
> 7) 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::testMethodWithInvalidArguments
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::testMethodWithInvalidArguments
>  is invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::getInvalidMethods() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/Integration/ServerRequestTest.php:97
> 
> 8) 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::testWithHeaderInvalidArguments
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::testWithHeaderInvalidArguments
>  is invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::getInvalidHeaderArguments() 
> is not static
> 
> /<<PKGBUILDDIR>>/tests/Integration/ServerRequestTest.php:138
> 
> 9) 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::testWithAddedHeaderInvalidArguments
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::testWithAddedHeaderInvalidArguments
>  is invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::getInvalidHeaderArguments() 
> is not static
> 
> /<<PKGBUILDDIR>>/tests/Integration/ServerRequestTest.php:191
> 
> 10) Tests\Nyholm\Psr7\Integration\ServerRequestTest::testGetParsedBody
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::testGetParsedBody is invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::validParsedBodyParams() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/Integration/ServerRequestTest.php:91
> 
> 11) Tests\Nyholm\Psr7\Integration\ServerRequestTest::testGetParsedBodyInvalid
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::testGetParsedBodyInvalid is 
> invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\ServerRequestTest::invalidParsedBodyParams() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/Integration/ServerRequestTest.php:114
> 
> 12) Tests\Nyholm\Psr7\Integration\UriTest::testWithSchemeInvalidArguments
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\UriTest::testWithSchemeInvalidArguments is 
> invalid
> Data Provider method 
> Tests\Nyholm\Psr7\Integration\UriTest::getInvalidSchemaArguments() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/Integration/UriTest.php:48
> 
> 13) Tests\Nyholm\Psr7\Integration\UriTest::testPath
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\UriTest::testPath is invalid
> Data Provider method Tests\Nyholm\Psr7\Integration\UriTest::getPaths() is not 
> static
> 
> /<<PKGBUILDDIR>>/tests/Integration/UriTest.php:158
> 
> 14) Tests\Nyholm\Psr7\Integration\UriTest::testQuery
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\UriTest::testQuery is invalid
> Data Provider method Tests\Nyholm\Psr7\Integration\UriTest::getQueries() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/Integration/UriTest.php:182
> 
> 15) Tests\Nyholm\Psr7\Integration\UriTest::testFragment
> The data provider specified for 
> Tests\Nyholm\Psr7\Integration\UriTest::testFragment is invalid
> Data Provider method Tests\Nyholm\Psr7\Integration\UriTest::getFragments() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/Integration/UriTest.php:205
> 
> 16) Tests\Nyholm\Psr7\ResponseTest::testWithInvalidHeader
> The data provider specified for 
> Tests\Nyholm\Psr7\ResponseTest::testWithInvalidHeader is invalid
> Data Provider method 
> Tests\Nyholm\Psr7\ResponseTest::invalidWithHeaderProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/ResponseTest.php:281
> 
> --
> 
> There were 40 PHPUnit test runner deprecations:
> 
...
> 
> ERRORS!
> Tests: 374, Assertions: 951, Errors: 16, Deprecations: 40.
> make[1]: *** [debian/rules:15: override_dh_auto_test] Error 2


The full build log is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit11/1/php-nyholm-psr7/php-nyholm-psr7_1.8.1-2+rebuild1714781620_amd64-2024-05-04T00:13:40Z.build

--- End Message ---
--- Begin Message ---
Source: php-nyholm-psr7
Source-Version: 1.8.1-3
Done: David Prévot <[email protected]>

We believe that the bug you reported is fixed in the latest version of
php-nyholm-psr7, 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-nyholm-psr7 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: Sat, 03 Aug 2024 16:19:08 +0900
Source: php-nyholm-psr7
Architecture: source
Version: 1.8.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <[email protected]>
Changed-By: David Prévot <[email protected]>
Closes: 1070581
Changes:
 php-nyholm-psr7 (1.8.1-3) unstable; urgency=medium
 .
   * Compatibility with PHPUnit 11 (Closes: #1070581)
   * Revert "Force system dependencies loading" (updated pkg-php-tools)
Checksums-Sha1:
 4a08720b215b49480bf3b3681be43f35e183aac9 1990 php-nyholm-psr7_1.8.1-3.dsc
 f5d48834b3019083bd0a1215cc69b7799f699cf9 4728 
php-nyholm-psr7_1.8.1-3.debian.tar.xz
 2b05819a81b86338e74910f51b5656f88fa43eb7 7844 
php-nyholm-psr7_1.8.1-3_amd64.buildinfo
Checksums-Sha256:
 ca06725c5abed8a417acae677ba5f03d3e5f00f12a775122b4303b278956c1ef 1990 
php-nyholm-psr7_1.8.1-3.dsc
 76be997b43c180b9ac9c81903f25ed0cfe0f796241e82a6f4bc4cca807393de3 4728 
php-nyholm-psr7_1.8.1-3.debian.tar.xz
 b6e202913bf83a7dc6484f55d77fc45abbbc78a4c3a38f3517b1cd29b7feee24 7844 
php-nyholm-psr7_1.8.1-3_amd64.buildinfo
Files:
 eaf7300feb1c3aa988ab75ac45a2db00 1990 php optional php-nyholm-psr7_1.8.1-3.dsc
 9a88ea21cdd81df1cb262feb721f123e 4728 php optional 
php-nyholm-psr7_1.8.1-3.debian.tar.xz
 c4a96595d8cf0e9313d7e837da76d033 7844 php optional 
php-nyholm-psr7_1.8.1-3_amd64.buildinfo

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

iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmat3PISHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08PrwH/047yb2F33vVhOgwwJbxDCPv6mdbkLe+
etCtwHz/h5UTe9uVzgf79PrrHBa2VFzG2jXGSToSwXqHibzuqJMEqh8gSO8O9eL1
H9BuEGw+a6ARzZKUFQq+Vt0vogfKYVxYpoFShgh0TnPWfiiAiBTSCmtGaohZsKSU
W68fmqu5qjQOG7Kp3Lpb1zG77AU0u6X1nvVGhxU//RAph9UNkVm344mwkw9pLxv8
4L6p9Fw1nf7t2hSRkOyKbkhBUIZPEfBRMuiq74EaRBZ1YI43ZqyiJ6kMp86B8YaB
ZnS6c5mmCKx8LWGK4UNvRmVZn2tS0pvzTpCTWdElPDdGKxrObUdO2fQ=
=R2U9
-----END PGP SIGNATURE-----

Attachment: pgp25Lc2kSmDD.pgp
Description: PGP signature


--- End Message ---

Reply via email to