Your message dated Mon, 19 Sep 2022 01:30:56 +0000
with message-id <e1oa5ce-00f3gl...@fasolo.debian.org>
and subject line Bug#1020113: fixed in php-codecoverage 9.2.17+dfsg-2
has caused the Debian Bug report #1020113,
regarding php-codecoverage: FTBFS: make[1]: *** [debian/rules:30: 
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.)


-- 
1020113: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020113
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php-codecoverage
Version: 9.2.17+dfsg-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>>'
> ln -s /usr/share/nodejs/bootstrap/dist/css/bootstrap.min.css  
> /<<PKGBUILDDIR>>/src/Report/Html/Renderer/Template/css
> ln -s /usr/share/nodejs/bootstrap/dist/js/bootstrap.min.js    
> /<<PKGBUILDDIR>>/src/Report/Html/Renderer/Template/js
> ln -s /usr/share/javascript/d3/d3.min.js                      
> /<<PKGBUILDDIR>>/src/Report/Html/Renderer/Template/js
> ln -s /usr/share/javascript/jquery/jquery.min.js              
> /<<PKGBUILDDIR>>/src/Report/Html/Renderer/Template/js
> ln -s /usr/share/javascript/popper.js/popper.min.js           
> /<<PKGBUILDDIR>>/src/Report/Html/Renderer/Template/js
> XDEBUG_MODE=coverage phpunit
> PHPUnit 9.5.24 #StandWithUkraine
> 
> Runtime:       PHP 8.1.7
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml
> 
> ......................................SSSSSSSSSSSSSSSSSSSSSSSSS  63 / 136 ( 
> 46%)
> SSSS.............F............................................. 126 / 136 ( 
> 92%)
> ..........                                                      136 / 136 
> (100%)
> 
> Time: 00:00.609, Memory: 32.00 MB
> 
> There was 1 failure:
> 
> 1) SebastianBergmann\CodeCoverage\Node\BuilderTest::testSomething
> Failed asserting that two arrays are equal.
> --- Expected
> +++ Actual
> @@ @@
>          'executablePaths' => 0
>          'executedPaths' => 0
>          'ccn' => 5
> -        'coverage' => 55.555555555556
> +        'coverage' => 55.55555555555556
>          'crap' => '7.19'
>          'link' => 'BankAccount.php.html#2'
>          'className' => 'BankAccount'
> 
> /<<PKGBUILDDIR>>/tests/tests/Node/BuilderTest.php:139
> 
> --
> 
> There were 29 skipped tests:
> 
> 1) 
> SebastianBergmann\CodeCoverage\Driver\PhpdbgDriverTest::testDoesNotSupportBranchAndPathCoverage
> This test requires the PHPDBG commandline interpreter
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/PhpdbgDriverTest.php:22
> 
> 2) 
> SebastianBergmann\CodeCoverage\Driver\PhpdbgDriverTest::testBranchAndPathCoverageCanBeDisabled
> This test requires the PHPDBG commandline interpreter
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/PhpdbgDriverTest.php:22
> 
> 3) 
> SebastianBergmann\CodeCoverage\Driver\PhpdbgDriverTest::testBranchAndPathCoverageCannotBeEnabled
> This test requires the PHPDBG commandline interpreter
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/PhpdbgDriverTest.php:22
> 
> 4) 
> SebastianBergmann\CodeCoverage\Driver\PhpdbgDriverTest::testBranchAndPathCoverageIsNotCollected
> This test requires the PHPDBG commandline interpreter
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/PhpdbgDriverTest.php:22
> 
> 5) 
> SebastianBergmann\CodeCoverage\Driver\PhpdbgDriverTest::testDoesNotSupportDeadCodeDetection
> This test requires the PHPDBG commandline interpreter
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/PhpdbgDriverTest.php:22
> 
> 6) 
> SebastianBergmann\CodeCoverage\Driver\PhpdbgDriverTest::testDeadCodeDetectionCanBeDisabled
> This test requires the PHPDBG commandline interpreter
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/PhpdbgDriverTest.php:22
> 
> 7) 
> SebastianBergmann\CodeCoverage\Driver\PhpdbgDriverTest::testDeadCodeDetectionCannotBeEnabled
> This test requires the PHPDBG commandline interpreter
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/PhpdbgDriverTest.php:22
> 
> 8) 
> SebastianBergmann\CodeCoverage\Driver\PhpdbgDriverTest::testDeadCodeIsNotDetected
> This test requires the PHPDBG commandline interpreter
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/PhpdbgDriverTest.php:22
> 
> 9) 
> SebastianBergmann\CodeCoverage\Driver\PhpdbgDriverTest::testHasNameAndVersion
> This test requires the PHPDBG commandline interpreter
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/PhpdbgDriverTest.php:22
> 
> 10) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug2DriverTest::testSupportsBranchAndPathCoverage
> This test requires version 2 of the Xdebug extension to be loaded
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug2DriverTest.php:35
> 
> 11) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug2DriverTest::testBranchAndPathCoverageCanBeDisabled
> This test requires version 2 of the Xdebug extension to be loaded
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug2DriverTest.php:35
> 
> 12) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug2DriverTest::testBranchAndPathCoverageCanBeEnabled
> This test requires version 2 of the Xdebug extension to be loaded
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug2DriverTest.php:35
> 
> 13) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug2DriverTest::testBranchAndPathCoverageIsNotCollectedByDefault
> This test requires version 2 of the Xdebug extension to be loaded
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug2DriverTest.php:35
> 
> 14) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug2DriverTest::testSupportsDeadCodeDetection
> This test requires version 2 of the Xdebug extension to be loaded
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug2DriverTest.php:35
> 
> 15) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug2DriverTest::testDeadCodeDetectionCanBeDisabled
> This test requires version 2 of the Xdebug extension to be loaded
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug2DriverTest.php:35
> 
> 16) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug2DriverTest::testDeadCodeDetectionCanBeEnabled
> This test requires version 2 of the Xdebug extension to be loaded
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug2DriverTest.php:35
> 
> 17) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug2DriverTest::testDeadCodeIsNotDetectedByDefault
> This test requires version 2 of the Xdebug extension to be loaded
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug2DriverTest.php:35
> 
> 18) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug2DriverTest::testHasNameAndVersion
> This test requires version 2 of the Xdebug extension to be loaded
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug2DriverTest.php:35
> 
> 19) SebastianBergmann\CodeCoverage\Driver\Xdebug2DriverTest::testFilterWorks
> This test requires version 2 of the Xdebug extension to be loaded
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug2DriverTest.php:35
> 
> 20) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug3DriverTest::testSupportsBranchAndPathCoverage
> This test requires the Xdebug extension's code coverage functionality to be 
> enabled
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug3DriverTest.php:39
> 
> 21) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug3DriverTest::testBranchAndPathCoverageCanBeDisabled
> This test requires the Xdebug extension's code coverage functionality to be 
> enabled
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug3DriverTest.php:39
> 
> 22) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug3DriverTest::testBranchAndPathCoverageCanBeEnabled
> This test requires the Xdebug extension's code coverage functionality to be 
> enabled
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug3DriverTest.php:39
> 
> 23) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug3DriverTest::testBranchAndPathCoverageIsNotCollectedByDefault
> This test requires the Xdebug extension's code coverage functionality to be 
> enabled
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug3DriverTest.php:39
> 
> 24) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug3DriverTest::testSupportsDeadCodeDetection
> This test requires the Xdebug extension's code coverage functionality to be 
> enabled
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug3DriverTest.php:39
> 
> 25) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug3DriverTest::testDeadCodeDetectionCanBeDisabled
> This test requires the Xdebug extension's code coverage functionality to be 
> enabled
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug3DriverTest.php:39
> 
> 26) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug3DriverTest::testDeadCodeDetectionCanBeEnabled
> This test requires the Xdebug extension's code coverage functionality to be 
> enabled
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug3DriverTest.php:39
> 
> 27) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug3DriverTest::testDeadCodeIsNotDetectedByDefault
> This test requires the Xdebug extension's code coverage functionality to be 
> enabled
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug3DriverTest.php:39
> 
> 28) 
> SebastianBergmann\CodeCoverage\Driver\Xdebug3DriverTest::testHasNameAndVersion
> This test requires the Xdebug extension's code coverage functionality to be 
> enabled
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug3DriverTest.php:39
> 
> 29) SebastianBergmann\CodeCoverage\Driver\Xdebug3DriverTest::testFilterWorks
> This test requires the Xdebug extension's code coverage functionality to be 
> enabled
> 
> /<<PKGBUILDDIR>>/tests/tests/Driver/Xdebug3DriverTest.php:39
> 
> FAILURES!
> Tests: 136, Assertions: 275, Failures: 1, Skipped: 29.
> make[1]: *** [debian/rules:30: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/php-codecoverage_9.2.17+dfsg-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-codecoverage
Source-Version: 9.2.17+dfsg-2
Done: David Prévot <taf...@debian.org>

We believe that the bug you reported is fixed in the latest version of
php-codecoverage, 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-codecoverage 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 23:13:16 +0200
Source: php-codecoverage
Architecture: source
Version: 9.2.17+dfsg-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: 1020113
Changes:
 php-codecoverage (9.2.17+dfsg-2) unstable; urgency=medium
 .
   * Fix test for improved float comparison (Closes: #1020113)
Checksums-Sha1:
 24fc660c6b36a9c43d5c400b7c984f22438e59ad 2186 
php-codecoverage_9.2.17+dfsg-2.dsc
 665ee2c55b163115d6ce66993f56a102afb31587 115008 
php-codecoverage_9.2.17+dfsg-2.debian.tar.xz
 97bc5e25209c9fbf0ffc784df5f6ea595be674af 9218 
php-codecoverage_9.2.17+dfsg-2_amd64.buildinfo
Checksums-Sha256:
 40b356e74d678e7c934a31a7f0e696d1920b624d2894cdb0f008da3902024eb9 2186 
php-codecoverage_9.2.17+dfsg-2.dsc
 90d7ff383d4d5cd4d686da77a431950a28603c2a77e8ce5035b25b8a050d5b49 115008 
php-codecoverage_9.2.17+dfsg-2.debian.tar.xz
 b98e20ad0a57cd8a006fc546e32a46dbb8723d4a4b737979f73e9376e681becc 9218 
php-codecoverage_9.2.17+dfsg-2_amd64.buildinfo
Files:
 dc36eddb7a19103176a8fb6ced4ae88e 2186 php optional 
php-codecoverage_9.2.17+dfsg-2.dsc
 27588999926fb8bde41a30956546df2b 115008 php optional 
php-codecoverage_9.2.17+dfsg-2.debian.tar.xz
 f15e190fac3dc33088ec9c7dd16aa0f5 9218 php optional 
php-codecoverage_9.2.17+dfsg-2_amd64.buildinfo

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

iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmMnjEcSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08NREH+wWC3b7PGEXpTRcLn9OLfWgR5zQWNbth
HY/6LZlO2t5X04LM1LcEnVPWM3yd78yS4Yl00Jc/2Mkj6SpO/0vZZbURchZzhK92
gw/6gNdBAINzwkVK6gUWE78i7eC/PeA/naPndbfvyjcH8GcFZNthIzDKPbVWR9IL
YoJXGJJUWfOUu0qFmFhRlbOj7E2e7vacVMDZqdbxmmKzr2lWjnpgq2BTYARzxvuJ
7pMbGScCPZklaXfDK8lQwHGYY/fK2ImacKoxcdnyAVJbXlc+vdxo+PWVHawZXkFF
7vXfuej73rj5h59p760hytNGr8sxwr4FRaZvOEwPTQ+ijIiLLB40RuA=
=vmaE
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to