Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

olddeps build failing with 404 on packages #15608

Closed
github-actions bot opened this issue May 17, 2023 · 4 comments · Fixed by #15626
Closed

olddeps build failing with 404 on packages #15608

github-actions bot opened this issue May 17, 2023 · 4 comments · Fixed by #15626
Labels
A-CI Issues related to CI on the Synapse repository O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Major Major functionality / product severely impaired, no satisfactory workaround. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.

Comments

@github-actions
Copy link
Contributor

See https://github.com/matrix-org/synapse/actions/runs/5000320207

@DMRobertson
Copy link
Contributor

Various 503s from azure.archive.ubuntu.com.

@DMRobertson DMRobertson closed this as not planned Won't fix, can't repro, duplicate, stale May 17, 2023
@clokep
Copy link
Member

clokep commented May 17, 2023

We've seen this on a bunch of olddeps builds today.

@clokep clokep changed the title CI run against latest deps is failing olddeps build failing with 404 on packages May 18, 2023
@clokep
Copy link
Member

clokep commented May 18, 2023

See:

   sudo apt-get -qq install build-essential libffi-dev python-dev \
  libxml2-dev libxslt-dev xmlsec1 zlib1g-dev libjpeg-dev libwebp-dev
  shell: /usr/bin/bash -e {0}
  env:
    CARGO_INCREMENTAL: 0
    CARGO_TERM_COLOR: always
    CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
    CACHE_ON_FAILURE: false
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libw/libwebp/libwebpdemux2_0.6.1-2ubuntu0.20.04.1_amd64.deb  404  Not Found [IP: 40.119.46.219 80]
E: Failed to fetch http://azure.archive.ubuntu.com/ubuntu/pool/main/libw/libwebp/libwebp-dev_0.6.1-2ubuntu0.20.04.1_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?

@clokep clokep reopened this May 18, 2023
@clokep clokep added S-Major Major functionality / product severely impaired, no satisfactory workaround. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks. O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience A-CI Issues related to CI on the Synapse repository labels May 18, 2023
@clokep
Copy link
Member

clokep commented May 18, 2023

@squahtx suggested:

trial-olddeps does seem broken. I think we either need to apt update manually in the workflow or wait til GitHub update the 20.04 image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-CI Issues related to CI on the Synapse repository O-Frequent Affects or can be seen by most users regularly or impacts most users' first experience S-Major Major functionality / product severely impaired, no satisfactory workaround. T-Task Refactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants