Your message dated Wed, 12 Jan 2022 22:19:19 +0000 with message-id <[email protected]> and subject line Bug#1000650: fixed in phploc 7.0.2-2 has caused the Debian Bug report #1000650, regarding phploc: Failing testsuite with PHP 8.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.) -- 1000650: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000650 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: phploc Version: 7.0.2-1 Severity: important Tags: upstream Control: block 976811 by -1 The testsuite is currently failing with PHP 8.1, I didn’t notice any upstream activity about it yet. autopkgtest [02:32:56]: test command1: phpunit --bootstrap /usr/share/php/SebastianBergmann/PHPLOC/autoload.php autopkgtest [02:32:56]: test command1: [----------------------- PHPUnit 9.5.10 by Sebastian Bergmann and contributors. Runtime: PHP 8.1.0RC5 Configuration: /tmp/autopkgtest-lxc.dgngl6tq/downtmp/build.Jf8/src/phpunit.xml FF............................. 31 / 31 (100%) Time: 00:00.013, Memory: 6.00 MB There were 2 failures: 1) SebastianBergmann\PHPLOC\AnalyserTest::testWithoutTests Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ 'nonFinalClasses' => 1 'finalClasses' => 0 'functions' => 2 - 'namedFunctions' => 1 - 'anonymousFunctions' => 1 + 'namedFunctions' => 0 + 'anonymousFunctions' => 2 'methods' => 4 'publicMethods' => 2 'nonPublicMethods' => 2 @@ @@ 'globalConstants' => 1 'testClasses' => 0 'testMethods' => 0 - 'ccnByLloc' => 0.08 + 'ccnByLloc' => 0.08333333333333333 'llocByNof' => 0.5 'methodCalls' => 6 'staticMethodCalls' => 4 @@ @@ 'namespaces' => 1 'ncloc' => 68 'classCcnMin' => 1 - 'classCcnAvg' => 1.65 + 'classCcnAvg' => 1.6666666666666667 'classCcnMax' => 3 'methodCcnMin' => 1 - 'methodCcnAvg' => 1.65 + 'methodCcnAvg' => 1.6666666666666667 'methodCcnMax' => 2 'classLlocMin' => 0 - 'classLlocAvg' => 7.3 + 'classLlocAvg' => 7.333333333333333 'classLlocMax' => 22 'methodLlocMin' => 4 - 'methodLlocAvg' => 5.6 + 'methodLlocAvg' => 5.666666666666667 'methodLlocMax' => 7 - 'averageMethodsPerClass' => 1.33 + 'averageMethodsPerClass' => 1.3333333333333333 'minimumMethodsPerClass' => 0 'maximumMethodsPerClass' => 4 ) /tmp/autopkgtest-lxc.dgngl6tq/downtmp/build.Jf8/src/tests/unit/AnalyserTest.php:104 2) SebastianBergmann\PHPLOC\AnalyserTest::testWithTests Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ 'nonFinalClasses' => 1 'finalClasses' => 0 'functions' => 2 - 'namedFunctions' => 1 - 'anonymousFunctions' => 1 + 'namedFunctions' => 0 + 'anonymousFunctions' => 2 'methods' => 4 'publicMethods' => 2 'nonPublicMethods' => 2 @@ @@ 'globalConstants' => 1 'testClasses' => 1 'testMethods' => 2 - 'ccnByLloc' => 0.08 + 'ccnByLloc' => 0.08333333333333333 'llocByNof' => 0.5 'methodCalls' => 6 'staticMethodCalls' => 4 @@ @@ 'classCcnAvg' => 1.5 'classCcnMax' => 3 'methodCcnMin' => 1 - 'methodCcnAvg' => 1.66 + 'methodCcnAvg' => 1.6666666666666667 'methodCcnMax' => 2 'classLlocMin' => 0 'classLlocAvg' => 5.5 'classLlocMax' => 22 'methodLlocMin' => 4 - 'methodLlocAvg' => 5.6 + 'methodLlocAvg' => 5.666666666666667 'methodLlocMax' => 7 'averageMethodsPerClass' => 1 'minimumMethodsPerClass' => 0 'maximumMethodsPerClass' => 4 ) /tmp/autopkgtest-lxc.dgngl6tq/downtmp/build.Jf8/src/tests/unit/AnalyserTest.php:183 FAILURES! Tests: 31, Assertions: 43, Failures: 2. autopkgtest [02:32:57]: test command1: -----------------------] autopkgtest [02:32:57]: test command1: - - - - - - - - - - results - - - - - - - - - - command1 FAIL non-zero exit status 1
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: phploc Source-Version: 7.0.2-2 Done: David Prévot <[email protected]> We believe that the bug you reported is fixed in the latest version of phploc, 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 phploc 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: Wed, 12 Jan 2022 17:34:13 -0400 Source: phploc Architecture: source Version: 7.0.2-2 Distribution: unstable Urgency: medium Maintainer: Debian PHP PEAR Maintainers <[email protected]> Changed-By: David Prévot <[email protected]> Closes: 1000650 Changes: phploc (7.0.2-2) unstable; urgency=medium . [ Sebastian Bergmann ] * Handle AMPERSAND_NOFOLLOWED_BY_VAR_OR_VARARG token (introduced in PHP 8.1) (Closes: #1000650) . [ David Prévot ] * Simplify gbp import-orig (and check signature) * Update standards version to 4.6.0, no changes needed. * Install dh-sequence-* instead of using dh --with * Generate phpabtpl at build time Checksums-Sha1: 22d0dacbf063ba1e0a27cf8a53b9332682ca9d86 1785 phploc_7.0.2-2.dsc e667496f81beb496567dad49852c05bf5fe50708 53668 phploc_7.0.2-2.debian.tar.xz 93a42d7636e484d95009b3057546799abc462db7 8589 phploc_7.0.2-2_amd64.buildinfo Checksums-Sha256: 5a65baa3d1346fd259979569142ad58102f732c94a1c692cc010b019ee4d5e30 1785 phploc_7.0.2-2.dsc 947fbe29573b755de34b561cbe76238e89bbb62abaa2483d80379a612040dfc8 53668 phploc_7.0.2-2.debian.tar.xz 64804a4749bc9ba73da471d91b2d9295ac1929e976196fd6919f8acd46076de9 8589 phploc_7.0.2-2_amd64.buildinfo Files: 91ed97cef9707c09f802915690c7a3f1 1785 php optional phploc_7.0.2-2.dsc 01be4c6e11896ccb1ec01dc807a2709c 53668 php optional phploc_7.0.2-2.debian.tar.xz c2a1752686f39a27d593158c3daafce2 8589 php optional phploc_7.0.2-2_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmHfSvsSHHRhZmZpdEBk ZWJpYW4ub3JnAAoJEAWMHPlE9r08hEYH/js2yfEBfXVo3RgcLoeoN+8IXscO9gna 2PM+A6GEGK2EEvqq0f1lolK0X5MHrUk6EnOAdUMjIf+s+xuTH2NYhcFwleyoONQC UYqDeGux2cdz0oDuYMZgA3jnirnNRWK8cg16nhG7+pbRgAJTCgIVPCGOyKPIhSGl L+Xm7cr/RwlA80XUrwmoSUPW9KVEhcrhuF6TdBOqeBdsTXzZxP6AOyoIfGmREUbC e0nNa9EehnJ3NVusfkBp6YayfFcd7zIH2fYHlXle3uno+RewgD+9Fppz27vXFYpC JrbzdiHvXyAZFicumlQ9+UCyNsTG4lFZg8E1X3SHmKr38y1Btrbpb+w= =qdXt -----END PGP SIGNATURE-----
--- End Message ---

