Source: httping Version: 2.5-5 Severity: serious Tags: sid bullseye User: debian...@lists.debian.org Usertags: flaky
The test for httping passed on amd64[0] and failed on arm64[1]. Looking at the failed log |autopkgtest [17:03:58]: test command3: httping -F -c 4 http://google.com |autopkgtest [17:03:58]: test command3: [----------------------- |PING google.com:80 (/): |connect time out | |connect time out | |connect time out | |connect time out | |--- http://google.com/ ping statistics --- |4 connects, 0 ok, 100.00% failed, time 124118ms |autopkgtest [17:06:02]: test command3: -----------------------] |autopkgtest [17:06:02]: test command3: - - - - - - - - - - results - - - - - - - - - - |command3 FAIL non-zero exit status 127 |autopkgtest [17:06:02]: @@@@@@@@@@@@@@@@@@@@ summary |command1 PASS |command2 PASS |command3 FAIL non-zero exit status 127 it seems to have failed because the test is not allowed to connect to the internet (or google itself). Could it be verified what the test policy is in regard to network access and then - run the test again once CI enabled network access on all nodes - removed that test from CI. [0] https://ci.debian.net/data/autopkgtest/testing/amd64/h/httping/4779756/log.gz [1] https://ci.debian.net/data/autopkgtest/testing/arm64/h/httping/4780569/log.gz Sebastian