Oct 12 12:29:04.002 INFO checking tecywiz121/muxr against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 12:29:04.003 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 12:29:04.400 INFO blam! 7ec1f46f6528e17136cdad70837b78d5fb8dc2658bd2a227f067e62f22ceb5d3 Oct 12 12:29:04.403 INFO running `"docker" "start" "-a" "7ec1f46f6528e17136cdad70837b78d5fb8dc2658bd2a227f067e62f22ceb5d3"` Oct 12 12:29:05.348 INFO kablam! usermod: no changes Oct 12 12:29:05.523 INFO kablam! Compiling ndarray v0.11.2 Oct 12 12:29:05.523 INFO kablam! Checking utf8parse v0.1.0 Oct 12 12:29:05.525 INFO kablam! Compiling muxr_server v0.1.0 (/source/muxr_server) Oct 12 12:29:05.537 INFO kablam! Checking termion v1.5.1 Oct 12 12:29:05.537 INFO kablam! Checking daemonize v0.3.0 Oct 12 12:29:05.537 INFO kablam! Compiling proc-macro2 v0.4.8 Oct 12 12:29:05.537 INFO kablam! Checking itertools v0.7.8 Oct 12 12:29:05.537 INFO kablam! Checking num-complex v0.1.43 Oct 12 12:29:06.729 INFO kablam! Checking vte v0.3.2 Oct 12 12:29:07.900 INFO kablam! Checking error-chain v0.12.0 Oct 12 12:29:11.500 INFO kablam! Compiling quote v0.6.3 Oct 12 12:29:12.608 INFO kablam! Compiling syn v0.14.4 Oct 12 12:29:25.677 INFO kablam! Compiling serde_derive v1.0.70 Oct 12 12:29:41.009 INFO kablam! Checking muxr v0.1.0 (/source/muxr) Oct 12 12:29:43.117 INFO kablam! Checking muxr_client v0.1.0 (/source/muxr_client) Oct 12 12:29:46.104 INFO kablam! warning: unused variable: `daemonize` Oct 12 12:29:46.105 INFO kablam! --> muxr_server/src/main.rs:50:9 Oct 12 12:29:46.105 INFO kablam! | Oct 12 12:29:46.105 INFO kablam! 50 | let daemonize = daemonize::Daemonize::new() Oct 12 12:29:46.106 INFO kablam! | ^^^^^^^^^ help: consider using `_daemonize` instead Oct 12 12:29:46.106 INFO kablam! | Oct 12 12:29:46.106 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:29:46.106 INFO kablam! Oct 12 12:29:46.107 INFO kablam! warning: unused variable: `writer` Oct 12 12:29:46.107 INFO kablam! --> muxr_server/src/main.rs:68:10 Oct 12 12:29:46.107 INFO kablam! | Oct 12 12:29:46.107 INFO kablam! 68 | let (writer, reader) = Framed::new(master, term::codec::VteCodec::new()).split(); Oct 12 12:29:46.108 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 12 12:29:46.108 INFO kablam! Oct 12 12:29:46.152 INFO kablam! warning: constant item is never used: `NUL` Oct 12 12:29:46.152 INFO kablam! --> muxr_server/src/term/codec.rs:113:5 Oct 12 12:29:46.152 INFO kablam! | Oct 12 12:29:46.152 INFO kablam! 113 | pub const NUL: u8 = 0x00; Oct 12 12:29:46.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.152 INFO kablam! | Oct 12 12:29:46.152 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 12:29:46.152 INFO kablam! Oct 12 12:29:46.152 INFO kablam! warning: constant item is never used: `SOH` Oct 12 12:29:46.152 INFO kablam! --> muxr_server/src/term/codec.rs:115:5 Oct 12 12:29:46.152 INFO kablam! | Oct 12 12:29:46.152 INFO kablam! 115 | pub const SOH: u8 = 0x01; Oct 12 12:29:46.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.152 INFO kablam! Oct 12 12:29:46.152 INFO kablam! warning: constant item is never used: `STX` Oct 12 12:29:46.152 INFO kablam! --> muxr_server/src/term/codec.rs:117:5 Oct 12 12:29:46.152 INFO kablam! | Oct 12 12:29:46.152 INFO kablam! 117 | pub const STX: u8 = 0x02; Oct 12 12:29:46.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.152 INFO kablam! Oct 12 12:29:46.152 INFO kablam! warning: constant item is never used: `ETX` Oct 12 12:29:46.152 INFO kablam! --> muxr_server/src/term/codec.rs:119:5 Oct 12 12:29:46.152 INFO kablam! | Oct 12 12:29:46.152 INFO kablam! 119 | pub const ETX: u8 = 0x03; Oct 12 12:29:46.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.152 INFO kablam! Oct 12 12:29:46.152 INFO kablam! warning: constant item is never used: `EOT` Oct 12 12:29:46.152 INFO kablam! --> muxr_server/src/term/codec.rs:121:5 Oct 12 12:29:46.152 INFO kablam! | Oct 12 12:29:46.152 INFO kablam! 121 | pub const EOT: u8 = 0x04; Oct 12 12:29:46.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.152 INFO kablam! Oct 12 12:29:46.152 INFO kablam! warning: constant item is never used: `ENQ` Oct 12 12:29:46.152 INFO kablam! --> muxr_server/src/term/codec.rs:123:5 Oct 12 12:29:46.152 INFO kablam! | Oct 12 12:29:46.152 INFO kablam! 123 | pub const ENQ: u8 = 0x05; Oct 12 12:29:46.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.152 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `ACK` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:125:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 125 | pub const ACK: u8 = 0x06; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `BEL` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:127:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 127 | pub const BEL: u8 = 0x07; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `SO` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:141:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 141 | pub const SO: u8 = 0x0E; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `SI` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:143:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 143 | pub const SI: u8 = 0x0F; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `DLE` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:145:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 145 | pub const DLE: u8 = 0x10; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `XON` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:147:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 147 | pub const XON: u8 = 0x11; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `DC2` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:149:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 149 | pub const DC2: u8 = 0x12; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `XOFF` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:151:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 151 | pub const XOFF: u8 = 0x13; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `DC4` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:153:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 153 | pub const DC4: u8 = 0x14; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `NAK` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:155:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 155 | pub const NAK: u8 = 0x15; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `SYN` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:157:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 157 | pub const SYN: u8 = 0x16; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `ETB` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:159:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 159 | pub const ETB: u8 = 0x17; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `CAN` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:161:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 161 | pub const CAN: u8 = 0x18; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `EM` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:163:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 163 | pub const EM: u8 = 0x19; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `SUB` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:165:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 165 | pub const SUB: u8 = 0x1A; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `ESC` Oct 12 12:29:46.153 INFO kablam! --> muxr_server/src/term/codec.rs:167:5 Oct 12 12:29:46.153 INFO kablam! | Oct 12 12:29:46.153 INFO kablam! 167 | pub const ESC: u8 = 0x1B; Oct 12 12:29:46.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.153 INFO kablam! Oct 12 12:29:46.153 INFO kablam! warning: constant item is never used: `FS` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:169:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 169 | pub const FS: u8 = 0x1C; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `GS` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:171:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 171 | pub const GS: u8 = 0x1D; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `RS` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:173:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 173 | pub const RS: u8 = 0x1E; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `US` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:175:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 175 | pub const US: u8 = 0x1F; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `DEL` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:177:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 177 | pub const DEL: u8 = 0x7f; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `PAD` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:189:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 189 | pub const PAD: u8 = 0x80; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `HOP` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:191:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 191 | pub const HOP: u8 = 0x81; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `BPH` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:193:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 193 | pub const BPH: u8 = 0x82; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `NBH` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:195:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 195 | pub const NBH: u8 = 0x83; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `IND` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:197:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 197 | pub const IND: u8 = 0x84; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `SSA` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:201:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 201 | pub const SSA: u8 = 0x86; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `ESA` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:203:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 203 | pub const ESA: u8 = 0x87; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `HTS` Oct 12 12:29:46.154 INFO kablam! --> muxr_server/src/term/codec.rs:205:5 Oct 12 12:29:46.154 INFO kablam! | Oct 12 12:29:46.154 INFO kablam! 205 | pub const HTS: u8 = 0x88; Oct 12 12:29:46.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.154 INFO kablam! Oct 12 12:29:46.154 INFO kablam! warning: constant item is never used: `HTJ` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:207:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 207 | pub const HTJ: u8 = 0x89; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `VTS` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:209:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 209 | pub const VTS: u8 = 0x8A; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `PLD` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:211:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 211 | pub const PLD: u8 = 0x8B; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `PLU` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:213:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 213 | pub const PLU: u8 = 0x8C; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `RI` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:215:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 215 | pub const RI: u8 = 0x8D; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `SS2` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:217:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 217 | pub const SS2: u8 = 0x8E; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `SS3` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:219:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 219 | pub const SS3: u8 = 0x8F; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `DCS` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:221:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 221 | pub const DCS: u8 = 0x90; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `PU1` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:223:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 223 | pub const PU1: u8 = 0x91; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `PU2` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:225:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 225 | pub const PU2: u8 = 0x92; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `STS` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:227:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 227 | pub const STS: u8 = 0x93; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `CCH` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:229:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 229 | pub const CCH: u8 = 0x94; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `MW` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:231:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 231 | pub const MW: u8 = 0x95; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `SPA` Oct 12 12:29:46.155 INFO kablam! --> muxr_server/src/term/codec.rs:233:5 Oct 12 12:29:46.155 INFO kablam! | Oct 12 12:29:46.155 INFO kablam! 233 | pub const SPA: u8 = 0x96; Oct 12 12:29:46.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.155 INFO kablam! Oct 12 12:29:46.155 INFO kablam! warning: constant item is never used: `EPA` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/codec.rs:235:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 235 | pub const EPA: u8 = 0x97; Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: constant item is never used: `SOS` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/codec.rs:237:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 237 | pub const SOS: u8 = 0x98; Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: constant item is never used: `SGCI` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/codec.rs:239:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 239 | pub const SGCI: u8 = 0x99; Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: constant item is never used: `DECID` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/codec.rs:241:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 241 | pub const DECID: u8 = 0x9a; Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: constant item is never used: `CSI` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/codec.rs:243:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 243 | pub const CSI: u8 = 0x9B; Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: constant item is never used: `ST` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/codec.rs:245:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 245 | pub const ST: u8 = 0x9C; Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: constant item is never used: `OSC` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/codec.rs:247:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 247 | pub const OSC: u8 = 0x9D; Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: constant item is never used: `PM` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/codec.rs:249:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 249 | pub const PM: u8 = 0x9E; Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: constant item is never used: `APC` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/codec.rs:251:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 251 | pub const APC: u8 = 0x9F; Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: variant is never constructed: `Bytes` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/mod.rs:11:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 11 | Bytes(BytesMut), Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: variant is never constructed: `SetCursorStyle` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/mod.rs:18:5 Oct 12 12:29:46.156 INFO kablam! | Oct 12 12:29:46.156 INFO kablam! 18 | SetCursorStyle(CursorStyle), Oct 12 12:29:46.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.156 INFO kablam! Oct 12 12:29:46.156 INFO kablam! warning: variant is never constructed: `Goto` Oct 12 12:29:46.156 INFO kablam! --> muxr_server/src/term/mod.rs:20:5 Oct 12 12:29:46.157 INFO kablam! | Oct 12 12:29:46.157 INFO kablam! 20 | Goto { row: Row, col: Col }, Oct 12 12:29:46.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.157 INFO kablam! Oct 12 12:29:46.157 INFO kablam! warning: variant is never constructed: `GotoRow` Oct 12 12:29:46.157 INFO kablam! --> muxr_server/src/term/mod.rs:21:5 Oct 12 12:29:46.157 INFO kablam! | Oct 12 12:29:46.157 INFO kablam! 21 | GotoRow(Row), Oct 12 12:29:46.157 INFO kablam! | ^^^^^^^^^^^^ Oct 12 12:29:46.157 INFO kablam! Oct 12 12:29:46.157 INFO kablam! warning: variant is never constructed: `GotoCol` Oct 12 12:29:46.157 INFO kablam! --> muxr_server/src/term/mod.rs:22:5 Oct 12 12:29:46.157 INFO kablam! | Oct 12 12:29:46.157 INFO kablam! 22 | GotoCol(Col), Oct 12 12:29:46.157 INFO kablam! | ^^^^^^^^^^^^ Oct 12 12:29:46.157 INFO kablam! Oct 12 12:29:46.160 INFO kablam! warning: variant is never constructed: `MoveUp` Oct 12 12:29:46.160 INFO kablam! --> muxr_server/src/term/mod.rs:24:5 Oct 12 12:29:46.160 INFO kablam! | Oct 12 12:29:46.160 INFO kablam! 24 | MoveUp(Row), Oct 12 12:29:46.160 INFO kablam! | ^^^^^^^^^^^ Oct 12 12:29:46.160 INFO kablam! Oct 12 12:29:46.160 INFO kablam! warning: variant is never constructed: `MoveDown` Oct 12 12:29:46.160 INFO kablam! --> muxr_server/src/term/mod.rs:25:5 Oct 12 12:29:46.160 INFO kablam! | Oct 12 12:29:46.160 INFO kablam! 25 | MoveDown(Row), Oct 12 12:29:46.160 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 12:29:46.160 INFO kablam! Oct 12 12:29:46.160 INFO kablam! warning: variant is never constructed: `MoreForward` Oct 12 12:29:46.160 INFO kablam! --> muxr_server/src/term/mod.rs:28:5 Oct 12 12:29:46.160 INFO kablam! | Oct 12 12:29:46.160 INFO kablam! 28 | MoreForward(Col), Oct 12 12:29:46.160 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 12:29:46.160 INFO kablam! Oct 12 12:29:46.160 INFO kablam! warning: variant is never constructed: `MoveBackward` Oct 12 12:29:46.160 INFO kablam! --> muxr_server/src/term/mod.rs:29:5 Oct 12 12:29:46.160 INFO kablam! | Oct 12 12:29:46.160 INFO kablam! 29 | MoveBackward(Col), Oct 12 12:29:46.160 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.160 INFO kablam! Oct 12 12:29:46.160 INFO kablam! warning: variant is never constructed: `MoveDownAndReturn` Oct 12 12:29:46.160 INFO kablam! --> muxr_server/src/term/mod.rs:30:5 Oct 12 12:29:46.160 INFO kablam! | Oct 12 12:29:46.160 INFO kablam! 30 | MoveDownAndReturn(Row), Oct 12 12:29:46.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.160 INFO kablam! Oct 12 12:29:46.160 INFO kablam! warning: variant is never constructed: `MoveUpAndReturn` Oct 12 12:29:46.160 INFO kablam! --> muxr_server/src/term/mod.rs:31:5 Oct 12 12:29:46.160 INFO kablam! | Oct 12 12:29:46.160 INFO kablam! 31 | MoveUpAndReturn(Row), Oct 12 12:29:46.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.160 INFO kablam! Oct 12 12:29:46.164 INFO kablam! warning: variant is never constructed: `SetColor` Oct 12 12:29:46.164 INFO kablam! --> muxr_server/src/term/mod.rs:63:5 Oct 12 12:29:46.164 INFO kablam! | Oct 12 12:29:46.164 INFO kablam! 63 | SetColor(usize, Color), Oct 12 12:29:46.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.164 INFO kablam! Oct 12 12:29:46.164 INFO kablam! warning: variant is never constructed: `ResetColor` Oct 12 12:29:46.164 INFO kablam! --> muxr_server/src/term/mod.rs:64:5 Oct 12 12:29:46.164 INFO kablam! | Oct 12 12:29:46.164 INFO kablam! 64 | ResetColor(usize), Oct 12 12:29:46.164 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.164 INFO kablam! Oct 12 12:29:46.387 INFO kablam! warning: unused variable: `daemonize` Oct 12 12:29:46.387 INFO kablam! --> muxr_server/src/main.rs:50:9 Oct 12 12:29:46.387 INFO kablam! | Oct 12 12:29:46.387 INFO kablam! 50 | let daemonize = daemonize::Daemonize::new() Oct 12 12:29:46.387 INFO kablam! | ^^^^^^^^^ help: consider using `_daemonize` instead Oct 12 12:29:46.387 INFO kablam! | Oct 12 12:29:46.387 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 12:29:46.387 INFO kablam! Oct 12 12:29:46.387 INFO kablam! warning: unused variable: `writer` Oct 12 12:29:46.387 INFO kablam! --> muxr_server/src/main.rs:68:10 Oct 12 12:29:46.387 INFO kablam! | Oct 12 12:29:46.387 INFO kablam! 68 | let (writer, reader) = Framed::new(master, term::codec::VteCodec::new()).split(); Oct 12 12:29:46.387 INFO kablam! | ^^^^^^ help: consider using `_writer` instead Oct 12 12:29:46.387 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `NUL` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:113:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 113 | pub const NUL: u8 = 0x00; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `SOH` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:115:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 115 | pub const SOH: u8 = 0x01; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `STX` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:117:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 117 | pub const STX: u8 = 0x02; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `ETX` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:119:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 119 | pub const ETX: u8 = 0x03; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `EOT` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:121:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 121 | pub const EOT: u8 = 0x04; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `ENQ` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:123:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 123 | pub const ENQ: u8 = 0x05; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `ACK` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:125:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 125 | pub const ACK: u8 = 0x06; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `BEL` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:127:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 127 | pub const BEL: u8 = 0x07; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `SO` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:141:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 141 | pub const SO: u8 = 0x0E; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `SI` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:143:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 143 | pub const SI: u8 = 0x0F; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `DLE` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:145:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 145 | pub const DLE: u8 = 0x10; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `XON` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:147:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 147 | pub const XON: u8 = 0x11; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `DC2` Oct 12 12:29:46.466 INFO kablam! --> muxr_server/src/term/codec.rs:149:5 Oct 12 12:29:46.466 INFO kablam! | Oct 12 12:29:46.466 INFO kablam! 149 | pub const DC2: u8 = 0x12; Oct 12 12:29:46.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.466 INFO kablam! Oct 12 12:29:46.466 INFO kablam! warning: constant item is never used: `XOFF` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:151:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 151 | pub const XOFF: u8 = 0x13; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `DC4` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:153:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 153 | pub const DC4: u8 = 0x14; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `NAK` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:155:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 155 | pub const NAK: u8 = 0x15; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `SYN` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:157:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 157 | pub const SYN: u8 = 0x16; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `ETB` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:159:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 159 | pub const ETB: u8 = 0x17; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `CAN` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:161:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 161 | pub const CAN: u8 = 0x18; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `EM` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:163:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 163 | pub const EM: u8 = 0x19; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `SUB` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:165:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 165 | pub const SUB: u8 = 0x1A; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `ESC` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:167:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 167 | pub const ESC: u8 = 0x1B; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `FS` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:169:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 169 | pub const FS: u8 = 0x1C; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `GS` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:171:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 171 | pub const GS: u8 = 0x1D; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `RS` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:173:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 173 | pub const RS: u8 = 0x1E; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `US` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:175:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 175 | pub const US: u8 = 0x1F; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `DEL` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:177:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 177 | pub const DEL: u8 = 0x7f; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `PAD` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:189:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.467 INFO kablam! 189 | pub const PAD: u8 = 0x80; Oct 12 12:29:46.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.467 INFO kablam! Oct 12 12:29:46.467 INFO kablam! warning: constant item is never used: `HOP` Oct 12 12:29:46.467 INFO kablam! --> muxr_server/src/term/codec.rs:191:5 Oct 12 12:29:46.467 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 191 | pub const HOP: u8 = 0x81; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `BPH` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:193:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 193 | pub const BPH: u8 = 0x82; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `NBH` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:195:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 195 | pub const NBH: u8 = 0x83; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `IND` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:197:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 197 | pub const IND: u8 = 0x84; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `SSA` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:201:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 201 | pub const SSA: u8 = 0x86; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `ESA` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:203:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 203 | pub const ESA: u8 = 0x87; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `HTS` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:205:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 205 | pub const HTS: u8 = 0x88; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `HTJ` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:207:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 207 | pub const HTJ: u8 = 0x89; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `VTS` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:209:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 209 | pub const VTS: u8 = 0x8A; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `PLD` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:211:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 211 | pub const PLD: u8 = 0x8B; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `PLU` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:213:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 213 | pub const PLU: u8 = 0x8C; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `RI` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:215:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 215 | pub const RI: u8 = 0x8D; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `SS2` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:217:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 217 | pub const SS2: u8 = 0x8E; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `SS3` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:219:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 219 | pub const SS3: u8 = 0x8F; Oct 12 12:29:46.468 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.468 INFO kablam! Oct 12 12:29:46.468 INFO kablam! warning: constant item is never used: `DCS` Oct 12 12:29:46.468 INFO kablam! --> muxr_server/src/term/codec.rs:221:5 Oct 12 12:29:46.468 INFO kablam! | Oct 12 12:29:46.468 INFO kablam! 221 | pub const DCS: u8 = 0x90; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `PU1` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:223:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 223 | pub const PU1: u8 = 0x91; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `PU2` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:225:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 225 | pub const PU2: u8 = 0x92; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `STS` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:227:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 227 | pub const STS: u8 = 0x93; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `CCH` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:229:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 229 | pub const CCH: u8 = 0x94; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `MW` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:231:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 231 | pub const MW: u8 = 0x95; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `SPA` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:233:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 233 | pub const SPA: u8 = 0x96; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `EPA` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:235:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 235 | pub const EPA: u8 = 0x97; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `SOS` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:237:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 237 | pub const SOS: u8 = 0x98; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `SGCI` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:239:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 239 | pub const SGCI: u8 = 0x99; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `DECID` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:241:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 241 | pub const DECID: u8 = 0x9a; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `CSI` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:243:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 243 | pub const CSI: u8 = 0x9B; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `ST` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:245:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 245 | pub const ST: u8 = 0x9C; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `OSC` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:247:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 247 | pub const OSC: u8 = 0x9D; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `PM` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:249:5 Oct 12 12:29:46.469 INFO kablam! | Oct 12 12:29:46.469 INFO kablam! 249 | pub const PM: u8 = 0x9E; Oct 12 12:29:46.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.469 INFO kablam! Oct 12 12:29:46.469 INFO kablam! warning: constant item is never used: `APC` Oct 12 12:29:46.469 INFO kablam! --> muxr_server/src/term/codec.rs:251:5 Oct 12 12:29:46.470 INFO kablam! | Oct 12 12:29:46.470 INFO kablam! 251 | pub const APC: u8 = 0x9F; Oct 12 12:29:46.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.470 INFO kablam! Oct 12 12:29:46.470 INFO kablam! warning: variant is never constructed: `Bytes` Oct 12 12:29:46.470 INFO kablam! --> muxr_server/src/term/mod.rs:11:5 Oct 12 12:29:46.470 INFO kablam! | Oct 12 12:29:46.470 INFO kablam! 11 | Bytes(BytesMut), Oct 12 12:29:46.470 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 12:29:46.470 INFO kablam! Oct 12 12:29:46.470 INFO kablam! warning: variant is never constructed: `SetCursorStyle` Oct 12 12:29:46.470 INFO kablam! --> muxr_server/src/term/mod.rs:18:5 Oct 12 12:29:46.470 INFO kablam! | Oct 12 12:29:46.470 INFO kablam! 18 | SetCursorStyle(CursorStyle), Oct 12 12:29:46.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.470 INFO kablam! Oct 12 12:29:46.470 INFO kablam! warning: variant is never constructed: `Goto` Oct 12 12:29:46.470 INFO kablam! --> muxr_server/src/term/mod.rs:20:5 Oct 12 12:29:46.470 INFO kablam! | Oct 12 12:29:46.470 INFO kablam! 20 | Goto { row: Row, col: Col }, Oct 12 12:29:46.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.470 INFO kablam! Oct 12 12:29:46.470 INFO kablam! warning: variant is never constructed: `GotoRow` Oct 12 12:29:46.470 INFO kablam! --> muxr_server/src/term/mod.rs:21:5 Oct 12 12:29:46.470 INFO kablam! | Oct 12 12:29:46.471 INFO kablam! 21 | GotoRow(Row), Oct 12 12:29:46.471 INFO kablam! | ^^^^^^^^^^^^ Oct 12 12:29:46.471 INFO kablam! Oct 12 12:29:46.471 INFO kablam! warning: variant is never constructed: `GotoCol` Oct 12 12:29:46.471 INFO kablam! --> muxr_server/src/term/mod.rs:22:5 Oct 12 12:29:46.471 INFO kablam! | Oct 12 12:29:46.471 INFO kablam! 22 | GotoCol(Col), Oct 12 12:29:46.471 INFO kablam! | ^^^^^^^^^^^^ Oct 12 12:29:46.471 INFO kablam! Oct 12 12:29:46.471 INFO kablam! warning: variant is never constructed: `MoveUp` Oct 12 12:29:46.471 INFO kablam! --> muxr_server/src/term/mod.rs:24:5 Oct 12 12:29:46.471 INFO kablam! | Oct 12 12:29:46.471 INFO kablam! 24 | MoveUp(Row), Oct 12 12:29:46.471 INFO kablam! | ^^^^^^^^^^^ Oct 12 12:29:46.471 INFO kablam! Oct 12 12:29:46.471 INFO kablam! warning: variant is never constructed: `MoveDown` Oct 12 12:29:46.471 INFO kablam! --> muxr_server/src/term/mod.rs:25:5 Oct 12 12:29:46.471 INFO kablam! | Oct 12 12:29:46.471 INFO kablam! 25 | MoveDown(Row), Oct 12 12:29:46.471 INFO kablam! | ^^^^^^^^^^^^^ Oct 12 12:29:46.471 INFO kablam! Oct 12 12:29:46.471 INFO kablam! warning: variant is never constructed: `MoreForward` Oct 12 12:29:46.471 INFO kablam! --> muxr_server/src/term/mod.rs:28:5 Oct 12 12:29:46.471 INFO kablam! | Oct 12 12:29:46.471 INFO kablam! 28 | MoreForward(Col), Oct 12 12:29:46.471 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 12:29:46.471 INFO kablam! Oct 12 12:29:46.471 INFO kablam! warning: variant is never constructed: `MoveBackward` Oct 12 12:29:46.471 INFO kablam! --> muxr_server/src/term/mod.rs:29:5 Oct 12 12:29:46.471 INFO kablam! | Oct 12 12:29:46.471 INFO kablam! 29 | MoveBackward(Col), Oct 12 12:29:46.471 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.471 INFO kablam! Oct 12 12:29:46.471 INFO kablam! warning: variant is never constructed: `MoveDownAndReturn` Oct 12 12:29:46.471 INFO kablam! --> muxr_server/src/term/mod.rs:30:5 Oct 12 12:29:46.471 INFO kablam! | Oct 12 12:29:46.471 INFO kablam! 30 | MoveDownAndReturn(Row), Oct 12 12:29:46.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.471 INFO kablam! Oct 12 12:29:46.471 INFO kablam! warning: variant is never constructed: `MoveUpAndReturn` Oct 12 12:29:46.471 INFO kablam! --> muxr_server/src/term/mod.rs:31:5 Oct 12 12:29:46.471 INFO kablam! | Oct 12 12:29:46.471 INFO kablam! 31 | MoveUpAndReturn(Row), Oct 12 12:29:46.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.471 INFO kablam! Oct 12 12:29:46.471 INFO kablam! warning: variant is never constructed: `SetColor` Oct 12 12:29:46.471 INFO kablam! --> muxr_server/src/term/mod.rs:63:5 Oct 12 12:29:46.471 INFO kablam! | Oct 12 12:29:46.471 INFO kablam! 63 | SetColor(usize, Color), Oct 12 12:29:46.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.472 INFO kablam! Oct 12 12:29:46.472 INFO kablam! warning: variant is never constructed: `ResetColor` Oct 12 12:29:46.472 INFO kablam! --> muxr_server/src/term/mod.rs:64:5 Oct 12 12:29:46.472 INFO kablam! | Oct 12 12:29:46.472 INFO kablam! 64 | ResetColor(usize), Oct 12 12:29:46.472 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 12:29:46.472 INFO kablam! Oct 12 12:29:46.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.16s Oct 12 12:29:46.539 INFO kablam! su: No module specific data is present Oct 12 12:29:47.337 INFO running `"docker" "rm" "-f" "7ec1f46f6528e17136cdad70837b78d5fb8dc2658bd2a227f067e62f22ceb5d3"` Oct 12 12:29:47.697 INFO blam! 7ec1f46f6528e17136cdad70837b78d5fb8dc2658bd2a227f067e62f22ceb5d3