[GH-ISSUE #2223] just no-default-features fails with an ICE using latest nightly #928

Closed
opened 2026-03-16 00:59:35 +03:00 by kerem · 1 comment
Owner

Originally created by @japaric on GitHub (May 29, 2024).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2223

Describe the bug
What the title says

To Reproduce
just no-default-features

Expected behavior
Command should succeed.

System:

  • OS: Arch Linux
  • Architecture: x86_64
  • Version N/A
  • rustc version: 1.80.0-nightly (da159eb33 2024-05-28)

Version:
Crate: all
Version: 107635c6c5

Additional context
Observed in one of the CI jobs running for PR #2222 . This failure will likely prevent all PRs from being merged. I would suggest pinning all uses of a nightly toolchain, e.g. nightly-2024-05-15, to prevent transient breakage in nightly leaking into CI

Originally created by @japaric on GitHub (May 29, 2024). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2223 **Describe the bug** What the title says **To Reproduce** `just no-default-features` **Expected behavior** Command should succeed. **System:** - OS: Arch Linux - Architecture: x86_64 - Version N/A - rustc version: `1.80.0-nightly (da159eb33 2024-05-28)` **Version:** Crate: all Version: 107635c6c5934524894736f1b141198d0fa62fec **Additional context** Observed in [one of the CI jobs](https://github.com/hickory-dns/hickory-dns/actions/runs/9288589411/job/25560747784?pr=2222) running for PR #2222 . This failure will likely prevent all PRs from being merged. I would suggest pinning all uses of a nightly toolchain, e.g. `nightly-2024-05-15`, to prevent transient breakage in nightly leaking into CI
kerem closed this issue 2026-03-16 00:59:40 +03:00
Author
Owner

@japaric commented on GitHub (May 29, 2024):

To Reproduce
just no-default-features

reduced version: cargo build -p hickory-server --all-targets --benches --examples --bins --tests --no-default-features

this is a bug in rustc that has already been reported several times, e.g. rust-lang/rust#125707. PR rust-lang/rust#125493 should fix it

<!-- gh-comment-id:2137853119 --> @japaric commented on GitHub (May 29, 2024): > To Reproduce > just no-default-features reduced version: `cargo build -p hickory-server --all-targets --benches --examples --bins --tests --no-default-features` this is a bug in rustc that has already been reported several times, e.g. `rust-lang/rust#125707`. PR `rust-lang/rust#125493` should fix it
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#928
No description provided.