[INFO] fetching crate lakers-ead-zeroconf 0.4.1... [INFO] testing lakers-ead-zeroconf-0.4.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate lakers-ead-zeroconf 0.4.1 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate lakers-ead-zeroconf 0.4.1 [INFO] finished tweaking crates.io crate lakers-ead-zeroconf 0.4.1 [INFO] tweaked toml for crates.io crate lakers-ead-zeroconf 0.4.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate lakers-ead-zeroconf 0.4.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 2 packages to latest compatible versions [INFO] [stderr] Adding lakers-shared v0.4.1 (available: v0.8.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8aa755ff7c749c0f31a9c6cfdd6753adcb9ae9584118e9d31df47e2ce8d71395 [INFO] running `Command { std: "docker" "start" "-a" "8aa755ff7c749c0f31a9c6cfdd6753adcb9ae9584118e9d31df47e2ce8d71395", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8aa755ff7c749c0f31a9c6cfdd6753adcb9ae9584118e9d31df47e2ce8d71395", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8aa755ff7c749c0f31a9c6cfdd6753adcb9ae9584118e9d31df47e2ce8d71395", kill_on_drop: false }` [INFO] [stdout] 8aa755ff7c749c0f31a9c6cfdd6753adcb9ae9584118e9d31df47e2ce8d71395 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1708fb57a4ff82bbb10b436bb0688999b9e72b1f0af108081e62a0938e76331 [INFO] running `Command { std: "docker" "start" "-a" "b1708fb57a4ff82bbb10b436bb0688999b9e72b1f0af108081e62a0938e76331", kill_on_drop: false }` [INFO] [stderr] Compiling lakers-shared v0.4.1 [INFO] [stderr] Compiling lakers-ead-zeroconf v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | unsafe { &EAD_INITIATOR_GLOBAL_STATE } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 59 | unsafe { &raw const EAD_INITIATOR_GLOBAL_STATE } [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:323:14 [INFO] [stdout] | [INFO] [stdout] 323 | unsafe { &EAD_RESPONDER_GLOBAL_STATE } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 323 | unsafe { &raw const EAD_RESPONDER_GLOBAL_STATE } [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:508:14 [INFO] [stdout] | [INFO] [stdout] 508 | unsafe { &MOCK_EAD_SERVER_GLOBAL_STATE } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 508 | unsafe { &raw const MOCK_EAD_SERVER_GLOBAL_STATE } [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `Command { std: "docker" "inspect" "b1708fb57a4ff82bbb10b436bb0688999b9e72b1f0af108081e62a0938e76331", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1708fb57a4ff82bbb10b436bb0688999b9e72b1f0af108081e62a0938e76331", kill_on_drop: false }` [INFO] [stdout] b1708fb57a4ff82bbb10b436bb0688999b9e72b1f0af108081e62a0938e76331 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3882873b8e7e54c7bb2476fa16b53d2e88d6c825c5734ae50390bf2a07a733a4 [INFO] running `Command { std: "docker" "start" "-a" "3882873b8e7e54c7bb2476fa16b53d2e88d6c825c5734ae50390bf2a07a733a4", kill_on_drop: false }` [INFO] [stderr] Compiling hexlit v0.5.5 [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | unsafe { &EAD_INITIATOR_GLOBAL_STATE } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 59 | unsafe { &raw const EAD_INITIATOR_GLOBAL_STATE } [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:323:14 [INFO] [stdout] | [INFO] [stdout] 323 | unsafe { &EAD_RESPONDER_GLOBAL_STATE } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 323 | unsafe { &raw const EAD_RESPONDER_GLOBAL_STATE } [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/lib.rs:508:14 [INFO] [stdout] | [INFO] [stdout] 508 | unsafe { &MOCK_EAD_SERVER_GLOBAL_STATE } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] help: use `&raw const` instead to create a raw pointer [INFO] [stdout] | [INFO] [stdout] 508 | unsafe { &raw const MOCK_EAD_SERVER_GLOBAL_STATE } [INFO] [stdout] | +++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling lakers-ead-zeroconf v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `lakers_crypto` [INFO] [stdout] --> src/lib.rs:761:9 [INFO] [stdout] | [INFO] [stdout] 761 | use lakers_crypto::default_crypto; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lakers_crypto` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lakers_crypto`, use `cargo add lakers_crypto` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lakers_crypto` [INFO] [stdout] --> src/lib.rs:891:9 [INFO] [stdout] | [INFO] [stdout] 891 | use lakers_crypto::default_crypto; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lakers_crypto` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lakers_crypto`, use `cargo add lakers_crypto` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lakers_crypto` [INFO] [stdout] --> src/lib.rs:982:9 [INFO] [stdout] | [INFO] [stdout] 982 | use lakers_crypto::default_crypto; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lakers_crypto` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lakers_crypto`, use `cargo add lakers_crypto` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `lakers_crypto` [INFO] [stdout] --> src/lib.rs:1070:9 [INFO] [stdout] | [INFO] [stdout] 1070 | use lakers_crypto::default_crypto; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `lakers_crypto` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `lakers_crypto`, use `cargo add lakers_crypto` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lakers-ead-zeroconf` (lib test) due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "3882873b8e7e54c7bb2476fa16b53d2e88d6c825c5734ae50390bf2a07a733a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3882873b8e7e54c7bb2476fa16b53d2e88d6c825c5734ae50390bf2a07a733a4", kill_on_drop: false }` [INFO] [stdout] 3882873b8e7e54c7bb2476fa16b53d2e88d6c825c5734ae50390bf2a07a733a4