[INFO] fetching crate torrosion 0.3.5...
[INFO] testing torrosion-0.3.5 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate torrosion 0.3.5 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate torrosion 0.3.5
[INFO] finished tweaking crates.io crate torrosion 0.3.5
[INFO] tweaked toml for crates.io crate torrosion 0.3.5 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate torrosion 0.3.5 on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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 258 packages to latest compatible versions
[INFO] [stderr]       Adding oid-registry v0.7.1 (available: v0.8.1)
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] [stderr]       Adding x509-parser v0.16.0 (available: v0.18.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 52fe68b6fb932971500aa9774beb9471c919b1dad72eef1c36fcfbc2a3702e59
[INFO] running `Command { std: "docker" "start" "-a" "52fe68b6fb932971500aa9774beb9471c919b1dad72eef1c36fcfbc2a3702e59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "52fe68b6fb932971500aa9774beb9471c919b1dad72eef1c36fcfbc2a3702e59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "52fe68b6fb932971500aa9774beb9471c919b1dad72eef1c36fcfbc2a3702e59", kill_on_drop: false }`
[INFO] [stdout] 52fe68b6fb932971500aa9774beb9471c919b1dad72eef1c36fcfbc2a3702e59
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Copt-level=3" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a25b82781b1567810b42513e1f0fbdbfdbddc083ad4c0972a7188258847e36f
[INFO] running `Command { std: "docker" "start" "-a" "3a25b82781b1567810b42513e1f0fbdbfdbddc083ad4c0972a7188258847e36f", kill_on_drop: false }`
[INFO] [stderr]    Compiling const-oid v0.9.6
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling aws-lc-rs v1.14.1
[INFO] [stderr]    Compiling base64ct v1.8.0
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling liblzma-sys v0.4.4
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling rusticata-macros v4.1.0
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling rustls v0.23.32
[INFO] [stderr]    Compiling oid-registry v0.7.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling compression-core v0.4.29
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling base32 v0.5.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling aws-lc-sys v0.32.3
[INFO] [stderr]    Compiling liblzma v0.4.5
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling compression-codecs v0.4.31
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling asn1-rs-impl v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling asn1-rs-derive v0.5.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.7
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling asn1-rs v0.6.2
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling der-parser v9.0.0
[INFO] [stderr]    Compiling rsa v0.9.8
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling async-compression v0.4.32
[INFO] [stderr]    Compiling x509-parser v0.16.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling async-native-tls v0.5.0
[INFO] [stderr]    Compiling torrosion v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `chrono::TimeZone`
[INFO] [stdout]    --> src/hs/mod.rs:577:9
[INFO] [stdout]     |
[INFO] [stdout] 577 |     use chrono::TimeZone;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/cert.rs:140:45
[INFO] [stdout]     |
[INFO] [stdout] 140 |                     if ring::constant_time::verify_slices_are_equal(signed_with_key, pkey).is_err() {
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/connection.rs:298:49
[INFO] [stdout]     |
[INFO] [stdout] 298 |                         if ring::constant_time::verify_slices_are_equal(conn_cert_digest.as_ref(), key_digest).is_err() {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/connection.rs:727:33
[INFO] [stdout]     |
[INFO] [stdout] 727 |         if ring::constant_time::verify_slices_are_equal(auth.as_ref(), &auth_s).is_err() {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/hs/mod.rs:366:33
[INFO] [stdout]     |
[INFO] [stdout] 366 |         if ring::constant_time::verify_slices_are_equal(&d_mac, mac).is_err() {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/hs/con.rs:358:29
[INFO] [stdout]     |
[INFO] [stdout] 358 |     if ring::constant_time::verify_slices_are_equal(&auth_input_mac, &rend2.auth).is_err() {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `challenge` and `methods` are never read
[INFO] [stdout]    --> src/cell.rs:606:9
[INFO] [stdout]     |
[INFO] [stdout] 605 | pub struct AuthChallenge {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] 606 |     pub challenge: [u8; 32],
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 607 |     pub methods: Vec<AuthMethod>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuthChallenge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ServerHandshake` is never used
[INFO] [stdout]    --> src/cell.rs:672:10
[INFO] [stdout]     |
[INFO] [stdout] 672 | pub enum ServerHandshake {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `server_id`, `key_id`, and `client_kp` are never read
[INFO] [stdout]    --> src/cell.rs:677:9
[INFO] [stdout]     |
[INFO] [stdout] 676 | pub struct TapClientHandshake {
[INFO] [stdout]     |            ------------------ fields in this struct
[INFO] [stdout] 677 |     pub server_id: crate::RsaIdentity,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 678 |     pub key_id: Vec<u8>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 679 |     pub client_kp: Vec<u8>
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TapClientHandshake` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `server_id`, `key_id`, and `client_kp` are never read
[INFO] [stdout]    --> src/cell.rs:684:9
[INFO] [stdout]     |
[INFO] [stdout] 683 | pub struct NtorClientHandshake {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout] 684 |     pub server_id: crate::RsaIdentity,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 685 |     pub key_id: Vec<u8>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 686 |     pub client_kp: Vec<u8>
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `NtorClientHandshake` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `address` and `ttl` are never read
[INFO] [stdout]    --> src/cell.rs:926:9
[INFO] [stdout]     |
[INFO] [stdout] 925 | pub struct RelayConnected {
[INFO] [stdout]     |            -------------- fields in this struct
[INFO] [stdout] 926 |     pub address: Option<std::net::IpAddr>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 927 |     pub ttl: u32,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RelayConnected` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `addr` and `ttl` are never read
[INFO] [stdout]    --> src/cell.rs:976:9
[INFO] [stdout]     |
[INFO] [stdout] 974 | pub struct RelayEnd {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] 975 |     pub reason: EndReason,
[INFO] [stdout] 976 |     pub addr: Option<std::net::IpAddr>,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 977 |     pub ttl: Option<u32>,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RelayEnd` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `extensions` is never read
[INFO] [stdout]     --> src/cell.rs:1382:9
[INFO] [stdout]      |
[INFO] [stdout] 1380 | pub struct RelayIntroduceAck {
[INFO] [stdout]      |            ----------------- field in this struct
[INFO] [stdout] 1381 |     pub status: RelayIntroduceAckStatus,
[INFO] [stdout] 1382 |     pub extensions: Vec<RelayIntroduceAckExtension>,
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `RelayIntroduceAck` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]     --> src/cell.rs:1396:18
[INFO] [stdout]      |
[INFO] [stdout] 1396 |     Unrecognized(u8, Vec<u8>)
[INFO] [stdout]      |     ------------ ^^  ^^^^^^^
[INFO] [stdout]      |     |
[INFO] [stdout]      |     fields in this variant
[INFO] [stdout]      |
[INFO] [stdout]      = note: `RelayIntroduceAckExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]      |
[INFO] [stdout] 1396 -     Unrecognized(u8, Vec<u8>)
[INFO] [stdout] 1396 +     Unrecognized((), ())
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]  --> src/cert.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Cert {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] 7 |     signed_data: Vec<u8>,
[INFO] [stdout] 8 |     pub version: u8,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Cert` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:162:21
[INFO] [stdout]     |
[INFO] [stdout] 162 |     ConsensusMethod(ConsensusMethod),
[INFO] [stdout]     |     --------------- ^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Preamble` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 162 -     ConsensusMethod(ConsensusMethod),
[INFO] [stdout] 162 +     ConsensusMethod(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:242:24
[INFO] [stdout]     |
[INFO] [stdout] 242 | struct ConsensusMethod(usize);
[INFO] [stdout]     |        --------------- ^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `ConsensusMethod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:703:13
[INFO] [stdout]     |
[INFO] [stdout] 703 |     Address(RouterAddress),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 703 -     Address(RouterAddress),
[INFO] [stdout] 703 +     Address(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:705:11
[INFO] [stdout]     |
[INFO] [stdout] 705 |     Flags(Flags),
[INFO] [stdout]     |     ----- ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 705 -     Flags(Flags),
[INFO] [stdout] 705 +     Flags(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:742:22
[INFO] [stdout]     |
[INFO] [stdout] 742 | struct RouterAddress(std::net::SocketAddr);
[INFO] [stdout]     |        ------------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `RouterAddress` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:772:9
[INFO] [stdout]     |
[INFO] [stdout] 772 |     Tor(String),
[INFO] [stdout]     |     --- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterVersion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 772 -     Tor(String),
[INFO] [stdout] 772 +     Tor(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:773:11
[INFO] [stdout]     |
[INFO] [stdout] 773 |     Other(String),
[INFO] [stdout]     |     ----- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterVersion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 773 -     Other(String),
[INFO] [stdout] 773 +     Other(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `directory_address` is never read
[INFO] [stdout]  --> src/net_status/dir_key_certificate.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct DirectoryKeyCertificate {
[INFO] [stdout]   |            ----------------------- field in this struct
[INFO] [stdout] 5 |     pub directory_address: Option<std::net::SocketAddr>,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `DirectoryKeyCertificate` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/descriptor.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 125 |     Accept(ExitPattern),
[INFO] [stdout]     |     ------ ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExitPolicy` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 125 -     Accept(ExitPattern),
[INFO] [stdout] 125 +     Accept(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/descriptor.rs:126:12
[INFO] [stdout]     |
[INFO] [stdout] 126 |     Reject(ExitPattern),
[INFO] [stdout]     |     ------ ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExitPolicy` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 126 -     Reject(ExitPattern),
[INFO] [stdout] 126 +     Reject(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 36s
[INFO] running `Command { std: "docker" "inspect" "3a25b82781b1567810b42513e1f0fbdbfdbddc083ad4c0972a7188258847e36f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a25b82781b1567810b42513e1f0fbdbfdbddc083ad4c0972a7188258847e36f", kill_on_drop: false }`
[INFO] [stdout] 3a25b82781b1567810b42513e1f0fbdbfdbddc083ad4c0972a7188258847e36f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Copt-level=3" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ef937089c622ad023581bb136d356b1f11ceae6ea6e35786fc1c67bc076ba1a
[INFO] running `Command { std: "docker" "start" "-a" "2ef937089c622ad023581bb136d356b1f11ceae6ea6e35786fc1c67bc076ba1a", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `chrono::TimeZone`
[INFO] [stdout]    --> src/hs/mod.rs:577:9
[INFO] [stdout]     |
[INFO] [stdout] 577 |     use chrono::TimeZone;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/cert.rs:140:45
[INFO] [stdout]     |
[INFO] [stdout] 140 |                     if ring::constant_time::verify_slices_are_equal(signed_with_key, pkey).is_err() {
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/connection.rs:298:49
[INFO] [stdout]     |
[INFO] [stdout] 298 |                         if ring::constant_time::verify_slices_are_equal(conn_cert_digest.as_ref(), key_digest).is_err() {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/connection.rs:727:33
[INFO] [stdout]     |
[INFO] [stdout] 727 |         if ring::constant_time::verify_slices_are_equal(auth.as_ref(), &auth_s).is_err() {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/hs/mod.rs:366:33
[INFO] [stdout]     |
[INFO] [stdout] 366 |         if ring::constant_time::verify_slices_are_equal(&d_mac, mac).is_err() {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/hs/con.rs:358:29
[INFO] [stdout]     |
[INFO] [stdout] 358 |     if ring::constant_time::verify_slices_are_equal(&auth_input_mac, &rend2.auth).is_err() {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `challenge` and `methods` are never read
[INFO] [stdout]    --> src/cell.rs:606:9
[INFO] [stdout]     |
[INFO] [stdout] 605 | pub struct AuthChallenge {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] 606 |     pub challenge: [u8; 32],
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 607 |     pub methods: Vec<AuthMethod>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuthChallenge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ServerHandshake` is never used
[INFO] [stdout]    --> src/cell.rs:672:10
[INFO] [stdout]     |
[INFO] [stdout] 672 | pub enum ServerHandshake {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `server_id`, `key_id`, and `client_kp` are never read
[INFO] [stdout]    --> src/cell.rs:677:9
[INFO] [stdout]     |
[INFO] [stdout] 676 | pub struct TapClientHandshake {
[INFO] [stdout]     |            ------------------ fields in this struct
[INFO] [stdout] 677 |     pub server_id: crate::RsaIdentity,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 678 |     pub key_id: Vec<u8>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 679 |     pub client_kp: Vec<u8>
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TapClientHandshake` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `server_id`, `key_id`, and `client_kp` are never read
[INFO] [stdout]    --> src/cell.rs:684:9
[INFO] [stdout]     |
[INFO] [stdout] 683 | pub struct NtorClientHandshake {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout] 684 |     pub server_id: crate::RsaIdentity,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 685 |     pub key_id: Vec<u8>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 686 |     pub client_kp: Vec<u8>
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `NtorClientHandshake` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `address` and `ttl` are never read
[INFO] [stdout]    --> src/cell.rs:926:9
[INFO] [stdout]     |
[INFO] [stdout] 925 | pub struct RelayConnected {
[INFO] [stdout]     |            -------------- fields in this struct
[INFO] [stdout] 926 |     pub address: Option<std::net::IpAddr>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 927 |     pub ttl: u32,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RelayConnected` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `addr` and `ttl` are never read
[INFO] [stdout]    --> src/cell.rs:976:9
[INFO] [stdout]     |
[INFO] [stdout] 974 | pub struct RelayEnd {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] 975 |     pub reason: EndReason,
[INFO] [stdout] 976 |     pub addr: Option<std::net::IpAddr>,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 977 |     pub ttl: Option<u32>,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RelayEnd` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `extensions` is never read
[INFO] [stdout]     --> src/cell.rs:1382:9
[INFO] [stdout]      |
[INFO] [stdout] 1380 | pub struct RelayIntroduceAck {
[INFO] [stdout]      |            ----------------- field in this struct
[INFO] [stdout] 1381 |     pub status: RelayIntroduceAckStatus,
[INFO] [stdout] 1382 |     pub extensions: Vec<RelayIntroduceAckExtension>,
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `RelayIntroduceAck` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]     --> src/cell.rs:1396:18
[INFO] [stdout]      |
[INFO] [stdout] 1396 |     Unrecognized(u8, Vec<u8>)
[INFO] [stdout]      |     ------------ ^^  ^^^^^^^
[INFO] [stdout]      |     |
[INFO] [stdout]      |     fields in this variant
[INFO] [stdout]      |
[INFO] [stdout]      = note: `RelayIntroduceAckExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]      |
[INFO] [stdout] 1396 -     Unrecognized(u8, Vec<u8>)
[INFO] [stdout] 1396 +     Unrecognized((), ())
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]  --> src/cert.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Cert {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] 7 |     signed_data: Vec<u8>,
[INFO] [stdout] 8 |     pub version: u8,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Cert` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:162:21
[INFO] [stdout]     |
[INFO] [stdout] 162 |     ConsensusMethod(ConsensusMethod),
[INFO] [stdout]     |     --------------- ^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Preamble` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 162 -     ConsensusMethod(ConsensusMethod),
[INFO] [stdout] 162 +     ConsensusMethod(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:242:24
[INFO] [stdout]     |
[INFO] [stdout] 242 | struct ConsensusMethod(usize);
[INFO] [stdout]     |        --------------- ^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `ConsensusMethod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:703:13
[INFO] [stdout]     |
[INFO] [stdout] 703 |     Address(RouterAddress),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 703 -     Address(RouterAddress),
[INFO] [stdout] 703 +     Address(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:705:11
[INFO] [stdout]     |
[INFO] [stdout] 705 |     Flags(Flags),
[INFO] [stdout]     |     ----- ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 705 -     Flags(Flags),
[INFO] [stdout] 705 +     Flags(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:742:22
[INFO] [stdout]     |
[INFO] [stdout] 742 | struct RouterAddress(std::net::SocketAddr);
[INFO] [stdout]     |        ------------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `RouterAddress` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:772:9
[INFO] [stdout]     |
[INFO] [stdout] 772 |     Tor(String),
[INFO] [stdout]     |     --- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterVersion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 772 -     Tor(String),
[INFO] [stdout] 772 +     Tor(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:773:11
[INFO] [stdout]     |
[INFO] [stdout] 773 |     Other(String),
[INFO] [stdout]     |     ----- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterVersion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 773 -     Other(String),
[INFO] [stdout] 773 +     Other(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `directory_address` is never read
[INFO] [stdout]  --> src/net_status/dir_key_certificate.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct DirectoryKeyCertificate {
[INFO] [stdout]   |            ----------------------- field in this struct
[INFO] [stdout] 5 |     pub directory_address: Option<std::net::SocketAddr>,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `DirectoryKeyCertificate` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/descriptor.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 125 |     Accept(ExitPattern),
[INFO] [stdout]     |     ------ ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExitPolicy` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 125 -     Accept(ExitPattern),
[INFO] [stdout] 125 +     Accept(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling torrosion v0.3.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/descriptor.rs:126:12
[INFO] [stdout]     |
[INFO] [stdout] 126 |     Reject(ExitPattern),
[INFO] [stdout]     |     ------ ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExitPolicy` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 126 -     Reject(ExitPattern),
[INFO] [stdout] 126 +     Reject(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/cert.rs:140:45
[INFO] [stdout]     |
[INFO] [stdout] 140 |                     if ring::constant_time::verify_slices_are_equal(signed_with_key, pkey).is_err() {
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/connection.rs:298:49
[INFO] [stdout]     |
[INFO] [stdout] 298 |                         if ring::constant_time::verify_slices_are_equal(conn_cert_digest.as_ref(), key_digest).is_err() {
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/connection.rs:727:33
[INFO] [stdout]     |
[INFO] [stdout] 727 |         if ring::constant_time::verify_slices_are_equal(auth.as_ref(), &auth_s).is_err() {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/hs/mod.rs:366:33
[INFO] [stdout]     |
[INFO] [stdout] 366 |         if ring::constant_time::verify_slices_are_equal(&d_mac, mac).is_err() {
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stdout]    --> src/hs/con.rs:358:29
[INFO] [stdout]     |
[INFO] [stdout] 358 |     if ring::constant_time::verify_slices_are_equal(&auth_input_mac, &rend2.auth).is_err() {
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `challenge` and `methods` are never read
[INFO] [stdout]    --> src/cell.rs:606:9
[INFO] [stdout]     |
[INFO] [stdout] 605 | pub struct AuthChallenge {
[INFO] [stdout]     |            ------------- fields in this struct
[INFO] [stdout] 606 |     pub challenge: [u8; 32],
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 607 |     pub methods: Vec<AuthMethod>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AuthChallenge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ServerHandshake` is never used
[INFO] [stdout]    --> src/cell.rs:672:10
[INFO] [stdout]     |
[INFO] [stdout] 672 | pub enum ServerHandshake {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `server_id`, `key_id`, and `client_kp` are never read
[INFO] [stdout]    --> src/cell.rs:677:9
[INFO] [stdout]     |
[INFO] [stdout] 676 | pub struct TapClientHandshake {
[INFO] [stdout]     |            ------------------ fields in this struct
[INFO] [stdout] 677 |     pub server_id: crate::RsaIdentity,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 678 |     pub key_id: Vec<u8>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 679 |     pub client_kp: Vec<u8>
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `TapClientHandshake` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `server_id`, `key_id`, and `client_kp` are never read
[INFO] [stdout]    --> src/cell.rs:684:9
[INFO] [stdout]     |
[INFO] [stdout] 683 | pub struct NtorClientHandshake {
[INFO] [stdout]     |            ------------------- fields in this struct
[INFO] [stdout] 684 |     pub server_id: crate::RsaIdentity,
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout] 685 |     pub key_id: Vec<u8>,
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 686 |     pub client_kp: Vec<u8>
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `NtorClientHandshake` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `address` and `ttl` are never read
[INFO] [stdout]    --> src/cell.rs:926:9
[INFO] [stdout]     |
[INFO] [stdout] 925 | pub struct RelayConnected {
[INFO] [stdout]     |            -------------- fields in this struct
[INFO] [stdout] 926 |     pub address: Option<std::net::IpAddr>,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 927 |     pub ttl: u32,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RelayConnected` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `addr` and `ttl` are never read
[INFO] [stdout]    --> src/cell.rs:976:9
[INFO] [stdout]     |
[INFO] [stdout] 974 | pub struct RelayEnd {
[INFO] [stdout]     |            -------- fields in this struct
[INFO] [stdout] 975 |     pub reason: EndReason,
[INFO] [stdout] 976 |     pub addr: Option<std::net::IpAddr>,
[INFO] [stdout]     |         ^^^^
[INFO] [stdout] 977 |     pub ttl: Option<u32>,
[INFO] [stdout]     |         ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RelayEnd` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `extensions` is never read
[INFO] [stdout]     --> src/cell.rs:1382:9
[INFO] [stdout]      |
[INFO] [stdout] 1380 | pub struct RelayIntroduceAck {
[INFO] [stdout]      |            ----------------- field in this struct
[INFO] [stdout] 1381 |     pub status: RelayIntroduceAckStatus,
[INFO] [stdout] 1382 |     pub extensions: Vec<RelayIntroduceAckExtension>,
[INFO] [stdout]      |         ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `RelayIntroduceAck` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0` and `1` are never read
[INFO] [stdout]     --> src/cell.rs:1396:18
[INFO] [stdout]      |
[INFO] [stdout] 1396 |     Unrecognized(u8, Vec<u8>)
[INFO] [stdout]      |     ------------ ^^  ^^^^^^^
[INFO] [stdout]      |     |
[INFO] [stdout]      |     fields in this variant
[INFO] [stdout]      |
[INFO] [stdout]      = note: `RelayIntroduceAckExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stdout]      |
[INFO] [stdout] 1396 -     Unrecognized(u8, Vec<u8>)
[INFO] [stdout] 1396 +     Unrecognized((), ())
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `version` is never read
[INFO] [stdout]  --> src/cert.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Cert {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] 7 |     signed_data: Vec<u8>,
[INFO] [stdout] 8 |     pub version: u8,
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Cert` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:162:21
[INFO] [stdout]     |
[INFO] [stdout] 162 |     ConsensusMethod(ConsensusMethod),
[INFO] [stdout]     |     --------------- ^^^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Preamble` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 162 -     ConsensusMethod(ConsensusMethod),
[INFO] [stdout] 162 +     ConsensusMethod(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:242:24
[INFO] [stdout]     |
[INFO] [stdout] 242 | struct ConsensusMethod(usize);
[INFO] [stdout]     |        --------------- ^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `ConsensusMethod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:703:13
[INFO] [stdout]     |
[INFO] [stdout] 703 |     Address(RouterAddress),
[INFO] [stdout]     |     ------- ^^^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 703 -     Address(RouterAddress),
[INFO] [stdout] 703 +     Address(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:705:11
[INFO] [stdout]     |
[INFO] [stdout] 705 |     Flags(Flags),
[INFO] [stdout]     |     ----- ^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 705 -     Flags(Flags),
[INFO] [stdout] 705 +     Flags(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:742:22
[INFO] [stdout]     |
[INFO] [stdout] 742 | struct RouterAddress(std::net::SocketAddr);
[INFO] [stdout]     |        ------------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |        |
[INFO] [stdout]     |        field in this struct
[INFO] [stdout]     |
[INFO] [stdout]     = help: consider removing this field
[INFO] [stdout]     = note: `RouterAddress` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:772:9
[INFO] [stdout]     |
[INFO] [stdout] 772 |     Tor(String),
[INFO] [stdout]     |     --- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterVersion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 772 -     Tor(String),
[INFO] [stdout] 772 +     Tor(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/consensus.rs:773:11
[INFO] [stdout]     |
[INFO] [stdout] 773 |     Other(String),
[INFO] [stdout]     |     ----- ^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `RouterVersion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 773 -     Other(String),
[INFO] [stdout] 773 +     Other(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `directory_address` is never read
[INFO] [stdout]  --> src/net_status/dir_key_certificate.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub struct DirectoryKeyCertificate {
[INFO] [stdout]   |            ----------------------- field in this struct
[INFO] [stdout] 5 |     pub directory_address: Option<std::net::SocketAddr>,
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `DirectoryKeyCertificate` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/descriptor.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 125 |     Accept(ExitPattern),
[INFO] [stdout]     |     ------ ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExitPolicy` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 125 -     Accept(ExitPattern),
[INFO] [stdout] 125 +     Accept(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]    --> src/net_status/descriptor.rs:126:12
[INFO] [stdout]     |
[INFO] [stdout] 126 |     Reject(ExitPattern),
[INFO] [stdout]     |     ------ ^^^^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `ExitPolicy` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 126 -     Reject(ExitPattern),
[INFO] [stdout] 126 +     Reject(()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.82s
[INFO] running `Command { std: "docker" "inspect" "2ef937089c622ad023581bb136d356b1f11ceae6ea6e35786fc1c67bc076ba1a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ef937089c622ad023581bb136d356b1f11ceae6ea6e35786fc1c67bc076ba1a", kill_on_drop: false }`
[INFO] [stdout] 2ef937089c622ad023581bb136d356b1f11ceae6ea6e35786fc1c67bc076ba1a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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 -Copt-level=3" "-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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5a4b1facf497e25a356df44690f1a3dd9c67f56952c14e3f82b6bf9e2ea26a96
[INFO] running `Command { std: "docker" "start" "-a" "5a4b1facf497e25a356df44690f1a3dd9c67f56952c14e3f82b6bf9e2ea26a96", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `chrono::TimeZone`
[INFO] [stderr]    --> src/hs/mod.rs:577:9
[INFO] [stderr]     |
[INFO] [stderr] 577 |     use chrono::TimeZone;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stderr]    --> src/cert.rs:140:45
[INFO] [stderr]     |
[INFO] [stderr] 140 |                     if ring::constant_time::verify_slices_are_equal(signed_with_key, pkey).is_err() {
[INFO] [stderr]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stderr]    --> src/connection.rs:298:49
[INFO] [stderr]     |
[INFO] [stderr] 298 |                         if ring::constant_time::verify_slices_are_equal(conn_cert_digest.as_ref(), key_digest).is_err() {
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stderr]    --> src/connection.rs:727:33
[INFO] [stderr]     |
[INFO] [stderr] 727 |         if ring::constant_time::verify_slices_are_equal(auth.as_ref(), &auth_s).is_err() {
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stderr]    --> src/hs/mod.rs:366:33
[INFO] [stderr]     |
[INFO] [stderr] 366 |         if ring::constant_time::verify_slices_are_equal(&d_mac, mac).is_err() {
[INFO] [stderr]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated function `ring::deprecated_constant_time::verify_slices_are_equal`: To be removed. Internal function not intended for external use with no promises regarding side channels.
[INFO] [stderr]    --> src/hs/con.rs:358:29
[INFO] [stderr]     |
[INFO] [stderr] 358 |     if ring::constant_time::verify_slices_are_equal(&auth_input_mac, &rend2.auth).is_err() {
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `challenge` and `methods` are never read
[INFO] [stderr]    --> src/cell.rs:606:9
[INFO] [stderr]     |
[INFO] [stderr] 605 | pub struct AuthChallenge {
[INFO] [stderr]     |            ------------- fields in this struct
[INFO] [stderr] 606 |     pub challenge: [u8; 32],
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 607 |     pub methods: Vec<AuthMethod>,
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `AuthChallenge` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: enum `ServerHandshake` is never used
[INFO] [stderr]    --> src/cell.rs:672:10
[INFO] [stderr]     |
[INFO] [stderr] 672 | pub enum ServerHandshake {
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `server_id`, `key_id`, and `client_kp` are never read
[INFO] [stderr]    --> src/cell.rs:677:9
[INFO] [stderr]     |
[INFO] [stderr] 676 | pub struct TapClientHandshake {
[INFO] [stderr]     |            ------------------ fields in this struct
[INFO] [stderr] 677 |     pub server_id: crate::RsaIdentity,
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 678 |     pub key_id: Vec<u8>,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] 679 |     pub client_kp: Vec<u8>
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `TapClientHandshake` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `server_id`, `key_id`, and `client_kp` are never read
[INFO] [stderr]    --> src/cell.rs:684:9
[INFO] [stderr]     |
[INFO] [stderr] 683 | pub struct NtorClientHandshake {
[INFO] [stderr]     |            ------------------- fields in this struct
[INFO] [stderr] 684 |     pub server_id: crate::RsaIdentity,
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 685 |     pub key_id: Vec<u8>,
[INFO] [stderr]     |         ^^^^^^
[INFO] [stderr] 686 |     pub client_kp: Vec<u8>
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `NtorClientHandshake` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `address` and `ttl` are never read
[INFO] [stderr]    --> src/cell.rs:926:9
[INFO] [stderr]     |
[INFO] [stderr] 925 | pub struct RelayConnected {
[INFO] [stderr]     |            -------------- fields in this struct
[INFO] [stderr] 926 |     pub address: Option<std::net::IpAddr>,
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr] 927 |     pub ttl: u32,
[INFO] [stderr]     |         ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `RelayConnected` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `addr` and `ttl` are never read
[INFO] [stderr]    --> src/cell.rs:976:9
[INFO] [stderr]     |
[INFO] [stderr] 974 | pub struct RelayEnd {
[INFO] [stderr]     |            -------- fields in this struct
[INFO] [stderr] 975 |     pub reason: EndReason,
[INFO] [stderr] 976 |     pub addr: Option<std::net::IpAddr>,
[INFO] [stderr]     |         ^^^^
[INFO] [stderr] 977 |     pub ttl: Option<u32>,
[INFO] [stderr]     |         ^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `RelayEnd` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `extensions` is never read
[INFO] [stderr]     --> src/cell.rs:1382:9
[INFO] [stderr]      |
[INFO] [stderr] 1380 | pub struct RelayIntroduceAck {
[INFO] [stderr]      |            ----------------- field in this struct
[INFO] [stderr] 1381 |     pub status: RelayIntroduceAckStatus,
[INFO] [stderr] 1382 |     pub extensions: Vec<RelayIntroduceAckExtension>,
[INFO] [stderr]      |         ^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `RelayIntroduceAck` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `0` and `1` are never read
[INFO] [stderr]     --> src/cell.rs:1396:18
[INFO] [stderr]      |
[INFO] [stderr] 1396 |     Unrecognized(u8, Vec<u8>)
[INFO] [stderr]      |     ------------ ^^  ^^^^^^^
[INFO] [stderr]      |     |
[INFO] [stderr]      |     fields in this variant
[INFO] [stderr]      |
[INFO] [stderr]      = note: `RelayIntroduceAckExtension` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the fields to be of unit type to suppress this warning while preserving the field numbering, or remove the fields
[INFO] [stderr]      |
[INFO] [stderr] 1396 -     Unrecognized(u8, Vec<u8>)
[INFO] [stderr] 1396 +     Unrecognized((), ())
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: field `version` is never read
[INFO] [stderr]  --> src/cert.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct Cert {
[INFO] [stderr]   |            ---- field in this struct
[INFO] [stderr] 7 |     signed_data: Vec<u8>,
[INFO] [stderr] 8 |     pub version: u8,
[INFO] [stderr]   |         ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `Cert` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/net_status/consensus.rs:162:21
[INFO] [stderr]     |
[INFO] [stderr] 162 |     ConsensusMethod(ConsensusMethod),
[INFO] [stderr]     |     --------------- ^^^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `Preamble` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 162 -     ConsensusMethod(ConsensusMethod),
[INFO] [stderr] 162 +     ConsensusMethod(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/net_status/consensus.rs:242:24
[INFO] [stderr]     |
[INFO] [stderr] 242 | struct ConsensusMethod(usize);
[INFO] [stderr]     |        --------------- ^^^^^
[INFO] [stderr]     |        |
[INFO] [stderr]     |        field in this struct
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider removing this field
[INFO] [stderr]     = note: `ConsensusMethod` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/net_status/consensus.rs:703:13
[INFO] [stderr]     |
[INFO] [stderr] 703 |     Address(RouterAddress),
[INFO] [stderr]     |     ------- ^^^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `RouterItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 703 -     Address(RouterAddress),
[INFO] [stderr] 703 +     Address(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/net_status/consensus.rs:705:11
[INFO] [stderr]     |
[INFO] [stderr] 705 |     Flags(Flags),
[INFO] [stderr]     |     ----- ^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `RouterItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 705 -     Flags(Flags),
[INFO] [stderr] 705 +     Flags(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/net_status/consensus.rs:742:22
[INFO] [stderr]     |
[INFO] [stderr] 742 | struct RouterAddress(std::net::SocketAddr);
[INFO] [stderr]     |        ------------- ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |        |
[INFO] [stderr]     |        field in this struct
[INFO] [stderr]     |
[INFO] [stderr]     = help: consider removing this field
[INFO] [stderr]     = note: `RouterAddress` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/net_status/consensus.rs:772:9
[INFO] [stderr]     |
[INFO] [stderr] 772 |     Tor(String),
[INFO] [stderr]     |     --- ^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `RouterVersion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 772 -     Tor(String),
[INFO] [stderr] 772 +     Tor(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/net_status/consensus.rs:773:11
[INFO] [stderr]     |
[INFO] [stderr] 773 |     Other(String),
[INFO] [stderr]     |     ----- ^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `RouterVersion` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 773 -     Other(String),
[INFO] [stderr] 773 +     Other(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `directory_address` is never read
[INFO] [stderr]  --> src/net_status/dir_key_certificate.rs:5:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub struct DirectoryKeyCertificate {
[INFO] [stderr]   |            ----------------------- field in this struct
[INFO] [stderr] 5 |     pub directory_address: Option<std::net::SocketAddr>,
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `DirectoryKeyCertificate` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/net_status/descriptor.rs:125:12
[INFO] [stderr]     |
[INFO] [stderr] 125 |     Accept(ExitPattern),
[INFO] [stderr]     |     ------ ^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ExitPolicy` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 125 -     Accept(ExitPattern),
[INFO] [stderr] 125 +     Accept(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]    --> src/net_status/descriptor.rs:126:12
[INFO] [stderr]     |
[INFO] [stderr] 126 |     Reject(ExitPattern),
[INFO] [stderr]     |     ------ ^^^^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `ExitPolicy` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 126 -     Reject(ExitPattern),
[INFO] [stderr] 126 +     Reject(()),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `torrosion` (lib) generated 25 warnings (run `cargo fix --lib -p torrosion` to apply 1 suggestion)
[INFO] [stderr] warning: `torrosion` (lib test) generated 24 warnings (24 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/torrosion-ccd1ea63cd748e6b)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test hs::test::test_tp ... ok
[INFO] [stderr]    Doc-tests torrosion
[INFO] [stdout] test hs::test::test_hs_parsing ... ok
[INFO] [stdout] test fallback::tests::test_fallback_dirs ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5a4b1facf497e25a356df44690f1a3dd9c67f56952c14e3f82b6bf9e2ea26a96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a4b1facf497e25a356df44690f1a3dd9c67f56952c14e3f82b6bf9e2ea26a96", kill_on_drop: false }`
[INFO] [stdout] 5a4b1facf497e25a356df44690f1a3dd9c67f56952c14e3f82b6bf9e2ea26a96
