On a second thought, since it works with proxy configured from the
shell, RT ticket might not be helpful on this.

This looks like an issue in some package.

ubuntu@kernel02:/tmp$ 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";
>     export https_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";
>     export https_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";
>     export https_proxy="http://10.245.64.1:3128";
> fi
Running in the Canonical CI environment
ubuntu@kernel02:/tmp$ echo $https_proxy
http://squid.internal:3128
ubuntu@kernel02:/tmp$ git clone https://github.com/tytso/xfstests-bld
Cloning into 'xfstests-bld'...
remote: Counting objects: 6435, done.
remote: Compressing objects: 100% (80/80), done.
remote: Total 6435 (delta 51), reused 96 (delta 43), pack-reused 6309
Receiving objects: 100% (6435/6435), 4.78 MiB | 1.66 MiB/s, done.
Resolving deltas: 100% (3943/3943), done.

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

Title:
  Unable to fetch git repos using autotest framework with Bionic kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1762709/+subscriptions

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

Reply via email to