We should reinvestigate adding this to address to the no_proxy environment variable in the infrastructure.
-- You received this bug notification because you are a member of Canonical's Ubuntu QA, which is subscribed to Auto Package Testing. https://bugs.launchpad.net/bugs/1945634 Title: autopkgtest environment should have ::1 in no_proxy Status in Auto Package Testing: Triaged Status in ulfius package in Ubuntu: Fix Released Bug description: Currently the autopkgtest environment runs the tests with 127.0.0.1 in the no_proxy env variable, doing this (from [1]): no_proxy=127.0.0.1,127.0.1.1,localhost,localdomain,novalocal,internal,archive.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,launchpad.net,10.24.0.0/24 but it doesn't add ::1, which is the equivalent of 127.0.0.1 in the IPv6 world. This can cause IPv6 test failures as http connections to ::1 are passed to http_proxy (= to squid.internal:3128), which is wrong. The solution to this is to append "::1" to that list of hosts. [1] https://autopkgtest.ubuntu.com/results/autopkgtest- impish/impish/amd64/u/ulfius/20210909_151401_cd5b1@/log.gz To manage notifications about this bug go to: https://bugs.launchpad.net/auto-package-testing/+bug/1945634/+subscriptions -- Mailing list: https://launchpad.net/~canonical-ubuntu-qa Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa More help : https://help.launchpad.net/ListHelp

