Your message dated Sun, 18 Sep 2022 11:37:08 +0000
with message-id <e1ozsbk-00cnaa...@fasolo.debian.org>
and subject line Bug#1020127: fixed in php-amqplib 3.2.0-2
has caused the Debian Bug report #1020127,
regarding php-amqplib: FTBFS: make[1]: *** [debian/rules:23:
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 ow...@bugs.debian.org
immediately.)
--
1020127: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020127
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php-amqplib
Version: 3.2.0-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> TEST_RABBIT_SERVER_DIR=$(mktemp -d --tmpdir rabbitmq.XXXXXX) ; \
> mkdir -p $TEST_RABBIT_SERVER_DIR/log ; \
> export RABBITMQ_NODENAME=test ; \
> env RABBITMQ_MNESIA_BASE=$TEST_RABBIT_SERVER_DIR/mnesia \
> RABBITMQ_CONFIG_FILE=debian/rabbitmq.conf \
> RABBITMQ_LOG_BASE=$TEST_RABBIT_SERVER_DIR/log \
> RABBITMQ_NODE_IP_ADDRESS=127.0.0.1 \
> HOME=$TEST_RABBIT_SERVER_DIR \
> /usr/lib/rabbitmq/bin/rabbitmq-server >
> $TEST_RABBIT_SERVER_DIR/log/output.txt 2>&1 & \
> TEST_RABBIT_SERVER_PID=$! ; \
> HOME=$TEST_RABBIT_SERVER_DIR /usr/lib/rabbitmq/bin/rabbitmqctl wait \
> -q --pid $TEST_RABBIT_SERVER_PID ; \
> phpunit ; \
> exit=$? ; \
> env RABBITMQ_MNESIA_BASE=$TEST_RABBIT_SERVER_DIR/mnesia \
> RABBITMQ_LOG_BASE=$TEST_RABBIT_SERVER_DIR/log \
> RABBITMQ_NODE_IP_ADDRESS=127.0.0.1 \
> HOME=$TEST_RABBIT_SERVER_DIR \
> /usr/lib/rabbitmq/bin/rabbitmqctl stop >
> $TEST_RABBIT_SERVER_DIR/log/stop_output.txt 2>&1 & \
> exit $exit
> PHPUnit 9.5.24 [44;37m#StandWith[0m[43;30mUkraine[0m
>
> Runtime: PHP 8.1.7
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> Warning: No code coverage driver available
> Warning: Your XML configuration validates against a deprecated schema.
> Suggestion: Migrate your XML configuration using "--migrate-configuration"!
>
> ............................................................... 63 / 827 (
> 7%)
> ......................................F........................ 126 / 827 (
> 15%)
> ............................................................... 189 / 827 (
> 22%)
> ............................................................... 252 / 827 (
> 30%)
> ............................................................... 315 / 827 (
> 38%)
> ............................................................... 378 / 827 (
> 45%)
> ............................................................... 441 / 827 (
> 53%)
> ............................................................... 504 / 827 (
> 60%)
> ............................................................... 567 / 827 (
> 68%)
> ............................................................... 630 / 827 (
> 76%)
> ............................................................... 693 / 827 (
> 83%)
> ............................................................... 756 / 827 (
> 91%)
> .......................SSSSSSSS........SS....S................. 819 / 827 (
> 99%)
> ........ 827 / 827
> (100%)
>
> Time: 01:02.936, Memory: 18.00 MB
>
> There was 1 failure:
>
> 1) PhpAmqpLib\Tests\Unit\Wire\AMQPReaderTest::testDecodeFloatingPointValues
> Failed asserting that 0.0010000000474974513 matches expected 0.001.
>
> /<<PKGBUILDDIR>>/tests/Unit/Wire/AMQPReaderTest.php:64
>
> --
>
> There were 11 skipped tests:
>
> 1)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionAuthTest::plain_auth_passwordless_must_fail
> Unable to connect to "https://localhost:15671/api/users/test_544450276": 7
> Failed to connect to localhost port 15671 after 0 ms: Connection refused
>
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionAuthTest.php:86
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionAuthTest.php:25
>
> 2)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionClosedTest::must_throw_exception_broken_pipe_wait
> with data set #0 ('stream', false)
> TOXIPROXY_HOST is not set
>
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:91
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:81
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionClosedTest.php:37
>
> 3)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionClosedTest::must_throw_exception_broken_pipe_wait
> with data set #1 ('stream', true)
> TOXIPROXY_HOST is not set
>
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:91
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:81
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionClosedTest.php:37
>
> 4)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionClosedTest::must_throw_exception_broken_pipe_wait
> with data set #2 ('socket', false)
> TOXIPROXY_HOST is not set
>
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:91
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:81
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionClosedTest.php:37
>
> 5)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionClosedTest::must_throw_exception_broken_pipe_wait
> with data set #3 ('socket', true)
> TOXIPROXY_HOST is not set
>
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:91
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:81
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionClosedTest.php:37
>
> 6)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionClosedTest::must_throw_exception_broken_pipe_write
> with data set #0 ('stream', 1024)
> TOXIPROXY_HOST is not set
>
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:91
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:81
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionClosedTest.php:85
>
> 7)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionClosedTest::must_throw_exception_broken_pipe_write
> with data set #1 ('stream', 32768)
> TOXIPROXY_HOST is not set
>
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:91
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:81
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionClosedTest.php:85
>
> 8)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionClosedTest::must_throw_exception_broken_pipe_write
> with data set #2 ('socket', 32768)
> TOXIPROXY_HOST is not set
>
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:91
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:81
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionClosedTest.php:85
>
> 9)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionClosedTest::must_throw_exception_after_connection_was_restored
> with data set #0 ('stream')
> TOXIPROXY_HOST is not set
>
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:91
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:81
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionClosedTest.php:229
>
> 10)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionClosedTest::must_throw_exception_after_connection_was_restored
> with data set #1 ('socket')
> TOXIPROXY_HOST is not set
>
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:91
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:81
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionClosedTest.php:229
>
> 11)
> PhpAmqpLib\Tests\Functional\Connection\ConnectionUnresponsiveTest::must_throw_timeout_exception_on_missing_connect_response
> with data set #0 ('stream')
> TOXIPROXY_HOST is not set
>
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:91
> /<<PKGBUILDDIR>>/tests/Functional/AbstractConnectionTest.php:81
> /<<PKGBUILDDIR>>/tests/Functional/Connection/ConnectionUnresponsiveTest.php:63
>
> FAILURES!
> Tests: 827, Assertions: 1085, Failures: 1, Skipped: 11.
> make[1]: *** [debian/rules:23: override_dh_auto_test] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/09/17/php-amqplib_3.2.0-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: php-amqplib
Source-Version: 3.2.0-2
Done: David Prévot <taf...@debian.org>
We believe that the bug you reported is fixed in the latest version of
php-amqplib, 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 1020...@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-amqplib 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: Sun, 18 Sep 2022 12:59:06 +0200
Source: php-amqplib
Architecture: source
Version: 3.2.0-2
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: 1020127
Changes:
php-amqplib (3.2.0-2) unstable; urgency=medium
.
* Install pkg-php-tools(1) overrides
* Adapt precision for recent phpunit-comparator (Closes: #1020127)
Checksums-Sha1:
518f566f30ad0bcdf65498b9f63408bb537c97f8 1851 php-amqplib_3.2.0-2.dsc
c308531d68acf3304c7adb3c3b60f06d6bfe2aca 10252
php-amqplib_3.2.0-2.debian.tar.xz
f3bfabf3432637cd3cfdb55038ca949d4367f267 9588
php-amqplib_3.2.0-2_amd64.buildinfo
Checksums-Sha256:
354e71dd7afa6fe8a10eaab7e59939e6970b295cb7012b21454068326fd22179 1851
php-amqplib_3.2.0-2.dsc
a30d6b43a80701e5141b351db6d9c7b9a8e1e343fae7659920a0b49ad5475bac 10252
php-amqplib_3.2.0-2.debian.tar.xz
04ffc70f54a5c6f1e469ce262195a481a18cd2881de19af5238ac0a93c1ec442 9588
php-amqplib_3.2.0-2_amd64.buildinfo
Files:
76a8aa5ad8789b5d374e0254166a2119 1851 php optional php-amqplib_3.2.0-2.dsc
859218f3767d368d0fec1f48f0219c80 10252 php optional
php-amqplib_3.2.0-2.debian.tar.xz
65bf569bede0ad26148d4dc0fadb89ca 9588 php optional
php-amqplib_3.2.0-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmMm/swSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08XVMH/i+Bu6nAE+uc5ZuLEwtwlOZe43Gn3E82
QrVIrbLC6xEKFRZ2yHIb3Ttr4XncgL+zfXokQ0A25uC69AKnj2xwV2ditoCAeKz3
eSzzdMSKmdIQgirBQciqeaT64hk4eXf6K1uVihDnTNh/3felQycn6f6Q3ry3VXsE
xoc8Acm5jTaT0LIVUpyZXgyqVKB2coZved9Xfs6WHt+k/kFaOXxxPoTl+iNHUyiz
OQNbS/yd/YgjicJkvPgGh5xc6G59BFghh7VxI/Qhe4eAe2CEaTK23n5GXhCc4wB3
azbqZj7ywaEF2KSU+WFfNcizE9nLTUx5q/lQbe+r0IP16DsGr7EJ6pA=
=dEmH
-----END PGP SIGNATURE-----
--- End Message ---