Your message dated Thu, 23 Oct 2025 19:06:08 +0000
with message-id <[email protected]>
and subject line Bug#1117408: fixed in matomo-component-network 2.0.1-3
has caused the Debian Bug report #1117408,
regarding matomo-component-network: FTBFS: Tests: 25, Assertions: 5, Errors: 20.
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.)
--
1117408: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117408
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:matomo-component-network
Version: 2.0.1-2.1
Severity: serious
Tags: ftbfs forky sid
Dear maintainer:
During a rebuild of all packages in unstable, this package failed to build.
Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:
https://people.debian.org/~sanvila/build-logs/202510/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:matomo-component-network, so that this is
still
visible in the BTS web page for this package.
Thanks.
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
phpabtpl \
--basedir . \
composer.json \
> debian/autoload.php.tpl
phpab --output src/autoload.php \
--template debian/autoload.php.tpl src/
phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and
Contributors
Scanning directory src/
Autoload file src/autoload.php generated.
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
phpunit tests/ --no-coverage --do-not-cache-result --bootstrap
./src/autoload.php
PHPUnit 12.4.0 by Sebastian Bergmann and contributors.
Runtime: PHP 8.4.11
EEEE...EE..EEEEEEEEEEEEEE 25 / 25 (100%)
Time: 00:00.007, Memory: 8.00 MB
There were 20 errors:
1) Tests\Matomo\Network\IPTest::testFromBinaryIP
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPTest::testFromBinaryIP(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 3
expected
/<<PKGBUILDDIR>>/tests/IPTest.php:49
2) Tests\Matomo\Network\IPTest::testFromBinaryIPOnEmptyAndNull
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPTest::testFromBinaryIPOnEmptyAndNull(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 3
expected
/<<PKGBUILDDIR>>/tests/IPTest.php:63
3) Tests\Matomo\Network\IPTest::testFromStringIP
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPTest::testFromStringIP(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPTest.php:77
4) Tests\Matomo\Network\IPTest::testFromStringIPOnEmptyAndNull
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPTest::testFromStringIPOnEmptyAndNull(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 3
expected
/<<PKGBUILDDIR>>/tests/IPTest.php:89
5) Tests\Matomo\Network\IPTest::testIsInRange
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPTest::testIsInRange(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPTest.php:235
6) Tests\Matomo\Network\IPTest::testIsInRangeOnEmptyIPRange
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPTest::testIsInRangeOnEmptyIPRange(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 1
expected
/<<PKGBUILDDIR>>/tests/IPTest.php:254
7) Tests\Matomo\Network\IPTest::testIsInRanges
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPTest::testIsInRanges(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPTest.php:278
8) Tests\Matomo\Network\IPUtilsTest::testSanitizeIp
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPUtilsTest::testSanitizeIp(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPUtilsTest.php:64
9) Tests\Matomo\Network\IPUtilsTest::testSanitizeIpRange
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPUtilsTest::testSanitizeIpRange(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPUtilsTest.php:134
10) Tests\Matomo\Network\IPUtilsTest::testStringToBinaryIP
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPUtilsTest::testStringToBinaryIP(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPUtilsTest.php:160
11) Tests\Matomo\Network\IPUtilsTest::testStringToBinaryInvalidIP
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPUtilsTest::testStringToBinaryInvalidIP(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 1
expected
/<<PKGBUILDDIR>>/tests/IPUtilsTest.php:192
12) Tests\Matomo\Network\IPUtilsTest::testBinaryToStringIP
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPUtilsTest::testBinaryToStringIP(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPUtilsTest.php:226
13) Tests\Matomo\Network\IPUtilsTest::testBinaryToStringInvalidIP
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPUtilsTest::testBinaryToStringInvalidIP(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 1
expected
/<<PKGBUILDDIR>>/tests/IPUtilsTest.php:234
14) Tests\Matomo\Network\IPUtilsTest::testGetIPRangeBounds
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPUtilsTest::testGetIPRangeBounds(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPUtilsTest.php:339
15) Tests\Matomo\Network\IPv4Test::testToIPv4String
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPv4Test::testToIPv4String(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPv4Test.php:31
16) Tests\Matomo\Network\IPv4Test::testAnonymize
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPv4Test::testAnonymize(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPv4Test.php:63
17) Tests\Matomo\Network\IPv6Test::testToIPv4String
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPv6Test::testToIPv4String(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPv6Test.php:31
18) Tests\Matomo\Network\IPv6Test::testIsMappedIPv4
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPv6Test::testIsMappedIPv4(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPv6Test.php:61
19) Tests\Matomo\Network\IPv6Test::testAnonymize
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPv6Test::testAnonymize(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPv6Test.php:89
20) Tests\Matomo\Network\IPv6Test::testAnonymizeIPv4MappedAdresses
ArgumentCountError: Too few arguments to function
Tests\Matomo\Network\IPv6Test::testAnonymizeIPv4MappedAdresses(), 0 passed in
/usr/share/php/PHPUnit/Framework/TestCase.php on line 1317 and exactly 2
expected
/<<PKGBUILDDIR>>/tests/IPv6Test.php:126
ERRORS!
Tests: 25, Assertions: 5, Errors: 20.
make[1]: *** [debian/rules:17: override_dh_auto_test] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:5: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: matomo-component-network
Source-Version: 2.0.1-3
Done: William Desportes <[email protected]>
We believe that the bug you reported is fixed in the latest version of
matomo-component-network, 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.
William Desportes <[email protected]> (supplier of updated
matomo-component-network 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: SHA512
Format: 1.8
Date: Thu, 23 Oct 2025 20:32:41 +0200
Source: matomo-component-network
Architecture: source
Version: 2.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian-matomo-maintainers
<[email protected]>
Changed-By: William Desportes <[email protected]>
Closes: 1117408
Changes:
matomo-component-network (2.0.1-3) unstable; urgency=medium
.
* Team upload.
* Fix the autoload override path
* Remove now default Priority: optional
* Remove now default Rules-Requires-Root: no
* Forward the phpunit patch upstream
* Bump Standards-Version to 4.7.2
* Fix Depends to use phpcomposer instead of phppear
* Update tests patch for PHPUnit 12 (Closes: #1117408)
* Fix DEP-8 tests not running any actual tests
Checksums-Sha1:
0cea096dc803295b604e41d7e58837a7ee02b699 2261
matomo-component-network_2.0.1-3.dsc
e410857c7bbc27b55be400458cc9f1661bf12942 4064
matomo-component-network_2.0.1-3.debian.tar.xz
6485fef95b23eb2bf4e82123a5d664d0c4e66fa8 7614
matomo-component-network_2.0.1-3_source.buildinfo
Checksums-Sha256:
a3819278a9887d998cedb20358ec8e2db7000be3be307b18bb04495fc92d8aea 2261
matomo-component-network_2.0.1-3.dsc
aa1380334a5692a3774a36659fbbd1ba43a7a7c26a953a38d78185440084d0b5 4064
matomo-component-network_2.0.1-3.debian.tar.xz
53874dcf03cf122371da0e088ca66323b158293e0a65c6209070e6f06a1d52df 7614
matomo-component-network_2.0.1-3_source.buildinfo
Files:
3adb39320fdd1c938c0b245ea120a48a 2261 php optional
matomo-component-network_2.0.1-3.dsc
c5c00bcb5e3a45b4ba1d20efb0e0c6a3 4064 php optional
matomo-component-network_2.0.1-3.debian.tar.xz
542557c8f81facad7539e1f69acc01f2 7614 php optional
matomo-component-network_2.0.1-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmj6d24ACgkQMfMURUSh
dBpElw/+PH8sAowl4IPxJbhdqGBu8dyfbqsj4C44ldCLiTV1CE7u+5VV2+a1eygI
3+KDNP+10N8UUy1SBs+w0khE5MS3bXmpiqPXNo+jUkq5Ue/o4oC2MkFc0tTjiYXP
P78Jf77VULEGpx1v51P7Pi1nk9YQeLWBE0uRDOC+8N+I+0Y1ucnca0HyqReDLds8
E9zILu289Wd31dX080S41af03/cGVCUPP3d+6hRw+ulLf9x1D9YW8K6u9jp12V6Y
kdjK4C9kFFgvhyeqzkubEaGGrNefotimVHEqU2PpgBK5OeVVyHuUx94bnqDXU/bn
B9ODqviLdjYE2bhjtv9QALDTFJTiy//PWv9hTb44AWvD5m1pHUCcpfhvvKEOlt07
nbJTRi1vLlSnnl291pcutW3qvAWlUFCs3F3mW9Z3k8+TXh2amu4waGgx/OFAud+x
4BRW6Is/ZbNKm0j5l6dRhUu6B3WyVgWBQqDxnlEf6RQyP62fx/cMGB4lo3YaMB1i
HjoKN67cpP+aPu6JRhCv05deSWapjM7WMlQLO1kLFf3o9ART214Arcm4UVfofub8
0q79rGSw28/Lijo7wzJVlnjasSeuBxUJVw7dSj7yOqtIuTiBPoqlkoWwBgEnqFeZ
iFmYbu8xPNXqOlSrA3l7MSz9ikQ2z6mYNYURCCYtIj2zBpc05ko=
=sTjM
-----END PGP SIGNATURE-----
pgp83OQ2nseEH.pgp
Description: PGP signature
--- End Message ---