Your message dated Tue, 31 Oct 2023 03:04:39 +0000 with message-id <e1qxf3x-00cmfq...@fasolo.debian.org> and subject line Bug#1055060: fixed in wxwidgets3.2 3.2.3+dfsg-3 has caused the Debian Bug report #1055060, regarding wxwidgets3.2: accessing network during dh_auto_test 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.) -- 1055060: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1055060 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: wxwidgets3.2 Version: 3.2.3+dfsg-2 Severity: serious Hello, looks like the code is trying to reach some external websites during dh_auto_test. Look e.g. at the Ubuntu build log /usr/bin/ld: /tmp/cc6Gj1qH.ltrans32.ltrans.o: in function `____C_A_T_C_H____T_E_S_T____41()': /<<PKGBUILDDIR>>/tests/./filename/filenametest.cpp:797:(.text+0x4406): warning: the use of `tempnam' is dangerous, better use `mkstemp' make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests' cd tests && ./test ~[.] Test program for wxWidgets non-GUI features build: 3.2 (wchar_t,compiler with C++ ABI compatible with gcc 4,wx containers,compatible with 3.0) compiled using gcc 13.2 running under Linux 5.4.0-164-generic x86_64 as buildd ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ test is a Catch v1.12.2 host application. Run with -? for options ------------------------------------------------------------------------------- URLTestCase GetInputStream ------------------------------------------------------------------------------- ./uris/url.cpp:37 ............................................................................... ./uris/url.cpp:68: warning: No network connectivity; skipping the URLTestCase::GetInputStream test unit. ------------------------------------------------------------------------------- WebRequest::Get::Bytes ------------------------------------------------------------------------------- ./net/webrequest.cpp:181 ............................................................................... ./net/webrequest.cpp:149: warning: Error: Could not resolve host: nghttp2.org ./net/webrequest.cpp:152: FAILED: REQUIRE( stateFromEvent == requiredState ) with expansion: 4 == 3 ------------------------------------------------------------------------------- WebRequest::Get::Simple ------------------------------------------------------------------------------- ./net/webrequest.cpp:194 ............................................................................... ./net/webrequest.cpp:217: FAILED: CHECK( request.GetState() == wxWebRequest::State_Completed ) with expansion: 4 == 3 ./net/webrequest.cpp:218: FAILED: CHECK( request.GetResponse().GetStatus() == 200 ) with expansion: 0 == 200 ------------------------------------------------------------------------------- WebRequest::Get::String ------------------------------------------------------------------------------- ./net/webrequest.cpp:221 ............................................................................... ./net/webrequest.cpp:149: warning: Error: Could not resolve host: nghttp2.org ./net/webrequest.cpp:152: FAILED: REQUIRE( stateFromEvent == requiredState ) with expansion: 4 == 3 ------------------------------------------------------------------------------- WebRequest::Get::Header ------------------------------------------------------------------------------- ./net/webrequest.cpp:232 ............................................................................... ./net/webrequest.cpp:149: warning: Error: Could not resolve host: nghttp2.org ./net/webrequest.cpp:152: FAILED: REQUIRE( stateFromEvent == requiredState ) with expansion: 4 == 3 ------------------------------------------------------------------------------- WebRequest::Get::Param ------------------------------------------------------------------------------- ./net/webrequest.cpp:243 ............................................................................... ./net/webrequest.cpp:149: warning: Error: Could not resolve host: nghttp2.org ./net/webrequest.cpp:152: FAILED: REQUIRE( stateFromEvent == requiredState ) with expansion: 4 == 3 ------------------------------------------------------------------------------- WebRequest::Get::File ------------------------------------------------------------------------------- ./net/webrequest.cpp:271 ............................................................................... ./net/webrequest.cpp:149: warning: Error: Could not resolve host: nghttp2.org ./net/webrequest.cpp:152: FAILED: REQUIRE( stateFromEvent == requiredState ) with expansion: 4 == 3 ------------------------------------------------------------------------------- WebRequest::Get::None ------------------------------------------------------------------------------- ./net/webrequest.cpp:284 ............................................................................... ./net/webrequest.cpp:149: warning: Error: Could not resolve host: nghttp2.org ./net/webrequest.cpp:152: FAILED: REQUIRE( stateFromEvent == requiredState ) with expansion: 4 == 3 ------------------------------------------------------------------------------- WebRequest::Error::HTTP ------------------------------------------------------------------------------- ./net/webrequest.cpp:298 ............................................................................... ./net/webrequest.cpp:158: FAILED: CHECK( statusFromEvent == requiredStatus ) with expansion: 0 == 404 (0x194) ./net/webrequest.cpp:159: FAILED: CHECK( request.GetResponse().GetStatus() == requiredStatus ) with expansion: 0 == 404 (0x194) ------------------------------------------------------------------------------- WebRequest::Error::Body ------------------------------------------------------------------------------- ./net/webrequest.cpp:308 ............................................................................... ./net/webrequest.cpp:317: FAILED: CHECK( request.GetResponse().GetStatus() == 418 ) with expansion: 0 == 418 (0x1a2) ./net/webrequest.cpp:321: FAILED: CHECK( response.Contains("teapot") ) with expansion: false with message: Response: ------------------------------------------------------------------------------- WebRequest::SSL::Error ------------------------------------------------------------------------------- ./net/webrequest.cpp:334 ............................................................................... ./net/webrequest.cpp:340: warning: Skipping because WX_TEST_WEBREQUEST_URL_SELF_SIGNED is not set. ------------------------------------------------------------------------------- WebRequest::SSL::Ignore ------------------------------------------------------------------------------- ./net/webrequest.cpp:351 ............................................................................... ./net/webrequest.cpp:357: warning: Skipping because WX_TEST_WEBREQUEST_URL_SELF_SIGNED is not set. ------------------------------------------------------------------------------- WebRequest::Post ------------------------------------------------------------------------------- ./net/webrequest.cpp:379 ............................................................................... ./net/webrequest.cpp:149: warning: Error: Could not resolve host: nghttp2.org ./net/webrequest.cpp:152: FAILED: REQUIRE( stateFromEvent == requiredState ) with expansion: 4 == 3 ------------------------------------------------------------------------------- WebRequest::Put ------------------------------------------------------------------------------- ./net/webrequest.cpp:390 ............................................................................... ./net/webrequest.cpp:149: warning: Error: Could not resolve host: nghttp2.org ./net/webrequest.cpp:152: FAILED: REQUIRE( stateFromEvent == requiredState ) with expansion: 4 == 3 ------------------------------------------------------------------------------- WebRequest::Auth::Basic ------------------------------------------------------------------------------- ./net/webrequest.cpp:405 ............................................................................... ./net/webrequest.cpp:149: warning: Error: Could not resolve host: nghttp2.org ./net/webrequest.cpp:152: FAILED: REQUIRE( stateFromEvent == requiredState ) with expansion: 4 == 1 ------------------------------------------------------------------------------- WebRequest::Auth::Digest ------------------------------------------------------------------------------- ./net/webrequest.cpp:432 ............................................................................... ./net/webrequest.cpp:149: warning: Error: Could not resolve host: nghttp2.org ./net/webrequest.cpp:152: FAILED: REQUIRE( stateFromEvent == requiredState ) with expansion: 4 == 1 ------------------------------------------------------------------------------- WebRequest::Destroy ------------------------------------------------------------------------------- ./net/webrequest.cpp:487 ............................................................................... ./net/webrequest.cpp:502: FAILED: CHECK( stateFromEvent == wxWebRequest::State_Completed ) with expansion: 4 == 3 ./net/webrequest.cpp:503: FAILED: CHECK( statusFromEvent == 200 ) with expansion: 0 == 200 ./net/webrequest.cpp:504: FAILED: CHECK( responseStringFromEvent == "Still alive!" ) with expansion: == "Still alive!" =============================================================================== test cases: 314 | 300 passed | 14 failed assertions: 1229986 | 1229967 passed | 19 failed make[1]: *** [debian/rules:88: override_dh_auto_test] Error 19 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:22: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 thanks for having a look, Gianfranco
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---Source: wxwidgets3.2 Source-Version: 3.2.3+dfsg-3 Done: Scott Talbert <s...@techie.net> We believe that the bug you reported is fixed in the latest version of wxwidgets3.2, 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 1055...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Scott Talbert <s...@techie.net> (supplier of updated wxwidgets3.2 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: SHA512 Format: 1.8 Date: Mon, 30 Oct 2023 20:08:17 -0400 Source: wxwidgets3.2 Architecture: source Version: 3.2.3+dfsg-3 Distribution: unstable Urgency: medium Maintainer: wxWidgets Maintainers <team...@tracker.debian.org> Changed-By: Scott Talbert <s...@techie.net> Closes: 1055060 Changes: wxwidgets3.2 (3.2.3+dfsg-3) unstable; urgency=medium . * Use httpbin to avoid network during tests (Closes: #1055060) * Fix GUI test filter after 3.2.3+dfsg-1 changes Checksums-Sha1: adb8f0d022720e5fc1353d1259b3034c267e85da 3252 wxwidgets3.2_3.2.3+dfsg-3.dsc 8bbe134fed6f89e1cf22282d82c07f38e45550f9 34536 wxwidgets3.2_3.2.3+dfsg-3.debian.tar.xz 925460ef31b3100b5c1a96851b4ee583dcc35bfd 32305 wxwidgets3.2_3.2.3+dfsg-3_amd64.buildinfo Checksums-Sha256: c335ad7037ecd2daa0fb328408117ea35b47507f014716cce65a8d09f6bec54d 3252 wxwidgets3.2_3.2.3+dfsg-3.dsc 72931327d1d5cd63649c412a6f8fe989f69621d3a49aecfe0377aa84a94029da 34536 wxwidgets3.2_3.2.3+dfsg-3.debian.tar.xz 33e9f9a04fc339af49cb008fea243bf33923349b537b43c9ac00feb2530f5732 32305 wxwidgets3.2_3.2.3+dfsg-3_amd64.buildinfo Files: e75009e6366cf6ac2c3d4e96f616fa03 3252 libs optional wxwidgets3.2_3.2.3+dfsg-3.dsc a243e9e7e7aff806dfcb72d9a24eeb46 34536 libs optional wxwidgets3.2_3.2.3+dfsg-3.debian.tar.xz a4fcf2644e9b4451667c780c45f6a81a 32305 libs optional wxwidgets3.2_3.2.3+dfsg-3_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEbnQ09Yl9Q7F/zVe3U9W8ZLUjeKIFAmVAagIPHHN3dEB0ZWNo aWUubmV0AAoJEFPVvGS1I3iiIxAP/3j9HnM6aDzIig0UflWFaOtwg8t8ybPcRrO6 pa1arWl/zDFr0Aun3VWXN7izBZEz6pz6rhOyMVTULRz/w2W7P5Sni0IoXs7xmV60 UzoIvwpHp5oG5gBhsIXjDvNJMdfPQBVECB1d1H39DWINNl9woswkQZwV1dnGItSM 3WOElvzHDKf4V7uveDLGx0kiX9wQe+ZA65zWjEoZOACJUa6VATAQxNDg6DANBpsd 3xzWiK8Zkw8fBhECUai4TVpsD31LeL+kCK/OOgrqnb3XGc5wcA/o52gaXKzL7v4f hEhFKLJETiPiYS+FDB9bAabi1N1W7skQ0rB/p5ZphaFNTPBjWWni79ycFb3KO1cp VnQhZ6hJlW9QpX7yFl/LgqAdf42MyqOos5Mb86YiNxw0vG6p2w0oR0ksLS0z3iLO D/s7N15+k0w3ZjYJAOXCkHS1OytvvIZeBJ2ZD4sS5Y58/nptm9NhZZWbxbYU+/LW SiPPHCOrwkwWFZJG1Q25QabV/dDsZS22nOU9I+QIHRILEL4mSJSPxh0NfuEa1MwE YM3ginf+FfnA7amRbp/Wv/EUdnrpxLHcX/ZjsEf6KkGamUKaVZpZYvrtvxzRSXpO PFwrtx0rJYlEcWyVJ+PVlMlej0CKIqLWVCUtQZjxUquKINBhHBYYYhnuX5T8ouHT rwGnNIli =4CCb -----END PGP SIGNATURE-----
--- End Message ---