[INFO] fetching crate rustls-openssl 0.3.0... [INFO] building rustls-openssl-0.3.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [INFO] extracting crate rustls-openssl 0.3.0 into /workspace/builds/worker-3-tc1/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-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rustls-openssl 0.3.0 on toolchain c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded winnow v0.7.4 [INFO] [stderr] Downloaded aws-lc-rs v1.12.6 [INFO] [stderr] Downloaded prettyplease v0.2.31 [INFO] [stderr] Downloaded aws-lc-sys v0.27.1 [INFO] [stderr] Downloaded wycheproof v0.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9cd9ee2a286fad33684c828c65e6daea0fdca9f650da170bfd356c4e01fbc29e [INFO] running `Command { std: "docker" "start" "-a" "9cd9ee2a286fad33684c828c65e6daea0fdca9f650da170bfd356c4e01fbc29e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9cd9ee2a286fad33684c828c65e6daea0fdca9f650da170bfd356c4e01fbc29e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cd9ee2a286fad33684c828c65e6daea0fdca9f650da170bfd356c4e01fbc29e", kill_on_drop: false }` [INFO] [stdout] 9cd9ee2a286fad33684c828c65e6daea0fdca9f650da170bfd356c4e01fbc29e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e35a1c99c03944c59689e2a883e03ae4af19e54465319e9871208f48a792aebe [INFO] running `Command { std: "docker" "start" "-a" "e35a1c99c03944c59689e2a883e03ae4af19e54465319e9871208f48a792aebe", kill_on_drop: false }` [INFO] [stderr] Compiling rustls v0.23.25 [INFO] [stderr] Compiling rustls-pki-types v1.11.0 [INFO] [stderr] Compiling rustls-openssl v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling rustls-webpki v0.103.0 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling openssl v0.10.71 [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, 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, Error> { [INFO] [stdout] 36 + fn start(&self) -> Result, Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.07s [INFO] running `Command { std: "docker" "inspect" "e35a1c99c03944c59689e2a883e03ae4af19e54465319e9871208f48a792aebe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e35a1c99c03944c59689e2a883e03ae4af19e54465319e9871208f48a792aebe", kill_on_drop: false }` [INFO] [stdout] e35a1c99c03944c59689e2a883e03ae4af19e54465319e9871208f48a792aebe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0394acd68096a2d687c78a44527966f1fe217763894bbfe050e981b6cffa6bb8 [INFO] running `Command { std: "docker" "start" "-a" "0394acd68096a2d687c78a44527966f1fe217763894bbfe050e981b6cffa6bb8", kill_on_drop: false }` [INFO] [stderr] Compiling jobserver v0.1.32 [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 winnow v0.7.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling rustls v0.23.25 [INFO] [stderr] Compiling time-core v0.1.3 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling rstest_macros v0.25.0 [INFO] [stderr] Compiling log v0.4.26 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling webpki-roots v0.26.8 [INFO] [stderr] Compiling time v0.3.39 [INFO] [stderr] Compiling cc v1.2.16 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling indexmap v2.8.0 [INFO] [stderr] Compiling aws-lc-sys v0.27.1 [INFO] [stderr] Compiling openssl-sys v0.9.106 [INFO] [stderr] Compiling yasna v0.5.2 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Compiling openssl v0.10.71 [INFO] [stderr] Compiling rustls-openssl v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling regex-automata v0.4.9 [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 rustls-webpki v0.103.0 [INFO] [stderr] Compiling rcgen v0.13.2 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling wycheproof v0.6.0 [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, 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, Error> { [INFO] [stdout] 36 + fn start(&self) -> Result, 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, 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, Error> { [INFO] [stdout] 36 + fn start(&self) -> Result, Error> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 53.28s [INFO] running `Command { std: "docker" "inspect" "0394acd68096a2d687c78a44527966f1fe217763894bbfe050e981b6cffa6bb8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0394acd68096a2d687c78a44527966f1fe217763894bbfe050e981b6cffa6bb8", kill_on_drop: false }` [INFO] [stdout] 0394acd68096a2d687c78a44527966f1fe217763894bbfe050e981b6cffa6bb8