Your message dated Sat, 16 Sep 2023 14:42:27 +0000
with message-id <[email protected]>
and subject line Bug#1039817: fixed in php-phpseclib 2.0.45-1
has caused the Debian Bug report #1039817,
regarding php-phpseclib: FTBFS with phpunit 10: make[1]: *** [debian/rules:24:
override_dh_auto_test] Error 1
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.)
--
1039817: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039817
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php-phpseclib
Version: 2.0.44-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-phpseclib 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 deprecation:
>
> 1) Your XML configuration validates against a deprecated schema. Migrate your
> XML configuration using "--migrate-configuration"!
>
> --
>
> There was 1 failure:
>
> 1) Functional_Net_SFTPUserStoryTest::testBadHostname
> Failed asserting that exception of type "PHPUnit\Framework\Error\Notice" is
> thrown.
>
> --
>
> 17 tests triggered 17 PHPUnit deprecations:
>
> 1) Unit_Crypt_AES_McryptTest::testEncryptDecryptWithContinuousBuffer
> Data Provider method Unit_Crypt_AES_McryptTest::continuousBufferCombos() is
> not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:79
>
> 2) Unit_Crypt_AES_McryptTest::testContinuousBufferBattery
> Data Provider method
> Unit_Crypt_AES_McryptTest::continuousBufferBatteryCombos() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:178
>
> 3) Unit_Crypt_AES_McryptTest::testNonContinuousBufferBattery
> Data Provider method
> Unit_Crypt_AES_McryptTest::continuousBufferBatteryCombos() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:225
>
> 4) Unit_Crypt_AES_OpenSSLTest::testEncryptDecryptWithContinuousBuffer
> Data Provider method Unit_Crypt_AES_OpenSSLTest::continuousBufferCombos() is
> not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:79
>
> 5) Unit_Crypt_AES_OpenSSLTest::testContinuousBufferBattery
> Data Provider method
> Unit_Crypt_AES_OpenSSLTest::continuousBufferBatteryCombos() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:178
>
> 6) Unit_Crypt_AES_OpenSSLTest::testNonContinuousBufferBattery
> Data Provider method
> Unit_Crypt_AES_OpenSSLTest::continuousBufferBatteryCombos() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:225
>
> 7) Unit_Crypt_AES_PurePHPTest::testEncryptDecryptWithContinuousBuffer
> Data Provider method Unit_Crypt_AES_PurePHPTest::continuousBufferCombos() is
> not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:79
>
> 8) Unit_Crypt_AES_PurePHPTest::testContinuousBufferBattery
> Data Provider method
> Unit_Crypt_AES_PurePHPTest::continuousBufferBatteryCombos() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:178
>
> 9) Unit_Crypt_AES_PurePHPTest::testNonContinuousBufferBattery
> Data Provider method
> Unit_Crypt_AES_PurePHPTest::continuousBufferBatteryCombos() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:225
>
> 10) Unit_Crypt_BlowfishTest::testVectors
> Data Provider method Unit_Crypt_BlowfishTest::engineVectors() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/BlowfishTest.php:75
>
> 11) Unit_Crypt_RC2Test::testVectors
> Data Provider method Unit_Crypt_RC2Test::engineVectors() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/RC2Test.php:111
>
> 12) Unit_Crypt_RC4Test::testVectors
> Data Provider method Unit_Crypt_RC4Test::engineVectors() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/RC4Test.php:202
>
> 13) Unit_Crypt_RandomTest::testStringLength
> Data Provider method Unit_Crypt_RandomTest::stringLengthData() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/RandomTest.php:22
>
> 14) Unit_Crypt_TripleDESTest::testVectors
> Data Provider method Unit_Crypt_TripleDESTest::engineVectors() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/TripleDESTest.php:105
>
> 15) Unit_Crypt_TripleDESTest::testVectorsWithIV
> Data Provider method Unit_Crypt_TripleDESTest::engineIVVectors() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/TripleDESTest.php:156
>
> 16) Unit_Net_SSH1Test::testFormatLog
> Data Provider method Unit_Net_SSH1Test::formatLogDataProvider() is not static
>
> /<<PKGBUILDDIR>>/tests/Unit/Net/SSH1Test.php:30
>
> 17) Unit_Net_SSH2UnitTest::testFormatLog
> Data Provider method Unit_Net_SSH2UnitTest::formatLogDataProvider() is not
> static
>
> /<<PKGBUILDDIR>>/tests/Unit/Net/SSH2UnitTest.php:33
>
> --
>
> There were 302 risky tests:
>
> 1) Unit_Crypt_AES_McryptTest::testNonContinuousBufferBattery with data set #0
> This test did not perform any assertions
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:225
>
> 2) Unit_Crypt_AES_McryptTest::testNonContinuousBufferBattery with data set #1
> This test did not perform any assertions
>
> /<<PKGBUILDDIR>>/tests/Unit/Crypt/AES/TestCase.php:225
>
> 3) Unit_Crypt_AES_McryptTest::testNonContinuousBufferBattery with data set #2
> This test did not perform any assertions
>
The full build logs and additional context is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/0/php-phpseclib/
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-phpseclib
Source-Version: 2.0.45-1
Done: David Prévot <[email protected]>
We believe that the bug you reported is fixed in the latest version of
php-phpseclib, 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-phpseclib 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, 16 Sep 2023 19:12:35 +0530
Source: php-phpseclib
Architecture: source
Version: 2.0.45-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <[email protected]>
Changed-By: David Prévot <[email protected]>
Closes: 1039817
Changes:
php-phpseclib (2.0.45-1) unstable; urgency=medium
.
[ terrafrost ]
* SFTP: make it so SFTP::RESUME also sets offset of local file
* SFTP: RESUME_START didn't work as described
* SFTP: fix SFTPv2 errors when logging errors
* SFTP: fix issue with get() downloading to files / streams
* Rijndael: fix E_DEPRECATED
* CHANGELOG: add 2.0.45 release
.
[ Kevin Reniers ]
* Add EOF test to SSH2::isConnected
.
[ David Prévot ]
* Skip test failing with recent PHPUnit (Closes: #1039817)
* Comply with phpcs expectations
Checksums-Sha1:
70b4e63cf92f387c47da8bf579248c9d2ec15cfc 1854 php-phpseclib_2.0.45-1.dsc
24908a67174d4bf019ad211ba564256d9de937b5 275448
php-phpseclib_2.0.45.orig.tar.xz
aa8811798b2bae8c28971d1c6c3ba1f0c5b7b5d8 12700
php-phpseclib_2.0.45-1.debian.tar.xz
fb7864b70965b2610c34ae5a0a2e2bdc2aa0e8c7 7526
php-phpseclib_2.0.45-1_amd64.buildinfo
Checksums-Sha256:
7f74cba1c870489827fc71b09cdacd3fe641e4cb9ac1ee0f2647fcabd1848697 1854
php-phpseclib_2.0.45-1.dsc
0db7e83a7cfade506f1d712d05ccbff18fe49b9df3d4a0edf6d73dbd27a27c52 275448
php-phpseclib_2.0.45.orig.tar.xz
64c3b1aec80a13679c333adc966d6b6195902138435759fc3ad4c332b4e380a9 12700
php-phpseclib_2.0.45-1.debian.tar.xz
8cb97d623eaf472db8d8d5704de184358877be8583e4c7a502163c41f0e76a73 7526
php-phpseclib_2.0.45-1_amd64.buildinfo
Files:
972422eea0a023bf6bf6797fb2d46611 1854 php optional php-phpseclib_2.0.45-1.dsc
302128d6c75d814963a3026fbe0c7e80 275448 php optional
php-phpseclib_2.0.45.orig.tar.xz
0dfcdd28c0cb714e304688e9cb1e636d 12700 php optional
php-phpseclib_2.0.45-1.debian.tar.xz
5af7345f663ca1dbd5f5e92426a79c53 7526 php optional
php-phpseclib_2.0.45-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmUFsuoSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08Dj8H/AmCsm3S7N6ZzrkN+bzpTk1Hnw5L+pXu
CboMtd/Do+dUmiyvaArnPAbnYYc0pxIXw1gnAFiB4+DuIJz6nDfL6wpbz33EX2Pk
3a294KxLLxAzD82/eul3Y8PZZKRdeYlrFUNb6mr+L5wY+ThkCGzVioTuQy5Z0iQ5
528Z1aPS2zczGz60+1vJCz/NwPeiL8lMJMn2Tmm3RlnoBDlCt5zIJmEw7nOrKaJW
JEbmBahGTfOgEh/DswA0BIPUyrUx2pRY5fNv5BLw8EeSYy+XAyvimUpvLarV/pNL
Vf/XlMOwMQE+F7/to4dkuuoDbZr64hqfHCcWmuMVeuZ6petRILhrCtM=
=sJ3x
-----END PGP SIGNATURE-----
--- End Message ---