[INFO] cloning repository https://github.com/abrahum/eve
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/abrahum/eve" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabrahum%2Feve", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabrahum%2Feve'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5387b63dabeaf7c12bcce1d85979cca99d82fb2b
[INFO] testing abrahum/eve against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabrahum%2Feve" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/abrahum/eve
[INFO] finished tweaking git repo https://github.com/abrahum/eve
[INFO] tweaked toml for git repo https://github.com/abrahum/eve written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/abrahum/eve on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/abrahum/eve 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 38a0dd942f699132e59da72d52b68d9188db42e48e0dc6efcca9a67ffd663160
[INFO] running `Command { std: "docker" "start" "-a" "38a0dd942f699132e59da72d52b68d9188db42e48e0dc6efcca9a67ffd663160", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "38a0dd942f699132e59da72d52b68d9188db42e48e0dc6efcca9a67ffd663160", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38a0dd942f699132e59da72d52b68d9188db42e48e0dc6efcca9a67ffd663160", kill_on_drop: false }`
[INFO] [stdout] 38a0dd942f699132e59da72d52b68d9188db42e48e0dc6efcca9a67ffd663160
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 526f411bfb5c2e869644968a52a05029d2c9a65c2dd0603d6ac35385fe18e1d5
[INFO] running `Command { std: "docker" "start" "-a" "526f411bfb5c2e869644968a52a05029d2c9a65c2dd0603d6ac35385fe18e1d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling libc v0.2.102
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.77
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling cc v1.0.70
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling pkg-config v0.3.20
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling instant v0.1.11
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling tokio v1.12.0
[INFO] [stderr]    Compiling tracing-core v0.1.20
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling openssl-sys v0.9.67
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling openssl v0.10.36
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling futures-sink v0.3.17
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling const-oid v0.6.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling der v0.4.3
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling slab v0.4.4
[INFO] [stderr]    Compiling spki v0.4.1
[INFO] [stderr]    Compiling tinyvec v1.5.0
[INFO] [stderr]    Compiling ff v0.10.1
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling zeroize v1.4.2
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling crypto-bigint v0.2.10
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling group v0.10.0
[INFO] [stderr]    Compiling pkcs8 v0.7.6
[INFO] [stderr]    Compiling crypto-mac v0.11.1
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling httpdate v1.0.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling unicode-bidi v0.3.6
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling elliptic-curve v0.10.6
[INFO] [stderr]    Compiling http-body v0.4.3
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling signature v1.3.1
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling sha2 v0.9.8
[INFO] [stderr]    Compiling ecdsa v0.12.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling ipnet v2.3.1
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling p256 v0.9.0
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.3
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling quick-protobuf v0.8.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling time v0.3.3
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling protobuf v0.1.0 (/opt/rustwide/workdir/protobuf)
[INFO] [stderr]    Compiling tracing-attributes v0.1.16
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling jcers_proc v0.1.0 (/opt/rustwide/workdir/jcers_proc)
[INFO] [stderr]    Compiling async-recursion v0.3.2
[INFO] [stderr]    Compiling jcers v0.1.0 (/opt/rustwide/workdir/jcers)
[INFO] [stderr]    Compiling tracing v0.1.28
[INFO] [stderr]    Compiling tracing-subscriber v0.3.0
[INFO] [stderr]    Compiling tracing-appender v0.2.0
[INFO] [stderr]    Compiling tokio-util v0.6.8
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling h2 v0.3.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling hyper v0.14.13
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.4
[INFO] [stderr]    Compiling crypto v0.1.0 (/opt/rustwide/workdir/crypto)
[INFO] [stdout] warning: unused variable: `share`
[INFO] [stdout]   --> crypto/src/ecdh.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |         let share = key.diffie_hellman(&pub_key);
[INFO] [stdout]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_share`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling protocol v0.1.0 (/opt/rustwide/workdir/protocol)
[INFO] [stderr]    Compiling eve-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `heartbeat::*`
[INFO] [stdout]  --> src/client/handlers/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use heartbeat::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `code`
[INFO] [stdout]   --> src/client/login.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |     async fn submit_sms(code: String) {
[INFO] [stdout]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_code`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> src/client/login.rs:55:39
[INFO] [stdout]    |
[INFO] [stdout] 55 |             LoginResponse::SliderNeed(s) => {
[INFO] [stdout]    |                                       ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> src/client/login.rs:69:43
[INFO] [stdout]    |
[INFO] [stdout] 69 |             LoginResponse::SMSNeed(phone, msg) => {
[INFO] [stdout]    |                                           ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `code`
[INFO] [stdout]  --> src/client/outcome_packet/sms_code.rs:4:51
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket {
[INFO] [stdout]   |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `seq`
[INFO] [stdout]  --> src/client/outcome_packet/sms_code.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |         let seq = self.next_seq();
[INFO] [stdout]   |             ^^^ help: if this is intentional, prefix it with an underscore: `_seq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0`, `1`, and `2` are never read
[INFO] [stdout]   --> src/client/income_packet/login_resp.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |     SMSorVerify(String, String, String),
[INFO] [stdout]    |     ----------- ^^^^^^  ^^^^^^  ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LoginResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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] 17 -     SMSorVerify(String, String, String),
[INFO] [stdout] 17 +     SMSorVerify((), (), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/client/income_packet/login_resp.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |     UnsafeDevice(String),
[INFO] [stdout]    |     ------------ ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LoginResponse` 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] 22 -     UnsafeDevice(String),
[INFO] [stdout] 22 +     UnsafeDevice(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OtherLoginError` is never constructed
[INFO] [stdout]   --> src/client/income_packet/login_resp.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum LoginResponse {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 25 |     OtherLoginError(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LoginResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `submit_sms` is never used
[INFO] [stdout]   --> src/client/login.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl super::Client {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     async fn submit_sms(code: String) {
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_sms_code_pkt` is never used
[INFO] [stdout]  --> src/client/outcome_packet/sms_code.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl crate::Client {
[INFO] [stdout]   | ------------------ method in this implementation
[INFO] [stdout] 4 |     pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket {
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_change_sig_pkt` is never used
[INFO] [stdout]  --> src/client/outcome_packet/change_sig.rs:5:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl crate::Client {
[INFO] [stdout]   | ------------------ method in this implementation
[INFO] [stdout] 5 |     pub(crate) async fn build_change_sig_pkt(&self) -> super::OutComePacket {
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestDataVersion2` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct RequestDataVersion2 {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileStoragePushFSSvcList` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | JceStruct!(FileStoragePushFSSvcList {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileStorageServerInfo` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 92 | JceStruct!(FileStorageServerInfo {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BigDataChannel` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 | JceStruct!(BigDataChannel {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BigDataIp` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | JceStruct!(BigDataIp {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BigDataIpInfo` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 112 | JceStruct!(BigDataIpInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SvcReqRegister` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | JceStruct!(SvcReqRegister {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SvcRespRegister` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout] 159 | JceStruct!(SvcRespRegister {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 50s
[INFO] running `Command { std: "docker" "inspect" "526f411bfb5c2e869644968a52a05029d2c9a65c2dd0603d6ac35385fe18e1d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "526f411bfb5c2e869644968a52a05029d2c9a65c2dd0603d6ac35385fe18e1d5", kill_on_drop: false }`
[INFO] [stdout] 526f411bfb5c2e869644968a52a05029d2c9a65c2dd0603d6ac35385fe18e1d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d52f76f3d8fc06bc9642475d3c9c64fe81b85ed7e0fe86977c6c6a1456f79ec4
[INFO] running `Command { std: "docker" "start" "-a" "d52f76f3d8fc06bc9642475d3c9c64fe81b85ed7e0fe86977c6c6a1456f79ec4", kill_on_drop: false }`
[INFO] [stderr]    Compiling eve-core v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `share`
[INFO] [stdout]   --> crypto/src/ecdh.rs:64:13
[INFO] [stdout]    |
[INFO] [stdout] 64 |         let share = key.diffie_hellman(&pub_key);
[INFO] [stdout]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_share`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `heartbeat::*`
[INFO] [stdout]  --> src/client/handlers/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use heartbeat::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `code`
[INFO] [stdout]   --> src/client/login.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |     async fn submit_sms(code: String) {
[INFO] [stdout]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_code`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> src/client/login.rs:55:39
[INFO] [stdout]    |
[INFO] [stdout] 55 |             LoginResponse::SliderNeed(s) => {
[INFO] [stdout]    |                                       ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> src/client/login.rs:69:43
[INFO] [stdout]    |
[INFO] [stdout] 69 |             LoginResponse::SMSNeed(phone, msg) => {
[INFO] [stdout]    |                                           ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `code`
[INFO] [stdout]  --> src/client/outcome_packet/sms_code.rs:4:51
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket {
[INFO] [stdout]   |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `seq`
[INFO] [stdout]  --> src/client/outcome_packet/sms_code.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |         let seq = self.next_seq();
[INFO] [stdout]   |             ^^^ help: if this is intentional, prefix it with an underscore: `_seq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0`, `1`, and `2` are never read
[INFO] [stdout]   --> src/client/income_packet/login_resp.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |     SMSorVerify(String, String, String),
[INFO] [stdout]    |     ----------- ^^^^^^  ^^^^^^  ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LoginResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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] 17 -     SMSorVerify(String, String, String),
[INFO] [stdout] 17 +     SMSorVerify((), (), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/client/income_packet/login_resp.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |     UnsafeDevice(String),
[INFO] [stdout]    |     ------------ ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LoginResponse` 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] 22 -     UnsafeDevice(String),
[INFO] [stdout] 22 +     UnsafeDevice(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OtherLoginError` is never constructed
[INFO] [stdout]   --> src/client/income_packet/login_resp.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum LoginResponse {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 25 |     OtherLoginError(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LoginResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `submit_sms` is never used
[INFO] [stdout]   --> src/client/login.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl super::Client {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     async fn submit_sms(code: String) {
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_sms_code_pkt` is never used
[INFO] [stdout]  --> src/client/outcome_packet/sms_code.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl crate::Client {
[INFO] [stdout]   | ------------------ method in this implementation
[INFO] [stdout] 4 |     pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket {
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_change_sig_pkt` is never used
[INFO] [stdout]  --> src/client/outcome_packet/change_sig.rs:5:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl crate::Client {
[INFO] [stdout]   | ------------------ method in this implementation
[INFO] [stdout] 5 |     pub(crate) async fn build_change_sig_pkt(&self) -> super::OutComePacket {
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestDataVersion2` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct RequestDataVersion2 {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileStoragePushFSSvcList` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | JceStruct!(FileStoragePushFSSvcList {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileStorageServerInfo` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 92 | JceStruct!(FileStorageServerInfo {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BigDataChannel` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 | JceStruct!(BigDataChannel {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BigDataIp` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | JceStruct!(BigDataIp {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BigDataIpInfo` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 112 | JceStruct!(BigDataIpInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SvcReqRegister` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | JceStruct!(SvcReqRegister {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SvcRespRegister` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout] 159 | JceStruct!(SvcRespRegister {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `heartbeat::*`
[INFO] [stdout]  --> src/client/handlers/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub use heartbeat::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `code`
[INFO] [stdout]   --> src/client/login.rs:48:25
[INFO] [stdout]    |
[INFO] [stdout] 48 |     async fn submit_sms(code: String) {
[INFO] [stdout]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_code`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `s`
[INFO] [stdout]   --> src/client/login.rs:55:39
[INFO] [stdout]    |
[INFO] [stdout] 55 |             LoginResponse::SliderNeed(s) => {
[INFO] [stdout]    |                                       ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `msg`
[INFO] [stdout]   --> src/client/login.rs:69:43
[INFO] [stdout]    |
[INFO] [stdout] 69 |             LoginResponse::SMSNeed(phone, msg) => {
[INFO] [stdout]    |                                           ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `code`
[INFO] [stdout]  --> src/client/outcome_packet/sms_code.rs:4:51
[INFO] [stdout]   |
[INFO] [stdout] 4 |     pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket {
[INFO] [stdout]   |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_code`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `seq`
[INFO] [stdout]  --> src/client/outcome_packet/sms_code.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 |         let seq = self.next_seq();
[INFO] [stdout]   |             ^^^ help: if this is intentional, prefix it with an underscore: `_seq`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pkt`
[INFO] [stdout]    --> src/client/outcome_packet/login.rs:123:9
[INFO] [stdout]     |
[INFO] [stdout] 123 |     let pkt = cli.build_login_pkt().await;
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_pkt`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `0`, `1`, and `2` are never read
[INFO] [stdout]   --> src/client/income_packet/login_resp.rs:17:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |     SMSorVerify(String, String, String),
[INFO] [stdout]    |     ----------- ^^^^^^  ^^^^^^  ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     fields in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LoginResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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] 17 -     SMSorVerify(String, String, String),
[INFO] [stdout] 17 +     SMSorVerify((), (), ()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/client/income_packet/login_resp.rs:22:18
[INFO] [stdout]    |
[INFO] [stdout] 22 |     UnsafeDevice(String),
[INFO] [stdout]    |     ------------ ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LoginResponse` 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] 22 -     UnsafeDevice(String),
[INFO] [stdout] 22 +     UnsafeDevice(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OtherLoginError` is never constructed
[INFO] [stdout]   --> src/client/income_packet/login_resp.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub enum LoginResponse {
[INFO] [stdout]    |          ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 25 |     OtherLoginError(String),
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `LoginResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `submit_sms` is never used
[INFO] [stdout]   --> src/client/login.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl super::Client {
[INFO] [stdout]    | ------------------ associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 48 |     async fn submit_sms(code: String) {
[INFO] [stdout]    |              ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_sms_code_pkt` is never used
[INFO] [stdout]  --> src/client/outcome_packet/sms_code.rs:4:25
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl crate::Client {
[INFO] [stdout]   | ------------------ method in this implementation
[INFO] [stdout] 4 |     pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket {
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `build_change_sig_pkt` is never used
[INFO] [stdout]  --> src/client/outcome_packet/change_sig.rs:5:25
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl crate::Client {
[INFO] [stdout]   | ------------------ method in this implementation
[INFO] [stdout] 5 |     pub(crate) async fn build_change_sig_pkt(&self) -> super::OutComePacket {
[INFO] [stdout]   |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `RequestDataVersion2` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:38:19
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub(crate) struct RequestDataVersion2 {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileStoragePushFSSvcList` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:78:12
[INFO] [stdout]    |
[INFO] [stdout] 78 | JceStruct!(FileStoragePushFSSvcList {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileStorageServerInfo` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 92 | JceStruct!(FileStorageServerInfo {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BigDataChannel` is never constructed
[INFO] [stdout]   --> src/jce/mod.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 | JceStruct!(BigDataChannel {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BigDataIp` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:106:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | JceStruct!(BigDataIp {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `BigDataIpInfo` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 112 | JceStruct!(BigDataIpInfo {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SvcReqRegister` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:118:12
[INFO] [stdout]     |
[INFO] [stdout] 118 | JceStruct!(SvcReqRegister {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SvcRespRegister` is never constructed
[INFO] [stdout]    --> src/jce/mod.rs:159:12
[INFO] [stdout]     |
[INFO] [stdout] 159 | JceStruct!(SvcRespRegister {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3.73s
[INFO] running `Command { std: "docker" "inspect" "d52f76f3d8fc06bc9642475d3c9c64fe81b85ed7e0fe86977c6c6a1456f79ec4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d52f76f3d8fc06bc9642475d3c9c64fe81b85ed7e0fe86977c6c6a1456f79ec4", kill_on_drop: false }`
[INFO] [stdout] d52f76f3d8fc06bc9642475d3c9c64fe81b85ed7e0fe86977c6c6a1456f79ec4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] dd5636c1f0eab66d289eaa4f526ab1e08754a35b748fedfd27a221231d5897b9
[INFO] running `Command { std: "docker" "start" "-a" "dd5636c1f0eab66d289eaa4f526ab1e08754a35b748fedfd27a221231d5897b9", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `share`
[INFO] [stderr]   --> crypto/src/ecdh.rs:64:13
[INFO] [stderr]    |
[INFO] [stderr] 64 |         let share = key.diffie_hellman(&pub_key);
[INFO] [stderr]    |             ^^^^^ help: if this is intentional, prefix it with an underscore: `_share`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `crypto` (lib) generated 1 warning
[INFO] [stderr] warning: unused import: `heartbeat::*`
[INFO] [stderr]  --> src/client/handlers/mod.rs:4:9
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub use heartbeat::*;
[INFO] [stderr]   |         ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `code`
[INFO] [stderr]   --> src/client/login.rs:48:25
[INFO] [stderr]    |
[INFO] [stderr] 48 |     async fn submit_sms(code: String) {
[INFO] [stderr]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_code`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `s`
[INFO] [stderr]   --> src/client/login.rs:55:39
[INFO] [stderr]    |
[INFO] [stderr] 55 |             LoginResponse::SliderNeed(s) => {
[INFO] [stderr]    |                                       ^ help: if this is intentional, prefix it with an underscore: `_s`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `msg`
[INFO] [stderr]   --> src/client/login.rs:69:43
[INFO] [stderr]    |
[INFO] [stderr] 69 |             LoginResponse::SMSNeed(phone, msg) => {
[INFO] [stderr]    |                                           ^^^ help: if this is intentional, prefix it with an underscore: `_msg`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `code`
[INFO] [stderr]  --> src/client/outcome_packet/sms_code.rs:4:51
[INFO] [stderr]   |
[INFO] [stderr] 4 |     pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket {
[INFO] [stderr]   |                                                   ^^^^ help: if this is intentional, prefix it with an underscore: `_code`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `seq`
[INFO] [stderr]  --> src/client/outcome_packet/sms_code.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 |         let seq = self.next_seq();
[INFO] [stderr]   |             ^^^ help: if this is intentional, prefix it with an underscore: `_seq`
[INFO] [stderr] 
[INFO] [stderr] warning: fields `0`, `1`, and `2` are never read
[INFO] [stderr]   --> src/client/income_packet/login_resp.rs:17:17
[INFO] [stderr]    |
[INFO] [stderr] 17 |     SMSorVerify(String, String, String),
[INFO] [stderr]    |     ----------- ^^^^^^  ^^^^^^  ^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     fields in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `LoginResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[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] 17 -     SMSorVerify(String, String, String),
[INFO] [stderr] 17 +     SMSorVerify((), (), ()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/client/income_packet/login_resp.rs:22:18
[INFO] [stderr]    |
[INFO] [stderr] 22 |     UnsafeDevice(String),
[INFO] [stderr]    |     ------------ ^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr]    = note: `LoginResponse` 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] 22 -     UnsafeDevice(String),
[INFO] [stderr] 22 +     UnsafeDevice(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: variant `OtherLoginError` is never constructed
[INFO] [stderr]   --> src/client/income_packet/login_resp.rs:25:5
[INFO] [stderr]    |
[INFO] [stderr]  9 | pub enum LoginResponse {
[INFO] [stderr]    |          ------------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 25 |     OtherLoginError(String),
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `LoginResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `submit_sms` is never used
[INFO] [stderr]   --> src/client/login.rs:48:14
[INFO] [stderr]    |
[INFO] [stderr]  7 | impl super::Client {
[INFO] [stderr]    | ------------------ associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 48 |     async fn submit_sms(code: String) {
[INFO] [stderr]    |              ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `build_sms_code_pkt` is never used
[INFO] [stderr]  --> src/client/outcome_packet/sms_code.rs:4:25
[INFO] [stderr]   |
[INFO] [stderr] 3 | impl crate::Client {
[INFO] [stderr]   | ------------------ method in this implementation
[INFO] [stderr] 4 |     pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket {
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `build_change_sig_pkt` is never used
[INFO] [stderr]  --> src/client/outcome_packet/change_sig.rs:5:25
[INFO] [stderr]   |
[INFO] [stderr] 4 | impl crate::Client {
[INFO] [stderr]   | ------------------ method in this implementation
[INFO] [stderr] 5 |     pub(crate) async fn build_change_sig_pkt(&self) -> super::OutComePacket {
[INFO] [stderr]   |                         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `RequestDataVersion2` is never constructed
[INFO] [stderr]   --> src/jce/mod.rs:38:19
[INFO] [stderr]    |
[INFO] [stderr] 38 | pub(crate) struct RequestDataVersion2 {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FileStoragePushFSSvcList` is never constructed
[INFO] [stderr]   --> src/jce/mod.rs:78:12
[INFO] [stderr]    |
[INFO] [stderr] 78 | JceStruct!(FileStoragePushFSSvcList {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FileStorageServerInfo` is never constructed
[INFO] [stderr]   --> src/jce/mod.rs:92:12
[INFO] [stderr]    |
[INFO] [stderr] 92 | JceStruct!(FileStorageServerInfo {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `BigDataChannel` is never constructed
[INFO] [stderr]   --> src/jce/mod.rs:97:12
[INFO] [stderr]    |
[INFO] [stderr] 97 | JceStruct!(BigDataChannel {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `BigDataIp` is never constructed
[INFO] [stderr]    --> src/jce/mod.rs:106:12
[INFO] [stderr]     |
[INFO] [stderr] 106 | JceStruct!(BigDataIp {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `BigDataIpInfo` is never constructed
[INFO] [stderr]    --> src/jce/mod.rs:112:12
[INFO] [stderr]     |
[INFO] [stderr] 112 | JceStruct!(BigDataIpInfo {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SvcReqRegister` is never constructed
[INFO] [stderr]    --> src/jce/mod.rs:118:12
[INFO] [stderr]     |
[INFO] [stderr] 118 | JceStruct!(SvcReqRegister {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SvcRespRegister` is never constructed
[INFO] [stderr]    --> src/jce/mod.rs:159:12
[INFO] [stderr]     |
[INFO] [stderr] 159 | JceStruct!(SvcRespRegister {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in the macro `JceStruct` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `pkt`
[INFO] [stderr]    --> src/client/outcome_packet/login.rs:123:9
[INFO] [stderr]     |
[INFO] [stderr] 123 |     let pkt = cli.build_login_pkt().await;
[INFO] [stderr]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_pkt`
[INFO] [stderr] 
[INFO] [stderr] warning: `eve-core` (lib) generated 20 warnings (run `cargo fix --lib -p eve-core` to apply 1 suggestion)
[INFO] [stderr] warning: `eve-core` (lib test) generated 21 warnings (20 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/eve_core-b6408eaf46cfd59a)
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test client::outcome_packet::login::just_teso ... ok
[INFO] [stdout] test client::device::gen_rand_number_test ... ok
[INFO] [stdout] test jce::test::sso_address_resp_decode ... ok
[INFO] [stdout] test client::device::device_info::gen_uuid_test ... ok
[INFO] [stdout] test client::device::gen_rand_string_test ... ok
[INFO] [stdout] test client::outcome_packet::login::test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- client::outcome_packet::login::test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'client::outcome_packet::login::test' (21) panicked at src/config/mod.rs:39:43:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c8590bf11b2 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c8590bf11b2 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c8590bf11b2 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5c8590bf11b2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5c8590c028cf - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5c8590c028cf - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5c8590bbd001 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5c8590bbd001 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5c8590bc9bd2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5c8590bceb8f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5c8590bcea21 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5c859076704e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5c859076704e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5c8590bcf2ff - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5c8590bcf2ff - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5c8590bcf0aa - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5c8590bc9d09 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5c8590bb092d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5c8590c0c860 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5c8590c0bd36 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x5c85906f3ee3 - core::result::Result<T,E>::unwrap::hc89e59cb1f8a519c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x5c85906f3ee3 - eve_core::config::Config::load_or_new::hf5e11d1dd5b46f59
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config/mod.rs:39:43
[INFO] [stdout]   22:     0x5c85906e3b8b - eve_core::client::outcome_packet::login::test::{{closure}}::h70382a659cdafe45
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client/outcome_packet/login.rs:114:18
[INFO] [stdout]   23:     0x5c85906e96ed - <core::pin::Pin<P> as core::future::future::Future>::poll::hfa5ad96add470e11
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5c859070fafd - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::{{closure}}::hdf5999d74736e46f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:78
[INFO] [stdout]   25:     0x5c85906caf80 - tokio::coop::with_budget::{{closure}}::h76778d684acd4d0d
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:106:9
[INFO] [stdout]   26:     0x5c85906d5215 - std::thread::local::LocalKey<T>::try_with::h3fa8f1713c10487d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:315:12
[INFO] [stdout]   27:     0x5c85906d500e - std::thread::local::LocalKey<T>::with::h58d4f9d155d98e65
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/local.rs:279:20
[INFO] [stdout]   28:     0x5c859070f1fd - tokio::coop::with_budget::h88cd1d469a262b3f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:99:13
[INFO] [stdout]   29:     0x5c859070f1fd - tokio::coop::budget::h43674f31f41fe6f8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/coop.rs:76:5
[INFO] [stdout]   30:     0x5c859070f1fd - tokio::runtime::basic_scheduler::Inner<P>::block_on::{{closure}}::h012c3e5f7b520efa
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39
[INFO] [stdout]   31:     0x5c859071050a - tokio::runtime::basic_scheduler::enter::{{closure}}::habd6d7896ddde737
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29
[INFO] [stdout]   32:     0x5c85906f9bb5 - tokio::macros::scoped_tls::ScopedKey<T>::set::h1cb112391ea5d112
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/macros/scoped_tls.rs:61:9
[INFO] [stdout]   33:     0x5c85907104a6 - tokio::runtime::basic_scheduler::enter::h438d91aeec84d5f8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:13
[INFO] [stdout]   34:     0x5c859070eef3 - tokio::runtime::basic_scheduler::Inner<P>::block_on::ha9e10a28279f6340
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9
[INFO] [stdout]   35:     0x5c859070fbb3 - tokio::runtime::basic_scheduler::InnerGuard<P>::block_on::h441be1a1d98a2e16
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:38
[INFO] [stdout]   36:     0x5c859070feb5 - tokio::runtime::basic_scheduler::BasicScheduler<P>::block_on::hf36616a6b0cbd8ca
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:30
[INFO] [stdout]   37:     0x5c859071066f - tokio::runtime::Runtime::block_on::h4aaca74f569fe6b0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.12.0/src/runtime/mod.rs:461:51
[INFO] [stdout]   38:     0x5c85906e3a7c - eve_core::client::outcome_packet::login::test::h210d70d9f2b45c25
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client/outcome_packet/login.rs:123:42
[INFO] [stdout]   39:     0x5c85906e4097 - eve_core::client::outcome_packet::login::test::{{closure}}::h755f05e6626b5f06
[INFO] [stdout]                                at /opt/rustwide/workdir/src/client/outcome_packet/login.rs:112:16
[INFO] [stdout]   40:     0x5c85906c0246 - core::ops::function::FnOnce::call_once::h8d3adae37f948229
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5c8590766e0b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5c8590766e0b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   43:     0x5c859077ca75 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   44:     0x5c859077ca75 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   45:     0x5c859077ca75 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   46:     0x5c859077ca75 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   47:     0x5c859077ca75 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   48:     0x5c859077ca75 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   49:     0x5c859077ca75 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   50:     0x5c8590753264 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   51:     0x5c8590753264 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   52:     0x5c8590756b2a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   53:     0x5c8590756b2a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   54:     0x5c8590756b2a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   55:     0x5c8590756b2a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   56:     0x5c8590756b2a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   57:     0x5c8590756b2a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   58:     0x5c8590756b2a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   59:     0x5c8590bc4e6f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   60:     0x5c8590bc4e6f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   61:     0x75facd757aa4 - <unknown>
[INFO] [stdout]   62:     0x75facd7e4a34 - clone
[INFO] [stdout]   63:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     client::outcome_packet::login::test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "dd5636c1f0eab66d289eaa4f526ab1e08754a35b748fedfd27a221231d5897b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dd5636c1f0eab66d289eaa4f526ab1e08754a35b748fedfd27a221231d5897b9", kill_on_drop: false }`
[INFO] [stdout] dd5636c1f0eab66d289eaa4f526ab1e08754a35b748fedfd27a221231d5897b9
