Your message dated Mon, 12 Aug 2024 23:19:10 +0000
with message-id <e1sdeji-005jgp...@fasolo.debian.org>
and subject line Bug#1070501: fixed in baconqrcode 3.0.0-1
has caused the Debian Bug report #1070501,
regarding baconqrcode: 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.)


-- 
1070501: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1070501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: baconqrcode
Version: 2.0.8-3
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,
baconqrcode 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 --bootstrap src/autoload.php --exclude-group integration
> PHPUnit 11.1.2 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.2.18
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
> .......................................................           55 / 55 
> (100%)
> 
> Time: 00:00.047, Memory: 10.00 MB
> 
> There were 5 PHPUnit errors:
> 
> 1) BaconQrCodeTest\Common\ReedSolomonCodecTest::testCodec
> The data provider specified for 
> BaconQrCodeTest\Common\ReedSolomonCodecTest::testCodec is invalid
> Data Provider method BaconQrCodeTest\Common\ReedSolomonCodecTest::tabs() is 
> not static
> 
> /<<PKGBUILDDIR>>/test/Common/ReedSolomonCodecTest.php:28
> 
> 2) BaconQrCodeTest\Common\VersionTest::testVersionForNumber
> The data provider specified for 
> BaconQrCodeTest\Common\VersionTest::testVersionForNumber is invalid
> Data Provider method BaconQrCodeTest\Common\VersionTest::versions() is not 
> static
> 
> /<<PKGBUILDDIR>>/test/Common/VersionTest.php:38
> 
> 3) BaconQrCodeTest\Common\VersionTest::testGetProvisionalVersionForDimension
> The data provider specified for 
> BaconQrCodeTest\Common\VersionTest::testGetProvisionalVersionForDimension is 
> invalid
> Data Provider method BaconQrCodeTest\Common\VersionTest::versions() is not 
> static
> 
> /<<PKGBUILDDIR>>/test/Common/VersionTest.php:61
> 
> 4) BaconQrCodeTest\Common\VersionTest::testDecodeVersionInformation
> The data provider specified for 
> BaconQrCodeTest\Common\VersionTest::testDecodeVersionInformation is invalid
> Data Provider method BaconQrCodeTest\Common\VersionTest::decodeInformation() 
> is not static
> 
> /<<PKGBUILDDIR>>/test/Common/VersionTest.php:72
> 
> 5) BaconQrCodeTest\Encoder\MaskUtilTest::testGetDatMaskBit
> The data provider specified for 
> BaconQrCodeTest\Encoder\MaskUtilTest::testGetDatMaskBit is invalid
> Data Provider method BaconQrCodeTest\Encoder\MaskUtilTest::dataMaskBits() is 
> not static
> 
> /<<PKGBUILDDIR>>/test/Encoder/MaskUtilTest.php:85
> 
> --
> 
> There were 2 PHPUnit test runner warnings:
> 
> 1) No tests found in class "BaconQrCodeTest\Common\ReedSolomonCodecTest".
> 
> 2) No tests found in class "BaconQrCodeTest\Common\VersionTest".
> 
> --
> 
> There were 9 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 
> BaconQrCodeTest\Common\ReedSolomonCodecTest::testCodec(). 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 
> BaconQrCodeTest\Common\VersionTest::testVersionForNumber(). 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 
> BaconQrCodeTest\Common\VersionTest::testGetProvisionalVersionForDimension(). 
> 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 
> BaconQrCodeTest\Common\VersionTest::testDecodeVersionInformation(). 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 
> BaconQrCodeTest\Encoder\MaskUtilTest::testGetDatMaskBit(). 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 
> BaconQrCodeTest\Integration\ImagickRenderingTest::testGenericQrCode(). 
> 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 class 
> BaconQrCodeTest\Integration\ImagickRenderingTest. 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 
> BaconQrCodeTest\Integration\ImagickRenderingTest::testIssue79(). 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: 55, Assertions: 78949, Errors: 5, Warnings: 2, Deprecations: 9.
> make[1]: *** [debian/rules:12: override_dh_auto_test] Error 2


The full build log is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit11/0/baconqrcode/baconqrcode_2.0.8-3+rebuild1714364102_amd64-2024-04-29T04:15:03Z.build

--- End Message ---
--- Begin Message ---
Source: baconqrcode
Source-Version: 3.0.0-1
Done: William Desportes <william...@wdes.fr>

We believe that the bug you reported is fixed in the latest version of
baconqrcode, 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.
William Desportes <william...@wdes.fr> (supplier of updated baconqrcode 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: SHA512

Format: 1.8
Date: Tue, 13 Aug 2024 00:30:47 +0200
Source: baconqrcode
Architecture: source
Version: 3.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: William Desportes <william...@wdes.fr>
Changed-By: William Desportes <william...@wdes.fr>
Closes: 1070501
Changes:
 baconqrcode (3.0.0-1) unstable; urgency=medium
 .
   * New upstream version 3.0.0 (Closes: #1070501)
   * Add back the branch on Vcs-Git
   * Simplify and fix d/watch, switch to git mode
   * Refresh patches
   * Also support php-gd
   * Fixup d/control
   * Update Standards-Version to 4.7.0
Checksums-Sha1:
 ae399a3901aca7f9a356e65f907530fa23d41054 2393 baconqrcode_3.0.0-1.dsc
 c476c6e36d6abacd27b4edde7994438cc75e7d46 68404 baconqrcode_3.0.0.orig.tar.xz
 b03df2ceabb5a3416450cde9799fb7ec1e130b1f 5320 baconqrcode_3.0.0-1.debian.tar.xz
 e6cbb950352ba84ec69a2f018454d14cb1d64ee0 12722 
baconqrcode_3.0.0-1_source.buildinfo
Checksums-Sha256:
 31f3c7d7292034d37be0b14812172e0d3fd04fd0ca830ff0281748629872aa19 2393 
baconqrcode_3.0.0-1.dsc
 25622907732f05e2572be21db7848302b066fa6dd52fd35aab5887e0b9bc08a6 68404 
baconqrcode_3.0.0.orig.tar.xz
 cda8651ad8a3cba5d58559059d5cbbc66bc13864eb9cbc3b2eddf3f95c436c72 5320 
baconqrcode_3.0.0-1.debian.tar.xz
 4f74d25db12741358e3d8d4f5a0d5522905b79958a3785c974f6d12cbcc23139 12722 
baconqrcode_3.0.0-1_source.buildinfo
Files:
 210d5567c425a2c83c7f372fe366fef6 2393 php optional baconqrcode_3.0.0-1.dsc
 63e79952f6eb56ff97af7969bb7e5c2b 68404 php optional 
baconqrcode_3.0.0.orig.tar.xz
 da2f44af8977bdcbe795e70e769740cf 5320 php optional 
baconqrcode_3.0.0-1.debian.tar.xz
 79f5f87f0e29ac52692cd8f948a582d2 12722 php optional 
baconqrcode_3.0.0-1_source.buildinfo

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

iQIzBAEBCgAdFiEExNkf3872tKPGU/14kKDvG4JRqIkFAma6kMYACgkQkKDvG4JR
qIknmQ//W1vhOUH3HomTZNNXmc7nnHK5MjKF8yEFZLUFsMyZE7WsBhjajMu2LcR8
FlFULh4zDbbPh9aSWw6EQQIIvcqXPfRjLIWfz96Trr/sKd476D44KYFqQBEwTfp4
NgoI2+xCfz+g0+/L+/CKa/9n/2jRuYynmb03CEo4+Ty6zVuhYAtZ4cZbsH6Giebz
ABt6Nmhz2Ys+t8iru78hyHxwASEIGlPzYZKOdkyTLR89b1H6jZpT7VoyBUQu5OMh
X3rKFhBpqcP06O1SqOmJMcLjpghBFE01+UqePE/4IZ0E8a+0ow6bbafKMpjywwmP
rGliHinUQrQ5M6+r/K+myxwhmtIA1XZFNgW0H+h9PvawVT549zzPkvDOR3RGTcpB
avA4Nne5EKdgtJKRUIyWg5ZMa44QLvK2pJRNUItswH9bz3wDlrwJ7D1SnnvWThrp
T4HLIrEptPTECCEP1VoAJkpwsTqKaO5YiHJX82uZLyjhERmquD0hMe1UdDkG7BFT
DQ9yNBXPtn45PnN+AXM0OqX2VFIu5BldCvKy5asenVkBVc7uhFIHSJ+nx4iY1gTg
m1vc/i89yz7/ybF8ncp/viul4f2po5N263lr9b28q1NZUPr/ocaoq0cSpa9lCV1k
otOWoVL2pls8Ax/TXxRXogw2DjaYBUmlAEklOIRcicVGVeoSaZQ=
=q9uy
-----END PGP SIGNATURE-----

Attachment: pgpoVHSvBFVrH.pgp
Description: PGP signature


--- End Message ---

Reply via email to