-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure.archive.ubuntu.com is unstable again #7048
Comments
I can confirm I'm experiencing the same issue. |
Same here |
Im experiencing this same issue with Ubuntu 18.04 |
Experiencing the same on Ubuntu 22.04 on Large Runners. |
Same here |
|
Hi @ddobranic ,
Given how frequent this issue is, doesn't it highlight the limits of the "caching proxy" approach? Wouldn't it be more reliable to set up an actual mirror so that upstream downtime only affects syncing the mirror, not CI runs? |
Same here |
This affects us pretty badly here at Warner Bros. Discovery! |
We also have issues. What is a workaround we could do? |
someone mentioned |
Same issue here using the ubuntu sources, e.g.,
edit: ok, the link above #675 (comment) already explains the connection |
Hello! |
Thanks @karmab, but this didn't work for me. |
same here can't fetch package |
We have created ubuntu support case, they will response within 15 mins. |
FYI setting apt to retry 10 times as suggested somewhere else does not help. It just takes longer to fail on a random package.
|
canonical's reply |
@LiliDeng could you please tell them to update https://status.canonical.com/ |
@mikhailkoliada Would we still get billed for the failing actions? I have multiple runs that took about 45 minutes on the apt step alone. |
I have asked this in the canonical case. |
@RadxaYuntian the 20.04 runner is also impacted |
is still on-going? please copy the error message |
We are getting the following error `Unable to connect to azure.archive.ubuntu.com:http: [stderr] E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-tools-common_5.4.0-147.164_all.deb Unable to connect to azure.archive.ubuntu.com:http: |
could you please run |
I already run |
Unstable again!? Using
|
One of our jobs also just tripped over for the same reasons, but it is succeeding now again.
|
Down again.
Quite a show-stopper when this happens. We have |
let me create ubuntu case ... |
@LiliDeng can you tell me more about that? How do you create a Ubuntu case? |
firstly, you need a ubuntu account, then you can create case here |
have you retried, the issue still there? I only repro once. |
Seemed to be OK the last two hours. |
Currently unstable for me as well. |
Experiencing same issue trying to install browsers for playwright
|
repro and update the ubuntu case just now |
Maybe also follow / comment / vote (?) this MS Question: |
After many failures my build just succeeded, so hopefully things are starting to settle. There was an upstream outage that was resolved earlier, maybe that was it. |
Also experiencing the issue w/ playwright |
This is happening for me again today. |
This reverts commit 088c26f. Probably due to actions/runner-images#7048
@onuruzun you can give this github action a try vegardit/fast-apt-mirror.sh |
Hi, |
Description
Similar to recent reported issue #6894 #6909 #6913, runner is not able to connect to azure.archive.ubuntu.com to fetch all packages.
apt update
appears unaffected.Platforms affected
Runner images affected
Image version and build link
ubuntu-22.04: https://github.com/radxa-build/rock-4se/actions/runs/4102124998
Is it regression?
No
Expected behavior
apt install
completes successfully.Actual behavior
apt install
could not complete due to network related issue.Repro steps
Rerun failed job.
The text was updated successfully, but these errors were encountered: