On Sat, 16 Mar 2024 15:21:57 +0800 zhangdandan <zhangdan...@loongson.cn> wrote: > Source: wxwidgets3.2 > Version: 3.2.4+dfsg-3.1 > Severity: serious > Tags: help > User: debian-loonga...@lists.debian.org > Usertags: loong64 > > Dear maintainers, > > The following test failed on the loongarch64 architecture, compiled 20 > hours ago (March 16th). > ``` > --------------------------------------------------------------------- ---------- > URLTestCase > GetInputStream > --------------------------------------------------------------------- ---------- > ./uris/url.cpp:37 > ....................................................................... ........ > > ./uris/url.cpp:89: FAILED: > REQUIRE( in_stream ) > with expansion: > 0 > > ======================================================================= ======== > test cases: 312 | 311 passed | 1 failed > assertions: 1230238 | 1230237 passed | 1 failed > > make[1]: *** [debian/rules:89: override_dh_auto_test] Error 1 > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > make: *** [debian/rules:22: binary-arch] Error 2 > dpkg-buildpackage: error: debian/rules binary-arch subprocess returned > exit status 2 > ``` > The full build log can be found at > https://buildd.debian.org/status/package.php?p=wxwidgets3.2&suite=sid. > > I have reproduced the above testsuite issues on my local loong64 rootfs > environment. > After analyzing, I don't think this error has anything to do with > architecture. > So please focus on this test case failure. > > thanks, > Dandan Zhang
Hello, This particular test is supposed to be skipped if the build host doesn't have network connectivity. Does the loong64 buildd have network connectivity (unlike the other buildd's)? Unfortunately, there doesn't appear to be a loong64 porterbox, so I'm unable to look into why this is failing. Regards, Scott