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 20.04.5 unable to fetch archives from azure.archive.ubuntu.com #6488

Closed
2 of 11 tasks
mimartin12 opened this issue Oct 28, 2022 · 2 comments
Closed
2 of 11 tasks

Comments

@mimartin12
Copy link

Description

Error:

Err:1 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus-x11 amd64 1.12.16-2ubuntu2.2
  404  Not Found [IP: 40.119.46.219 80]
Fetched 1163 kB in 1s (2030 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/d/dbus/dbus-x11_1.12.16-2ubuntu2.2_amd64.deb  404  Not Found [IP: 40.119.46.219 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.

Run here

Platforms affected

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

Runner images affected

  • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04
  • macOS 10.15
  • macOS 11
  • macOS 12
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

Current runner version: '2.298.2'
Operating System
  Ubuntu
  [2](https://github.com/bitwarden/clients/actions/runs/3346838333/jobs/5544705061#step:1:2)0.0[4](https://github.com/bitwarden/clients/actions/runs/3346838333/jobs/5544705061#step:1:4).[5](https://github.com/bitwarden/clients/actions/runs/3346838333/jobs/5544705061#step:1:5)
  LTS
Runner Image
  Image: ubuntu-20.04
  Version: 20221024.1
  Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20221024.1/images/linux/Ubuntu2004-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F2022[10](https://github.com/bitwarden/clients/actions/runs/3346838333/jobs/5544705061#step:1:11)24.1

Is it regression?

yes

Expected behavior

The runner should pull the required packages. Like this build https://github.com/bitwarden/clients/actions/runs/3346678105/jobs/5543781602

Current runner version: '2.298.2'
Operating System
Runner Image
  Image: ubuntu-[2](https://github.com/bitwarden/clients/actions/runs/3346678105/jobs/5543781602#step:1:2)0.04
  Version: 20221024.1
  Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20221024.1/images/linux/Ubuntu2004-Readme.md
  Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F2022[10](https://github.com/bitwarden/clients/actions/runs/3346678105/jobs/5543781602#step:1:11)24.1

Actual behavior

The archive repository returns a 404 error.

Repro steps

Using Ubuntu-20.04
run: sudo apt-get install -y gnome-keyring dbus-x11

@abulka
Copy link

abulka commented Oct 29, 2022

I'm getting a similar 404 with

jobs:
  build-and-release-linux:
    runs-on: ubuntu-latest

    steps:
      - name: Install dependencies
        run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev

error:

Err:12 http://azure.archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-dev amd64 1.12.16-2ubuntu2.2
  404  Not Found [IP: 40.119.46.219 80]
Fetched 8946 kB in 3s (2867 kB/s)
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/d/dbus/libdbus-1-dev_1.12.16-2ubuntu2.2_amd64.deb  404  Not Found [IP: 40.119.46.219 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.

which is wreaking havoc on on my builds.

@al-cheb
Copy link
Contributor

al-cheb commented Oct 29, 2022

@mimartin12, @abulka : Please always use sudo apt-get update:
Duplicate: #6486

@al-cheb al-cheb closed this as completed Oct 29, 2022
@actions actions deleted a comment Oct 29, 2022
jeertmans added a commit to jeertmans/manim-slides that referenced this issue Feb 1, 2023
jeertmans added a commit to jeertmans/manim-slides that referenced this issue Feb 1, 2023
* chore(version): bump 4.8.2 to 4.8.3

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* chore(ci): always use apt-get update

See comment actions/runner-images#6488 (comment)

* chore(docs): add opengraph image and update description

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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

4 participants