Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Issues
  • #4780
Closed
Open
Issue created Mar 15, 2021 by Derek Bruening@derekbrueningContributor

GA CI failures due to stale apt data

We first saw this on aarchxx with the qemu package and I put in an "apt update" in PR #4763. I did not put that in every job since it takes a solid 30s and would thus be a 5%+ time increase for every job. But we're now seeing failures in other places:

Package build failed which is not good: https://github.com/DynamoRIO/dynamorio/runs/2100301478?check_suite_focus=true

E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-9/libx32gcc1_9.3.0-10ubuntu2~16.04_amd64.deb  404  Not Found [IP: 91.189.95.85 80]
E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-9/lib32gomp1_9.3.0-10ubuntu2~16.04_amd64.deb  404  Not Found [IP: 91.189.95.85 80]
E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-9/libx32gomp1_9.3.0-10ubuntu2~16.04_amd64.deb  404  Not Found [IP: 91.189.95.85 80]
E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-9/lib32itm1_9.3.0-10ubuntu2~16.04_amd64.deb  404  Not Found [IP: 91.189.95.85 80]
E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-9/libx32itm1_9.3.0-10ubuntu2~16.04_amd64.deb  404  Not Found [IP: 91.189.95.85 80]
E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-9/lib32atomic1_9.3.0-10ubuntu2~16.04_amd64.deb  404  Not Found [IP: 91.189.95.85 80]
E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-9/libx32atomic1_9.3.0-10ubuntu2~16.04_amd64.deb  404  Not Found [IP: 91.189.95.85 80]
E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-9/libx32stdc++6_9.3.0-10ubuntu2~16.04_amd64.deb  404  Not Found [IP: 91.189.95.85 80]
E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-9/lib32quadmath0_9.3.0-10ubuntu2~16.04_amd64.deb  404  Not Found [IP: 91.189.95.85 80]
E: Failed to fetch http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu/pool/main/g/gcc-9/libx32quadmath0_9.3.0-10ubuntu2~16.04_amd64.deb  404  Not Found [IP: 91.189.95.85 80]

A bunch of tests are now failing with similar errors.

Assignee
Assign to
Time tracking