[INFO] fetching crate variant-ssl 0.17.5... [INFO] checking variant-ssl-0.17.5 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate variant-ssl 0.17.5 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate variant-ssl 0.17.5 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate variant-ssl 0.17.5 [INFO] tweaked toml for crates.io crate variant-ssl 0.17.5 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate variant-ssl 0.17.5 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate variant-ssl 0.17.5 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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded variant-ssl-sys v0.17.5 [INFO] [stderr] Downloaded tongsuo-src v833.0.2+8.3.3 [INFO] [stderr] Downloaded bssl-cmake-sys v0.1.2503110 [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 56e6dd009d283be61db0129f746339315b3a2582798e6614a028b6bc72571ebb [INFO] running `Command { std: "docker" "start" "-a" "56e6dd009d283be61db0129f746339315b3a2582798e6614a028b6bc72571ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56e6dd009d283be61db0129f746339315b3a2582798e6614a028b6bc72571ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56e6dd009d283be61db0129f746339315b3a2582798e6614a028b6bc72571ebb", kill_on_drop: false }` [INFO] [stdout] 56e6dd009d283be61db0129f746339315b3a2582798e6614a028b6bc72571ebb [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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ddad859308e755fc9b61dab94bdd86317372e72008a1c2bdee363f49059f90a2 [INFO] running `Command { std: "docker" "start" "-a" "ddad859308e755fc9b61dab94bdd86317372e72008a1c2bdee363f49059f90a2", kill_on_drop: false }` [INFO] [stderr] Compiling variant-ssl v0.17.5 (/opt/rustwide/workdir) [INFO] [stderr] Checking once_cell v1.21.0 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling variant-ssl-sys v0.17.5 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `openssl` [INFO] [stdout] --> examples/mk_certs.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use openssl::asn1::Asn1Time; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `openssl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `openssl`, use `cargo add openssl` 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 `openssl` [INFO] [stdout] --> examples/mk_certs.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use openssl::bn::{BigNum, MsbOption}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `openssl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `openssl`, use `cargo add openssl` 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 `openssl` [INFO] [stdout] --> examples/mk_certs.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use openssl::error::ErrorStack; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `openssl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `openssl`, use `cargo add openssl` 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 `openssl` [INFO] [stdout] --> examples/mk_certs.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use openssl::hash::MessageDigest; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `openssl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `openssl`, use `cargo add openssl` 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 `openssl` [INFO] [stdout] --> examples/mk_certs.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use openssl::pkey::{PKey, PKeyRef, Private}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `openssl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `openssl`, use `cargo add openssl` 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 `openssl` [INFO] [stdout] --> examples/mk_certs.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use openssl::rsa::Rsa; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `openssl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `openssl`, use `cargo add openssl` 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 `openssl` [INFO] [stdout] --> examples/mk_certs.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use openssl::x509::extension::{ [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `openssl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `openssl`, use `cargo add openssl` 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 `openssl` [INFO] [stdout] --> examples/mk_certs.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use openssl::x509::{X509NameBuilder, X509Ref, X509Req, X509ReqBuilder, X509VerifyResult, X509}; [INFO] [stdout] | ^^^^^^^ use of unresolved module or unlinked crate `openssl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `openssl`, use `cargo add openssl` 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 `variant-ssl` (example "mk_certs") due to 8 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "ddad859308e755fc9b61dab94bdd86317372e72008a1c2bdee363f49059f90a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddad859308e755fc9b61dab94bdd86317372e72008a1c2bdee363f49059f90a2", kill_on_drop: false }` [INFO] [stdout] ddad859308e755fc9b61dab94bdd86317372e72008a1c2bdee363f49059f90a2