Your message dated Mon, 13 May 2024 06:34:35 +0000
with message-id <e1s6pgd-002qby...@fasolo.debian.org>
and subject line Bug#1070525: fixed in php-constant-time 2.7.0-1
has caused the Debian Bug report #1070525,
regarding php-constant-time: FTBFS with phpunit 11: There were 5 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 ow...@bugs.debian.org
immediately.)


-- 
1070525: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070525
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php-constant-time
Version: 2.6.3-1
Severity: normal
Justification: FTBFS
Tags: trixie sid ftbfs
User: pkg-php-p...@lists.alioth.debian.org
Usertags: phpunit11

Hi,

phpunit 11 is out and is now available in experimental. During a test rebuild,
php-constant-time 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
> PHPUnit 11.1.2 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.2.18
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> ......................                                            22 / 22 
> (100%)
> 
> Time: 00:00.880, Memory: 14.00 MB
> 
> There were 5 PHPUnit errors:
> 
> 1) ParagonIE\ConstantTime\Tests\Base32Test::testCanonicalBase32
> The data provider specified for 
> ParagonIE\ConstantTime\Tests\Base32Test::testCanonicalBase32 is invalid
> Data Provider method ParagonIE\ConstantTime\Tests\Base32Test::canonProvider() 
> is not static
> 
> /<<PKGBUILDDIR>>/tests/Base32Test.php:69
> 
> 2) ParagonIE\ConstantTime\Tests\Base64DotSlashOrderedTest::testNonCanonical
> The data provider specified for 
> ParagonIE\ConstantTime\Tests\Base64DotSlashOrderedTest::testNonCanonical is 
> invalid
> Data Provider method 
> ParagonIE\ConstantTime\Tests\Base64DotSlashOrderedTest::canonicalDataProvider()
>  is not static
> 
> /<<PKGBUILDDIR>>/tests/Base64DotSlashOrderedTest.php:53
> 
> 3) ParagonIE\ConstantTime\Tests\Base64DotSlashTest::testNonCanonical
> The data provider specified for 
> ParagonIE\ConstantTime\Tests\Base64DotSlashTest::testNonCanonical is invalid
> Data Provider method 
> ParagonIE\ConstantTime\Tests\Base64DotSlashTest::canonicalDataProvider() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/Base64DotSlashTest.php:53
> 
> 4) ParagonIE\ConstantTime\Tests\Base64Test::testNonCanonical
> The data provider specified for 
> ParagonIE\ConstantTime\Tests\Base64Test::testNonCanonical is invalid
> Data Provider method 
> ParagonIE\ConstantTime\Tests\Base64Test::canonicalDataProvider() is not static
> 
> /<<PKGBUILDDIR>>/tests/Base64Test.php:108
> 
> 5) ParagonIE\ConstantTime\Tests\Base64UrlSafeTest::testNonCanonical
> The data provider specified for 
> ParagonIE\ConstantTime\Tests\Base64UrlSafeTest::testNonCanonical is invalid
> Data Provider method 
> ParagonIE\ConstantTime\Tests\Base64UrlSafeTest::canonicalDataProvider() is 
> not static
> 
> /<<PKGBUILDDIR>>/tests/Base64UrlSafeTest.php:78
> 
> --
> 
> There were 14 PHPUnit test runner deprecations:
> 
> 1) Your XML configuration validates against a deprecated schema. Migrate your 
> XML configuration using "--migrate-configuration"!
> 
> 2) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base32HexTest::testRandom(). Metadata in 
> doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> 3) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base32Test::testRandom(). Metadata in 
> doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> 4) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base32Test::testCanonicalBase32(). Metadata in 
> doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> 5) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base64DotSlashOrderedTest::testRandom(). 
> Metadata in doc-comments is deprecated and will no longer be supported in 
> PHPUnit 12. Update your test code to use attributes instead.
> 
> 6) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base64DotSlashOrderedTest::testNonCanonical(). 
> Metadata in doc-comments is deprecated and will no longer be supported in 
> PHPUnit 12. Update your test code to use attributes instead.
> 
> 7) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base64DotSlashTest::testRandom(). Metadata in 
> doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> 8) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base64DotSlashTest::testNonCanonical(). Metadata 
> in doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> 9) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base64Test::testRandom(). Metadata in 
> doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> 10) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base64Test::testNonCanonical(). Metadata in 
> doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> 11) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base64UrlSafeTest::testRandom(). Metadata in 
> doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> 12) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\Base64UrlSafeTest::testNonCanonical(). Metadata 
> in doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> 13) Metadata found in doc-comment for method 
> ParagonIE\ConstantTime\Tests\EncodingTest::testBasicEncoding(). Metadata in 
> doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> 14) Metadata found in doc-comment for method HexTest::testRandom(). Metadata 
> in doc-comments is deprecated and will no longer be supported in PHPUnit 12. 
> Update your test code to use attributes instead.
> 
> ERRORS!
> Tests: 22, Assertions: 49839, Errors: 5, Deprecations: 14.
> make[1]: *** [debian/rules:18: override_dh_auto_test] Error 2


The full build log is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit11/0/php-constant-time/php-constant-time_2.6.3-1+rebuild1714365856_amd64-2024-04-29T04:44:16Z.build

--- End Message ---
--- Begin Message ---
Source: php-constant-time
Source-Version: 2.7.0-1
Done: David Prévot <taf...@debian.org>

We believe that the bug you reported is fixed in the latest version of
php-constant-time, 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 1070...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Prévot <taf...@debian.org> (supplier of updated php-constant-time 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Fri, 10 May 2024 08:32:04 +0200
Source: php-constant-time
Architecture: source
Version: 2.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <pkg-php-p...@lists.alioth.debian.org>
Changed-By: David Prévot <taf...@debian.org>
Closes: 1070525
Changes:
 php-constant-time (2.7.0-1) unstable; urgency=medium
 .
   [ Tim Düsterhus ]
   * Apply PHP 8.2's `SensitiveParameter` attribute to all string parameters
   * Make PHPUnit data providers static (Closes: #1070525)
   * Make `CanonicalTrait::getNextChar()` an abstract method instead a
     `@method` comment
 .
   [ David Prévot ]
   * Track version 2 for now (Trixie?)
   * Update Standards-Version to 4.7.0
Checksums-Sha1:
 6fae88c7529ba551eef35946971db02f4d13a3d2 1818 php-constant-time_2.7.0-1.dsc
 1f8e139dfe2ec299626ac2d52dc4d2d1e3033f24 12716 
php-constant-time_2.7.0.orig.tar.xz
 3100cf9c3917707bd53db07a9944694d7b295326 6408 
php-constant-time_2.7.0-1.debian.tar.xz
 ae0868e06b1800639c2c5ca93eca6bd36ee25f51 7195 
php-constant-time_2.7.0-1_amd64.buildinfo
Checksums-Sha256:
 f810718173668871c2a7b4a46f243ac569dfdbbdd88743ccedf05b539224a490 1818 
php-constant-time_2.7.0-1.dsc
 3d603e1018fee01fac4f946bf305b56ea4fc4ccd6ea15e1b6607a9b5c67e8e6d 12716 
php-constant-time_2.7.0.orig.tar.xz
 2226a112f9ddb35a90ad76b660e23c6f205f4a2c59de4ceca3fc0d4abdc31201 6408 
php-constant-time_2.7.0-1.debian.tar.xz
 e4f80364ec1dd9c476ecdca1d1d6e31aece8ecbdd7fca3613998d7be74ad802b 7195 
php-constant-time_2.7.0-1_amd64.buildinfo
Files:
 50faa64aeca4d8479386bc63fe0ec84c 1818 php optional 
php-constant-time_2.7.0-1.dsc
 689167775d0516e98b99b3f0df5a6277 12716 php optional 
php-constant-time_2.7.0.orig.tar.xz
 a647ff17cc8e7fbb6910dac7a64ad051 6408 php optional 
php-constant-time_2.7.0-1.debian.tar.xz
 35c5a9d187b5d809215e14abad5ed1c0 7195 php optional 
php-constant-time_2.7.0-1_amd64.buildinfo

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

iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmZBruYSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r085uQH/0TiPSvlK5OR4hirds8tD45+DPhloN8A
O9zxw9jGDLGjU+PNlB5133+g6sSN28bfyGplglm5bVlX8dkfHu7arQtzd/ovvNSN
z1RsFqB2NMhzOqw9cSpClZ/i78yP0FSgtuuDIksPQIW8O98kCHLiu7ZM9CkHJw4d
hGtKO1EXT8shx3Ykz/Eh3le3v8QcYfl0o8kk8QsaeoXGp/uq6lJx8vThEf8FnRN9
4GfSRHqcm4tHXhxlY8MRsrDP3gJLTS62+ANcLNULSR4MsETaGU7+yriVpp3XkiSK
YOgbm9c3SJM7LgjpF+cZMEIIYsRYVD4eebXk14QVZ1eLYwR6ZXa6Y9s=
=Em4N
-----END PGP SIGNATURE-----

Attachment: pgpB3Vxz8jctA.pgp
Description: PGP signature


--- End Message ---

Reply via email to