Public bug reported:

Test failed with:
$ sudo docker run ubuntu:bionic /bin/sh -c "cat /etc/lsb-release | grep 
CODENAME | cut -d '=' -f 2"
Unable to find image 'ubuntu:bionic' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: 
net/http: request canceled while waiting for connection (Client.Timeout 
exceeded while awaiting headers).
See 'docker run --help'.
$


It looks like the proxy is not working anymore after the lab migration:
$ if echo "" | nc -w 2 squid.internal 3128 >/dev/null 2>&1; then
>     echo "Running in the Canonical CI environment"
>     export http_proxy="http://squid.internal:3128";
> elif echo "" | nc -w 2 91.189.89.216 3128 >/dev/null 2>&1; then
>     echo "Running in the Canonical enablement environment"
>     export http_proxy="http://91.189.89.216:3128";
> elif echo "" | nc -w 2 10.245.64.1 3128 >/dev/null 2>&1; then
>     echo "Running in the Canonical enablement environment"
>     export http_proxy="http://10.245.64.1:3128";
> fi
$
$ echo $http_proxy
$

** Affects: ubuntu-kernel-tests
     Importance: Undecided
         Status: New

** Affects: linux-oem-5.10 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: 5.10 focal kqa-blocker oem sru-20201103 ubuntu-docker-smoke-test

** Also affects: linux-oem-5.10 (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1903262

Title:
  ubuntu_docker_smoke_test failed with Client.Timeout exceeded while
  awaiting headers on F-oem-5.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1903262/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to