[INFO] fetching crate supply-chain-trust-example-crate-000019 2.6.1... [INFO] checking supply-chain-trust-example-crate-000019-2.6.1 against master#69fd5e4059f8840f09f60269bcda23dcdcb77151 for pr-135733 [INFO] extracting crate supply-chain-trust-example-crate-000019 2.6.1 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate supply-chain-trust-example-crate-000019 2.6.1 on toolchain 69fd5e4059f8840f09f60269bcda23dcdcb77151 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+69fd5e4059f8840f09f60269bcda23dcdcb77151" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate supply-chain-trust-example-crate-000019 2.6.1 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate supply-chain-trust-example-crate-000019 2.6.1 [INFO] tweaked toml for crates.io crate supply-chain-trust-example-crate-000019 2.6.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+69fd5e4059f8840f09f60269bcda23dcdcb77151" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 38 packages to latest compatible versions [INFO] [stderr] Adding itertools v0.13.0 (available: v0.14.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+69fd5e4059f8840f09f60269bcda23dcdcb77151" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustc-rayon-core v0.5.0 [INFO] [stderr] Downloaded rustc-rayon v0.5.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+69fd5e4059f8840f09f60269bcda23dcdcb77151" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1555fecaa6311e06a427363f4c6668a082cae810b530f9416f3ad27284a3a6dc [INFO] running `Command { std: "docker" "start" "-a" "1555fecaa6311e06a427363f4c6668a082cae810b530f9416f3ad27284a3a6dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1555fecaa6311e06a427363f4c6668a082cae810b530f9416f3ad27284a3a6dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1555fecaa6311e06a427363f4c6668a082cae810b530f9416f3ad27284a3a6dc", kill_on_drop: false }` [INFO] [stdout] 1555fecaa6311e06a427363f4c6668a082cae810b530f9416f3ad27284a3a6dc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+69fd5e4059f8840f09f60269bcda23dcdcb77151" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd5f674aed01095e38a2d7973d70708369b6012208457a886cdbf955b37392cb [INFO] running `Command { std: "docker" "start" "-a" "dd5f674aed01095e38a2d7973d70708369b6012208457a886cdbf955b37392cb", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.93 [INFO] [stderr] Compiling unicode-ident v1.0.17 [INFO] [stderr] Compiling libc v0.2.170 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking either v1.14.0 [INFO] [stderr] Checking hashbrown v0.15.2 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking supply-chain-trust-example-crate-000019 v2.6.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling quote v1.0.38 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.218 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking quickcheck v1.0.3 [INFO] [stdout] error[E0432]: unresolved import `indexmap` [INFO] [stdout] --> tests/equivalent_trait.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use indexmap::indexmap; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `indexmap` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `indexmap`, use `cargo add indexmap` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `indexmap` [INFO] [stdout] --> tests/tests.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use indexmap::{indexmap, indexset}; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `indexmap` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `indexmap`, use `cargo add indexmap` 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 `indexmap` [INFO] [stdout] --> tests/macros_full_path.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | let _s = indexmap::indexset! { [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `indexmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `indexmap` [INFO] [stdout] --> tests/macros_full_path.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | let _m = indexmap::indexmap! { [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `indexmap` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000019` (test "equivalent_trait") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0432]: unresolved import `indexmap` [INFO] [stdout] --> benches/faststring.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use indexmap::IndexMap; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `indexmap` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `indexmap`, use `cargo add indexmap` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `indexmap` [INFO] [stdout] --> benches/bench.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use indexmap::IndexMap; [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `indexmap` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `indexmap`, use `cargo add indexmap` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: function `indexmap` is not a crate or module [INFO] [stdout] --> tests/quick.rs:281:13 [INFO] [stdout] | [INFO] [stdout] 281 | use indexmap::map::raw_entry_v1::{RawEntryApiV1, RawEntryMut}; [INFO] [stdout] | ^^^^^^^^ function `indexmap` is not a crate or module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: function `indexmap` is not a crate or module [INFO] [stdout] --> tests/quick.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | use indexmap::map::raw_entry_v1::{RawEntryApiV1, RawEntryMut}; [INFO] [stdout] | ^^^^^^^^ function `indexmap` is not a crate or module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: function `indexmap` is not a crate or module [INFO] [stdout] --> tests/quick.rs:356:13 [INFO] [stdout] | [INFO] [stdout] 356 | use indexmap::map::raw_entry_v1::{RawEntryApiV1, RawEntryMut}; [INFO] [stdout] | ^^^^^^^^ function `indexmap` is not a crate or module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: function `indexmap` is not a crate or module [INFO] [stdout] --> tests/quick.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | use indexmap::map::Entry; [INFO] [stdout] | ^^^^^^^^ function `indexmap` is not a crate or module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `indexmap` [INFO] [stdout] --> tests/quick.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use indexmap::{IndexMap, IndexSet}; [INFO] [stdout] | ^^^^^^^^ function `indexmap` is not a crate or module [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000019` (test "macros_full_path") due to 2 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000019` (test "tests") due to 1 previous error [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000019` (bench "faststring") due to 1 previous error [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000019` (test "quick") due to 5 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `supply-chain-trust-example-crate-000019` (bench "bench") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "dd5f674aed01095e38a2d7973d70708369b6012208457a886cdbf955b37392cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd5f674aed01095e38a2d7973d70708369b6012208457a886cdbf955b37392cb", kill_on_drop: false }` [INFO] [stdout] dd5f674aed01095e38a2d7973d70708369b6012208457a886cdbf955b37392cb