** Tags added: kernel-daily-bug

-- 
You received this bug notification because you are a member of Canonical
Platform QA Team, which is subscribed to ubuntu-kernel-tests.
https://bugs.launchpad.net/bugs/1903262

Title:
  ubuntu_docker_smoke_test / ubuntu_futex failed with firewall issue on
  F-oem-5.10

Status in ubuntu-kernel-tests:
  Fix Released
Status in linux-oem-5.10 package in Ubuntu:
  Invalid

Bug description:
  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

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


-- 
Mailing list: https://launchpad.net/~canonical-ubuntu-qa
Post to     : canonical-ubuntu-qa@lists.launchpad.net
Unsubscribe : https://launchpad.net/~canonical-ubuntu-qa
More help   : https://help.launchpad.net/ListHelp

Reply via email to