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

Cargo install failing in rustlang/rust:nightly image (1.83.0) #130813

Closed
Vikari opened this issue Sep 25, 2024 · 1 comment
Closed

Cargo install failing in rustlang/rust:nightly image (1.83.0) #130813

Vikari opened this issue Sep 25, 2024 · 1 comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@Vikari
Copy link

Vikari commented Sep 25, 2024

The compiler unexpectedly panicked. this is a bug. When running cargo install --path . in rustlang/rust:nightly image.

Error file attached.

rustc-panic.txt

compiler flags: --crate-type lib -C opt-level=3 -C embed-bitcode=no -C strip=debuginfo

error: could not compile `http-body` (lib)

Caused by:
  process didn't exit successfully: `/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc --crate-name http_body --edition=2018 /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=281 --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82a59836d3af2aec -C extra-filename=-82a59836d3af2aec --out-dir /usr/src/app/target/release/deps -C strip=debuginfo -L dependency=/usr/src/app/target/release/deps --extern bytes=/usr/src/app/target/release/deps/libbytes-6e7a8737cc65033e.rmeta --extern http=/usr/src/app/target/release/deps/libhttp-6fcad499b8642d62.rmeta --extern pin_project_lite=/usr/src/app/target/release/deps/libpin_project_lite-919c6a70ea62ed97.rmeta --cap-lints allow` (exit status: 101)
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Sep 25, 2024
@theemathas
Copy link
Contributor

theemathas commented Sep 25, 2024

Duplicate of #130769. Should be fixed in tomorrow's nightly, if it's not already fixed.

@Vikari Vikari closed this as completed Sep 25, 2024
@saethlin saethlin added I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. C-bug Category: This is a bug. and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants