CI: stable xclippy + bookworm Docker bases - #70
Open
sausagee wants to merge 3 commits into
Open
Conversation
Nightly now aliases Infallible to !, which breaks allocative under cargo +nightly xclippy. Run clippy on rust-toolchain.toml stable; keep nightly for rustfmt.
CI Build fails because rust:slim-bullseye apt hits expired bullseye-security InRelease, the retry loop no-ops, git never installs, and diesel-async (git dep) cannot fetch. Switch builder/runtime bases to bookworm, replace libssl1.1 with libssl3, use netcat-openbsd, and fail hard on apt install so a missing git cannot hide again.
Processor image build fails on jemalloc-sys: configure succeeds, then `make -j` ENOENT. slim-bookworm + --no-install-recommends does not pull make via cmake. address-reputation-api already green (no jemallocator).
Author
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
sausagee
added a commit
that referenced
this pull request
Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
cargo +nightly xclippybreaks onallocative(Infalliblealiased to!on current nightlies).rust:slim-bullseyeapt hits expiredbullseye-securityInRelease; the retry loop no-ops sogitnever installs;diesel-async(git dep) fails to fetch.Fix
scripts/rust_lint.sh:cargo +nightly xclippy→cargo xclippy(stable fromrust-toolchain.toml). Keep nightly forfmt.Dockerfile+Dockerfile.address-reputation-api: bullseye → bookworm,libssl1.1→libssl3,netcat→netcat-openbsd, builder apt fails hard (no silent retry swallow).Test plan
Rustpast clippygitpresent, diesel-async clones)