[INFO] updating cached repository https://github.com/diodelass/Teamech-Desktop [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3dc2cd6ed216aedbde45622412411f5b9fe662f2 [INFO] testing diodelass/Teamech-Desktop against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiodelass%2FTeamech-Desktop" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/diodelass/Teamech-Desktop on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/diodelass/Teamech-Desktop [INFO] finished tweaking git repo https://github.com/diodelass/Teamech-Desktop [INFO] tweaked toml for git repo https://github.com/diodelass/Teamech-Desktop written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/diodelass/Teamech-Desktop already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stdout] a9dbb27d10dedbfc4e9f586ac7316f88c95c60c4d1ead19bf666aeace9bad0f4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a9dbb27d10dedbfc4e9f586ac7316f88c95c60c4d1ead19bf666aeace9bad0f4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling crunchy v0.1.6 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling ncurses v5.94.0 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling dirs v1.0.3 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling tiny-keccak v1.4.2 [INFO] [stderr] Compiling pancurses v0.16.0 [INFO] [stderr] Compiling teamech-console v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:92:79 [INFO] [stderr] | [INFO] [stderr] 92 | println!("FATAL: Could not convert integer to little-endian bytes: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:104:79 [INFO] [stderr] | [INFO] [stderr] 104 | println!("FATAL: Could not convert integer to little-endian bytes: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:115:79 [INFO] [stderr] | [INFO] [stderr] 115 | println!("FATAL: Could not convert little-endian bytes to integer: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:125:79 [INFO] [stderr] | [INFO] [stderr] 125 | println!("FATAL: Could not convert little-endian bytes to integer: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:301:114 [INFO] [stderr] | [INFO] [stderr] 301 | windowprint(history,&window,&format!("ERROR: Failed to write to log file at {}: {}",logfilename.display(),why.description()),&PROMPT); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:533:51 [INFO] [stderr] | [INFO] [stderr] 533 | ... logfile.display(),why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:542:76 [INFO] [stderr] | [INFO] [stderr] 542 | println!("Could not open pad file at {} - {}.",&padpath.display(),&why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:548:91 [INFO] [stderr] | [INFO] [stderr] 548 | println!("Could not load key data from pad file at {} - {}.",&padpath.display(),&why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:565:57 [INFO] [stderr] | [INFO] [stderr] 565 | println!("Could not bind to local address: {}.",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:577:66 [INFO] [stderr] | [INFO] [stderr] 577 | println!("Could not set socket to nonblocking mode: {}.",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:594:115 [INFO] [stderr] | [INFO] [stderr] 594 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Could not send authentication payload - {}.",why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:606:121 [INFO] [stderr] | [INFO] [stderr] 606 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Could not receive authentication response - {}.",why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:660:13 [INFO] [stderr] | [INFO] [stderr] 660 | why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:851:103 [INFO] [stderr] | [INFO] [stderr] 851 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Sending message failed - {}",why.description()),&PROMPT); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:874:103 [INFO] [stderr] | [INFO] [stderr] 874 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Sending message failed - {}",why.description()),&PROMPT); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:692:12 [INFO] [stderr] | [INFO] [stderr] 692 | let mut messagetext:String = String::from_utf8_lossy(&messagebytes).to_string(); [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.96s [INFO] running `"docker" "inspect" "a9dbb27d10dedbfc4e9f586ac7316f88c95c60c4d1ead19bf666aeace9bad0f4"` [INFO] running `"docker" "rm" "-f" "a9dbb27d10dedbfc4e9f586ac7316f88c95c60c4d1ead19bf666aeace9bad0f4"` [INFO] [stdout] a9dbb27d10dedbfc4e9f586ac7316f88c95c60c4d1ead19bf666aeace9bad0f4 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] acb4dd5861064cde69d7f40cca9e96c5a24a44f59db405465fa4ac3406f7885f [INFO] running `"docker" "start" "-a" "acb4dd5861064cde69d7f40cca9e96c5a24a44f59db405465fa4ac3406f7885f"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling teamech-console v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:92:79 [INFO] [stderr] | [INFO] [stderr] 92 | println!("FATAL: Could not convert integer to little-endian bytes: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:104:79 [INFO] [stderr] | [INFO] [stderr] 104 | println!("FATAL: Could not convert integer to little-endian bytes: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:115:79 [INFO] [stderr] | [INFO] [stderr] 115 | println!("FATAL: Could not convert little-endian bytes to integer: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:125:79 [INFO] [stderr] | [INFO] [stderr] 125 | println!("FATAL: Could not convert little-endian bytes to integer: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:301:114 [INFO] [stderr] | [INFO] [stderr] 301 | windowprint(history,&window,&format!("ERROR: Failed to write to log file at {}: {}",logfilename.display(),why.description()),&PROMPT); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:533:51 [INFO] [stderr] | [INFO] [stderr] 533 | ... logfile.display(),why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:542:76 [INFO] [stderr] | [INFO] [stderr] 542 | println!("Could not open pad file at {} - {}.",&padpath.display(),&why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:548:91 [INFO] [stderr] | [INFO] [stderr] 548 | println!("Could not load key data from pad file at {} - {}.",&padpath.display(),&why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:565:57 [INFO] [stderr] | [INFO] [stderr] 565 | println!("Could not bind to local address: {}.",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:577:66 [INFO] [stderr] | [INFO] [stderr] 577 | println!("Could not set socket to nonblocking mode: {}.",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:594:115 [INFO] [stderr] | [INFO] [stderr] 594 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Could not send authentication payload - {}.",why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:606:121 [INFO] [stderr] | [INFO] [stderr] 606 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Could not receive authentication response - {}.",why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:660:13 [INFO] [stderr] | [INFO] [stderr] 660 | why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:851:103 [INFO] [stderr] | [INFO] [stderr] 851 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Sending message failed - {}",why.description()),&PROMPT); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:874:103 [INFO] [stderr] | [INFO] [stderr] 874 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Sending message failed - {}",why.description()),&PROMPT); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:692:12 [INFO] [stderr] | [INFO] [stderr] 692 | let mut messagetext:String = String::from_utf8_lossy(&messagebytes).to_string(); [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.46s [INFO] running `"docker" "inspect" "acb4dd5861064cde69d7f40cca9e96c5a24a44f59db405465fa4ac3406f7885f"` [INFO] running `"docker" "rm" "-f" "acb4dd5861064cde69d7f40cca9e96c5a24a44f59db405465fa4ac3406f7885f"` [INFO] [stdout] acb4dd5861064cde69d7f40cca9e96c5a24a44f59db405465fa4ac3406f7885f [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cceedc1ed40ad53cc147a49c2b7e8e48e736c58b1787d9e14a84b9ace7b53bac [INFO] running `"docker" "start" "-a" "cceedc1ed40ad53cc147a49c2b7e8e48e736c58b1787d9e14a84b9ace7b53bac"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:92:79 [INFO] [stderr] | [INFO] [stderr] 92 | println!("FATAL: Could not convert integer to little-endian bytes: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:104:79 [INFO] [stderr] | [INFO] [stderr] 104 | println!("FATAL: Could not convert integer to little-endian bytes: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:115:79 [INFO] [stderr] | [INFO] [stderr] 115 | println!("FATAL: Could not convert little-endian bytes to integer: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:125:79 [INFO] [stderr] | [INFO] [stderr] 125 | println!("FATAL: Could not convert little-endian bytes to integer: {}",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:301:114 [INFO] [stderr] | [INFO] [stderr] 301 | windowprint(history,&window,&format!("ERROR: Failed to write to log file at {}: {}",logfilename.display(),why.description()),&PROMPT); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:533:51 [INFO] [stderr] | [INFO] [stderr] 533 | ... logfile.display(),why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:542:76 [INFO] [stderr] | [INFO] [stderr] 542 | println!("Could not open pad file at {} - {}.",&padpath.display(),&why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:548:91 [INFO] [stderr] | [INFO] [stderr] 548 | println!("Could not load key data from pad file at {} - {}.",&padpath.display(),&why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:565:57 [INFO] [stderr] | [INFO] [stderr] 565 | println!("Could not bind to local address: {}.",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:577:66 [INFO] [stderr] | [INFO] [stderr] 577 | println!("Could not set socket to nonblocking mode: {}.",why.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:594:115 [INFO] [stderr] | [INFO] [stderr] 594 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Could not send authentication payload - {}.",why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:606:121 [INFO] [stderr] | [INFO] [stderr] 606 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Could not receive authentication response - {}.",why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:660:13 [INFO] [stderr] | [INFO] [stderr] 660 | why.description()),""); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:851:103 [INFO] [stderr] | [INFO] [stderr] 851 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Sending message failed - {}",why.description()),&PROMPT); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:874:103 [INFO] [stderr] | [INFO] [stderr] 874 | windowlog(&mut windowhistory,&window,&logfile,&format!("-!- Sending message failed - {}",why.description()),&PROMPT); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:692:12 [INFO] [stderr] | [INFO] [stderr] 692 | let mut messagetext:String = String::from_utf8_lossy(&messagebytes).to_string(); [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 16 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/teamech_console-b47bf928e697d369 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "cceedc1ed40ad53cc147a49c2b7e8e48e736c58b1787d9e14a84b9ace7b53bac"` [INFO] running `"docker" "rm" "-f" "cceedc1ed40ad53cc147a49c2b7e8e48e736c58b1787d9e14a84b9ace7b53bac"` [INFO] [stdout] cceedc1ed40ad53cc147a49c2b7e8e48e736c58b1787d9e14a84b9ace7b53bac