Skip to content

ci: Disable the i686 Android job #4470

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Jun 2, 2025

This job has been failing a lot due to failures installing packages:

 > [ 5/13] RUN apt-get install -y --no-install-recommends   file   wget   ca-certificates   python3   unzip   expect   openjdk-8-jre   libstdc++6:i386   libpulse0:
8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-randr0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-shm0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-sync1_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-xfixes0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxfixes/libxfixes3_6.0.0-2build1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxshmfence/libxshmfence1_1.3-1build5_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxxf86vm/libxxf86vm1_1.1.4-1build4_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm-amdgpu1_2.4.122-1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libp/libpciaccess/libpciaccess0_0.17-3build1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
8.400 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Assume that this is a temporary problem on the repository side and
disable the job for now.

Issue regarding Android CI: #4297

@rustbot rustbot added A-CI Area: CI-related items S-waiting-on-review labels Jun 2, 2025
@tgross35 tgross35 added stable-nominated This PR should be considered for cherry-pick to libc's stable release branch and removed A-CI Area: CI-related items S-waiting-on-review labels Jun 2, 2025
@tgross35
Copy link
Contributor Author

tgross35 commented Jun 2, 2025

Hey @maurer @mgeisler, I haven't been able to solve #4297 myself so we just need to disable these for now because they keep kicking PRs out of the merge queue (i686-linux-android has a 25% failure rate this week). Hopefully we don't need this for too long though, any chance one of you (or anyone) could take a look at the Android jobs and see if it's fixable?

@tgross35 tgross35 enabled auto-merge June 2, 2025 00:59
@tgross35 tgross35 added O-android A-CI Area: CI-related items labels Jun 2, 2025
@tgross35 tgross35 added this pull request to the merge queue Jun 2, 2025
github-merge-queue bot pushed a commit that referenced this pull request Jun 2, 2025
ci: Disable some of the Android jobs
auto-merge was automatically disabled June 2, 2025 01:37

Pull Request is not mergeable

@tgross35
Copy link
Contributor Author

tgross35 commented Jun 2, 2025

I take this back... for some reason the Android failures got worse but it looks like it's from failures downloading from the Ubuntu repos rather than the timeout or copy failures seen before. I don't know why this seems to be much worse for i686-linux-android than other targets, but it doesn't seem like something fixable on our end.

@tgross35 tgross35 removed this pull request from the merge queue due to a manual request Jun 2, 2025
@tgross35 tgross35 force-pushed the ci-disable-android branch from 72e122b to 588dc31 Compare June 2, 2025 06:16
@tgross35 tgross35 changed the title ci: Disable some of the Android jobs ci: Disable the i686 Android job Jun 2, 2025
This job has been failing a lot due to failures installing packages:

     > [ 5/13] RUN apt-get install -y --no-install-recommends   file   wget   ca-certificates   python3   unzip   expect   openjdk-8-jre   libstdc++6:i386   libpulse0:
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-randr0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-shm0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-sync1_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-xfixes0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxfixes/libxfixes3_6.0.0-2build1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxshmfence/libxshmfence1_1.3-1build5_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxxf86vm/libxxf86vm1_1.1.4-1build4_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm-amdgpu1_2.4.122-1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libp/libpciaccess/libpciaccess0_0.17-3build1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Assume that this is a temporary problem on the repository side and
disable the job for now.

Issue regarding Android CI: rust-lang#4297
@tgross35 tgross35 force-pushed the ci-disable-android branch from 588dc31 to eba1e9d Compare June 2, 2025 06:17
@tgross35
Copy link
Contributor Author

tgross35 commented Jun 2, 2025

Changed to only disable i686 since that is the most common failure. We can try adding it back in a few days in case the repo problem works itself out.

@tgross35 tgross35 enabled auto-merge June 2, 2025 06:18
@tgross35 tgross35 added this pull request to the merge queue Jun 2, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 2, 2025
@tgross35 tgross35 added this pull request to the merge queue Jun 2, 2025
Merged via the queue into rust-lang:main with commit fa849ba Jun 2, 2025
50 of 51 checks passed
@tgross35 tgross35 deleted the ci-disable-android branch June 2, 2025 08:09
tgross35 added a commit to tgross35/rust-libc that referenced this pull request Jun 3, 2025
This job has been failing a lot due to failures installing packages:

     > [ 5/13] RUN apt-get install -y --no-install-recommends   file   wget   ca-certificates   python3   unzip   expect   openjdk-8-jre   libstdc++6:i386   libpulse0:
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-randr0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-shm0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-sync1_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-xfixes0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxfixes/libxfixes3_6.0.0-2build1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxshmfence/libxshmfence1_1.3-1build5_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxxf86vm/libxxf86vm1_1.1.4-1build4_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm-amdgpu1_2.4.122-1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libp/libpciaccess/libpciaccess0_0.17-3build1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Assume that this is a temporary problem on the repository side and
disable the job for now.

Issue regarding Android CI: rust-lang#4297

(backport <rust-lang#4470>)
(cherry picked from commit eba1e9d)
@tgross35 tgross35 mentioned this pull request Jun 3, 2025
tgross35 added a commit to tgross35/rust-libc that referenced this pull request Jun 3, 2025
This job has been failing a lot due to failures installing packages:

     > [ 5/13] RUN apt-get install -y --no-install-recommends   file   wget   ca-certificates   python3   unzip   expect   openjdk-8-jre   libstdc++6:i386   libpulse0:
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-randr0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-shm0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-sync1_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb-xfixes0_1.17.0-2_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxfixes/libxfixes3_6.0.0-2build1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxshmfence/libxshmfence1_1.3-1build5_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxxf86vm/libxxf86vm1_1.1.4-1build4_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdrm/libdrm-amdgpu1_2.4.122-1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libp/libpciaccess/libpciaccess0_0.17-3build1_amd64.deb  403  Forbidden [IP: 185.125.190.82 80]
    8.400 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Assume that this is a temporary problem on the repository side and
disable the job for now.

Issue regarding Android CI: rust-lang#4297

(backport <rust-lang#4470>)
(cherry picked from commit eba1e9d)
@tgross35 tgross35 added stable-applied This PR has been cherry-picked to libc's stable release branch and removed stable-nominated This PR should be considered for cherry-pick to libc's stable release branch labels Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI Area: CI-related items O-android stable-applied This PR has been cherry-picked to libc's stable release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants