Oct 21 13:08:45.178 INFO checking tecywiz121/muxr against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:08:45.178 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 13:08:45.452 INFO blam! 32287808cb21d5486b7904955c8b31f993a7da09f18657224d73831e1c77184e Oct 21 13:08:45.460 INFO running `"docker" "start" "-a" "32287808cb21d5486b7904955c8b31f993a7da09f18657224d73831e1c77184e"` Oct 21 13:08:46.156 INFO kablam! usermod: no changes Oct 21 13:08:46.290 INFO kablam! Compiling ndarray v0.11.2 Oct 21 13:08:46.291 INFO kablam! Compiling nix v0.11.0 Oct 21 13:08:46.291 INFO kablam! Checking utf8parse v0.1.0 Oct 21 13:08:46.292 INFO kablam! Compiling muxr_server v0.1.0 (/source/muxr_server) Oct 21 13:08:46.292 INFO kablam! Checking termion v1.5.1 Oct 21 13:08:46.292 INFO kablam! Checking daemonize v0.3.0 Oct 21 13:08:46.292 INFO kablam! Compiling proc-macro2 v0.4.8 Oct 21 13:08:46.292 INFO kablam! Compiling proc-macro2 v0.3.8 Oct 21 13:08:46.648 INFO kablam! Checking itertools v0.7.8 Oct 21 13:08:47.262 INFO kablam! Checking vte v0.3.2 Oct 21 13:08:47.433 INFO kablam! Checking num-complex v0.1.43 Oct 21 13:08:47.644 INFO kablam! Checking backtrace v0.3.9 Oct 21 13:08:48.356 INFO kablam! Checking error-chain v0.12.0 Oct 21 13:08:51.164 INFO kablam! Compiling quote v0.5.2 Oct 21 13:08:51.392 INFO kablam! Compiling quote v0.6.3 Oct 21 13:08:52.856 INFO kablam! Compiling syn v0.14.4 Oct 21 13:08:52.920 INFO kablam! Compiling syn v0.13.11 Oct 21 13:09:05.857 INFO kablam! Compiling serde_derive v1.0.70 Oct 21 13:09:12.832 INFO kablam! Compiling derive_more v0.11.0 Oct 21 13:09:27.019 INFO kablam! Checking muxr v0.1.0 (/source/muxr) Oct 21 13:09:28.868 INFO kablam! Checking muxr_client v0.1.0 (/source/muxr_client) Oct 21 13:09:31.812 INFO kablam! warning: unused variable: `daemonize` Oct 21 13:09:31.812 INFO kablam! --> muxr_server/src/main.rs:50:9 Oct 21 13:09:31.812 INFO kablam! | Oct 21 13:09:31.812 INFO kablam! 50 | let daemonize = daemonize::Daemonize::new() Oct 21 13:09:31.812 INFO kablam! | ^^^^^^^^^ help: consider using `_daemonize` instead Oct 21 13:09:31.812 INFO kablam! | Oct 21 13:09:31.812 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:09:31.812 INFO kablam! Oct 21 13:09:31.812 INFO kablam! warning: unused variable: `writer` Oct 21 13:09:31.812 INFO kablam! --> muxr_server/src/main.rs:68:10 Oct 21 13:09:31.812 INFO kablam! | Oct 21 13:09:31.812 INFO kablam! 68 | let (writer, reader) = Framed::new(master, term::codec::VteCodec::new()).split(); Oct 21 13:09:31.812 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 21 13:09:31.812 INFO kablam! Oct 21 13:09:31.912 INFO kablam! warning: constant item is never used: `NUL` Oct 21 13:09:31.912 INFO kablam! --> muxr_server/src/term/codec.rs:113:5 Oct 21 13:09:31.912 INFO kablam! | Oct 21 13:09:31.912 INFO kablam! 113 | pub const NUL: u8 = 0x00; Oct 21 13:09:31.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.912 INFO kablam! | Oct 21 13:09:31.912 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:09:31.912 INFO kablam! Oct 21 13:09:31.912 INFO kablam! warning: constant item is never used: `SOH` Oct 21 13:09:31.912 INFO kablam! --> muxr_server/src/term/codec.rs:115:5 Oct 21 13:09:31.912 INFO kablam! | Oct 21 13:09:31.912 INFO kablam! 115 | pub const SOH: u8 = 0x01; Oct 21 13:09:31.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.912 INFO kablam! Oct 21 13:09:31.912 INFO kablam! warning: constant item is never used: `STX` Oct 21 13:09:31.912 INFO kablam! --> muxr_server/src/term/codec.rs:117:5 Oct 21 13:09:31.912 INFO kablam! | Oct 21 13:09:31.912 INFO kablam! 117 | pub const STX: u8 = 0x02; Oct 21 13:09:31.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.912 INFO kablam! Oct 21 13:09:31.912 INFO kablam! warning: constant item is never used: `ETX` Oct 21 13:09:31.912 INFO kablam! --> muxr_server/src/term/codec.rs:119:5 Oct 21 13:09:31.912 INFO kablam! | Oct 21 13:09:31.912 INFO kablam! 119 | pub const ETX: u8 = 0x03; Oct 21 13:09:31.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.912 INFO kablam! Oct 21 13:09:31.912 INFO kablam! warning: constant item is never used: `EOT` Oct 21 13:09:31.912 INFO kablam! --> muxr_server/src/term/codec.rs:121:5 Oct 21 13:09:31.912 INFO kablam! | Oct 21 13:09:31.912 INFO kablam! 121 | pub const EOT: u8 = 0x04; Oct 21 13:09:31.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.913 INFO kablam! Oct 21 13:09:31.913 INFO kablam! warning: constant item is never used: `ENQ` Oct 21 13:09:31.913 INFO kablam! --> muxr_server/src/term/codec.rs:123:5 Oct 21 13:09:31.913 INFO kablam! | Oct 21 13:09:31.913 INFO kablam! 123 | pub const ENQ: u8 = 0x05; Oct 21 13:09:31.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.913 INFO kablam! Oct 21 13:09:31.913 INFO kablam! warning: constant item is never used: `ACK` Oct 21 13:09:31.913 INFO kablam! --> muxr_server/src/term/codec.rs:125:5 Oct 21 13:09:31.913 INFO kablam! | Oct 21 13:09:31.913 INFO kablam! 125 | pub const ACK: u8 = 0x06; Oct 21 13:09:31.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.913 INFO kablam! Oct 21 13:09:31.913 INFO kablam! warning: constant item is never used: `BEL` Oct 21 13:09:31.913 INFO kablam! --> muxr_server/src/term/codec.rs:127:5 Oct 21 13:09:31.913 INFO kablam! | Oct 21 13:09:31.913 INFO kablam! 127 | pub const BEL: u8 = 0x07; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `SO` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:141:5 Oct 21 13:09:31.925 INFO kablam! | Oct 21 13:09:31.925 INFO kablam! 141 | pub const SO: u8 = 0x0E; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `SI` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:143:5 Oct 21 13:09:31.925 INFO kablam! | Oct 21 13:09:31.925 INFO kablam! 143 | pub const SI: u8 = 0x0F; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `DLE` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:145:5 Oct 21 13:09:31.925 INFO kablam! | Oct 21 13:09:31.925 INFO kablam! 145 | pub const DLE: u8 = 0x10; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `XON` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:147:5 Oct 21 13:09:31.925 INFO kablam! | Oct 21 13:09:31.925 INFO kablam! 147 | pub const XON: u8 = 0x11; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `DC2` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:149:5 Oct 21 13:09:31.925 INFO kablam! | Oct 21 13:09:31.925 INFO kablam! 149 | pub const DC2: u8 = 0x12; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `XOFF` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:151:5 Oct 21 13:09:31.925 INFO kablam! | Oct 21 13:09:31.925 INFO kablam! 151 | pub const XOFF: u8 = 0x13; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `DC4` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:153:5 Oct 21 13:09:31.925 INFO kablam! | Oct 21 13:09:31.925 INFO kablam! 153 | pub const DC4: u8 = 0x14; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `NAK` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:155:5 Oct 21 13:09:31.925 INFO kablam! | Oct 21 13:09:31.925 INFO kablam! 155 | pub const NAK: u8 = 0x15; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `SYN` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:157:5 Oct 21 13:09:31.925 INFO kablam! | Oct 21 13:09:31.925 INFO kablam! 157 | pub const SYN: u8 = 0x16; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `ETB` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:159:5 Oct 21 13:09:31.925 INFO kablam! | Oct 21 13:09:31.925 INFO kablam! 159 | pub const ETB: u8 = 0x17; Oct 21 13:09:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.925 INFO kablam! Oct 21 13:09:31.925 INFO kablam! warning: constant item is never used: `CAN` Oct 21 13:09:31.925 INFO kablam! --> muxr_server/src/term/codec.rs:161:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 161 | pub const CAN: u8 = 0x18; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `EM` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:163:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 163 | pub const EM: u8 = 0x19; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `SUB` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:165:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 165 | pub const SUB: u8 = 0x1A; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `ESC` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:167:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 167 | pub const ESC: u8 = 0x1B; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `FS` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:169:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 169 | pub const FS: u8 = 0x1C; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `GS` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:171:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 171 | pub const GS: u8 = 0x1D; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `RS` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:173:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 173 | pub const RS: u8 = 0x1E; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `US` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:175:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 175 | pub const US: u8 = 0x1F; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `DEL` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:177:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 177 | pub const DEL: u8 = 0x7f; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `PAD` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:189:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 189 | pub const PAD: u8 = 0x80; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `HOP` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:191:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 191 | pub const HOP: u8 = 0x81; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `BPH` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:193:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 193 | pub const BPH: u8 = 0x82; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `NBH` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:195:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 195 | pub const NBH: u8 = 0x83; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `IND` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:197:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 197 | pub const IND: u8 = 0x84; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! Oct 21 13:09:31.926 INFO kablam! warning: constant item is never used: `SSA` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/term/codec.rs:201:5 Oct 21 13:09:31.926 INFO kablam! | Oct 21 13:09:31.926 INFO kablam! 201 | pub const SSA: u8 = 0x86; Oct 21 13:09:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.926 INFO kablam! warning: unused variable: `daemonize` Oct 21 13:09:31.926 INFO kablam! --> muxr_server/src/main.rs:50:9 Oct 21 13:09:31.927 INFO kablam! | Oct 21 13:09:31.927 INFO kablam! 50 | let daemonize = daemonize::Daemonize::new() Oct 21 13:09:31.927 INFO kablam! | ^^^^^^^^^ help: consider using `_daemonize` instead Oct 21 13:09:31.927 INFO kablam! | Oct 21 13:09:31.927 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 13:09:31.927 INFO kablam! Oct 21 13:09:31.927 INFO kablam! Oct 21 13:09:31.927 INFO kablam! warning: constant item is never used: `ESA` Oct 21 13:09:31.927 INFO kablam! --> muxr_server/src/term/codec.rs:203:5 Oct 21 13:09:31.927 INFO kablam! | Oct 21 13:09:31.927 INFO kablam! 203 | pub const ESA: u8 = 0x87; Oct 21 13:09:31.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.927 INFO kablam! Oct 21 13:09:31.927 INFO kablam! warning: constant item is never used: `HTS` Oct 21 13:09:31.927 INFO kablam! --> muxr_server/src/term/codec.rs:205:5 Oct 21 13:09:31.927 INFO kablam! | Oct 21 13:09:31.927 INFO kablam! 205 | pub const HTS: u8 = 0x88; Oct 21 13:09:31.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.927 INFO kablam! Oct 21 13:09:31.927 INFO kablam! warning: constant item is never used: `HTJ` Oct 21 13:09:31.927 INFO kablam! --> muxr_server/src/term/codec.rs:207:5 Oct 21 13:09:31.927 INFO kablam! | Oct 21 13:09:31.927 INFO kablam! 207 | pub const HTJ: u8 = 0x89; Oct 21 13:09:31.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.927 INFO kablam! Oct 21 13:09:31.927 INFO kablam! warning: constant item is never used: `VTS` Oct 21 13:09:31.927 INFO kablam! --> muxr_server/src/term/codec.rs:209:5 Oct 21 13:09:31.927 INFO kablam! | Oct 21 13:09:31.927 INFO kablam! 209 | pub const VTS: u8 = 0x8A; Oct 21 13:09:31.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.927 INFO kablam! Oct 21 13:09:31.927 INFO kablam! warning: constant item is never used: `PLD` Oct 21 13:09:31.927 INFO kablam! --> muxr_server/src/term/codec.rs:211:5 Oct 21 13:09:31.927 INFO kablam! | Oct 21 13:09:31.927 INFO kablam! 211 | pub const PLD: u8 = 0x8B; Oct 21 13:09:31.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.927 INFO kablam! Oct 21 13:09:31.927 INFO kablam! warning: constant item is never used: `PLU` Oct 21 13:09:31.927 INFO kablam! --> muxr_server/src/term/codec.rs:213:5 Oct 21 13:09:31.927 INFO kablam! | Oct 21 13:09:31.927 INFO kablam! 213 | pub const PLU: u8 = 0x8C; Oct 21 13:09:31.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.927 INFO kablam! Oct 21 13:09:31.928 INFO kablam! warning: unused variable: `writer` Oct 21 13:09:31.928 INFO kablam! --> muxr_server/src/main.rs:68:10 Oct 21 13:09:31.928 INFO kablam! | Oct 21 13:09:31.928 INFO kablam! 68 | let (writer, reader) = Framed::new(master, term::codec::VteCodec::new()).split(); Oct 21 13:09:31.928 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 21 13:09:31.928 INFO kablam! Oct 21 13:09:31.964 INFO kablam! warning: constant item is never used: `RI` Oct 21 13:09:31.964 INFO kablam! --> muxr_server/src/term/codec.rs:215:5 Oct 21 13:09:31.964 INFO kablam! | Oct 21 13:09:31.964 INFO kablam! 215 | pub const RI: u8 = 0x8D; Oct 21 13:09:31.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.964 INFO kablam! Oct 21 13:09:31.964 INFO kablam! warning: constant item is never used: `SS2` Oct 21 13:09:31.964 INFO kablam! --> muxr_server/src/term/codec.rs:217:5 Oct 21 13:09:31.964 INFO kablam! | Oct 21 13:09:31.964 INFO kablam! 217 | pub const SS2: u8 = 0x8E; Oct 21 13:09:31.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.964 INFO kablam! Oct 21 13:09:31.964 INFO kablam! warning: constant item is never used: `SS3` Oct 21 13:09:31.964 INFO kablam! --> muxr_server/src/term/codec.rs:219:5 Oct 21 13:09:31.964 INFO kablam! | Oct 21 13:09:31.964 INFO kablam! 219 | pub const SS3: u8 = 0x8F; Oct 21 13:09:31.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.964 INFO kablam! Oct 21 13:09:31.964 INFO kablam! warning: constant item is never used: `DCS` Oct 21 13:09:31.964 INFO kablam! --> muxr_server/src/term/codec.rs:221:5 Oct 21 13:09:31.964 INFO kablam! | Oct 21 13:09:31.964 INFO kablam! 221 | pub const DCS: u8 = 0x90; Oct 21 13:09:31.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.964 INFO kablam! Oct 21 13:09:31.964 INFO kablam! warning: constant item is never used: `PU1` Oct 21 13:09:31.964 INFO kablam! --> muxr_server/src/term/codec.rs:223:5 Oct 21 13:09:31.964 INFO kablam! | Oct 21 13:09:31.964 INFO kablam! 223 | pub const PU1: u8 = 0x91; Oct 21 13:09:31.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.964 INFO kablam! Oct 21 13:09:31.964 INFO kablam! warning: constant item is never used: `PU2` Oct 21 13:09:31.964 INFO kablam! --> muxr_server/src/term/codec.rs:225:5 Oct 21 13:09:31.964 INFO kablam! | Oct 21 13:09:31.964 INFO kablam! 225 | pub const PU2: u8 = 0x92; Oct 21 13:09:31.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.964 INFO kablam! Oct 21 13:09:31.964 INFO kablam! warning: constant item is never used: `STS` Oct 21 13:09:31.964 INFO kablam! --> muxr_server/src/term/codec.rs:227:5 Oct 21 13:09:31.964 INFO kablam! | Oct 21 13:09:31.964 INFO kablam! 227 | pub const STS: u8 = 0x93; Oct 21 13:09:31.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.964 INFO kablam! Oct 21 13:09:31.964 INFO kablam! warning: constant item is never used: `CCH` Oct 21 13:09:31.964 INFO kablam! --> muxr_server/src/term/codec.rs:229:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 229 | pub const CCH: u8 = 0x94; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `MW` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:231:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 231 | pub const MW: u8 = 0x95; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `SPA` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:233:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 233 | pub const SPA: u8 = 0x96; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `EPA` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:235:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 235 | pub const EPA: u8 = 0x97; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `SOS` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:237:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 237 | pub const SOS: u8 = 0x98; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `SGCI` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:239:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 239 | pub const SGCI: u8 = 0x99; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `DECID` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:241:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 241 | pub const DECID: u8 = 0x9a; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `CSI` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:243:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 243 | pub const CSI: u8 = 0x9B; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `ST` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:245:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 245 | pub const ST: u8 = 0x9C; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `OSC` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:247:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 247 | pub const OSC: u8 = 0x9D; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `PM` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:249:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 249 | pub const PM: u8 = 0x9E; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: constant item is never used: `APC` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/codec.rs:251:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 251 | pub const APC: u8 = 0x9F; Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: variant is never constructed: `Bytes` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/mod.rs:11:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 11 | Bytes(BytesMut), Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: variant is never constructed: `SetCursorStyle` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/mod.rs:18:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 18 | SetCursorStyle(CursorStyle), Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.965 INFO kablam! Oct 21 13:09:31.965 INFO kablam! warning: variant is never constructed: `Goto` Oct 21 13:09:31.965 INFO kablam! --> muxr_server/src/term/mod.rs:20:5 Oct 21 13:09:31.965 INFO kablam! | Oct 21 13:09:31.965 INFO kablam! 20 | Goto { row: Row, col: Col }, Oct 21 13:09:31.965 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:31.966 INFO kablam! warning: variant is never constructed: `GotoRow` Oct 21 13:09:31.966 INFO kablam! --> muxr_server/src/term/mod.rs:21:5 Oct 21 13:09:31.966 INFO kablam! | Oct 21 13:09:31.966 INFO kablam! 21 | GotoRow(Row), Oct 21 13:09:31.966 INFO kablam! | ^^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:31.966 INFO kablam! warning: variant is never constructed: `GotoCol` Oct 21 13:09:31.966 INFO kablam! --> muxr_server/src/term/mod.rs:22:5 Oct 21 13:09:31.966 INFO kablam! | Oct 21 13:09:31.966 INFO kablam! 22 | GotoCol(Col), Oct 21 13:09:31.966 INFO kablam! | ^^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:31.966 INFO kablam! warning: variant is never constructed: `MoveUp` Oct 21 13:09:31.966 INFO kablam! --> muxr_server/src/term/mod.rs:24:5 Oct 21 13:09:31.966 INFO kablam! | Oct 21 13:09:31.966 INFO kablam! 24 | MoveUp(Row), Oct 21 13:09:31.966 INFO kablam! | ^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:31.966 INFO kablam! warning: variant is never constructed: `MoveDown` Oct 21 13:09:31.966 INFO kablam! --> muxr_server/src/term/mod.rs:25:5 Oct 21 13:09:31.966 INFO kablam! | Oct 21 13:09:31.966 INFO kablam! 25 | MoveDown(Row), Oct 21 13:09:31.966 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:31.966 INFO kablam! warning: variant is never constructed: `MoreForward` Oct 21 13:09:31.966 INFO kablam! --> muxr_server/src/term/mod.rs:28:5 Oct 21 13:09:31.966 INFO kablam! | Oct 21 13:09:31.966 INFO kablam! 28 | MoreForward(Col), Oct 21 13:09:31.966 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:31.966 INFO kablam! warning: variant is never constructed: `MoveBackward` Oct 21 13:09:31.966 INFO kablam! --> muxr_server/src/term/mod.rs:29:5 Oct 21 13:09:31.966 INFO kablam! | Oct 21 13:09:31.966 INFO kablam! 29 | MoveBackward(Col), Oct 21 13:09:31.966 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:31.966 INFO kablam! warning: variant is never constructed: `MoveDownAndReturn` Oct 21 13:09:31.966 INFO kablam! --> muxr_server/src/term/mod.rs:30:5 Oct 21 13:09:31.966 INFO kablam! | Oct 21 13:09:31.966 INFO kablam! 30 | MoveDownAndReturn(Row), Oct 21 13:09:31.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:31.966 INFO kablam! warning: variant is never constructed: `MoveUpAndReturn` Oct 21 13:09:31.966 INFO kablam! --> muxr_server/src/term/mod.rs:31:5 Oct 21 13:09:31.966 INFO kablam! | Oct 21 13:09:31.966 INFO kablam! 31 | MoveUpAndReturn(Row), Oct 21 13:09:31.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:31.966 INFO kablam! warning: variant is never constructed: `SetColor` Oct 21 13:09:31.966 INFO kablam! --> muxr_server/src/term/mod.rs:63:5 Oct 21 13:09:31.966 INFO kablam! | Oct 21 13:09:31.966 INFO kablam! 63 | SetColor(usize, Color), Oct 21 13:09:31.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:31.966 INFO kablam! warning: variant is never constructed: `ResetColor` Oct 21 13:09:31.966 INFO kablam! --> muxr_server/src/term/mod.rs:64:5 Oct 21 13:09:31.966 INFO kablam! | Oct 21 13:09:31.966 INFO kablam! 64 | ResetColor(usize), Oct 21 13:09:31.966 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 13:09:31.966 INFO kablam! Oct 21 13:09:32.117 INFO kablam! warning: constant item is never used: `NUL` Oct 21 13:09:32.118 INFO kablam! --> muxr_server/src/term/codec.rs:113:5 Oct 21 13:09:32.118 INFO kablam! | Oct 21 13:09:32.118 INFO kablam! 113 | pub const NUL: u8 = 0x00; Oct 21 13:09:32.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.118 INFO kablam! | Oct 21 13:09:32.128 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:09:32.128 INFO kablam! Oct 21 13:09:32.129 INFO kablam! warning: constant item is never used: `SOH` Oct 21 13:09:32.129 INFO kablam! --> muxr_server/src/term/codec.rs:115:5 Oct 21 13:09:32.129 INFO kablam! | Oct 21 13:09:32.129 INFO kablam! 115 | pub const SOH: u8 = 0x01; Oct 21 13:09:32.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.129 INFO kablam! Oct 21 13:09:32.129 INFO kablam! warning: constant item is never used: `STX` Oct 21 13:09:32.129 INFO kablam! --> muxr_server/src/term/codec.rs:117:5 Oct 21 13:09:32.129 INFO kablam! | Oct 21 13:09:32.129 INFO kablam! 117 | pub const STX: u8 = 0x02; Oct 21 13:09:32.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.129 INFO kablam! Oct 21 13:09:32.129 INFO kablam! warning: constant item is never used: `ETX` Oct 21 13:09:32.129 INFO kablam! --> muxr_server/src/term/codec.rs:119:5 Oct 21 13:09:32.129 INFO kablam! | Oct 21 13:09:32.129 INFO kablam! 119 | pub const ETX: u8 = 0x03; Oct 21 13:09:32.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.129 INFO kablam! Oct 21 13:09:32.129 INFO kablam! warning: constant item is never used: `EOT` Oct 21 13:09:32.129 INFO kablam! --> muxr_server/src/term/codec.rs:121:5 Oct 21 13:09:32.129 INFO kablam! | Oct 21 13:09:32.129 INFO kablam! 121 | pub const EOT: u8 = 0x04; Oct 21 13:09:32.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.129 INFO kablam! Oct 21 13:09:32.129 INFO kablam! warning: constant item is never used: `ENQ` Oct 21 13:09:32.129 INFO kablam! --> muxr_server/src/term/codec.rs:123:5 Oct 21 13:09:32.129 INFO kablam! | Oct 21 13:09:32.129 INFO kablam! 123 | pub const ENQ: u8 = 0x05; Oct 21 13:09:32.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.129 INFO kablam! Oct 21 13:09:32.129 INFO kablam! warning: constant item is never used: `ACK` Oct 21 13:09:32.129 INFO kablam! --> muxr_server/src/term/codec.rs:125:5 Oct 21 13:09:32.129 INFO kablam! | Oct 21 13:09:32.129 INFO kablam! 125 | pub const ACK: u8 = 0x06; Oct 21 13:09:32.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.130 INFO kablam! Oct 21 13:09:32.130 INFO kablam! warning: constant item is never used: `BEL` Oct 21 13:09:32.130 INFO kablam! --> muxr_server/src/term/codec.rs:127:5 Oct 21 13:09:32.130 INFO kablam! | Oct 21 13:09:32.130 INFO kablam! 127 | pub const BEL: u8 = 0x07; Oct 21 13:09:32.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.130 INFO kablam! Oct 21 13:09:32.130 INFO kablam! warning: constant item is never used: `SO` Oct 21 13:09:32.131 INFO kablam! --> muxr_server/src/term/codec.rs:141:5 Oct 21 13:09:32.131 INFO kablam! | Oct 21 13:09:32.131 INFO kablam! 141 | pub const SO: u8 = 0x0E; Oct 21 13:09:32.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.131 INFO kablam! Oct 21 13:09:32.131 INFO kablam! warning: constant item is never used: `SI` Oct 21 13:09:32.131 INFO kablam! --> muxr_server/src/term/codec.rs:143:5 Oct 21 13:09:32.131 INFO kablam! | Oct 21 13:09:32.131 INFO kablam! 143 | pub const SI: u8 = 0x0F; Oct 21 13:09:32.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.132 INFO kablam! Oct 21 13:09:32.132 INFO kablam! warning: constant item is never used: `DLE` Oct 21 13:09:32.132 INFO kablam! --> muxr_server/src/term/codec.rs:145:5 Oct 21 13:09:32.132 INFO kablam! | Oct 21 13:09:32.132 INFO kablam! 145 | pub const DLE: u8 = 0x10; Oct 21 13:09:32.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.133 INFO kablam! Oct 21 13:09:32.133 INFO kablam! warning: constant item is never used: `XON` Oct 21 13:09:32.133 INFO kablam! --> muxr_server/src/term/codec.rs:147:5 Oct 21 13:09:32.133 INFO kablam! | Oct 21 13:09:32.133 INFO kablam! 147 | pub const XON: u8 = 0x11; Oct 21 13:09:32.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.133 INFO kablam! Oct 21 13:09:32.133 INFO kablam! warning: constant item is never used: `DC2` Oct 21 13:09:32.133 INFO kablam! --> muxr_server/src/term/codec.rs:149:5 Oct 21 13:09:32.133 INFO kablam! | Oct 21 13:09:32.133 INFO kablam! 149 | pub const DC2: u8 = 0x12; Oct 21 13:09:32.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.134 INFO kablam! Oct 21 13:09:32.134 INFO kablam! warning: constant item is never used: `XOFF` Oct 21 13:09:32.134 INFO kablam! --> muxr_server/src/term/codec.rs:151:5 Oct 21 13:09:32.134 INFO kablam! | Oct 21 13:09:32.134 INFO kablam! 151 | pub const XOFF: u8 = 0x13; Oct 21 13:09:32.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.134 INFO kablam! Oct 21 13:09:32.134 INFO kablam! warning: constant item is never used: `DC4` Oct 21 13:09:32.134 INFO kablam! --> muxr_server/src/term/codec.rs:153:5 Oct 21 13:09:32.134 INFO kablam! | Oct 21 13:09:32.134 INFO kablam! 153 | pub const DC4: u8 = 0x14; Oct 21 13:09:32.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.134 INFO kablam! Oct 21 13:09:32.135 INFO kablam! warning: constant item is never used: `NAK` Oct 21 13:09:32.135 INFO kablam! --> muxr_server/src/term/codec.rs:155:5 Oct 21 13:09:32.135 INFO kablam! | Oct 21 13:09:32.135 INFO kablam! 155 | pub const NAK: u8 = 0x15; Oct 21 13:09:32.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.135 INFO kablam! Oct 21 13:09:32.135 INFO kablam! warning: constant item is never used: `SYN` Oct 21 13:09:32.135 INFO kablam! --> muxr_server/src/term/codec.rs:157:5 Oct 21 13:09:32.135 INFO kablam! | Oct 21 13:09:32.135 INFO kablam! 157 | pub const SYN: u8 = 0x16; Oct 21 13:09:32.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.135 INFO kablam! Oct 21 13:09:32.135 INFO kablam! warning: constant item is never used: `ETB` Oct 21 13:09:32.136 INFO kablam! --> muxr_server/src/term/codec.rs:159:5 Oct 21 13:09:32.136 INFO kablam! | Oct 21 13:09:32.136 INFO kablam! 159 | pub const ETB: u8 = 0x17; Oct 21 13:09:32.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.136 INFO kablam! Oct 21 13:09:32.136 INFO kablam! warning: constant item is never used: `CAN` Oct 21 13:09:32.136 INFO kablam! --> muxr_server/src/term/codec.rs:161:5 Oct 21 13:09:32.136 INFO kablam! | Oct 21 13:09:32.136 INFO kablam! 161 | pub const CAN: u8 = 0x18; Oct 21 13:09:32.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.136 INFO kablam! Oct 21 13:09:32.136 INFO kablam! warning: constant item is never used: `EM` Oct 21 13:09:32.136 INFO kablam! --> muxr_server/src/term/codec.rs:163:5 Oct 21 13:09:32.136 INFO kablam! | Oct 21 13:09:32.136 INFO kablam! 163 | pub const EM: u8 = 0x19; Oct 21 13:09:32.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.136 INFO kablam! Oct 21 13:09:32.136 INFO kablam! warning: constant item is never used: `SUB` Oct 21 13:09:32.136 INFO kablam! --> muxr_server/src/term/codec.rs:165:5 Oct 21 13:09:32.136 INFO kablam! | Oct 21 13:09:32.136 INFO kablam! 165 | pub const SUB: u8 = 0x1A; Oct 21 13:09:32.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.137 INFO kablam! Oct 21 13:09:32.137 INFO kablam! warning: constant item is never used: `ESC` Oct 21 13:09:32.137 INFO kablam! --> muxr_server/src/term/codec.rs:167:5 Oct 21 13:09:32.137 INFO kablam! | Oct 21 13:09:32.137 INFO kablam! 167 | pub const ESC: u8 = 0x1B; Oct 21 13:09:32.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.137 INFO kablam! Oct 21 13:09:32.137 INFO kablam! warning: constant item is never used: `FS` Oct 21 13:09:32.137 INFO kablam! --> muxr_server/src/term/codec.rs:169:5 Oct 21 13:09:32.137 INFO kablam! | Oct 21 13:09:32.137 INFO kablam! 169 | pub const FS: u8 = 0x1C; Oct 21 13:09:32.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.137 INFO kablam! Oct 21 13:09:32.137 INFO kablam! warning: constant item is never used: `GS` Oct 21 13:09:32.137 INFO kablam! --> muxr_server/src/term/codec.rs:171:5 Oct 21 13:09:32.137 INFO kablam! | Oct 21 13:09:32.137 INFO kablam! 171 | pub const GS: u8 = 0x1D; Oct 21 13:09:32.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.137 INFO kablam! Oct 21 13:09:32.137 INFO kablam! warning: constant item is never used: `RS` Oct 21 13:09:32.137 INFO kablam! --> muxr_server/src/term/codec.rs:173:5 Oct 21 13:09:32.137 INFO kablam! | Oct 21 13:09:32.137 INFO kablam! 173 | pub const RS: u8 = 0x1E; Oct 21 13:09:32.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.137 INFO kablam! Oct 21 13:09:32.137 INFO kablam! warning: constant item is never used: `US` Oct 21 13:09:32.137 INFO kablam! --> muxr_server/src/term/codec.rs:175:5 Oct 21 13:09:32.137 INFO kablam! | Oct 21 13:09:32.137 INFO kablam! 175 | pub const US: u8 = 0x1F; Oct 21 13:09:32.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.137 INFO kablam! Oct 21 13:09:32.137 INFO kablam! warning: constant item is never used: `DEL` Oct 21 13:09:32.137 INFO kablam! --> muxr_server/src/term/codec.rs:177:5 Oct 21 13:09:32.137 INFO kablam! | Oct 21 13:09:32.138 INFO kablam! 177 | pub const DEL: u8 = 0x7f; Oct 21 13:09:32.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.138 INFO kablam! Oct 21 13:09:32.138 INFO kablam! warning: constant item is never used: `PAD` Oct 21 13:09:32.138 INFO kablam! --> muxr_server/src/term/codec.rs:189:5 Oct 21 13:09:32.138 INFO kablam! | Oct 21 13:09:32.138 INFO kablam! 189 | pub const PAD: u8 = 0x80; Oct 21 13:09:32.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.138 INFO kablam! Oct 21 13:09:32.138 INFO kablam! warning: constant item is never used: `HOP` Oct 21 13:09:32.138 INFO kablam! --> muxr_server/src/term/codec.rs:191:5 Oct 21 13:09:32.138 INFO kablam! | Oct 21 13:09:32.138 INFO kablam! 191 | pub const HOP: u8 = 0x81; Oct 21 13:09:32.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.138 INFO kablam! Oct 21 13:09:32.138 INFO kablam! warning: constant item is never used: `BPH` Oct 21 13:09:32.138 INFO kablam! --> muxr_server/src/term/codec.rs:193:5 Oct 21 13:09:32.138 INFO kablam! | Oct 21 13:09:32.138 INFO kablam! 193 | pub const BPH: u8 = 0x82; Oct 21 13:09:32.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.138 INFO kablam! Oct 21 13:09:32.138 INFO kablam! warning: constant item is never used: `NBH` Oct 21 13:09:32.138 INFO kablam! --> muxr_server/src/term/codec.rs:195:5 Oct 21 13:09:32.138 INFO kablam! | Oct 21 13:09:32.138 INFO kablam! 195 | pub const NBH: u8 = 0x83; Oct 21 13:09:32.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.138 INFO kablam! Oct 21 13:09:32.138 INFO kablam! warning: constant item is never used: `IND` Oct 21 13:09:32.138 INFO kablam! --> muxr_server/src/term/codec.rs:197:5 Oct 21 13:09:32.138 INFO kablam! | Oct 21 13:09:32.138 INFO kablam! 197 | pub const IND: u8 = 0x84; Oct 21 13:09:32.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.138 INFO kablam! Oct 21 13:09:32.138 INFO kablam! warning: constant item is never used: `SSA` Oct 21 13:09:32.138 INFO kablam! --> muxr_server/src/term/codec.rs:201:5 Oct 21 13:09:32.138 INFO kablam! | Oct 21 13:09:32.138 INFO kablam! 201 | pub const SSA: u8 = 0x86; Oct 21 13:09:32.138 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.138 INFO kablam! Oct 21 13:09:32.139 INFO kablam! warning: constant item is never used: `ESA` Oct 21 13:09:32.139 INFO kablam! --> muxr_server/src/term/codec.rs:203:5 Oct 21 13:09:32.139 INFO kablam! | Oct 21 13:09:32.139 INFO kablam! 203 | pub const ESA: u8 = 0x87; Oct 21 13:09:32.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.139 INFO kablam! Oct 21 13:09:32.139 INFO kablam! warning: constant item is never used: `HTS` Oct 21 13:09:32.139 INFO kablam! --> muxr_server/src/term/codec.rs:205:5 Oct 21 13:09:32.139 INFO kablam! | Oct 21 13:09:32.139 INFO kablam! 205 | pub const HTS: u8 = 0x88; Oct 21 13:09:32.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.139 INFO kablam! Oct 21 13:09:32.139 INFO kablam! warning: constant item is never used: `HTJ` Oct 21 13:09:32.139 INFO kablam! --> muxr_server/src/term/codec.rs:207:5 Oct 21 13:09:32.139 INFO kablam! | Oct 21 13:09:32.139 INFO kablam! 207 | pub const HTJ: u8 = 0x89; Oct 21 13:09:32.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.139 INFO kablam! Oct 21 13:09:32.139 INFO kablam! warning: constant item is never used: `VTS` Oct 21 13:09:32.139 INFO kablam! --> muxr_server/src/term/codec.rs:209:5 Oct 21 13:09:32.139 INFO kablam! | Oct 21 13:09:32.139 INFO kablam! 209 | pub const VTS: u8 = 0x8A; Oct 21 13:09:32.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.139 INFO kablam! Oct 21 13:09:32.139 INFO kablam! warning: constant item is never used: `PLD` Oct 21 13:09:32.139 INFO kablam! --> muxr_server/src/term/codec.rs:211:5 Oct 21 13:09:32.139 INFO kablam! | Oct 21 13:09:32.139 INFO kablam! 211 | pub const PLD: u8 = 0x8B; Oct 21 13:09:32.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.139 INFO kablam! Oct 21 13:09:32.139 INFO kablam! warning: constant item is never used: `PLU` Oct 21 13:09:32.139 INFO kablam! --> muxr_server/src/term/codec.rs:213:5 Oct 21 13:09:32.139 INFO kablam! | Oct 21 13:09:32.139 INFO kablam! 213 | pub const PLU: u8 = 0x8C; Oct 21 13:09:32.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.139 INFO kablam! Oct 21 13:09:32.139 INFO kablam! warning: constant item is never used: `RI` Oct 21 13:09:32.139 INFO kablam! --> muxr_server/src/term/codec.rs:215:5 Oct 21 13:09:32.139 INFO kablam! | Oct 21 13:09:32.139 INFO kablam! 215 | pub const RI: u8 = 0x8D; Oct 21 13:09:32.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.139 INFO kablam! Oct 21 13:09:32.139 INFO kablam! warning: constant item is never used: `SS2` Oct 21 13:09:32.139 INFO kablam! --> muxr_server/src/term/codec.rs:217:5 Oct 21 13:09:32.139 INFO kablam! | Oct 21 13:09:32.139 INFO kablam! 217 | pub const SS2: u8 = 0x8E; Oct 21 13:09:32.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.139 INFO kablam! Oct 21 13:09:32.140 INFO kablam! warning: constant item is never used: `SS3` Oct 21 13:09:32.140 INFO kablam! --> muxr_server/src/term/codec.rs:219:5 Oct 21 13:09:32.140 INFO kablam! | Oct 21 13:09:32.140 INFO kablam! 219 | pub const SS3: u8 = 0x8F; Oct 21 13:09:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.140 INFO kablam! Oct 21 13:09:32.140 INFO kablam! warning: constant item is never used: `DCS` Oct 21 13:09:32.140 INFO kablam! --> muxr_server/src/term/codec.rs:221:5 Oct 21 13:09:32.140 INFO kablam! | Oct 21 13:09:32.140 INFO kablam! 221 | pub const DCS: u8 = 0x90; Oct 21 13:09:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.140 INFO kablam! Oct 21 13:09:32.140 INFO kablam! warning: constant item is never used: `PU1` Oct 21 13:09:32.140 INFO kablam! --> muxr_server/src/term/codec.rs:223:5 Oct 21 13:09:32.140 INFO kablam! | Oct 21 13:09:32.140 INFO kablam! 223 | pub const PU1: u8 = 0x91; Oct 21 13:09:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.140 INFO kablam! Oct 21 13:09:32.140 INFO kablam! warning: constant item is never used: `PU2` Oct 21 13:09:32.140 INFO kablam! --> muxr_server/src/term/codec.rs:225:5 Oct 21 13:09:32.140 INFO kablam! | Oct 21 13:09:32.140 INFO kablam! 225 | pub const PU2: u8 = 0x92; Oct 21 13:09:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.140 INFO kablam! Oct 21 13:09:32.140 INFO kablam! warning: constant item is never used: `STS` Oct 21 13:09:32.140 INFO kablam! --> muxr_server/src/term/codec.rs:227:5 Oct 21 13:09:32.140 INFO kablam! | Oct 21 13:09:32.140 INFO kablam! 227 | pub const STS: u8 = 0x93; Oct 21 13:09:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.140 INFO kablam! Oct 21 13:09:32.140 INFO kablam! warning: constant item is never used: `CCH` Oct 21 13:09:32.140 INFO kablam! --> muxr_server/src/term/codec.rs:229:5 Oct 21 13:09:32.140 INFO kablam! | Oct 21 13:09:32.140 INFO kablam! 229 | pub const CCH: u8 = 0x94; Oct 21 13:09:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.140 INFO kablam! Oct 21 13:09:32.140 INFO kablam! warning: constant item is never used: `MW` Oct 21 13:09:32.140 INFO kablam! --> muxr_server/src/term/codec.rs:231:5 Oct 21 13:09:32.140 INFO kablam! | Oct 21 13:09:32.140 INFO kablam! 231 | pub const MW: u8 = 0x95; Oct 21 13:09:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.140 INFO kablam! Oct 21 13:09:32.140 INFO kablam! warning: constant item is never used: `SPA` Oct 21 13:09:32.140 INFO kablam! --> muxr_server/src/term/codec.rs:233:5 Oct 21 13:09:32.140 INFO kablam! | Oct 21 13:09:32.140 INFO kablam! 233 | pub const SPA: u8 = 0x96; Oct 21 13:09:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.141 INFO kablam! Oct 21 13:09:32.141 INFO kablam! warning: constant item is never used: `EPA` Oct 21 13:09:32.141 INFO kablam! --> muxr_server/src/term/codec.rs:235:5 Oct 21 13:09:32.141 INFO kablam! | Oct 21 13:09:32.141 INFO kablam! 235 | pub const EPA: u8 = 0x97; Oct 21 13:09:32.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.141 INFO kablam! Oct 21 13:09:32.141 INFO kablam! warning: constant item is never used: `SOS` Oct 21 13:09:32.141 INFO kablam! --> muxr_server/src/term/codec.rs:237:5 Oct 21 13:09:32.141 INFO kablam! | Oct 21 13:09:32.141 INFO kablam! 237 | pub const SOS: u8 = 0x98; Oct 21 13:09:32.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.141 INFO kablam! Oct 21 13:09:32.141 INFO kablam! warning: constant item is never used: `SGCI` Oct 21 13:09:32.141 INFO kablam! --> muxr_server/src/term/codec.rs:239:5 Oct 21 13:09:32.141 INFO kablam! | Oct 21 13:09:32.141 INFO kablam! 239 | pub const SGCI: u8 = 0x99; Oct 21 13:09:32.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.141 INFO kablam! Oct 21 13:09:32.141 INFO kablam! warning: constant item is never used: `DECID` Oct 21 13:09:32.141 INFO kablam! --> muxr_server/src/term/codec.rs:241:5 Oct 21 13:09:32.141 INFO kablam! | Oct 21 13:09:32.141 INFO kablam! 241 | pub const DECID: u8 = 0x9a; Oct 21 13:09:32.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.141 INFO kablam! Oct 21 13:09:32.141 INFO kablam! warning: constant item is never used: `CSI` Oct 21 13:09:32.141 INFO kablam! --> muxr_server/src/term/codec.rs:243:5 Oct 21 13:09:32.141 INFO kablam! | Oct 21 13:09:32.141 INFO kablam! 243 | pub const CSI: u8 = 0x9B; Oct 21 13:09:32.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.141 INFO kablam! Oct 21 13:09:32.141 INFO kablam! warning: constant item is never used: `ST` Oct 21 13:09:32.141 INFO kablam! --> muxr_server/src/term/codec.rs:245:5 Oct 21 13:09:32.141 INFO kablam! | Oct 21 13:09:32.141 INFO kablam! 245 | pub const ST: u8 = 0x9C; Oct 21 13:09:32.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.141 INFO kablam! Oct 21 13:09:32.141 INFO kablam! warning: constant item is never used: `OSC` Oct 21 13:09:32.141 INFO kablam! --> muxr_server/src/term/codec.rs:247:5 Oct 21 13:09:32.141 INFO kablam! | Oct 21 13:09:32.141 INFO kablam! 247 | pub const OSC: u8 = 0x9D; Oct 21 13:09:32.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.141 INFO kablam! Oct 21 13:09:32.141 INFO kablam! warning: constant item is never used: `PM` Oct 21 13:09:32.141 INFO kablam! --> muxr_server/src/term/codec.rs:249:5 Oct 21 13:09:32.141 INFO kablam! | Oct 21 13:09:32.141 INFO kablam! 249 | pub const PM: u8 = 0x9E; Oct 21 13:09:32.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.141 INFO kablam! Oct 21 13:09:32.141 INFO kablam! warning: constant item is never used: `APC` Oct 21 13:09:32.141 INFO kablam! --> muxr_server/src/term/codec.rs:251:5 Oct 21 13:09:32.141 INFO kablam! | Oct 21 13:09:32.141 INFO kablam! 251 | pub const APC: u8 = 0x9F; Oct 21 13:09:32.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.142 INFO kablam! Oct 21 13:09:32.142 INFO kablam! warning: variant is never constructed: `Bytes` Oct 21 13:09:32.142 INFO kablam! --> muxr_server/src/term/mod.rs:11:5 Oct 21 13:09:32.142 INFO kablam! | Oct 21 13:09:32.142 INFO kablam! 11 | Bytes(BytesMut), Oct 21 13:09:32.142 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 13:09:32.142 INFO kablam! Oct 21 13:09:32.142 INFO kablam! warning: variant is never constructed: `SetCursorStyle` Oct 21 13:09:32.142 INFO kablam! --> muxr_server/src/term/mod.rs:18:5 Oct 21 13:09:32.142 INFO kablam! | Oct 21 13:09:32.142 INFO kablam! 18 | SetCursorStyle(CursorStyle), Oct 21 13:09:32.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.142 INFO kablam! Oct 21 13:09:32.142 INFO kablam! warning: variant is never constructed: `Goto` Oct 21 13:09:32.142 INFO kablam! --> muxr_server/src/term/mod.rs:20:5 Oct 21 13:09:32.142 INFO kablam! | Oct 21 13:09:32.142 INFO kablam! 20 | Goto { row: Row, col: Col }, Oct 21 13:09:32.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.142 INFO kablam! Oct 21 13:09:32.142 INFO kablam! warning: variant is never constructed: `GotoRow` Oct 21 13:09:32.142 INFO kablam! --> muxr_server/src/term/mod.rs:21:5 Oct 21 13:09:32.142 INFO kablam! | Oct 21 13:09:32.142 INFO kablam! 21 | GotoRow(Row), Oct 21 13:09:32.142 INFO kablam! | ^^^^^^^^^^^^ Oct 21 13:09:32.142 INFO kablam! Oct 21 13:09:32.143 INFO kablam! warning: variant is never constructed: `GotoCol` Oct 21 13:09:32.143 INFO kablam! --> muxr_server/src/term/mod.rs:22:5 Oct 21 13:09:32.143 INFO kablam! | Oct 21 13:09:32.143 INFO kablam! 22 | GotoCol(Col), Oct 21 13:09:32.143 INFO kablam! | ^^^^^^^^^^^^ Oct 21 13:09:32.143 INFO kablam! Oct 21 13:09:32.143 INFO kablam! warning: variant is never constructed: `MoveUp` Oct 21 13:09:32.143 INFO kablam! --> muxr_server/src/term/mod.rs:24:5 Oct 21 13:09:32.143 INFO kablam! | Oct 21 13:09:32.143 INFO kablam! 24 | MoveUp(Row), Oct 21 13:09:32.143 INFO kablam! | ^^^^^^^^^^^ Oct 21 13:09:32.143 INFO kablam! Oct 21 13:09:32.143 INFO kablam! warning: variant is never constructed: `MoveDown` Oct 21 13:09:32.143 INFO kablam! --> muxr_server/src/term/mod.rs:25:5 Oct 21 13:09:32.143 INFO kablam! | Oct 21 13:09:32.143 INFO kablam! 25 | MoveDown(Row), Oct 21 13:09:32.143 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 13:09:32.143 INFO kablam! Oct 21 13:09:32.143 INFO kablam! warning: variant is never constructed: `MoreForward` Oct 21 13:09:32.143 INFO kablam! --> muxr_server/src/term/mod.rs:28:5 Oct 21 13:09:32.143 INFO kablam! | Oct 21 13:09:32.143 INFO kablam! 28 | MoreForward(Col), Oct 21 13:09:32.143 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 13:09:32.143 INFO kablam! Oct 21 13:09:32.143 INFO kablam! warning: variant is never constructed: `MoveBackward` Oct 21 13:09:32.143 INFO kablam! --> muxr_server/src/term/mod.rs:29:5 Oct 21 13:09:32.143 INFO kablam! | Oct 21 13:09:32.143 INFO kablam! 29 | MoveBackward(Col), Oct 21 13:09:32.143 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.143 INFO kablam! Oct 21 13:09:32.143 INFO kablam! warning: variant is never constructed: `MoveDownAndReturn` Oct 21 13:09:32.143 INFO kablam! --> muxr_server/src/term/mod.rs:30:5 Oct 21 13:09:32.143 INFO kablam! | Oct 21 13:09:32.143 INFO kablam! 30 | MoveDownAndReturn(Row), Oct 21 13:09:32.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.143 INFO kablam! Oct 21 13:09:32.143 INFO kablam! warning: variant is never constructed: `MoveUpAndReturn` Oct 21 13:09:32.143 INFO kablam! --> muxr_server/src/term/mod.rs:31:5 Oct 21 13:09:32.143 INFO kablam! | Oct 21 13:09:32.143 INFO kablam! 31 | MoveUpAndReturn(Row), Oct 21 13:09:32.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.143 INFO kablam! Oct 21 13:09:32.143 INFO kablam! warning: variant is never constructed: `SetColor` Oct 21 13:09:32.143 INFO kablam! --> muxr_server/src/term/mod.rs:63:5 Oct 21 13:09:32.143 INFO kablam! | Oct 21 13:09:32.143 INFO kablam! 63 | SetColor(usize, Color), Oct 21 13:09:32.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.143 INFO kablam! Oct 21 13:09:32.148 INFO kablam! warning: variant is never constructed: `ResetColor` Oct 21 13:09:32.148 INFO kablam! --> muxr_server/src/term/mod.rs:64:5 Oct 21 13:09:32.148 INFO kablam! | Oct 21 13:09:32.148 INFO kablam! 64 | ResetColor(usize), Oct 21 13:09:32.148 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 13:09:32.148 INFO kablam! Oct 21 13:09:32.240 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.06s Oct 21 13:09:32.246 INFO kablam! su: No module specific data is present Oct 21 13:09:33.404 INFO running `"docker" "rm" "-f" "32287808cb21d5486b7904955c8b31f993a7da09f18657224d73831e1c77184e"` Oct 21 13:09:33.776 INFO blam! 32287808cb21d5486b7904955c8b31f993a7da09f18657224d73831e1c77184e