Your message dated Sun, 22 Oct 2023 06:35:19 +0000
with message-id <[email protected]>
and subject line Bug#1039849: fixed in php-zend-eventmanager 3.12.0-1
has caused the Debian Bug report #1039849,
regarding php-zend-eventmanager: FTBFS with phpunit 10: make[1]: ***
[debian/rules:21: override_dh_auto_test] Error 2
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.)
--
1039849: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039849
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: php-zend-eventmanager
Version: 3.10.0-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-zend-eventmanager 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 were 3 errors:
>
> 1)
> LaminasTest\EventManager\AbstractListenerAggregateTest::testDetachRemovesAttachedListeners
> Error: Call to undefined method
> PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive()
>
> /<<PKGBUILDDIR>>/test/ListenerAggregateTraitTest.php:25
>
> 2)
> LaminasTest\EventManager\LazyListenerAggregateTest::testAttachAttachesLazyListenersViaClosures
> Error: Call to undefined method
> PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive()
>
> /<<PKGBUILDDIR>>/test/LazyListenerAggregateTest.php:153
>
> 3)
> LaminasTest\EventManager\ListenerAggregateTraitTest::testDetachRemovesAttachedListeners
> Error: Call to undefined method
> PHPUnit\Framework\MockObject\Builder\InvocationMocker::withConsecutive()
>
> /<<PKGBUILDDIR>>/test/ListenerAggregateTraitTest.php:25
>
> --
>
> 19 tests triggered 19 PHPUnit deprecations:
>
> 1)
> LaminasTest\EventManager\EventManagerTest::testAttachShouldAddReturnTheListener
> Data Provider method
> LaminasTest\EventManager\EventManagerTest::eventArguments() is not static
>
> /<<PKGBUILDDIR>>/test/EventManagerTest.php:123
>
> 2)
> LaminasTest\EventManager\EventManagerTest::testAttachRaisesExceptionForInvalidEventType
> Data Provider method
> LaminasTest\EventManager\EventManagerTest::invalidEventsForAttach() is not
> static
>
> /<<PKGBUILDDIR>>/test/EventManagerTest.php:523
>
> 3)
> LaminasTest\EventManager\EventManagerTest::testPassingInvalidEventTypeToDetachRaisesException
> Data Provider method
> LaminasTest\EventManager\EventManagerTest::invalidEventsForDetach() is not
> static
>
> /<<PKGBUILDDIR>>/test/EventManagerTest.php:754
>
> 4)
> LaminasTest\EventManager\EventManagerTest::testTriggeringAnEventWithAnEmptyNameRaisesAnException
> Data Provider method
> LaminasTest\EventManager\EventManagerTest::eventsMissingNames() is not static
>
> /<<PKGBUILDDIR>>/test/EventManagerTest.php:809
>
> 5)
> LaminasTest\EventManager\FilterIteratorTest::testInsertShouldRaiseExceptionOnNonCallableDatum
> Data Provider method
> LaminasTest\EventManager\FilterIteratorTest::invalidFilters() is not static
>
> /<<PKGBUILDDIR>>/test/FilterIteratorTest.php:100
>
> 6)
> LaminasTest\EventManager\LazyEventListenerTest::testConstructorRaisesExceptionForInvalidEventType
> Data Provider method
> LaminasTest\EventManager\LazyEventListenerTest::invalidTypes() is not static
>
> /<<PKGBUILDDIR>>/test/LazyEventListenerTest.php:37
>
> 7)
> LaminasTest\EventManager\LazyEventListenerTest::testConstructorRaisesExceptionForInvalidListenerType
> Data Provider method
> LaminasTest\EventManager\LazyEventListenerTest::invalidTypes() is not static
>
> /<<PKGBUILDDIR>>/test/LazyListenerTest.php:63
>
> 8)
> LaminasTest\EventManager\LazyEventListenerTest::testConstructorRaisesExceptionForInvalidMethodType
> Data Provider method
> LaminasTest\EventManager\LazyEventListenerTest::invalidTypes() is not static
>
> /<<PKGBUILDDIR>>/test/LazyListenerTest.php:92
>
> 9)
> LaminasTest\EventManager\LazyListenerAggregateTest::testPassingInvalidListenerTypesAtInstantiationRaisesException
> Data Provider method
> LaminasTest\EventManager\LazyListenerAggregateTest::invalidListenerTypes() is
> not static
>
> /<<PKGBUILDDIR>>/test/LazyListenerAggregateTest.php:74
>
> 10)
> LaminasTest\EventManager\LazyListenerAggregateTest::testPassingInvalidListenersAtInstantiationRaisesException
> Data Provider method
> LaminasTest\EventManager\LazyListenerAggregateTest::invalidListeners() is not
> static
>
> /<<PKGBUILDDIR>>/test/LazyListenerAggregateTest.php:85
>
> 11)
> LaminasTest\EventManager\LazyListenerTest::testConstructorRaisesExceptionForInvalidListenerType
> Data Provider method
> LaminasTest\EventManager\LazyListenerTest::invalidTypes() is not static
>
> /<<PKGBUILDDIR>>/test/LazyListenerTest.php:63
>
> 12)
> LaminasTest\EventManager\LazyListenerTest::testConstructorRaisesExceptionForInvalidMethodType
> Data Provider method
> LaminasTest\EventManager\LazyListenerTest::invalidTypes() is not static
>
> /<<PKGBUILDDIR>>/test/LazyListenerTest.php:92
>
> 13)
> LaminasTest\EventManager\SharedEventManagerTest::testAttachRaisesExceptionForInvalidIdentifer
> Data Provider method
> LaminasTest\EventManager\SharedEventManagerTest::invalidIdentifiers() is not
> static
>
> /<<PKGBUILDDIR>>/test/SharedEventManagerTest.php:68
>
> 14)
> LaminasTest\EventManager\SharedEventManagerTest::testAttachRaisesExceptionForInvalidEvent
> Data Provider method
> LaminasTest\EventManager\SharedEventManagerTest::invalidEventNames() is not
> static
>
> /<<PKGBUILDDIR>>/test/SharedEventManagerTest.php:96
>
> 15)
> LaminasTest\EventManager\SharedEventManagerTest::testCanDetachFromSharedManagerUsingIdentifierAndEvent
> Data Provider method
> LaminasTest\EventManager\SharedEventManagerTest::detachIdentifierAndEvent()
> is not static
>
> /<<PKGBUILDDIR>>/test/SharedEventManagerTest.php:125
>
> 16)
> LaminasTest\EventManager\SharedEventManagerTest::testDetachingWithInvalidIdentifierTypeRaisesException
> Data Provider method
> LaminasTest\EventManager\SharedEventManagerTest::invalidIdentifiersAndEvents()
> is not static
>
> /<<PKGBUILDDIR>>/test/SharedEventManagerTest.php:286
>
> 17)
> LaminasTest\EventManager\SharedEventManagerTest::testDetachingWithInvalidEventTypeRaisesException
> Data Provider method
> LaminasTest\EventManager\SharedEventManagerTest::invalidIdentifiersAndEvents()
> is not static
>
> /<<PKGBUILDDIR>>/test/SharedEventManagerTest.php:297
>
> 18)
> LaminasTest\EventManager\SharedEventManagerTest::testGetListenersRaisesExceptionForInvalidEventName
> Data Provider method
> LaminasTest\EventManager\SharedEventManagerTest::invalidListenersAndEventNamesForFetchingListeners()
> is not static
>
> /<<PKGBUILDDIR>>/test/SharedEventManagerTest.php:317
>
> 19)
> LaminasTest\EventManager\SharedEventManagerTest::testGetListenersRaisesExceptionForInvalidIdentifier
> Data Provider method
> LaminasTest\EventManager\SharedEventManagerTest::invalidListenersAndEventNamesForFetchingListeners()
> is not static
>
> /<<PKGBUILDDIR>>/test/SharedEventManagerTest.php:328
>
> --
>
> There were 3 risky tests:
>
> 1)
> LaminasTest\EventManager\AbstractListenerAggregateTest::testDetachRemovesAttachedListeners
> This test did not perform any assertions
>
> /<<PKGBUILDDIR>>/test/ListenerAggregateTraitTest.php:17
>
> 2)
> LaminasTest\EventManager\LazyListenerAggregateTest::testAttachAttachesLazyListenersViaClosures
> This test did not perform any assertions
>
> /<<PKGBUILDDIR>>/test/LazyListenerAggregateTest.php:141
>
> 3)
> LaminasTest\EventManager\ListenerAggregateTraitTest::testDetachRemovesAttachedListeners
> This test did not perform any assertions
>
> /<<PKGBUILDDIR>>/test/ListenerAggregateTraitTest.php:17
>
> ERRORS!
> Tests: 273, Assertions: 683, Errors: 3, Deprecations: 20, Risky: 3.
> make[1]: *** [debian/rules:21: override_dh_auto_test] Error 2
The full build logs and additional context is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/0/php-zend-eventmanager/
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-zend-eventmanager
Source-Version: 3.12.0-1
Done: David Prévot <[email protected]>
We believe that the bug you reported is fixed in the latest version of
php-zend-eventmanager, 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-zend-eventmanager
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: Fri, 20 Oct 2023 13:56:33 +0200
Source: php-zend-eventmanager
Architecture: source
Version: 3.12.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <[email protected]>
Changed-By: David Prévot <[email protected]>
Closes: 1039849
Changes:
php-zend-eventmanager (3.12.0-1) unstable; urgency=medium
.
[ George Steel ]
* Upgrade to PHPUnit 10.4.1 (Closes: #1039849)
.
[ David Prévot ]
* Adapt clean
* Drop patch not needed anymore
Checksums-Sha1:
8964da787078c0fb0483a5d3c4b129c146fbd6f0 1976
php-zend-eventmanager_3.12.0-1.dsc
36992cbfb4884f8c0e42f62b914cca0da1175360 67576
php-zend-eventmanager_3.12.0.orig.tar.xz
839fa4f92b5258d8e652c4a8a228d12d6bd6285c 9028
php-zend-eventmanager_3.12.0-1.debian.tar.xz
465fb321bc744103a3d28a855b30d21bc9d7122d 7576
php-zend-eventmanager_3.12.0-1_amd64.buildinfo
Checksums-Sha256:
f116c315afa1ff4827c128a5e678c3e2bea090736855a694373de44a04588e2d 1976
php-zend-eventmanager_3.12.0-1.dsc
5a65ce8d0cafccaa8d2a43a325a1920886f65f2bdd576ff1608ba3c241b5116b 67576
php-zend-eventmanager_3.12.0.orig.tar.xz
d0673ab4289f8013f19ce3e9581e7965d16308dd18077a063a2112923f1a40bb 9028
php-zend-eventmanager_3.12.0-1.debian.tar.xz
eabce26bbb4d9aa8e71f8e31a9eea3ffd1da8aebdddf489a1e789e929d87b501 7576
php-zend-eventmanager_3.12.0-1_amd64.buildinfo
Files:
f93c082fa74824f897dadc95cf7413d4 1976 php optional
php-zend-eventmanager_3.12.0-1.dsc
3cdba87720c25d8e78fba4ac91f8e9e7 67576 php optional
php-zend-eventmanager_3.12.0.orig.tar.xz
ac971750786ef1fe64f027d4bf35db22 9028 php optional
php-zend-eventmanager_3.12.0-1.debian.tar.xz
7dd9362e9f403d3ce5e9dadbca76da21 7576 php optional
php-zend-eventmanager_3.12.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmU0wEMSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08XukH/ioznWcfWINOW2AUrmYsXiSKnU3c6uHI
/meusIG4XO0vvw2SD16L7XtUB7RLQn1LpvL5UotqBvlDtqOJmQeS+ura2C4LZgmM
hN5oCeYQDRefkh9zvHJKBrJfho/brVRLhPWoMd8N0MEL/Z5xr5MkwSdexyVyXN8K
q6bEz84ZACS41NkqSEM13kqvqz80P4kqidJEV2Spzyjq+cz1b18cvAL2KBswp/nU
QoLNoDE4x9t3t8spJuXdrFR4HIz+vaE7V2TjSV+RFU7pG1/6lRMC1QEOR48H4F46
Ki0TRD3LDq7ExMz/68JtuywStD35DGUGD2XrLldUYanMgpjfEdn0N08=
=oPJe
-----END PGP SIGNATURE-----
--- End Message ---