[INFO] fetching crate wild-linker 0.6.0... [INFO] testing wild-linker-0.6.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate wild-linker 0.6.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate wild-linker 0.6.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate wild-linker 0.6.0 [INFO] tweaked toml for crates.io crate wild-linker 0.6.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate wild-linker 0.6.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate wild-linker 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d256966f22cfe7003ce769609657234a48840ac0343b91f1eddbc85df58bce6 [INFO] running `Command { std: "docker" "start" "-a" "1d256966f22cfe7003ce769609657234a48840ac0343b91f1eddbc85df58bce6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d256966f22cfe7003ce769609657234a48840ac0343b91f1eddbc85df58bce6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d256966f22cfe7003ce769609657234a48840ac0343b91f1eddbc85df58bce6", kill_on_drop: false }` [INFO] [stdout] 1d256966f22cfe7003ce769609657234a48840ac0343b91f1eddbc85df58bce6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60ec072839b80f59d96884e396cd4d15ed29623a0e3e68e5906f010f9639879a [INFO] running `Command { std: "docker" "start" "-a" "60ec072839b80f59d96884e396cd4d15ed29623a0e3e68e5906f010f9639879a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling semver v1.0.26 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling serde_core v1.0.225 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling serde v1.0.225 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling lock_api v0.4.13 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling cpp_demangle v0.4.4 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling foldhash v0.2.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling tracing-core v0.1.34 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling zlib-rs v0.5.1 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling pin-project-lite v0.2.16 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling msvc-demangler v0.10.1 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Compiling thread_local v1.1.9 [INFO] [stderr] Compiling crc32fast v1.4.2 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Compiling bumpalo v3.19.0 [INFO] [stderr] Compiling fallible-iterator v0.3.0 [INFO] [stderr] Compiling leb128 v0.2.5 [INFO] [stderr] Compiling rustc-demangle v0.1.25 [INFO] [stderr] Compiling arrayref v0.3.9 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling uuid v1.18.1 [INFO] [stderr] Compiling memmap2 v0.9.8 [INFO] [stderr] Compiling cc v1.2.29 [INFO] [stderr] Compiling debugid v0.8.0 [INFO] [stderr] Compiling perf-event-open-sys v4.0.0 [INFO] [stderr] Compiling constant_time_eq v0.3.1 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling sharded-vec-writer v0.3.0 [INFO] [stderr] Compiling symbolic-common v12.16.3 [INFO] [stderr] Compiling gimli v0.32.3 [INFO] [stderr] Compiling sharded-offset-map v0.2.0 [INFO] [stderr] Compiling perf-event v0.4.8 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling bumpalo-herd v0.1.2 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling linker-utils v0.6.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling colosseum v0.2.2 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling bytesize v2.1.0 [INFO] [stderr] Compiling atomic-take v1.1.0 [INFO] [stderr] Compiling colored v3.0.0 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling sharded-vec-writer v0.4.0 [INFO] [stderr] Compiling zstd-sys v2.0.15+zstd.1.5.7 [INFO] [stderr] Compiling blake3 v1.8.2 [INFO] [stderr] Compiling symbolic-demangle v12.16.3 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling libz-rs-sys v0.5.1 [INFO] [stderr] Compiling flate2 v1.1.2 [INFO] [stderr] Compiling serde_derive v1.0.225 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling bytemuck_derive v1.10.1 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling bytemuck v1.23.2 [INFO] [stderr] Compiling cobs v0.3.0 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling postcard v1.1.3 [INFO] [stderr] Compiling linker-layout v0.6.0 [INFO] [stderr] Compiling linker-trace v0.6.0 [INFO] [stderr] Compiling libwild v0.6.0 [INFO] [stderr] Compiling wild-linker v0.6.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.75s [INFO] running `Command { std: "docker" "inspect" "60ec072839b80f59d96884e396cd4d15ed29623a0e3e68e5906f010f9639879a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60ec072839b80f59d96884e396cd4d15ed29623a0e3e68e5906f010f9639879a", kill_on_drop: false }` [INFO] [stdout] 60ec072839b80f59d96884e396cd4d15ed29623a0e3e68e5906f010f9639879a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff993dc65b000656dd22c8db4aadbae1f8e79b9c61d37c57e2e68376b21c933a [INFO] running `Command { std: "docker" "start" "-a" "ff993dc65b000656dd22c8db4aadbae1f8e79b9c61d37c57e2e68376b21c933a", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.9.4 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling rustix v1.0.7 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling rstest_macros v0.26.1 [INFO] [stderr] Compiling linux-raw-sys v0.9.4 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling slab v0.4.10 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling toml_parser v1.0.3 [INFO] [stderr] Compiling msvc-demangler v0.10.1 [INFO] [stderr] Compiling toml_datetime v0.7.2 [INFO] [stderr] Compiling serde_spanned v1.0.2 [INFO] [stderr] Compiling env_home v0.1.0 [INFO] [stderr] Compiling log v0.4.27 [INFO] [stderr] Compiling futures-timer v3.0.3 [INFO] [stderr] Compiling toml_writer v1.0.3 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling toml v0.9.7 [INFO] [stderr] Compiling indexmap v2.11.4 [INFO] [stderr] Compiling symbolic-demangle v12.16.3 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling fd-lock v4.0.4 [INFO] [stderr] Compiling which v8.0.0 [INFO] [stderr] Compiling proc-macro-crate v3.3.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.225 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling tracing-attributes v0.1.30 [INFO] [stderr] Compiling bytemuck_derive v1.10.1 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling bytemuck v1.23.2 [INFO] [stderr] Compiling cobs v0.3.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.20 [INFO] [stderr] Compiling strum v0.27.2 [INFO] [stderr] Compiling rstest v0.26.1 [INFO] [stderr] Compiling serde v1.0.225 [INFO] [stderr] Compiling heapless v0.7.17 [INFO] [stderr] Compiling os_info v3.12.0 [INFO] [stderr] Compiling postcard v1.1.3 [INFO] [stderr] Compiling linker-trace v0.6.0 [INFO] [stderr] Compiling linker-layout v0.6.0 [INFO] [stderr] Compiling libwild v0.6.0 [INFO] [stderr] Compiling wild-linker v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `linker_diff` [INFO] [stdout] --> tests/integration_tests.rs:2285:27 [INFO] [stdout] | [INFO] [stdout] 2285 | let mut diff_config = linker_diff::Config::default(); [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `linker_diff` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `linker_diff`, use `cargo add linker_diff` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `linker_diff` [INFO] [stdout] --> tests/integration_tests.rs:2286:26 [INFO] [stdout] | [INFO] [stdout] 2286 | diff_config.colour = linker_diff::Colour::Always; [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `linker_diff` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `linker_diff`, use `cargo add linker_diff` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `linker_diff` [INFO] [stdout] --> tests/integration_tests.rs:2302:18 [INFO] [stdout] | [INFO] [stdout] 2302 | let report = linker_diff::Report::from_config(diff_config.clone()).with_context(|| { [INFO] [stdout] | ^^^^^^^^^^^ use of unresolved module or unlinked crate `linker_diff` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `linker_diff`, use `cargo add linker_diff` to add it to your `Cargo.toml` [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 114 + use std::error::Report; [INFO] [stdout] | [INFO] [stdout] help: if you import `Report`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 2302 - let report = linker_diff::Report::from_config(diff_config.clone()).with_context(|| { [INFO] [stdout] 2302 + let report = Report::from_config(diff_config.clone()).with_context(|| { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wild-linker` (test "integration_tests") due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "ff993dc65b000656dd22c8db4aadbae1f8e79b9c61d37c57e2e68376b21c933a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff993dc65b000656dd22c8db4aadbae1f8e79b9c61d37c57e2e68376b21c933a", kill_on_drop: false }` [INFO] [stdout] ff993dc65b000656dd22c8db4aadbae1f8e79b9c61d37c57e2e68376b21c933a