[INFO] fetching crate facet-core 0.27.15... [INFO] checking facet-core-0.27.15 against try#998b6603a58e47f42ccce7a67943234e96b6839e for pr-143170 [INFO] extracting crate facet-core 0.27.15 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate facet-core 0.27.15 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate facet-core 0.27.15 [INFO] tweaked toml for crates.io crate facet-core 0.27.15 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate facet-core 0.27.15 on toolchain 998b6603a58e47f42ccce7a67943234e96b6839e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate facet-core 0.27.15 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" "+998b6603a58e47f42ccce7a67943234e96b6839e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7997f73e15c2aaac80bd79041de442daff28dab5beb7c6d81a2c9c9a4b64e946 [INFO] running `Command { std: "docker" "start" "-a" "7997f73e15c2aaac80bd79041de442daff28dab5beb7c6d81a2c9c9a4b64e946", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7997f73e15c2aaac80bd79041de442daff28dab5beb7c6d81a2c9c9a4b64e946", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7997f73e15c2aaac80bd79041de442daff28dab5beb7c6d81a2c9c9a4b64e946", kill_on_drop: false }` [INFO] [stdout] 7997f73e15c2aaac80bd79041de442daff28dab5beb7c6d81a2c9c9a4b64e946 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+998b6603a58e47f42ccce7a67943234e96b6839e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fbf2b7e13b81dcc0f3f0531ecbe26c72edafb8766cd70d70952eb3a37d732776 [INFO] running `Command { std: "docker" "start" "-a" "fbf2b7e13b81dcc0f3f0531ecbe26c72edafb8766cd70d70952eb3a37d732776", kill_on_drop: false }` [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking impls v1.0.3 [INFO] [stderr] Checking bitflags v2.9.1 [INFO] [stderr] Checking indenter v0.3.3 [INFO] [stderr] Checking facet-core v0.27.15 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `facet_testhelpers` [INFO] [stdout] --> tests/pointer.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use facet_testhelpers::test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet-core` (test "pointer") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/arc.rs:435:9 [INFO] [stdout] | [INFO] [stdout] 435 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/arc.rs:486:9 [INFO] [stdout] | [INFO] [stdout] 486 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/arc.rs:549:9 [INFO] [stdout] | [INFO] [stdout] 549 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/arc.rs:611:9 [INFO] [stdout] | [INFO] [stdout] 611 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/arc.rs:661:9 [INFO] [stdout] | [INFO] [stdout] 661 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/arc.rs:719:9 [INFO] [stdout] | [INFO] [stdout] 719 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/arc.rs:772:9 [INFO] [stdout] | [INFO] [stdout] 772 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/boxed.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 172 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/btreeset.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/rc.rs:279:9 [INFO] [stdout] | [INFO] [stdout] 279 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/rc.rs:330:9 [INFO] [stdout] | [INFO] [stdout] 330 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_alloc/rc.rs:393:9 [INFO] [stdout] | [INFO] [stdout] 393 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` 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 `facet_testhelpers` [INFO] [stdout] --> src/impls_std/hashset.rs:127:9 [INFO] [stdout] | [INFO] [stdout] 127 | facet_testhelpers::setup(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `facet_testhelpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `facet_testhelpers`, use `cargo add facet_testhelpers` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `facet-core` (lib test) due to 13 previous errors [INFO] running `Command { std: "docker" "inspect" "fbf2b7e13b81dcc0f3f0531ecbe26c72edafb8766cd70d70952eb3a37d732776", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbf2b7e13b81dcc0f3f0531ecbe26c72edafb8766cd70d70952eb3a37d732776", kill_on_drop: false }` [INFO] [stdout] fbf2b7e13b81dcc0f3f0531ecbe26c72edafb8766cd70d70952eb3a37d732776