-
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
ubuntu: (22.04.5) - Dependency installations triggered by npx x install --with-deps
sometimes hanging on apt-get
#11347
Comments
Hi @jedmonds-tiplu , Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating. |
npx x install --with-deps
sometimes hanging on apt-get
npx x install --with-deps
sometimes hanging on apt-get
No problem, I have updated the title to correctly reflect the Ubuntu version. |
Hi @jedmonds-tiplu , Could you please retry now , confirm once you tested. thank you ! |
Sure, i'll keep an eye on it over the next few days, as it is intermittent it is hard to know for sure. I'll get back to you in a few days with how it is looking. |
@kishorekumar-anchala: sadly we have had a few runs hang this morning as well, the issue appears the same as before; installing the dependencies triggers and
|
Yeah , working for us this time, i will keep monitor this issue for couple of days and update you ! . Kindly re run the pipeline as of now. |
Also see this same issue pulling playwright in github actions on Ubuntu 22.04.5 LTS It gets stuck here: Run npx [email protected] install chromium --with-deps
Installing dependencies...
Switching to root user to install dependencies...
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Hit:6 https://packages.microsoft.com/repos/azure-cli jammy InRelease
Get:7 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease [3632 B]
Get:8 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main armhf Packages [16.4 kB]
Get:9 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages [174 kB]
Get:10 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main arm64 Packages [41.8 kB]
Ign:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
Ign:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease
Ign:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease
Ign:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease
Ign:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
Ign:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease
Ign:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease
Ign:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease
Ign:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
Ign:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease
Ign:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease
Ign:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease
Ign:2 http://azure.archive.ubuntu.com/ubuntu jammy InRelease
Ign:3 http://azure.archive.ubuntu.com/ubuntu jammy-updates InRelease
Ign:4 http://azure.archive.ubuntu.com/ubuntu jammy-backports InRelease
Ign:5 http://azure.archive.ubuntu.com/ubuntu jammy-security InRelease
Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Ign:11 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
Ign:12 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en
Ign:13 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages
Ign:14 http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en
Ign:15 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages
Ign:16 http://azure.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en
Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB] |
@Georgegriff yeap, that is exactly what we are doing and encountering too xD |
We're also seeing this same failure (fairly consistently) when running
|
Encountering the same issue on
|
There should probably be a way to cache this using But I'm not sure how to exactly configure |
Hi @jedmonds-tiplu , Before proceeding with the task, please try the following workaround:
|
I have been running into this pretty regularly since January 7th. I tried adding this workaround, so that my step looks like this:
It still fails in the same way as before: apt-get update logs a bunch of things (mostly ignores) until finally It happens on both 22.04 and 24.04. It's happening very frequently on the large custom runners in particular. |
We are experiencing this also, commonly on runners using |
Just gonna chime in to say we're also seeing intermittent hangs on apt update in our workflows lately. |
I also tried the workaround and it got stuck for me too:
|
@kishorekumar-anchala Tried upgrading to Ubuntu 24.04 (from 22.04) and continue to see the same time out issue. Also attempted the work around posted above but saw little-to-no improvement. |
we have started rollback for ubuntu , getting this because of this #11400. i will update once rollback part completed. thankyou for your support ! |
we have reverted , kindly check and confirm the same . |
Description
Currently we are attempting to install playwright in a CI step via
run: npm ci && npx playwright install --with-deps chromium
. This works sometimes, however not always. We are seeing the dependency installation step, sometimes hanging, with the runner eventually being cancelled after ~4 hours.See log snippet below:
Platforms affected
Runner images affected
Image version and build link
GItHub Actions: 20241215.1.0
Is it regression?
Likely yes, however I cannot be sure
Expected behavior
apt-get dependency install / fetch never hangs and installs / fetches dependencies
Actual behavior
apt-get dependency install / fetch hangs sometimes (not always)
Repro steps
npx playwright install --with-deps chromium
The text was updated successfully, but these errors were encountered: