[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-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fabrahum%2Feve" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/abrahum/eve on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-4/source/Cargo.toml [INFO] crate git repo https://github.com/abrahum/eve already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3216dba9118819877faddee9feaf19eab4d35216b0fb13ad7dcd00ef75a694da [INFO] running `Command { std: "docker" "start" "-a" "3216dba9118819877faddee9feaf19eab4d35216b0fb13ad7dcd00ef75a694da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3216dba9118819877faddee9feaf19eab4d35216b0fb13ad7dcd00ef75a694da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3216dba9118819877faddee9feaf19eab4d35216b0fb13ad7dcd00ef75a694da", kill_on_drop: false }` [INFO] [stdout] 3216dba9118819877faddee9feaf19eab4d35216b0fb13ad7dcd00ef75a694da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 20c2ca7f4c776929ff810205dfb0f3519ca29fe88248e24606e882a1b5317ae6 [INFO] running `Command { std: "docker" "start" "-a" "20c2ca7f4c776929ff810205dfb0f3519ca29fe88248e24606e882a1b5317ae6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.102 [INFO] [stderr] Compiling syn v1.0.77 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling const-oid v0.6.1 [INFO] [stderr] Compiling openssl v0.10.36 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling zeroize v1.4.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling serde_json v1.0.68 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling instant v0.1.11 [INFO] [stderr] Compiling tokio v1.12.0 [INFO] [stderr] Compiling tracing-core v0.1.20 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling time v0.3.3 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling tinyvec v1.5.0 [INFO] [stderr] Compiling der v0.4.3 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling quick-protobuf v0.8.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling tracing-log v0.1.2 [INFO] [stderr] Compiling sha2 v0.9.8 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling protobuf v0.1.0 (/opt/rustwide/workdir/protobuf) [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling spki v0.4.1 [INFO] [stderr] Compiling openssl-sys v0.9.67 [INFO] [stderr] Compiling pkcs8 v0.7.6 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling flate2 v1.0.22 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling ff v0.10.1 [INFO] [stderr] Compiling crypto-bigint v0.2.10 [INFO] [stderr] Compiling signature v1.3.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling native-tls v0.2.8 [INFO] [stderr] Compiling group v0.10.0 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling elliptic-curve v0.10.6 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling ecdsa v0.12.4 [INFO] [stderr] Compiling p256 v0.9.0 [INFO] [stderr] Compiling tracing-attributes v0.1.16 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling jcers_proc v0.1.0 (/opt/rustwide/workdir/jcers_proc) [INFO] [stderr] Compiling async-trait v0.1.51 [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 serde v1.0.130 [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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling protocol v0.1.0 (/opt/rustwide/workdir/protocol) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling eve-core v0.1.0 (/opt/rustwide/workdir) [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)]` 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: associated function is never used: `submit_sms` [INFO] [stdout] --> src/client/login.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | async fn submit_sms(code: String) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OtherLoginError` [INFO] [stdout] --> src/client/income_packet/login_resp.rs:25:5 [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] --> src/client/income_packet/login_resp.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `build_sms_code_pkt` [INFO] [stdout] --> src/client/outcome_packet/sms_code.rs:4:25 [INFO] [stdout] | [INFO] [stdout] 4 | pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `build_change_sig_pkt` [INFO] [stdout] --> src/client/outcome_packet/change_sig.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) async fn build_change_sig_pkt(&self) -> super::OutComePacket { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 21s [INFO] running `Command { std: "docker" "inspect" "20c2ca7f4c776929ff810205dfb0f3519ca29fe88248e24606e882a1b5317ae6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "20c2ca7f4c776929ff810205dfb0f3519ca29fe88248e24606e882a1b5317ae6", kill_on_drop: false }` [INFO] [stdout] 20c2ca7f4c776929ff810205dfb0f3519ca29fe88248e24606e882a1b5317ae6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 46a9ed33f4b4ea34e7d3c33c95a976883badc020f920e3bea3d0a04ce98051b6 [INFO] running `Command { std: "docker" "start" "-a" "46a9ed33f4b4ea34e7d3c33c95a976883badc020f920e3bea3d0a04ce98051b6", 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)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [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)]` 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: associated function is never used: `submit_sms` [INFO] [stdout] --> src/client/login.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | async fn submit_sms(code: String) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OtherLoginError` [INFO] [stdout] --> src/client/income_packet/login_resp.rs:25:5 [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] --> src/client/income_packet/login_resp.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `build_sms_code_pkt` [INFO] [stdout] --> src/client/outcome_packet/sms_code.rs:4:25 [INFO] [stdout] | [INFO] [stdout] 4 | pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `build_change_sig_pkt` [INFO] [stdout] --> src/client/outcome_packet/change_sig.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) async fn build_change_sig_pkt(&self) -> super::OutComePacket { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [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)]` 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: associated function is never used: `submit_sms` [INFO] [stdout] --> src/client/login.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | async fn submit_sms(code: String) { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `OtherLoginError` [INFO] [stdout] --> src/client/income_packet/login_resp.rs:25:5 [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] --> src/client/income_packet/login_resp.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `build_sms_code_pkt` [INFO] [stdout] --> src/client/outcome_packet/sms_code.rs:4:25 [INFO] [stdout] | [INFO] [stdout] 4 | pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `build_change_sig_pkt` [INFO] [stdout] --> src/client/outcome_packet/change_sig.rs:5:25 [INFO] [stdout] | [INFO] [stdout] 5 | pub(crate) async fn build_change_sig_pkt(&self) -> super::OutComePacket { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.92s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/eve_core-af61e8a6c40f753a) [INFO] [stderr] Executable unittests src/bin/eve.rs (/opt/rustwide/target/debug/deps/eve-3e1dde19e0b4f8c7) [INFO] running `Command { std: "docker" "inspect" "46a9ed33f4b4ea34e7d3c33c95a976883badc020f920e3bea3d0a04ce98051b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46a9ed33f4b4ea34e7d3c33c95a976883badc020f920e3bea3d0a04ce98051b6", kill_on_drop: false }` [INFO] [stdout] 46a9ed33f4b4ea34e7d3c33c95a976883badc020f920e3bea3d0a04ce98051b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2188efb4be6af8a79ef95c34697abaddfaece3e3e735eeaea92230dfa2706d92 [INFO] running `Command { std: "docker" "start" "-a" "2188efb4be6af8a79ef95c34697abaddfaece3e3e735eeaea92230dfa2706d92", 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)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `crypto` (lib) generated 1 warning [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)]` 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: associated function is never used: `submit_sms` [INFO] [stderr] --> src/client/login.rs:48:14 [INFO] [stderr] | [INFO] [stderr] 48 | async fn submit_sms(code: String) { [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `OtherLoginError` [INFO] [stderr] --> src/client/income_packet/login_resp.rs:25:5 [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] --> src/client/income_packet/login_resp.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `build_sms_code_pkt` [INFO] [stderr] --> src/client/outcome_packet/sms_code.rs:4:25 [INFO] [stderr] | [INFO] [stderr] 4 | pub(crate) async fn build_sms_code_pkt(&self, code: String) -> OutComePacket { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `build_change_sig_pkt` [INFO] [stderr] --> src/client/outcome_packet/change_sig.rs:5:25 [INFO] [stderr] | [INFO] [stderr] 5 | pub(crate) async fn build_change_sig_pkt(&self) -> super::OutComePacket { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [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 9 warnings [INFO] [stderr] warning: `eve-core` (lib test) generated 10 warnings (9 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/eve_core-af61e8a6c40f753a) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test client::device::device_info::gen_uuid_test ... ok [INFO] [stdout] test client::device::gen_rand_number_test ... ok [INFO] [stdout] test client::device::gen_rand_string_test ... ok [INFO] [stdout] test jce::test::sso_address_resp_decode ... ok [INFO] [stdout] test client::outcome_packet::login::just_teso ... 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] thread 'client::outcome_packet::login::test' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', src/config/mod.rs:39:43 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x557110668d6d - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x557110668d6d - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x557110668d6d - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x557110668d6d - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x55711068cfbc - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x557110662b01 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x55711066aab5 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x55711066aab5 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x55711066aab5 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x55711066a7a4 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x55711066b002 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x55711066aee7 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x557110669224 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x55711066ac19 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x55710ffe6b13 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x55710ffe6c03 - core::result::unwrap_failed::h6bc7b183ec719494 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1785:5 [INFO] [stdout] 16: 0x5571102dfa49 - core::result::Result::unwrap::hd8123dd139072ce2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/result.rs:1078:23 [INFO] [stdout] 17: 0x557110078094 - eve_core::config::Config::load_or_new::h0e64ac7482e7f509 [INFO] [stdout] at /opt/rustwide/workdir/src/config/mod.rs:39:13 [INFO] [stdout] 18: 0x557110044a76 - eve_core::client::outcome_packet::login::test::{{closure}}::h02c3389761740ec1 [INFO] [stdout] at /opt/rustwide/workdir/src/client/outcome_packet/login.rs:114:18 [INFO] [stdout] 19: 0x55711002e34b - as core::future::future::Future>::poll::ha681234c31a674a3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/future/mod.rs:91:19 [INFO] [stdout] 20: 0x55711003fb1a - as core::future::future::Future>::poll::hb6fbbb3aba792d33 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/future/future.rs:124:9 [INFO] [stdout] 21: 0x55711002c6b0 - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::{{closure}}::h2dcea6a332ec1bb4 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:62 [INFO] [stdout] 22: 0x55711003f650 - tokio::coop::with_budget::{{closure}}::hae63fb96a4dc45a9 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/coop.rs:106:9 [INFO] [stdout] 23: 0x55710fffeed6 - std::thread::local::LocalKey::try_with::h9d89a9f3bbe9f421 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/local.rs:442:16 [INFO] [stdout] 24: 0x55710fffea6d - std::thread::local::LocalKey::with::hb5306e1268b50af4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/local.rs:418:9 [INFO] [stdout] 25: 0x55711002be3b - tokio::coop::with_budget::h86b437cb4a79a743 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/coop.rs:99:5 [INFO] [stdout] 26: 0x55711002be3b - tokio::coop::budget::h4b9617b5345c5694 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/coop.rs:76:5 [INFO] [stdout] 27: 0x55711002be3b - tokio::runtime::basic_scheduler::Inner

::block_on::{{closure}}::he3db101a82b67369 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/runtime/basic_scheduler.rs:230:39 [INFO] [stdout] 28: 0x55711002d281 - tokio::runtime::basic_scheduler::enter::{{closure}}::h107b9e09197beaaf [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:29 [INFO] [stdout] 29: 0x557110026ec7 - tokio::macros::scoped_tls::ScopedKey::set::h9167125b92845235 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/macros/scoped_tls.rs:61:9 [INFO] [stdout] 30: 0x55711002d1fd - tokio::runtime::basic_scheduler::enter::h8e50c33f0e195246 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/runtime/basic_scheduler.rs:339:5 [INFO] [stdout] 31: 0x55711002baab - tokio::runtime::basic_scheduler::Inner

::block_on::ha2657b7caa0c3c9d [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/runtime/basic_scheduler.rs:218:9 [INFO] [stdout] 32: 0x55711002c82e - tokio::runtime::basic_scheduler::InnerGuard

::block_on::h7ff0f507ba2abd12 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/runtime/basic_scheduler.rs:489:9 [INFO] [stdout] 33: 0x55711002cb4e - tokio::runtime::basic_scheduler::BasicScheduler

::block_on::hecfcbc23dce7d32f [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/runtime/basic_scheduler.rs:178:24 [INFO] [stdout] 34: 0x557110027176 - tokio::runtime::Runtime::block_on::hf07a947c902c9a63 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.12.0/src/runtime/mod.rs:461:46 [INFO] [stdout] 35: 0x5571100449bd - eve_core::client::outcome_packet::login::test::h39d17c76f7e100e0 [INFO] [stdout] at /opt/rustwide/workdir/src/client/outcome_packet/login.rs:123:5 [INFO] [stdout] 36: 0x5571100448aa - eve_core::client::outcome_packet::login::test::{{closure}}::h896d82566fa56200 [INFO] [stdout] at /opt/rustwide/workdir/src/client/outcome_packet/login.rs:112:7 [INFO] [stdout] 37: 0x55711007ea1e - core::ops::function::FnOnce::call_once::h6a09224b677ba639 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x557110106263 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x557110106263 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 40: 0x557110105019 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x557110105019 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 42: 0x557110105019 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 43: 0x557110105019 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 44: 0x557110105019 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 45: 0x557110105019 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 46: 0x557110105019 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 47: 0x5571100d11ce - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 48: 0x5571100d11ce - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 49: 0x5571100d6738 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 50: 0x5571100d6738 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 51: 0x5571100d6738 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 52: 0x5571100d6738 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 53: 0x5571100d6738 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 54: 0x5571100d6738 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 55: 0x5571100d6738 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 56: 0x55711066f983 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 57: 0x55711066f983 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 58: 0x55711066f983 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 59: 0x7f2756e48609 - start_thread [INFO] [stdout] 60: 0x7f2756c16163 - clone [INFO] [stdout] 61: 0x0 - [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" "2188efb4be6af8a79ef95c34697abaddfaece3e3e735eeaea92230dfa2706d92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2188efb4be6af8a79ef95c34697abaddfaece3e3e735eeaea92230dfa2706d92", kill_on_drop: false }` [INFO] [stdout] 2188efb4be6af8a79ef95c34697abaddfaece3e3e735eeaea92230dfa2706d92