** Summary changed:

- ubuntu_docker_smoke_test failed with Client.Timeout exceeded while awaiting 
headers on F-oem-5.10
+ ubuntu_docker_smoke_test / ubuntu_futex failed with firewall issue on 
F-oem-5.10

** Description changed:

- Test failed with:
+ ubuntu_docker_smoke_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
  $
+ 
+ This applies to ubuntu_futex test as well:
+ $ git clone --depth=1 
https://git.kernel.org/pub/scm/linux/kernel/git/dvhart/futextest.git
+ fatal: unable to access 
'https://git.kernel.org/pub/scm/linux/kernel/git/dvhart/futextest.git/': Failed 
to connect to git.kernel.org port 443: Connection timed out

-- 
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 / ubuntu_futex failed with firewall issue 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to