[Bug 1939086] Re: autopkgtest failures due to squid "(111) Connection refused" on armhf

2021-10-04 Thread Launchpad Bug Tracker
This bug was fixed in the package thin - 1.8.0-1ubuntu1 --- thin (1.8.0-1ubuntu1) impish; urgency=medium * Fix autopkgtest failure on armhf (LP: #1939086). - d/ruby-tests.rake: Unset http_proxy env variable. - d/p/increase-wait-time-for-server-stop.patch: Increase timeout

[Bug 1939086] Re: autopkgtest failures due to squid "(111) Connection refused" on armhf

2021-08-31 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~sergiodj/ubuntu/+source/thin/+git/thin/+merge/407931 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939086 Title: autopkgtest failures due

[Bug 1939086] Re: autopkgtest failures due to squid "(111) Connection refused" on armhf

2021-08-31 Thread Sergio Durigan Junior
I spent some time investigating this bug, and my conclusion is that the problem lies elsewhere (i.e., it's not related to http_proxy being set). In a nutshell, what I found is that the delay used in the "stop_server" procedure is too low for armhf machines. Here's the code in question: 200

[Bug 1939086] Re: autopkgtest failures due to squid "(111) Connection refused" on armhf

2021-08-27 Thread Steve Langasek
I believe the problem here is that ruby honors http_proxy, but does not honor no_proxy; so because we're in an environment requiring a proxy, requests that are supposed to go to localhost are sent to the squid proxy instead. What I'm not clear on is why this works on runners *except* for armhf,

[Bug 1939086] Re: autopkgtest failures due to squid "(111) Connection refused" on armhf

2021-08-18 Thread Simon Chopin
For reference, the Debian autopkgtest run (successful) can be found here : https://ci.debian.net/packages/t/thin/testing/armhf/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939086 Title: