[INFO] updating cached repository https://github.com/yamafaktory/yume [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] [stderr] From https://github.com/yamafaktory/yume [INFO] [stderr] 345dc25..78386d2 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 78386d24fa4e47c35141513452a48e8808927d05 [INFO] checking yamafaktory/yume against master#6250d56355d72264ece721e8d0dc95b16a6824b1 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyamafaktory%2Fyume" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yamafaktory/yume on toolchain 6250d56355d72264ece721e8d0dc95b16a6824b1 [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/yamafaktory/yume [INFO] finished tweaking git repo https://github.com/yamafaktory/yume [INFO] tweaked toml for git repo https://github.com/yamafaktory/yume written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/yamafaktory/yume already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+6250d56355d72264ece721e8d0dc95b16a6824b1" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7d8b394402abad067e31da8300838944ccee4e946142b32291f0b21221a58d48 [INFO] running `"docker" "start" "-a" "7d8b394402abad067e31da8300838944ccee4e946142b32291f0b21221a58d48"` [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking subtle v2.2.2 [INFO] [stderr] Checking parking_lot_core v0.7.0 [INFO] [stderr] Checking aead v0.2.0 [INFO] [stderr] Checking crossbeam-epoch v0.8.0 [INFO] [stderr] Checking chacha20 v0.3.3 [INFO] [stderr] Checking signal-hook v0.1.12 [INFO] [stderr] Checking universal-hash v0.3.0 [INFO] [stderr] Checking poly1305 v0.5.2 [INFO] [stderr] Checking parking_lot v0.10.0 [INFO] [stderr] Checking crossbeam-deque v0.7.2 [INFO] [stderr] Checking chacha20poly1305 v0.3.1 [INFO] [stderr] Checking crossterm v0.14.2 [INFO] [stderr] Checking async-std v1.4.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling thiserror-impl v1.0.9 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking thiserror v1.0.9 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking futures-executor v0.3.1 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking futures v0.3.1 [INFO] [stderr] Checking serde_json v1.0.44 [INFO] [stderr] Checking yume v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | execute!(stdout(), terminal::LeaveAlternateScreen).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | execute!(stdout(), Print(character)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | / execute!( [INFO] [stderr] 55 | | stdout(), [INFO] [stderr] 56 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 57 | | cursor::MoveToColumn(0), [INFO] [stderr] 58 | | Print(characters.clone()), [INFO] [stderr] 59 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | / execute!( [INFO] [stderr] 55 | | stdout(), [INFO] [stderr] 56 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 57 | | cursor::MoveToColumn(0), [INFO] [stderr] 58 | | Print(characters.clone()), [INFO] [stderr] 59 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | / execute!( [INFO] [stderr] 55 | | stdout(), [INFO] [stderr] 56 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 57 | | cursor::MoveToColumn(0), [INFO] [stderr] 58 | | Print(characters.clone()), [INFO] [stderr] 59 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | / execute!( [INFO] [stderr] 127 | | stdout(), [INFO] [stderr] 128 | | cursor::Hide, [INFO] [stderr] 129 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 132 | | cursor::MoveToColumn(0), [INFO] [stderr] 133 | | ) [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | / execute!( [INFO] [stderr] 127 | | stdout(), [INFO] [stderr] 128 | | cursor::Hide, [INFO] [stderr] 129 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 132 | | cursor::MoveToColumn(0), [INFO] [stderr] 133 | | ) [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | / execute!( [INFO] [stderr] 127 | | stdout(), [INFO] [stderr] 128 | | cursor::Hide, [INFO] [stderr] 129 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 132 | | cursor::MoveToColumn(0), [INFO] [stderr] 133 | | ) [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | / execute!( [INFO] [stderr] 127 | | stdout(), [INFO] [stderr] 128 | | cursor::Hide, [INFO] [stderr] 129 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 132 | | cursor::MoveToColumn(0), [INFO] [stderr] 133 | | ) [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | / execute!( [INFO] [stderr] 127 | | stdout(), [INFO] [stderr] 128 | | cursor::Hide, [INFO] [stderr] 129 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 132 | | cursor::MoveToColumn(0), [INFO] [stderr] 133 | | ) [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | execute!(stdout(), terminal::LeaveAlternateScreen).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:50:17 [INFO] [stderr] | [INFO] [stderr] 50 | execute!(stdout(), Print(character)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | / execute!( [INFO] [stderr] 55 | | stdout(), [INFO] [stderr] 56 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 57 | | cursor::MoveToColumn(0), [INFO] [stderr] 58 | | Print(characters.clone()), [INFO] [stderr] 59 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | / execute!( [INFO] [stderr] 55 | | stdout(), [INFO] [stderr] 56 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 57 | | cursor::MoveToColumn(0), [INFO] [stderr] 58 | | Print(characters.clone()), [INFO] [stderr] 59 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:54:17 [INFO] [stderr] | [INFO] [stderr] 54 | / execute!( [INFO] [stderr] 55 | | stdout(), [INFO] [stderr] 56 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 57 | | cursor::MoveToColumn(0), [INFO] [stderr] 58 | | Print(characters.clone()), [INFO] [stderr] 59 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | / execute!( [INFO] [stderr] 127 | | stdout(), [INFO] [stderr] 128 | | cursor::Hide, [INFO] [stderr] 129 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 132 | | cursor::MoveToColumn(0), [INFO] [stderr] 133 | | ) [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | / execute!( [INFO] [stderr] 127 | | stdout(), [INFO] [stderr] 128 | | cursor::Hide, [INFO] [stderr] 129 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 132 | | cursor::MoveToColumn(0), [INFO] [stderr] 133 | | ) [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | / execute!( [INFO] [stderr] 127 | | stdout(), [INFO] [stderr] 128 | | cursor::Hide, [INFO] [stderr] 129 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 132 | | cursor::MoveToColumn(0), [INFO] [stderr] 133 | | ) [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | / execute!( [INFO] [stderr] 127 | | stdout(), [INFO] [stderr] 128 | | cursor::Hide, [INFO] [stderr] 129 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 132 | | cursor::MoveToColumn(0), [INFO] [stderr] 133 | | ) [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:126:21 [INFO] [stderr] | [INFO] [stderr] 126 | / execute!( [INFO] [stderr] 127 | | stdout(), [INFO] [stderr] 128 | | cursor::Hide, [INFO] [stderr] 129 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] ... | [INFO] [stderr] 132 | | cursor::MoveToColumn(0), [INFO] [stderr] 133 | | ) [INFO] [stderr] | |_____________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/udp_utils.rs:148:29 [INFO] [stderr] | [INFO] [stderr] 148 | / ... execute!( [INFO] [stderr] 149 | | ... stdout(), [INFO] [stderr] 150 | | ... terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 151 | | ... cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 155 | | ... cursor::Show, [INFO] [stderr] 156 | | ... ) [INFO] [stderr] | |_______________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | execute!(stdout(), terminal::EnterAlternateScreen,).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / execute!( [INFO] [stderr] 18 | | stdout(), [INFO] [stderr] 19 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 20 | | cursor::MoveToColumn(0), [INFO] [stderr] 21 | | Print(format!("{}\n", line)), [INFO] [stderr] 22 | | cursor::MoveToColumn(0), [INFO] [stderr] 23 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / execute!( [INFO] [stderr] 18 | | stdout(), [INFO] [stderr] 19 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 20 | | cursor::MoveToColumn(0), [INFO] [stderr] 21 | | Print(format!("{}\n", line)), [INFO] [stderr] 22 | | cursor::MoveToColumn(0), [INFO] [stderr] 23 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / execute!( [INFO] [stderr] 18 | | stdout(), [INFO] [stderr] 19 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 20 | | cursor::MoveToColumn(0), [INFO] [stderr] 21 | | Print(format!("{}\n", line)), [INFO] [stderr] 22 | | cursor::MoveToColumn(0), [INFO] [stderr] 23 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / execute!( [INFO] [stderr] 18 | | stdout(), [INFO] [stderr] 19 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 20 | | cursor::MoveToColumn(0), [INFO] [stderr] 21 | | Print(format!("{}\n", line)), [INFO] [stderr] 22 | | cursor::MoveToColumn(0), [INFO] [stderr] 23 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | execute!(stdout(), Print(character)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/key.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | / execute!( [INFO] [stderr] 47 | | stdout(), [INFO] [stderr] 48 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 49 | | cursor::MoveToColumn(0), [INFO] [stderr] ... | [INFO] [stderr] 54 | | cursor::MoveToColumn(0), [INFO] [stderr] 55 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | / execute!( [INFO] [stderr] 46 | | stdout(), [INFO] [stderr] 47 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 48 | | cursor::MoveToColumn(0), [INFO] [stderr] 49 | | Print(characters.clone()), [INFO] [stderr] 50 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | / execute!( [INFO] [stderr] 46 | | stdout(), [INFO] [stderr] 47 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 48 | | cursor::MoveToColumn(0), [INFO] [stderr] 49 | | Print(characters.clone()), [INFO] [stderr] 50 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | / execute!( [INFO] [stderr] 46 | | stdout(), [INFO] [stderr] 47 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 48 | | cursor::MoveToColumn(0), [INFO] [stderr] 49 | | Print(characters.clone()), [INFO] [stderr] 50 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sent` [INFO] [stderr] --> src/udp_utils.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | Ok(sent) => { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_sent` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` 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/terminal.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | execute!(stdout(), terminal::EnterAlternateScreen,).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / execute!( [INFO] [stderr] 18 | | stdout(), [INFO] [stderr] 19 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 20 | | cursor::MoveToColumn(0), [INFO] [stderr] 21 | | Print(format!("{}\n", line)), [INFO] [stderr] 22 | | cursor::MoveToColumn(0), [INFO] [stderr] 23 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / execute!( [INFO] [stderr] 18 | | stdout(), [INFO] [stderr] 19 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 20 | | cursor::MoveToColumn(0), [INFO] [stderr] 21 | | Print(format!("{}\n", line)), [INFO] [stderr] 22 | | cursor::MoveToColumn(0), [INFO] [stderr] 23 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / execute!( [INFO] [stderr] 18 | | stdout(), [INFO] [stderr] 19 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 20 | | cursor::MoveToColumn(0), [INFO] [stderr] 21 | | Print(format!("{}\n", line)), [INFO] [stderr] 22 | | cursor::MoveToColumn(0), [INFO] [stderr] 23 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | / execute!( [INFO] [stderr] 18 | | stdout(), [INFO] [stderr] 19 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 20 | | cursor::MoveToColumn(0), [INFO] [stderr] 21 | | Print(format!("{}\n", line)), [INFO] [stderr] 22 | | cursor::MoveToColumn(0), [INFO] [stderr] 23 | | ) [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | execute!(stdout(), Print(character)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | / execute!( [INFO] [stderr] 46 | | stdout(), [INFO] [stderr] 47 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 48 | | cursor::MoveToColumn(0), [INFO] [stderr] 49 | | Print(characters.clone()), [INFO] [stderr] 50 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | / execute!( [INFO] [stderr] 46 | | stdout(), [INFO] [stderr] 47 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 48 | | cursor::MoveToColumn(0), [INFO] [stderr] 49 | | Print(characters.clone()), [INFO] [stderr] 50 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/terminal.rs:45:17 [INFO] [stderr] | [INFO] [stderr] 45 | / execute!( [INFO] [stderr] 46 | | stdout(), [INFO] [stderr] 47 | | terminal::Clear(terminal::ClearType::CurrentLine), [INFO] [stderr] 48 | | cursor::MoveToColumn(0), [INFO] [stderr] 49 | | Print(characters.clone()), [INFO] [stderr] 50 | | ) [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sent` [INFO] [stderr] --> src/udp_utils.rs:92:24 [INFO] [stderr] | [INFO] [stderr] 92 | Ok(sent) => { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_sent` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `"docker" "inspect" "7d8b394402abad067e31da8300838944ccee4e946142b32291f0b21221a58d48"` [INFO] running `"docker" "rm" "-f" "7d8b394402abad067e31da8300838944ccee4e946142b32291f0b21221a58d48"` [INFO] [stdout] 7d8b394402abad067e31da8300838944ccee4e946142b32291f0b21221a58d48