Oct 26 22:41:59.469 INFO checking problame/rust-srs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 22:41:59.469 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 22:41:59.896 INFO blam! da49173316170b66ff8f06bd39b78580fb8ec46a980e23d4ca6b7d3b9a2219d6 Oct 26 22:41:59.899 INFO running `"docker" "start" "-a" "da49173316170b66ff8f06bd39b78580fb8ec46a980e23d4ca6b7d3b9a2219d6"` Oct 26 22:42:01.023 INFO kablam! usermod: no changes Oct 26 22:42:01.197 INFO kablam! Checking rustsrsd v0.1.0 (/source) Oct 26 22:42:01.721 INFO kablam! warning: unused import: `base64_email_safe_decode` Oct 26 22:42:01.721 INFO kablam! --> src/srs/transformers.rs:12:42 Oct 26 22:42:01.721 INFO kablam! | Oct 26 22:42:01.721 INFO kablam! 12 | use srs::util::{base64_email_safe_encode,base64_email_safe_decode}; Oct 26 22:42:01.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:01.721 INFO kablam! | Oct 26 22:42:01.721 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:42:01.721 INFO kablam! Oct 26 22:42:01.721 INFO kablam! warning: unused import: `openssl::hash::MessageDigest` Oct 26 22:42:01.721 INFO kablam! --> src/main.rs:7:5 Oct 26 22:42:01.721 INFO kablam! | Oct 26 22:42:01.722 INFO kablam! 7 | use openssl::hash::MessageDigest; Oct 26 22:42:01.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:01.722 INFO kablam! Oct 26 22:42:01.722 INFO kablam! warning: unused import: `Write` Oct 26 22:42:01.722 INFO kablam! --> src/main.rs:12:20 Oct 26 22:42:01.722 INFO kablam! | Oct 26 22:42:01.722 INFO kablam! 12 | use std::io::{Read,Write}; Oct 26 22:42:01.722 INFO kablam! | ^^^^^ Oct 26 22:42:01.722 INFO kablam! Oct 26 22:42:01.755 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 26 22:42:01.755 INFO kablam! --> src/srs/transformers.rs:8:5 Oct 26 22:42:01.755 INFO kablam! | Oct 26 22:42:01.755 INFO kablam! 8 | use std::ascii::AsciiExt; Oct 26 22:42:01.755 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:01.755 INFO kablam! | Oct 26 22:42:01.755 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 22:42:01.755 INFO kablam! Oct 26 22:42:01.951 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 26 22:42:01.951 INFO kablam! --> src/srs/transformers.rs:8:5 Oct 26 22:42:01.951 INFO kablam! | Oct 26 22:42:01.951 INFO kablam! 8 | use std::ascii::AsciiExt; Oct 26 22:42:01.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:01.951 INFO kablam! Oct 26 22:42:01.978 INFO kablam! warning: unused variable: `substr` Oct 26 22:42:01.978 INFO kablam! --> src/srs/transformers.rs:149:30 Oct 26 22:42:01.978 INFO kablam! | Oct 26 22:42:01.978 INFO kablam! 149 | fn is_email_compatible_ascii(substr: &[u8]) -> bool { Oct 26 22:42:01.978 INFO kablam! | ^^^^^^ help: consider using `_substr` instead Oct 26 22:42:01.978 INFO kablam! | Oct 26 22:42:01.978 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:42:01.978 INFO kablam! Oct 26 22:42:01.978 INFO kablam! warning: unused variable: `e` Oct 26 22:42:01.978 INFO kablam! --> src/main.rs:33:13 Oct 26 22:42:01.978 INFO kablam! | Oct 26 22:42:01.978 INFO kablam! 33 | Err(e) => { Oct 26 22:42:01.978 INFO kablam! | ^ help: consider using `_e` instead Oct 26 22:42:01.978 INFO kablam! Oct 26 22:42:01.978 INFO kablam! warning: unused variable: `e` Oct 26 22:42:01.978 INFO kablam! --> src/main.rs:44:17 Oct 26 22:42:01.978 INFO kablam! | Oct 26 22:42:01.978 INFO kablam! 44 | Err(e) => { Oct 26 22:42:01.979 INFO kablam! | ^ help: consider using `_e` instead Oct 26 22:42:01.979 INFO kablam! Oct 26 22:42:01.979 INFO kablam! warning: value assigned to `res` is never read Oct 26 22:42:01.979 INFO kablam! --> src/srs/transformers.rs:59:17 Oct 26 22:42:01.979 INFO kablam! | Oct 26 22:42:01.979 INFO kablam! 59 | let mut res: u16 = 0; Oct 26 22:42:01.979 INFO kablam! | ^^^ Oct 26 22:42:01.979 INFO kablam! | Oct 26 22:42:01.979 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 22:42:01.979 INFO kablam! Oct 26 22:42:01.979 INFO kablam! warning: unused import: `base64_email_safe_decode` Oct 26 22:42:01.979 INFO kablam! --> src/srs/transformers.rs:12:42 Oct 26 22:42:01.979 INFO kablam! | Oct 26 22:42:01.979 INFO kablam! 12 | use srs::util::{base64_email_safe_encode,base64_email_safe_decode}; Oct 26 22:42:01.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:01.979 INFO kablam! | Oct 26 22:42:01.979 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:42:01.979 INFO kablam! Oct 26 22:42:01.979 INFO kablam! warning: unused import: `ForwarderError` Oct 26 22:42:01.979 INFO kablam! --> src/srs/transformer_tests.rs:6:62 Oct 26 22:42:01.979 INFO kablam! | Oct 26 22:42:01.979 INFO kablam! 6 | use srs::transformers::{Receiver,ReceiverError,Forwarder,ForwarderError,Timestamper,SRSTimestamper}; Oct 26 22:42:01.979 INFO kablam! | ^^^^^^^^^^^^^^ Oct 26 22:42:01.980 INFO kablam! Oct 26 22:42:01.980 INFO kablam! warning: unused import: `Forwarder` Oct 26 22:42:01.980 INFO kablam! --> src/srs/transformer_tests.rs:135:52 Oct 26 22:42:01.980 INFO kablam! | Oct 26 22:42:01.980 INFO kablam! 135 | use srs::transformers::{ForwardableAddress,Forwarder}; Oct 26 22:42:01.980 INFO kablam! | ^^^^^^^^^ Oct 26 22:42:01.980 INFO kablam! Oct 26 22:42:01.980 INFO kablam! warning: unused import: `Forwarder` Oct 26 22:42:01.980 INFO kablam! --> src/srs/transformer_tests.rs:163:52 Oct 26 22:42:01.980 INFO kablam! | Oct 26 22:42:01.980 INFO kablam! 163 | use srs::transformers::{ForwardableAddress,Forwarder}; Oct 26 22:42:01.980 INFO kablam! | ^^^^^^^^^ Oct 26 22:42:01.980 INFO kablam! Oct 26 22:42:01.980 INFO kablam! warning: unused import: `SRS1` Oct 26 22:42:01.980 INFO kablam! --> src/srs/transformer_tests.rs:164:44 Oct 26 22:42:01.980 INFO kablam! | Oct 26 22:42:01.980 INFO kablam! 164 | use srs::parser::SRSAddress::{SRS0,SRS1}; Oct 26 22:42:01.980 INFO kablam! | ^^^^ Oct 26 22:42:01.980 INFO kablam! Oct 26 22:42:01.980 INFO kablam! warning: unused import: `Forwarder` Oct 26 22:42:01.980 INFO kablam! --> src/srs/transformer_tests.rs:197:52 Oct 26 22:42:01.980 INFO kablam! | Oct 26 22:42:01.981 INFO kablam! 197 | use srs::transformers::{ForwardableAddress,Forwarder}; Oct 26 22:42:01.981 INFO kablam! | ^^^^^^^^^ Oct 26 22:42:01.981 INFO kablam! Oct 26 22:42:01.981 INFO kablam! warning: unused import: `SRS0` Oct 26 22:42:01.981 INFO kablam! --> src/srs/transformer_tests.rs:198:39 Oct 26 22:42:01.981 INFO kablam! | Oct 26 22:42:01.981 INFO kablam! 198 | use srs::parser::SRSAddress::{SRS0,SRS1}; Oct 26 22:42:01.981 INFO kablam! | ^^^^ Oct 26 22:42:01.981 INFO kablam! Oct 26 22:42:01.981 INFO kablam! warning: unused imports: `ForwardableAddress`, `Forwarder` Oct 26 22:42:01.981 INFO kablam! --> src/srs/transformer_tests.rs:226:33 Oct 26 22:42:01.981 INFO kablam! | Oct 26 22:42:01.981 INFO kablam! 226 | use srs::transformers::{ForwardableAddress,Forwarder}; Oct 26 22:42:01.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^ Oct 26 22:42:01.981 INFO kablam! Oct 26 22:42:01.981 INFO kablam! warning: unused import: `openssl::hash::MessageDigest` Oct 26 22:42:01.981 INFO kablam! --> src/main.rs:7:5 Oct 26 22:42:01.981 INFO kablam! | Oct 26 22:42:01.981 INFO kablam! 7 | use openssl::hash::MessageDigest; Oct 26 22:42:01.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:01.981 INFO kablam! Oct 26 22:42:01.981 INFO kablam! warning: unused import: `Write` Oct 26 22:42:01.981 INFO kablam! --> src/main.rs:12:20 Oct 26 22:42:01.982 INFO kablam! | Oct 26 22:42:01.982 INFO kablam! 12 | use std::io::{Read,Write}; Oct 26 22:42:01.982 INFO kablam! | ^^^^^ Oct 26 22:42:01.982 INFO kablam! Oct 26 22:42:02.027 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 26 22:42:02.027 INFO kablam! --> src/srs/transformers.rs:8:5 Oct 26 22:42:02.027 INFO kablam! | Oct 26 22:42:02.027 INFO kablam! 8 | use std::ascii::AsciiExt; Oct 26 22:42:02.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.027 INFO kablam! | Oct 26 22:42:02.027 INFO kablam! = note: #[warn(deprecated)] on by default Oct 26 22:42:02.027 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: method is never used: `get_version` Oct 26 22:42:02.043 INFO kablam! --> src/srs/parser.rs:11:5 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 11 | fn get_version(&self) -> u8 { Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: method is never used: `is_0` Oct 26 22:42:02.043 INFO kablam! --> src/srs/parser.rs:17:5 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 17 | pub fn is_0(&self) -> bool { return self.get_version() == 0; } Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: method is never used: `is_1` Oct 26 22:42:02.043 INFO kablam! --> src/srs/parser.rs:18:5 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 18 | pub fn is_1(&self) -> bool { return self.get_version() == 1; } Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: method is never used: `srs0` Oct 26 22:42:02.043 INFO kablam! --> src/srs/parser.rs:19:5 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 19 | pub fn srs0(self) -> SRS0Address { Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: method is never used: `srs1` Oct 26 22:42:02.043 INFO kablam! --> src/srs/parser.rs:25:5 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 25 | pub fn srs1(self) -> SRS1Address { Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: function is never used: `is_valid_srs_separator` Oct 26 22:42:02.043 INFO kablam! --> src/srs/transformers.rs:157:1 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 157 | fn is_valid_srs_separator(separator: &str) -> bool { Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: struct is never constructed: `Forwarder` Oct 26 22:42:02.043 INFO kablam! --> src/srs/transformers.rs:256:1 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 256 | pub struct Forwarder where T: Timestamper { Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: enum is never used: `ForwarderInitializationError` Oct 26 22:42:02.043 INFO kablam! --> src/srs/transformers.rs:265:1 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 265 | pub enum ForwarderInitializationError { Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: enum is never used: `ForwarderError` Oct 26 22:42:02.043 INFO kablam! --> src/srs/transformers.rs:271:1 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 271 | pub enum ForwarderError { Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: enum is never used: `ForwardableAddress` Oct 26 22:42:02.043 INFO kablam! --> src/srs/transformers.rs:276:1 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 276 | pub enum ForwardableAddress { Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: method is never used: `new` Oct 26 22:42:02.043 INFO kablam! --> src/srs/transformers.rs:286:5 Oct 26 22:42:02.043 INFO kablam! | Oct 26 22:42:02.043 INFO kablam! 286 | pub fn new(secret: Vec, hostname: Vec, md: MessageDigest, separator: &str, timestamper: T) -> Result,ForwarderInitializationError> { Oct 26 22:42:02.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.043 INFO kablam! Oct 26 22:42:02.043 INFO kablam! warning: method is never used: `update_hash` Oct 26 22:42:02.043 INFO kablam! --> src/srs/transformers.rs:307:5 Oct 26 22:42:02.044 INFO kablam! | Oct 26 22:42:02.044 INFO kablam! 307 | fn update_hash(&self, address: &mut SRSAddress) -> Result<(), ForwarderError> { Oct 26 22:42:02.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.044 INFO kablam! Oct 26 22:42:02.044 INFO kablam! warning: method is never used: `forward` Oct 26 22:42:02.044 INFO kablam! --> src/srs/transformers.rs:319:5 Oct 26 22:42:02.044 INFO kablam! | Oct 26 22:42:02.044 INFO kablam! 319 | pub fn forward(&self, address: ForwardableAddress) -> Result { Oct 26 22:42:02.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.044 INFO kablam! Oct 26 22:42:02.044 INFO kablam! warning: variant is never constructed: `DecodingErr` Oct 26 22:42:02.044 INFO kablam! --> src/srs/util.rs:4:5 Oct 26 22:42:02.044 INFO kablam! | Oct 26 22:42:02.044 INFO kablam! 4 | DecodingErr, Oct 26 22:42:02.044 INFO kablam! | ^^^^^^^^^^^ Oct 26 22:42:02.044 INFO kablam! Oct 26 22:42:02.044 INFO kablam! warning: function is never used: `base64_email_safe_decode` Oct 26 22:42:02.044 INFO kablam! --> src/srs/util.rs:38:1 Oct 26 22:42:02.044 INFO kablam! | Oct 26 22:42:02.044 INFO kablam! 38 | pub fn base64_email_safe_decode(s: &str) -> Result, Base64Err> { Oct 26 22:42:02.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.044 INFO kablam! Oct 26 22:42:02.044 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:42:02.044 INFO kablam! --> src/main.rs:97:17 Oct 26 22:42:02.044 INFO kablam! | Oct 26 22:42:02.044 INFO kablam! 97 | stream.shutdown(Shutdown::Both); Oct 26 22:42:02.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.044 INFO kablam! | Oct 26 22:42:02.044 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 22:42:02.044 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:42:02.044 INFO kablam! Oct 26 22:42:02.307 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 26 22:42:02.307 INFO kablam! --> src/srs/transformers.rs:8:5 Oct 26 22:42:02.307 INFO kablam! | Oct 26 22:42:02.307 INFO kablam! 8 | use std::ascii::AsciiExt; Oct 26 22:42:02.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.307 INFO kablam! Oct 26 22:42:02.343 INFO kablam! warning: unused variable: `substr` Oct 26 22:42:02.344 INFO kablam! --> src/srs/transformers.rs:149:30 Oct 26 22:42:02.344 INFO kablam! | Oct 26 22:42:02.344 INFO kablam! 149 | fn is_email_compatible_ascii(substr: &[u8]) -> bool { Oct 26 22:42:02.344 INFO kablam! | ^^^^^^ help: consider using `_substr` instead Oct 26 22:42:02.344 INFO kablam! | Oct 26 22:42:02.344 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:42:02.344 INFO kablam! Oct 26 22:42:02.344 INFO kablam! warning: unused variable: `ts` Oct 26 22:42:02.344 INFO kablam! --> src/srs/transformer_tests.rs:25:35 Oct 26 22:42:02.344 INFO kablam! | Oct 26 22:42:02.344 INFO kablam! 25 | verify: Box::new(|ts| Ok(())), Oct 26 22:42:02.344 INFO kablam! | ^^ help: consider using `_ts` instead Oct 26 22:42:02.344 INFO kablam! Oct 26 22:42:02.344 INFO kablam! warning: unused variable: `ts` Oct 26 22:42:02.344 INFO kablam! --> src/srs/transformer_tests.rs:124:35 Oct 26 22:42:02.344 INFO kablam! | Oct 26 22:42:02.344 INFO kablam! 124 | verify: Box::new(|ts| Err(23)), Oct 26 22:42:02.344 INFO kablam! | ^^ help: consider using `_ts` instead Oct 26 22:42:02.344 INFO kablam! Oct 26 22:42:02.344 INFO kablam! warning: unused variable: `e` Oct 26 22:42:02.344 INFO kablam! --> src/main.rs:33:13 Oct 26 22:42:02.344 INFO kablam! | Oct 26 22:42:02.344 INFO kablam! 33 | Err(e) => { Oct 26 22:42:02.344 INFO kablam! | ^ help: consider using `_e` instead Oct 26 22:42:02.345 INFO kablam! Oct 26 22:42:02.345 INFO kablam! warning: unused variable: `e` Oct 26 22:42:02.345 INFO kablam! --> src/main.rs:44:17 Oct 26 22:42:02.345 INFO kablam! | Oct 26 22:42:02.345 INFO kablam! 44 | Err(e) => { Oct 26 22:42:02.345 INFO kablam! | ^ help: consider using `_e` instead Oct 26 22:42:02.345 INFO kablam! Oct 26 22:42:02.345 INFO kablam! warning: unused variable: `r_c` Oct 26 22:42:02.345 INFO kablam! --> src/srs/transformer_tests.rs:241:13 Oct 26 22:42:02.345 INFO kablam! | Oct 26 22:42:02.345 INFO kablam! 241 | let r_c = make_receiver("csecret", "c"); Oct 26 22:42:02.345 INFO kablam! | ^^^ help: consider using `_r_c` instead Oct 26 22:42:02.345 INFO kablam! Oct 26 22:42:02.345 INFO kablam! warning: unused variable: `t` Oct 26 22:42:02.345 INFO kablam! --> src/srs/transformer_tests.rs:302:13 Oct 26 22:42:02.345 INFO kablam! | Oct 26 22:42:02.345 INFO kablam! 302 | let t = SRSTimestamper { Oct 26 22:42:02.345 INFO kablam! | ^ help: consider using `_t` instead Oct 26 22:42:02.345 INFO kablam! Oct 26 22:42:02.345 INFO kablam! warning: unused variable: `t` Oct 26 22:42:02.345 INFO kablam! --> src/srs/transformer_tests.rs:319:13 Oct 26 22:42:02.345 INFO kablam! | Oct 26 22:42:02.345 INFO kablam! 319 | let t = SRSTimestamper { Oct 26 22:42:02.345 INFO kablam! | ^ help: consider using `_t` instead Oct 26 22:42:02.346 INFO kablam! Oct 26 22:42:02.346 INFO kablam! warning: value assigned to `res` is never read Oct 26 22:42:02.346 INFO kablam! --> src/srs/transformers.rs:59:17 Oct 26 22:42:02.346 INFO kablam! | Oct 26 22:42:02.346 INFO kablam! 59 | let mut res: u16 = 0; Oct 26 22:42:02.346 INFO kablam! | ^^^ Oct 26 22:42:02.346 INFO kablam! | Oct 26 22:42:02.346 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 22:42:02.346 INFO kablam! Oct 26 22:42:02.467 INFO kablam! warning: variable does not need to be mutable Oct 26 22:42:02.467 INFO kablam! --> src/srs/transformer_tests.rs:147:13 Oct 26 22:42:02.467 INFO kablam! | Oct 26 22:42:02.467 INFO kablam! 147 | let mut res = res.srs0(); Oct 26 22:42:02.467 INFO kablam! | ----^^^ Oct 26 22:42:02.467 INFO kablam! | | Oct 26 22:42:02.467 INFO kablam! | help: remove this `mut` Oct 26 22:42:02.467 INFO kablam! | Oct 26 22:42:02.467 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 22:42:02.467 INFO kablam! Oct 26 22:42:02.467 INFO kablam! warning: variable does not need to be mutable Oct 26 22:42:02.467 INFO kablam! --> src/srs/transformer_tests.rs:181:13 Oct 26 22:42:02.467 INFO kablam! | Oct 26 22:42:02.467 INFO kablam! 181 | let mut res = res.srs1(); Oct 26 22:42:02.467 INFO kablam! | ----^^^ Oct 26 22:42:02.468 INFO kablam! | | Oct 26 22:42:02.468 INFO kablam! | help: remove this `mut` Oct 26 22:42:02.468 INFO kablam! Oct 26 22:42:02.479 INFO kablam! warning: variable does not need to be mutable Oct 26 22:42:02.479 INFO kablam! --> src/srs/transformer_tests.rs:280:13 Oct 26 22:42:02.479 INFO kablam! | Oct 26 22:42:02.479 INFO kablam! 280 | let mut t = SRSTimestamper { Oct 26 22:42:02.479 INFO kablam! | ----^ Oct 26 22:42:02.479 INFO kablam! | | Oct 26 22:42:02.479 INFO kablam! | help: remove this `mut` Oct 26 22:42:02.479 INFO kablam! Oct 26 22:42:02.498 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 22:42:02.499 INFO kablam! --> src/main.rs:97:17 Oct 26 22:42:02.499 INFO kablam! | Oct 26 22:42:02.499 INFO kablam! 97 | stream.shutdown(Shutdown::Both); Oct 26 22:42:02.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:42:02.504 INFO kablam! | Oct 26 22:42:02.504 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 22:42:02.504 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 22:42:02.504 INFO kablam! Oct 26 22:42:02.548 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 26 22:42:02.556 INFO kablam! su: No module specific data is present Oct 26 22:42:03.160 INFO running `"docker" "rm" "-f" "da49173316170b66ff8f06bd39b78580fb8ec46a980e23d4ca6b7d3b9a2219d6"` Oct 26 22:42:03.439 INFO blam! da49173316170b66ff8f06bd39b78580fb8ec46a980e23d4ca6b7d3b9a2219d6