[INFO] fetching crate supply-chain-trust-example-crate-000090 0.3.31... [INFO] checking supply-chain-trust-example-crate-000090-0.3.31 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate supply-chain-trust-example-crate-000090 0.3.31 into /workspace/builds/worker-2-tc1/source [INFO] validating manifest of crates.io crate supply-chain-trust-example-crate-000090 0.3.31 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate supply-chain-trust-example-crate-000090 0.3.31 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate supply-chain-trust-example-crate-000090 0.3.31 [INFO] tweaked toml for crates.io crate supply-chain-trust-example-crate-000090 0.3.31 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 655566a507dff2a4efc27f12943ad828fce3f4aa30418031784c5bf27d67577c [INFO] running `Command { std: "docker" "start" "-a" "655566a507dff2a4efc27f12943ad828fce3f4aa30418031784c5bf27d67577c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "655566a507dff2a4efc27f12943ad828fce3f4aa30418031784c5bf27d67577c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "655566a507dff2a4efc27f12943ad828fce3f4aa30418031784c5bf27d67577c", kill_on_drop: false }` [INFO] [stdout] 655566a507dff2a4efc27f12943ad828fce3f4aa30418031784c5bf27d67577c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4b8acadeea4f37c4a8f9b0e79546daf248ed7528d9ba5a866f9adbbb44d0fb1 [INFO] running `Command { std: "docker" "start" "-a" "d4b8acadeea4f37c4a8f9b0e79546daf248ed7528d9ba5a866f9adbbb44d0fb1", kill_on_drop: false }` [INFO] [stderr] Checking supply-chain-trust-example-crate-000090 v0.3.31 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `pkg_config` [INFO] [stdout] --> tests/test.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use pkg_config::Error; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:156:5 [INFO] [stdout] | [INFO] [stdout] 156 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 156 - pkg_config::Config::new() [INFO] [stdout] 156 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:167:5 [INFO] [stdout] | [INFO] [stdout] 167 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 167 - pkg_config::Config::new() [INFO] [stdout] 167 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:177:5 [INFO] [stdout] | [INFO] [stdout] 177 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 177 - pkg_config::Config::new() [INFO] [stdout] 177 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:188:5 [INFO] [stdout] | [INFO] [stdout] 188 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 188 - pkg_config::Config::new() [INFO] [stdout] 188 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:198:5 [INFO] [stdout] | [INFO] [stdout] 198 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 198 - pkg_config::Config::new() [INFO] [stdout] 198 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:209:5 [INFO] [stdout] | [INFO] [stdout] 209 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 209 - pkg_config::Config::new() [INFO] [stdout] 209 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:219:5 [INFO] [stdout] | [INFO] [stdout] 219 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 219 - pkg_config::Config::new() [INFO] [stdout] 219 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:230:5 [INFO] [stdout] | [INFO] [stdout] 230 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 230 - pkg_config::Config::new() [INFO] [stdout] 230 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:240:5 [INFO] [stdout] | [INFO] [stdout] 240 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 240 - pkg_config::Config::new() [INFO] [stdout] 240 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:251:5 [INFO] [stdout] | [INFO] [stdout] 251 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 251 - pkg_config::Config::new() [INFO] [stdout] 251 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:261:5 [INFO] [stdout] | [INFO] [stdout] 261 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 261 - pkg_config::Config::new() [INFO] [stdout] 261 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 272 - pkg_config::Config::new() [INFO] [stdout] 272 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:282:5 [INFO] [stdout] | [INFO] [stdout] 282 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 282 - pkg_config::Config::new() [INFO] [stdout] 282 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:293:5 [INFO] [stdout] | [INFO] [stdout] 293 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 293 - pkg_config::Config::new() [INFO] [stdout] 293 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:303:5 [INFO] [stdout] | [INFO] [stdout] 303 | pkg_config::Config::new() [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 + use supply_chain_trust_example_crate_000090::Config; [INFO] [stdout] | [INFO] [stdout] help: if you import `Config`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 303 - pkg_config::Config::new() [INFO] [stdout] 303 + Config::new() [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | pkg_config::probe_library(name) [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:141:18 [INFO] [stdout] | [INFO] [stdout] 141 | let prefix = pkg_config::get_variable("foo", "prefix").unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pkg_config` [INFO] [stdout] --> tests/test.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | fn find(name: &str) -> Result { [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `pkg_config` [INFO] [stdout] [INFO] [stdout] [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-000090` (test "test") due to 19 previous errors [INFO] running `Command { std: "docker" "inspect" "d4b8acadeea4f37c4a8f9b0e79546daf248ed7528d9ba5a866f9adbbb44d0fb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4b8acadeea4f37c4a8f9b0e79546daf248ed7528d9ba5a866f9adbbb44d0fb1", kill_on_drop: false }` [INFO] [stdout] d4b8acadeea4f37c4a8f9b0e79546daf248ed7528d9ba5a866f9adbbb44d0fb1