Oct 22 04:36:59.777 INFO checking atarashii_imap-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:36:59.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 22 04:37:00.144 INFO blam! 8bb8a4ae9562141c50b96d685f4990370c1113b178b463a25711280fca7ccb1a Oct 22 04:37:00.148 INFO running `"docker" "start" "-a" "8bb8a4ae9562141c50b96d685f4990370c1113b178b463a25711280fca7ccb1a"` Oct 22 04:37:00.587 INFO kablam! usermod: no changes Oct 22 04:37:00.607 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 22 04:37:00.636 INFO kablam! Checking atarashii_imap v0.3.0 (/source) Oct 22 04:37:02.228 INFO kablam! warning: unused variable: `bytes_read` Oct 22 04:37:02.228 INFO kablam! --> src/lib.rs:204:14 Oct 22 04:37:02.228 INFO kablam! | Oct 22 04:37:02.228 INFO kablam! 204 | Ok(bytes_read) => { Oct 22 04:37:02.228 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 22 04:37:02.228 INFO kablam! | Oct 22 04:37:02.228 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 04:37:02.228 INFO kablam! Oct 22 04:37:02.228 INFO kablam! warning: unused variable: `login_res` Oct 22 04:37:02.228 INFO kablam! --> src/lib.rs:210:18 Oct 22 04:37:02.228 INFO kablam! | Oct 22 04:37:02.228 INFO kablam! 210 | Ok(login_res) => unimplemented!(), Oct 22 04:37:02.228 INFO kablam! | ^^^^^^^^^ help: consider using `_login_res` instead Oct 22 04:37:02.228 INFO kablam! Oct 22 04:37:02.228 INFO kablam! warning: unused variable: `e` Oct 22 04:37:02.228 INFO kablam! --> src/lib.rs:211:19 Oct 22 04:37:02.228 INFO kablam! | Oct 22 04:37:02.228 INFO kablam! 211 | Err(e) => unimplemented!() Oct 22 04:37:02.228 INFO kablam! | ^ help: consider using `_e` instead Oct 22 04:37:02.228 INFO kablam! Oct 22 04:37:02.228 INFO kablam! warning: unused variable: `e` Oct 22 04:37:02.228 INFO kablam! --> src/lib.rs:215:15 Oct 22 04:37:02.228 INFO kablam! | Oct 22 04:37:02.228 INFO kablam! 215 | Err(e) => unimplemented!() Oct 22 04:37:02.228 INFO kablam! | ^ help: consider using `_e` instead Oct 22 04:37:02.228 INFO kablam! Oct 22 04:37:02.228 INFO kablam! warning: unused variable: `e` Oct 22 04:37:02.228 INFO kablam! --> src/lib.rs:219:11 Oct 22 04:37:02.228 INFO kablam! | Oct 22 04:37:02.228 INFO kablam! 219 | Err(e) => unimplemented!() Oct 22 04:37:02.228 INFO kablam! | ^ help: consider using `_e` instead Oct 22 04:37:02.228 INFO kablam! Oct 22 04:37:02.234 INFO kablam! warning: unused variable: `re_tag_and_res` Oct 22 04:37:02.235 INFO kablam! --> src/lib.rs:277:13 Oct 22 04:37:02.235 INFO kablam! | Oct 22 04:37:02.235 INFO kablam! 277 | let re_tag_and_res = Regex::new(&format!(r"{}\s(OK|NO|BAD){{1}}", self.get_current_tag())).unwrap(); Oct 22 04:37:02.235 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_re_tag_and_res` instead Oct 22 04:37:02.235 INFO kablam! Oct 22 04:37:02.288 INFO kablam! warning: variant is never constructed: `StartTls` Oct 22 04:37:02.289 INFO kablam! --> src/lib.rs:65:3 Oct 22 04:37:02.289 INFO kablam! | Oct 22 04:37:02.289 INFO kablam! 65 | StartTls(ssl::SslStream), Oct 22 04:37:02.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:02.289 INFO kablam! | Oct 22 04:37:02.289 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 04:37:02.289 INFO kablam! Oct 22 04:37:02.289 INFO kablam! warning: method is never used: `start_tls` Oct 22 04:37:02.289 INFO kablam! --> src/lib.rs:490:3 Oct 22 04:37:02.289 INFO kablam! | Oct 22 04:37:02.289 INFO kablam! 490 | fn start_tls(&mut self) -> Result { Oct 22 04:37:02.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:02.289 INFO kablam! Oct 22 04:37:02.320 INFO kablam! warning: unused variable: `bytes_read` Oct 22 04:37:02.321 INFO kablam! --> src/lib.rs:204:14 Oct 22 04:37:02.321 INFO kablam! | Oct 22 04:37:02.321 INFO kablam! 204 | Ok(bytes_read) => { Oct 22 04:37:02.321 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 22 04:37:02.322 INFO kablam! | Oct 22 04:37:02.322 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 04:37:02.322 INFO kablam! Oct 22 04:37:02.322 INFO kablam! warning: unused variable: `login_res` Oct 22 04:37:02.323 INFO kablam! --> src/lib.rs:210:18 Oct 22 04:37:02.323 INFO kablam! | Oct 22 04:37:02.323 INFO kablam! 210 | Ok(login_res) => unimplemented!(), Oct 22 04:37:02.323 INFO kablam! | ^^^^^^^^^ help: consider using `_login_res` instead Oct 22 04:37:02.324 INFO kablam! Oct 22 04:37:02.324 INFO kablam! warning: unused variable: `e` Oct 22 04:37:02.324 INFO kablam! --> src/lib.rs:211:19 Oct 22 04:37:02.324 INFO kablam! | Oct 22 04:37:02.325 INFO kablam! 211 | Err(e) => unimplemented!() Oct 22 04:37:02.325 INFO kablam! | ^ help: consider using `_e` instead Oct 22 04:37:02.325 INFO kablam! Oct 22 04:37:02.326 INFO kablam! warning: unused variable: `e` Oct 22 04:37:02.326 INFO kablam! --> src/lib.rs:215:15 Oct 22 04:37:02.326 INFO kablam! | Oct 22 04:37:02.326 INFO kablam! 215 | Err(e) => unimplemented!() Oct 22 04:37:02.327 INFO kablam! | ^ help: consider using `_e` instead Oct 22 04:37:02.327 INFO kablam! Oct 22 04:37:02.327 INFO kablam! warning: unused variable: `e` Oct 22 04:37:02.327 INFO kablam! --> src/lib.rs:219:11 Oct 22 04:37:02.328 INFO kablam! | Oct 22 04:37:02.328 INFO kablam! 219 | Err(e) => unimplemented!() Oct 22 04:37:02.329 INFO kablam! | ^ help: consider using `_e` instead Oct 22 04:37:02.329 INFO kablam! Oct 22 04:37:02.329 INFO kablam! warning: unused variable: `re_tag_and_res` Oct 22 04:37:02.330 INFO kablam! --> src/lib.rs:277:13 Oct 22 04:37:02.330 INFO kablam! | Oct 22 04:37:02.330 INFO kablam! 277 | let re_tag_and_res = Regex::new(&format!(r"{}\s(OK|NO|BAD){{1}}", self.get_current_tag())).unwrap(); Oct 22 04:37:02.331 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_re_tag_and_res` instead Oct 22 04:37:02.331 INFO kablam! Oct 22 04:37:02.392 INFO kablam! warning: variant is never constructed: `StartTls` Oct 22 04:37:02.392 INFO kablam! --> src/lib.rs:65:3 Oct 22 04:37:02.392 INFO kablam! | Oct 22 04:37:02.392 INFO kablam! 65 | StartTls(ssl::SslStream), Oct 22 04:37:02.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:02.392 INFO kablam! | Oct 22 04:37:02.392 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 04:37:02.392 INFO kablam! Oct 22 04:37:02.392 INFO kablam! warning: method is never used: `start_tls` Oct 22 04:37:02.392 INFO kablam! --> src/lib.rs:490:3 Oct 22 04:37:02.392 INFO kablam! | Oct 22 04:37:02.392 INFO kablam! 490 | fn start_tls(&mut self) -> Result { Oct 22 04:37:02.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:02.392 INFO kablam! Oct 22 04:37:04.292 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 22 04:37:04.292 INFO kablam! --> examples/app.rs:26:20 Oct 22 04:37:04.292 INFO kablam! | Oct 22 04:37:04.292 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 22 04:37:04.292 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 22 04:37:04.292 INFO kablam! | Oct 22 04:37:04.292 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:37:04.292 INFO kablam! Oct 22 04:37:04.292 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 22 04:37:04.292 INFO kablam! --> examples/app.rs:27:20 Oct 22 04:37:04.292 INFO kablam! | Oct 22 04:37:04.292 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 22 04:37:04.292 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:04.292 INFO kablam! Oct 22 04:37:04.292 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 22 04:37:04.292 INFO kablam! --> examples/app.rs:26:20 Oct 22 04:37:04.292 INFO kablam! | Oct 22 04:37:04.292 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 22 04:37:04.292 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 22 04:37:04.292 INFO kablam! | Oct 22 04:37:04.292 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:37:04.292 INFO kablam! Oct 22 04:37:04.292 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 22 04:37:04.292 INFO kablam! --> examples/app.rs:27:20 Oct 22 04:37:04.292 INFO kablam! | Oct 22 04:37:04.293 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 22 04:37:04.293 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:04.293 INFO kablam! Oct 22 04:37:04.364 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 22 04:37:04.364 INFO kablam! --> examples/app.rs:26:20 Oct 22 04:37:04.364 INFO kablam! | Oct 22 04:37:04.364 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 22 04:37:04.364 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 22 04:37:04.364 INFO kablam! | Oct 22 04:37:04.364 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:37:04.364 INFO kablam! Oct 22 04:37:04.364 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 22 04:37:04.364 INFO kablam! --> examples/app.rs:27:20 Oct 22 04:37:04.364 INFO kablam! | Oct 22 04:37:04.364 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 22 04:37:04.364 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:04.364 INFO kablam! Oct 22 04:37:04.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.84s Oct 22 04:37:04.450 INFO kablam! su: No module specific data is present Oct 22 04:37:04.922 INFO running `"docker" "rm" "-f" "8bb8a4ae9562141c50b96d685f4990370c1113b178b463a25711280fca7ccb1a"` Oct 22 04:37:05.090 INFO blam! 8bb8a4ae9562141c50b96d685f4990370c1113b178b463a25711280fca7ccb1a