Your message dated Thu, 26 Dec 2024 13:04:42 +0000
with message-id <[email protected]>
and subject line Bug#1070566: fixed in php-league-uri-src 7.5.1-1
has caused the Debian Bug report #1070566,
regarding php-league-uri-src: FTBFS with phpunit 11: There were 45 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.)
--
1070566: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070566
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php-league-uri-src
Version: 7.4.1-1
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-league-uri-src 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 --no-coverage
> PHPUnit 11.1.2 by Sebastian Bergmann and contributors.
>
> Runtime: PHP 8.2.18
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml
>
> ............................................................. 61 / 2058 (
> 2%)
> ............................................................. 122 / 2058 (
> 5%)
> ............................................................. 183 / 2058 (
> 8%)
> ...................................EE........................ 244 / 2058 (
> 11%)
> ....................EEEEEEEEEEEEE............................ 305 / 2058 (
> 14%)
> ............................................................. 366 / 2058 (
> 17%)
> ............................................................. 427 / 2058 (
> 20%)
> ............................................................. 488 / 2058 (
> 23%)
> ............................................................. 549 / 2058 (
> 26%)
> ............................................................. 610 / 2058 (
> 29%)
> ............................................................. 671 / 2058 (
> 32%)
> ............................................................. 732 / 2058 (
> 35%)
> ............................................................. 793 / 2058 (
> 38%)
> ............................................................. 854 / 2058 (
> 41%)
> ............................................................. 915 / 2058 (
> 44%)
> ............................................................. 976 / 2058 (
> 47%)
> ............................................................. 1037 / 2058 (
> 50%)
> ............................................................. 1098 / 2058 (
> 53%)
> ............................................................. 1159 / 2058 (
> 56%)
> ............................................................. 1220 / 2058 (
> 59%)
> ............................................................. 1281 / 2058 (
> 62%)
> ................................................EEEEEEEEEEEEE 1342 / 2058 (
> 65%)
> ............................................................. 1403 / 2058 (
> 68%)
> ............................................................. 1464 / 2058 (
> 71%)
> ............................................................. 1525 / 2058 (
> 74%)
> ............................................................. 1586 / 2058 (
> 77%)
> ............................................................. 1647 / 2058 (
> 80%)
> ............................................................. 1708 / 2058 (
> 82%)
> .......................................EEEE.................. 1769 / 2058 (
> 85%)
> ............................................................. 1830 / 2058 (
> 88%)
> ...........................EEEEEEEEEEEEE..................... 1891 / 2058 (
> 91%)
> ............................................................. 1952 / 2058 (
> 94%)
> ............................................................. 2013 / 2058 (
> 97%)
> ............................................. 2058 / 2058
> (100%)
>
> Time: 00:00.354, Memory: 26.00 MB
>
> There were 230 PHPUnit test runner deprecations:
>
...
>
> --
>
> There were 45 errors:
>
> 1) League\Uri\BaseUriTest::testReturnsUnixPath with data set "absolute path"
> ('/path', 'file:///path')
> Error: Unknown named parameter $inout
>
> 2) League\Uri\BaseUriTest::testReturnsUnixPath with data set "path with empty
> char" ('/path empty/bar', 'file:///path%20empty/bar')
> Error: Unknown named parameter $inout
>
> 3) League\Uri\FactoryTest::testCreateFromUnixPath with data set "relative
> path" ('path', 'path')
> Error: Unknown named parameter $input
>
> 4) League\Uri\FactoryTest::testCreateFromUnixPath with data set "absolute
> path" ('/path', 'file:///path')
> Error: Unknown named parameter $input
>
> 5) League\Uri\FactoryTest::testCreateFromUnixPath with data set "path with
> empty char" ('/path empty/bar', 'file:///path%20empty/bar')
> Error: Unknown named parameter $input
>
> 6) League\Uri\FactoryTest::testCreateFromUnixPath with data set "relative
> path with dot segments" ('path/./relative', 'path/./relative')
> Error: Unknown named parameter $input
>
> 7) League\Uri\FactoryTest::testCreateFromUnixPath with data set "absolute
> path with dot segments" ('/path/./../relative', 'file:///path/./../relative')
> Error: Unknown named parameter $input
>
> 8) League\Uri\FactoryTest::testCreateFromWindowsLocalPath with data set
> "relative path" ('path', 'path')
> Error: Unknown named parameter $input
>
> 9) League\Uri\FactoryTest::testCreateFromWindowsLocalPath with data set
> "relative path with dot segments" ('path\.\relative', 'path/./relative')
> Error: Unknown named parameter $input
>
> 10) League\Uri\FactoryTest::testCreateFromWindowsLocalPath with data set
> "absolute path" ('c:\windows\My Documents 100%20\foo.txt',
> 'file:///c:/windows/My%20Docum...oo.txt')
> Error: Unknown named parameter $input
>
> 11) League\Uri\FactoryTest::testCreateFromWindowsLocalPath with data set
> "windows relative path" ('c:My Documents 100%20\foo.txt',
> 'file:///c:My%20Documents%2010...oo.txt')
> Error: Unknown named parameter $input
>
> 12) League\Uri\FactoryTest::testCreateFromWindowsLocalPath with data set
> "absolute path with `|`" ('c|\windows\My Documents 100%20\foo.txt',
> 'file:///c:/windows/My%20Docum...oo.txt')
> Error: Unknown named parameter $input
>
> 13) League\Uri\FactoryTest::testCreateFromWindowsLocalPath with data set
> "windows relative path with `|`" ('c:My Documents 100%20\foo.txt',
> 'file:///c:My%20Documents%2010...oo.txt')
> Error: Unknown named parameter $input
>
> 14) League\Uri\FactoryTest::testCreateFromWindowsLocalPath with data set
> "absolute path with dot segments" ('\path\.\..\relative',
> '/path/./../relative')
> Error: Unknown named parameter $input
>
> 15) League\Uri\FactoryTest::testCreateFromWindowsLocalPath with data set
> "absolute UNC path" ('\\server\share\My Documents 1...oo.txt',
> 'file://server/share/My%20Docu...oo.txt')
> Error: Unknown named parameter $input
>
> 16) League\Uri\Components\HostTest::test_host_is_domain with data set
> "registered named" ('-registered-.name', false, true)
> Error: Unknown named parameter $isRegisteredName
>
> 17) League\Uri\Components\HostTest::test_host_is_domain with data set "ipv4
> host" ('127.0.0.1', false, false)
> Error: Unknown named parameter $isRegisteredName
>
> 18) League\Uri\Components\HostTest::test_host_is_domain with data set "ipv6
> host" ('[::1]', false, false)
> Error: Unknown named parameter $isRegisteredName
>
> 19) League\Uri\Components\HostTest::test_host_is_domain with data set "too
> long domain name" ('a.a.a.a.a.a.a.a.a.a.a.a.a.a.a...a.a.ab', false, true)
> Error: Unknown named parameter $isRegisteredName
>
> 20) League\Uri\Components\HostTest::test_host_is_domain with data set "single
> label domain" ('localhost', true, true)
> Error: Unknown named parameter $isRegisteredName
>
> 21) League\Uri\Components\HostTest::test_host_is_domain with data set "single
> label domain with ending dot" ('localhost.', true, true)
> Error: Unknown named parameter $isRegisteredName
>
> 22) League\Uri\Components\HostTest::test_host_is_domain with data set
> "longest domain name" ('a.a.a.a.a.a.a.a.a.a.a.a.a.a.a....a.a.a', true, true)
> Error: Unknown named parameter $isRegisteredName
>
> 23) League\Uri\Components\HostTest::test_host_is_domain with data set
> "longest domain name with ending dot"
> ('a.a.a.a.a.a.a.a.a.a.a.a.a.a.a...a.a.a.', true, true)
> Error: Unknown named parameter $isRegisteredName
>
> 24) League\Uri\Components\HostTest::test_host_is_domain with data set "too
> long label" ('ccccccccccccccccccccccccccccc...cccc.a', false, true)
> Error: Unknown named parameter $isRegisteredName
>
> 25) League\Uri\Components\HostTest::test_host_is_domain with data set "empty
> string host" ('', false, true)
> Error: Unknown named parameter $isRegisteredName
>
> 26) League\Uri\Components\HostTest::test_host_is_domain with data set "single
> dot" ('.', false, true)
> Error: Unknown named parameter $isRegisteredName
>
> 27) League\Uri\Components\HostTest::test_host_is_domain with data set "null
> string host" (null, true, true)
> Error: Unknown named parameter $isRegisteredName
>
> 28) League\Uri\Components\HostTest::test_host_is_domain with data set
> "multiple domain with a dot ending" ('ulb.ac.be.', true, true)
> Error: Unknown named parameter $isRegisteredName
>
> 29) League\Uri\ModifierTest::testPrependProcess with data set #0
> ('http://www.example.com/path/t...z#doc3', 'toto',
> '/toto/path/to/the/sky.php')
> Error: Unknown named parameter $expectedPath
>
> 30) League\Uri\ModifierTest::testPrependProcess with data set #1
> ('http://www.example.com/path/t...z#doc3', 'le blanc',
> '/le%20blanc/path/to/the/sky.php')
> Error: Unknown named parameter $expectedPath
>
> 31) League\Uri\ModifierTest::testPrependProcess with data set #2
> ('http://example.com/', 'toto', '/toto/')
> Error: Unknown named parameter $expectedPath
>
> 32) League\Uri\ModifierTest::testPrependProcess with data set #3
> ('http://example.com', '/toto', '/toto/')
> Error: Unknown named parameter $expectedPath
>
> 33) League\Uri\QueryStringTest::testExtractQuery with data set #0 (null, [])
> Error: Unknown named parameter $expected
>
> 34) League\Uri\QueryStringTest::testExtractQuery with data set #1 (false,
> [''])
> Error: Unknown named parameter $expected
>
> 35) League\Uri\QueryStringTest::testExtractQuery with data set #2
> ('%25car=%25car', ['%car'])
> Error: Unknown named parameter $expected
>
> 36) League\Uri\QueryStringTest::testExtractQuery with data set #3 ('&&', [])
> Error: Unknown named parameter $expected
>
> 37) League\Uri\QueryStringTest::testExtractQuery with data set #4 (true, [''])
> Error: Unknown named parameter $expected
>
> 38) League\Uri\QueryStringTest::testExtractQuery with data set #5 (false,
> [''])
> Error: Unknown named parameter $expected
>
> 39) League\Uri\QueryStringTest::testExtractQuery with data set #6
> ('arr[1=sid&arr[4][2=fred', ['sid', ['fred']])
> Error: Unknown named parameter $expected
>
> 40) League\Uri\QueryStringTest::testExtractQuery with data set #7
> ('arr1]=sid&arr[4]2]=fred', ['sid', ['fred']])
> Error: Unknown named parameter $expected
>
> 41) League\Uri\QueryStringTest::testExtractQuery with data set #8
> ('arr[one=sid&arr[4][two=fred', ['sid', ['fred']])
> Error: Unknown named parameter $expected
>
> 42) League\Uri\QueryStringTest::testExtractQuery with data set #9
> ('first=%41&second=%a&third=%b', ['A', '%a', '%b'])
> Error: Unknown named parameter $expected
>
> 43) League\Uri\QueryStringTest::testExtractQuery with data set #10
> ('arr.test[1]=sid&arr test[4][two]=fred', [['sid'], [['fred']]])
> Error: Unknown named parameter $expected
>
> 44) League\Uri\QueryStringTest::testExtractQuery with data set #11
> ('foo&bar=&baz=bar&fo.o', ['', '', 'bar', ''])
> Error: Unknown named parameter $expected
>
> 45) League\Uri\QueryStringTest::testExtractQuery with data set #12
> ('foo[]=bar&foo[]=baz', [['bar', 'baz']])
> Error: Unknown named parameter $expected
>
> ERRORS!
> Tests: 2058, Assertions: 3254, Errors: 45, Deprecations: 230.
> make[1]: *** [debian/rules:37: override_dh_auto_test] Error 2
The full build log is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit11/1/php-league-uri-src/php-league-uri-src_7.4.1-1+rebuild1714780940_amd64-2024-05-04T00:02:20Z.build
--- End Message ---
--- Begin Message ---
Source: php-league-uri-src
Source-Version: 7.5.1-1
Done: David Prévot <[email protected]>
We believe that the bug you reported is fixed in the latest version of
php-league-uri-src, 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-league-uri-src
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: SHA512
Format: 1.8
Date: Thu, 26 Dec 2024 13:15:17 +0100
Source: php-league-uri-src
Architecture: source
Version: 7.5.1-1
Distribution: experimental
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <[email protected]>
Changed-By: David Prévot <[email protected]>
Closes: 1070566
Changes:
php-league-uri-src (7.5.1-1) experimental; urgency=medium
.
* Upload to experimental for recent PHPUnit
.
[ ignace nyamagana butera ]
* adding PHP8.4 support
* Replace PHPUnit 9 with PHPUnit 10
* Add support for PHPUnit 10 and PHPUnit 11 (Closes: #1070566)
* Improve PSR-7 interoperabilities
* Add support for IPv4-IPv6 conversion (#142)
* Prepare next release
.
[ David Prévot ]
* Mark php-league-uri package as Multi-Arch: foreign
* Update Standards-Version to 4.7.0
* Exclude docs/assets without sources
* Require recent PHPUnit for build
Checksums-Sha1:
f9c8ba20e9d0ac399d3898841f8457127d1bc951 2224 php-league-uri-src_7.5.1-1.dsc
586d8865ae4b031b948ddd4dd1e316543075f437 210140
php-league-uri-src_7.5.1.orig.tar.xz
56dc8333110251176610405358013f5f0396912b 13208
php-league-uri-src_7.5.1-1.debian.tar.xz
ccb9e4fa74c599cb11bb39505372cea51d8f0d08 8623
php-league-uri-src_7.5.1-1_amd64.buildinfo
Checksums-Sha256:
fdb6c683c587d8781dda4267e54983ee0915a7afd339bf62a193992e020b2e40 2224
php-league-uri-src_7.5.1-1.dsc
ab3d95d9e122b511effa5bcb4ccb60c01c3287f70409f8bfe7d23e2c26a445f4 210140
php-league-uri-src_7.5.1.orig.tar.xz
7c3d25b271d6f3b28380fdf7e4eaa21a73c68bbc295ad9c4161dfcf813b5bf82 13208
php-league-uri-src_7.5.1-1.debian.tar.xz
e0baaf13ef03be8f9a5f9df4dfe1ec804917b60f6f53c37c0a94c9c4db0681b6 8623
php-league-uri-src_7.5.1-1_amd64.buildinfo
Files:
4f3bb429d30a3579ec02032f0de986fb 2224 php optional
php-league-uri-src_7.5.1-1.dsc
133a658946ff603b3a72ac901e97c2b1 210140 php optional
php-league-uri-src_7.5.1.orig.tar.xz
0606682d7844f31833f55b6fe8c5c6d1 13208 php optional
php-league-uri-src_7.5.1-1.debian.tar.xz
81c27ffea2d96665805cd1416e27ed0c 8623 php optional
php-league-uri-src_7.5.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCgAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmdtTfgSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08oq4IAKrJO/l3suSrFm5boMhugw+g+JdiU2Q6
xj3xqcrWJeFAbtGfrermLzvtCUoPH6yjNd5Y9zpKN3ri9JIA6Rk/o/AvCp5ykTM0
rW3E06uervkD1oQB3YAkTfXsXfqCqCBlq/IAEnWNhBKsJXvGXzxYKdxlyEq0vJBb
ZBQu4pbzMRPXHnj9oWdj3Br4JG39PZLTikdHneU2/4N/gxtlvqhV/sd9JnBiL+97
Ge2yH0GSz/i6QDg1l/ZIPcYBVl2t/w2YYMSWnXlq0YcDYIRB0jjzewoPuY64oofh
njfOp7n2kDjDCvQXqLKJTDBS4IkTWHOzg3T8uRuvQ/3DziX0CgYTB+Y=
=itkG
-----END PGP SIGNATURE-----
pgpaz9V5NEKUX.pgp
Description: PGP signature
--- End Message ---