[INFO] fetching crate rustls-openssl 0.3.0...
[INFO] building rustls-openssl-0.3.0 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate rustls-openssl 0.3.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate rustls-openssl 0.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rustls-openssl 0.3.0
[INFO] tweaked toml for crates.io crate rustls-openssl 0.3.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustls-openssl 0.3.0 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rustls-openssl 0.3.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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 54adf6056e61e378f657e6d2ae147e56c623f833db84607b3f68f02cb0883a15
[INFO] running `Command { std: "docker" "start" "-a" "54adf6056e61e378f657e6d2ae147e56c623f833db84607b3f68f02cb0883a15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "54adf6056e61e378f657e6d2ae147e56c623f833db84607b3f68f02cb0883a15", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54adf6056e61e378f657e6d2ae147e56c623f833db84607b3f68f02cb0883a15", kill_on_drop: false }`
[INFO] [stdout] 54adf6056e61e378f657e6d2ae147e56c623f833db84607b3f68f02cb0883a15
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 74ab8229a86beabae468e56aaabb45f7e789916e3caf202f25b0b87d78fa027c
[INFO] running `Command { std: "docker" "start" "-a" "74ab8229a86beabae468e56aaabb45f7e789916e3caf202f25b0b87d78fa027c", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling rustls v0.23.25
[INFO] [stderr]    Compiling rustls-openssl v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.0
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/kx_group/ec.rs:36:35
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn start(&self) -> Result<Box<(dyn ActiveKeyExchange)>, Error> {
[INFO] [stdout]    |                                   ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     fn start(&self) -> Result<Box<(dyn ActiveKeyExchange)>, Error> {
[INFO] [stdout] 36 +     fn start(&self) -> Result<Box<dyn ActiveKeyExchange>, Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.64s
[INFO] running `Command { std: "docker" "inspect" "74ab8229a86beabae468e56aaabb45f7e789916e3caf202f25b0b87d78fa027c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74ab8229a86beabae468e56aaabb45f7e789916e3caf202f25b0b87d78fa027c", kill_on_drop: false }`
[INFO] [stdout] 74ab8229a86beabae468e56aaabb45f7e789916e3caf202f25b0b87d78fa027c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50fd45a515943c005dd2c1f46f5cd0eef7b190bbe676799ee594df58416a00fc
[INFO] running `Command { std: "docker" "start" "-a" "50fd45a515943c005dd2c1f46f5cd0eef7b190bbe676799ee594df58416a00fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling aws-lc-rs v1.12.6
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling winnow v0.7.4
[INFO] [stderr]    Compiling time-core v0.1.3
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]    Compiling rustls v0.23.25
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling cc v1.2.16
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling data-encoding v2.8.0
[INFO] [stderr]    Compiling time v0.3.39
[INFO] [stderr]    Compiling indexmap v2.8.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling aws-lc-sys v0.27.1
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling rustls-openssl v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rstest v0.25.0
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling wycheproof v0.6.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.0
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/kx_group/ec.rs:36:35
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn start(&self) -> Result<Box<(dyn ActiveKeyExchange)>, Error> {
[INFO] [stdout]    |                                   ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     fn start(&self) -> Result<Box<(dyn ActiveKeyExchange)>, Error> {
[INFO] [stdout] 36 +     fn start(&self) -> Result<Box<dyn ActiveKeyExchange>, Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/kx_group/ec.rs:36:35
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn start(&self) -> Result<Box<(dyn ActiveKeyExchange)>, Error> {
[INFO] [stdout]    |                                   ^                     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 36 -     fn start(&self) -> Result<Box<(dyn ActiveKeyExchange)>, Error> {
[INFO] [stdout] 36 +     fn start(&self) -> Result<Box<dyn ActiveKeyExchange>, Error> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 44.64s
[INFO] running `Command { std: "docker" "inspect" "50fd45a515943c005dd2c1f46f5cd0eef7b190bbe676799ee594df58416a00fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50fd45a515943c005dd2c1f46f5cd0eef7b190bbe676799ee594df58416a00fc", kill_on_drop: false }`
[INFO] [stdout] 50fd45a515943c005dd2c1f46f5cd0eef7b190bbe676799ee594df58416a00fc
