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

ARM Linux cross-compiling images are no longer available #134612

Closed
rami3l opened this issue Dec 21, 2024 · 4 comments
Closed

ARM Linux cross-compiling images are no longer available #134612

rami3l opened this issue Dec 21, 2024 · 4 comments
Labels
C-discussion Category: Discussion or questions that doesn't represent real issues. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Comments

@rami3l
Copy link
Member

rami3l commented Dec 21, 2024

Hello from the rustup team!

Coming from Rustup v1.28.0 release blocked by Docker pull error, we've noticed that our recent release CI has failed with essentially the following errors (rustup's cross-compiling CI workflows are relying on rust's images to function correctly):

ERROR: failed to solve: rust-aarch64-unknown-linux-musl: failed to resolve source metadata for docker.io/library/rust-aarch64-unknown-linux-musl:latest: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
ERROR: failed to solve: rust-arm-unknown-linux-gnueabi: failed to resolve source metadata for docker.io/library/rust-arm-unknown-linux-gnueabi:latest: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

Looking at our mapping, these two names point to the same image in this repo:

  aarch64-unknown-linux-musl)      image=dist-arm-linux ;;
  arm-unknown-linux-gnueabi)       image=dist-arm-linux ;;

Since this issue is ARM Linux-exclusive, I'm convinced that #133809 #133902 is the direct cause of this issue.

Is it possible to revert the relevant Dockerfile deletion(s) or at least keep the old Dockerfile(s) for a while? We can migrate immediately after we're granted access to ARM64 Linux CI runners (but not just yet).

Many thanks in advance! 🙇

(cc @Kobzol)

@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Dec 21, 2024
@Urgau
Copy link
Member

Urgau commented Dec 21, 2024

Already reverted in #134564

@Kobzol
Copy link
Contributor

Kobzol commented Dec 21, 2024

I suppose that #133902 will also need a revert?

@Urgau Urgau added T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. C-discussion Category: Discussion or questions that doesn't represent real issues. and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Dec 21, 2024
@rami3l
Copy link
Member Author

rami3l commented Dec 21, 2024

Already reverted in #134564

@Urgau Oh, probably I gave you the wrong reference number; @Kobzol was right, I guess.

@Kobzol
Copy link
Contributor

Kobzol commented Dec 21, 2024

#134614

@rami3l rami3l changed the title ARM/ARM64 Linux cross-compiling images are no longer available ARM Linux cross-compiling images are no longer available Dec 21, 2024
bors added a commit to rust-lang-ci/rust that referenced this issue Dec 21, 2024
Revert "Auto merge of rust-lang#133902 - Kobzol:ci-dist-arm-runner, r=MarcoIeni"

Reverts rust-lang#133902

Context: rust-lang#134612 (comment)
@rami3l rami3l closed this as completed Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-discussion Category: Discussion or questions that doesn't represent real issues. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants