Skip to content
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

Open
2 of 16 tasks
jedmonds-tiplu opened this issue Jan 10, 2025 · 19 comments

Comments

@jedmonds-tiplu
Copy link

jedmonds-tiplu commented Jan 10, 2025

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:

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 arm64 Packages [41.7 kB]
Get:10 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages [174 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]
Error: The operation was canceled.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

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

  1. start workflow with Ubuntu latest
  2. run npx playwright install --with-deps chromium
  3. wait and see if it hangs, otherwise trigger it again
@vidyasagarnimmagaddi
Copy link
Contributor

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.

@jedmonds-tiplu jedmonds-tiplu changed the title ubuntu:latest (22.04.5) - Dependency installations triggered by npx x install --with-deps sometimes hanging on apt-get ubuntu: (22.04.5) - Dependency installations triggered by npx x install --with-deps sometimes hanging on apt-get Jan 10, 2025
@jedmonds-tiplu
Copy link
Author

No problem, I have updated the title to correctly reflect the Ubuntu version.

@kishorekumar-anchala
Copy link
Contributor

Hi @jedmonds-tiplu ,

Could you please retry now , confirm once you tested. thank you !

@jedmonds-tiplu
Copy link
Author

Hey @kishorekumar-anchala,

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.

@jedmonds-tiplu
Copy link
Author

@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 apt command, which ultimately hangs.

found 0 vulnerabilities
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 arm64 Packages [41.8 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 armhf Packages [16.4 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]
Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 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:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Error: The operation was canceled

@kishorekumar-anchala
Copy link
Contributor

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.

@Georgegriff
Copy link

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]

@jedmonds-tiplu
Copy link
Author

@Georgegriff yeap, that is exactly what we are doing and encountering too xD

@colesnodgrass
Copy link

We're also seeing this same failure (fairly consistently) when running apt-get update. This seems to align with the update to Ubuntu 22.04 (20250105).

+ export DEBIAN_FRONTEND=noninteractive
+ sudo apt-get update
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 amd64 Packages [174 kB]
Get:9 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main arm64 Packages [41.9 kB]
Get:10 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main armhf Packages [16.4 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]
Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 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:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Error: The operation was canceled.

@Nav-2d
Copy link

Nav-2d commented Jan 13, 2025

Encountering the same issue on Ubuntu 22.04.5 as well.

Installing dependencies...
Switching to root user to install dependencies...
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Hit:[6](https://github.com/xyz/server/actions/runs/12715993994/job/35449593143#step:14:7) https://packages.microsoft.com/repos/azure-cli jammy InRelease
Get:[7](https://github.com/xyz/server/actions/runs/12715993994/job/35449593143#step:14:8) https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease [3632 B]
Get:[8](https://github.com/xyz/server/actions/runs/12715993994/job/35449593143#step:14:9) https://packages.microsoft.com/ubuntu/22.04/prod jammy/main arm64 Packages [41.7 kB]
Get:[9](https://github.com/xyz/server/actions/runs/12715993994/job/35449593143#step:14:10) https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages [175 kB]
Get:[10](https://github.com/xyz/server/actions/runs/12715993994/job/35449593143#step:14:11) https://packages.microsoft.com/ubuntu/22.04/prod jammy/main armhf Packages [16.4 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](https://github.com/xyz/server/actions/runs/12715993994/job/35449593143#step:14:12) http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
Ign:[12](https://github.com/xyz/server/actions/runs/12715993994/job/35449593143#step:14:13) http://azure.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en
Ign:[13](https://github.com/xyz/server/actions/runs/12715993994/job/35449593143#step:14:14) http://azure.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages
Ign:[14](https://github.com/xyz/server/actions/runs/12715993994/job/35449593143#step:14:15) 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]

@segevfiner
Copy link

There should probably be a way to cache this using actions/cache to both avoid downloading this every single time, and as such avoiding some of the possible download failures, also reduce the load on that server.

But I'm not sure how to exactly configure actions/cache to cache APT stuff and what the cache key should be.

@kishorekumar-anchala
Copy link
Contributor

Hi @jedmonds-tiplu ,

Before proceeding with the task, please try the following workaround:

apt-get clean 
rm -rf /var/lib/apt/lists/*

cc @segevfiner @Nav-2d @colesnodgrass

@dereklucas
Copy link

I have been running into this pretty regularly since January 7th. I tried adding this workaround, so that my step looks like this:

    - name: Install System Dependencies
      run: |
        sudo apt-get clean
        sudo rm -rf /var/lib/apt/lists/*
        # ^^ Workaround for apt hanging from https://github.com/actions/runner-images/issues/11347#issuecomment-2589870406
        sudo apt-get update
        sudo apt-get install imagemagick -y

It still fails in the same way as before: apt-get update logs a bunch of things (mostly ignores) until finally Get:5 http://archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]. Then, it hangs forever. I've had jobs hang for 5 hours before finally getting killed.

It happens on both 22.04 and 24.04. It's happening very frequently on the large custom runners in particular.

@p--b
Copy link

p--b commented Jan 15, 2025

We are experiencing this also, commonly on runners using ubuntu-22.04-4-cores whenever performing an operation that uses apt (we trigger this reliably without npm). This is causing significant pain to our CI pipeline with almost every PR needing to have jobs re-run.

@marcusramberg
Copy link

Just gonna chime in to say we're also seeing intermittent hangs on apt update in our workflows lately.

@adamgyulavari
Copy link

I also tried the workaround and it got stuck for me too:

Run sudo apt-get clean 
  sudo apt-get clean 
  sudo rm -rf /var/lib/apt/lists/*
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.11.9/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.9/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.9/x64
    Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.9/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.9/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.9/x64/lib
    pip_cache_directory: /home/runner/.cache/pip
    pip_version: 24.3.1
Run sudo apt-get update
  sudo apt-get update
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.11.9/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.11.9/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.9/x64
    Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.9/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.11.9/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.11.9/x64/lib
    pip_cache_directory: /home/runner/.cache/pip
    pip_version: 24.3.1
Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [142 B]
Get:6 https://packages.microsoft.com/repos/azure-cli jammy InRelease [3596 B]
Get:7 https://packages.microsoft.com/ubuntu/22.04/prod jammy InRelease [3632 B]
Get:8 https://packages.microsoft.com/repos/azure-cli jammy/main amd64 Packages [2027 B]
Get:9 https://packages.microsoft.com/repos/azure-cli jammy/main all Packages [1093 B]
Get:10 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main armhf Packages [16.6 kB]
Get:11 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main amd64 Packages [[17](https://github.com/polygence/boshi/actions/runs/12788442324/job/35650377583#step:6:18)8 kB]
Get:12 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main arm64 Packages [42.5 kB]
Get:13 https://packages.microsoft.com/ubuntu/22.04/prod jammy/main all Packages [1530 B]
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
Get:2 http://archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
Ign:14 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
Ign:15 http://azure.archive.ubuntu.com/ubuntu jammy/main Translation-en
Ign:16 http://azure.archive.ubuntu.com/ubuntu jammy/main amd64 c-n-f Metadata
Ign:17 http://azure.archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages
Ign:[18](https://github.com/polygence/boshi/actions/runs/12788442324/job/35650377583#step:6:19) http://azure.archive.ubuntu.com/ubuntu jammy/restricted Translation-en
Ign:[19](https://github.com/polygence/boshi/actions/runs/12788442324/job/35650377583#step:6:20) http://azure.archive.ubuntu.com/ubuntu jammy/restricted amd64 c-n-f Metadata
Ign:[20](https://github.com/polygence/boshi/actions/runs/12788442324/job/35650377583#step:6:21) http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
Ign:[21](https://github.com/polygence/boshi/actions/runs/12788442324/job/35650377583#step:6:22) http://azure.archive.ubuntu.com/ubuntu jammy/universe Translation-en
Ign:[22](https://github.com/polygence/boshi/actions/runs/12788442324/job/35650377583#step:6:23) http://azure.archive.ubuntu.com/ubuntu jammy/universe amd64 c-n-f Metadata
Ign:[23](https://github.com/polygence/boshi/actions/runs/12788442324/job/35650377583#step:6:24) http://azure.archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages
Ign:[24](https://github.com/polygence/boshi/actions/runs/12788442324/job/35650377583#step:6:25) http://azure.archive.ubuntu.com/ubuntu jammy/multiverse Translation-en
Ign:[25](https://github.com/polygence/boshi/actions/runs/12788442324/job/35650377583#step:6:26) http://azure.archive.ubuntu.com/ubuntu jammy/multiverse amd64 c-n-f Metadata
Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [1[27](https://github.com/polygence/boshi/actions/runs/12788442324/job/35650377583#step:6:28) kB]
Get:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Error: The action has timed out.

@colesnodgrass
Copy link

@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.

@kishorekumar-anchala
Copy link
Contributor

we have started rollback for ubuntu , getting this because of this #11400.

i will update once rollback part completed. thankyou for your support !

@kishorekumar-anchala
Copy link
Contributor

we have reverted , kindly check and confirm the same .

cc @colesnodgrass @marcusramberg @jedmonds-tiplu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests