Oct 28 00:56:34.484 INFO checking atarashii_imap-0.3.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:56:34.484 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/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 28 00:56:34.895 INFO blam! 38a97c09ddb91495cfdeb4e926a1d79d7ebb9afd3b689a5e8e38ba14321c8481 Oct 28 00:56:34.907 INFO running `"docker" "start" "-a" "38a97c09ddb91495cfdeb4e926a1d79d7ebb9afd3b689a5e8e38ba14321c8481"` Oct 28 00:56:36.003 INFO kablam! usermod: no changes Oct 28 00:56:36.051 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 28 00:56:36.111 INFO kablam! Checking atarashii_imap v0.3.0 (/source) Oct 28 00:56:38.047 INFO kablam! warning: unused variable: `bytes_read` Oct 28 00:56:38.047 INFO kablam! --> src/lib.rs:204:14 Oct 28 00:56:38.047 INFO kablam! | Oct 28 00:56:38.047 INFO kablam! 204 | Ok(bytes_read) => { Oct 28 00:56:38.047 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 28 00:56:38.047 INFO kablam! | Oct 28 00:56:38.047 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:56:38.047 INFO kablam! Oct 28 00:56:38.047 INFO kablam! warning: unused variable: `login_res` Oct 28 00:56:38.047 INFO kablam! --> src/lib.rs:210:18 Oct 28 00:56:38.047 INFO kablam! | Oct 28 00:56:38.047 INFO kablam! 210 | Ok(login_res) => unimplemented!(), Oct 28 00:56:38.047 INFO kablam! | ^^^^^^^^^ help: consider using `_login_res` instead Oct 28 00:56:38.047 INFO kablam! Oct 28 00:56:38.047 INFO kablam! warning: unused variable: `e` Oct 28 00:56:38.047 INFO kablam! --> src/lib.rs:211:19 Oct 28 00:56:38.047 INFO kablam! | Oct 28 00:56:38.047 INFO kablam! 211 | Err(e) => unimplemented!() Oct 28 00:56:38.047 INFO kablam! | ^ help: consider using `_e` instead Oct 28 00:56:38.047 INFO kablam! Oct 28 00:56:38.047 INFO kablam! warning: unused variable: `e` Oct 28 00:56:38.047 INFO kablam! --> src/lib.rs:215:15 Oct 28 00:56:38.047 INFO kablam! | Oct 28 00:56:38.047 INFO kablam! 215 | Err(e) => unimplemented!() Oct 28 00:56:38.047 INFO kablam! | ^ help: consider using `_e` instead Oct 28 00:56:38.047 INFO kablam! Oct 28 00:56:38.047 INFO kablam! warning: unused variable: `e` Oct 28 00:56:38.047 INFO kablam! --> src/lib.rs:219:11 Oct 28 00:56:38.047 INFO kablam! | Oct 28 00:56:38.047 INFO kablam! 219 | Err(e) => unimplemented!() Oct 28 00:56:38.047 INFO kablam! | ^ help: consider using `_e` instead Oct 28 00:56:38.047 INFO kablam! Oct 28 00:56:38.047 INFO kablam! warning: unused variable: `re_tag_and_res` Oct 28 00:56:38.047 INFO kablam! --> src/lib.rs:277:13 Oct 28 00:56:38.047 INFO kablam! | Oct 28 00:56:38.047 INFO kablam! 277 | let re_tag_and_res = Regex::new(&format!(r"{}\s(OK|NO|BAD){{1}}", self.get_current_tag())).unwrap(); Oct 28 00:56:38.047 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_re_tag_and_res` instead Oct 28 00:56:38.047 INFO kablam! Oct 28 00:56:38.087 INFO kablam! warning: variant is never constructed: `StartTls` Oct 28 00:56:38.087 INFO kablam! --> src/lib.rs:65:3 Oct 28 00:56:38.087 INFO kablam! | Oct 28 00:56:38.087 INFO kablam! 65 | StartTls(ssl::SslStream), Oct 28 00:56:38.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:38.087 INFO kablam! | Oct 28 00:56:38.087 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:56:38.087 INFO kablam! Oct 28 00:56:38.087 INFO kablam! warning: method is never used: `start_tls` Oct 28 00:56:38.087 INFO kablam! --> src/lib.rs:490:3 Oct 28 00:56:38.087 INFO kablam! | Oct 28 00:56:38.087 INFO kablam! 490 | fn start_tls(&mut self) -> Result { Oct 28 00:56:38.087 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:38.087 INFO kablam! Oct 28 00:56:38.175 INFO kablam! warning: unused variable: `bytes_read` Oct 28 00:56:38.175 INFO kablam! --> src/lib.rs:204:14 Oct 28 00:56:38.175 INFO kablam! | Oct 28 00:56:38.175 INFO kablam! 204 | Ok(bytes_read) => { Oct 28 00:56:38.175 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 28 00:56:38.175 INFO kablam! | Oct 28 00:56:38.175 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:56:38.175 INFO kablam! Oct 28 00:56:38.175 INFO kablam! warning: unused variable: `login_res` Oct 28 00:56:38.175 INFO kablam! --> src/lib.rs:210:18 Oct 28 00:56:38.175 INFO kablam! | Oct 28 00:56:38.175 INFO kablam! 210 | Ok(login_res) => unimplemented!(), Oct 28 00:56:38.175 INFO kablam! | ^^^^^^^^^ help: consider using `_login_res` instead Oct 28 00:56:38.175 INFO kablam! Oct 28 00:56:38.175 INFO kablam! warning: unused variable: `e` Oct 28 00:56:38.175 INFO kablam! --> src/lib.rs:211:19 Oct 28 00:56:38.175 INFO kablam! | Oct 28 00:56:38.175 INFO kablam! 211 | Err(e) => unimplemented!() Oct 28 00:56:38.175 INFO kablam! | ^ help: consider using `_e` instead Oct 28 00:56:38.175 INFO kablam! Oct 28 00:56:38.175 INFO kablam! warning: unused variable: `e` Oct 28 00:56:38.175 INFO kablam! --> src/lib.rs:215:15 Oct 28 00:56:38.175 INFO kablam! | Oct 28 00:56:38.175 INFO kablam! 215 | Err(e) => unimplemented!() Oct 28 00:56:38.175 INFO kablam! | ^ help: consider using `_e` instead Oct 28 00:56:38.175 INFO kablam! Oct 28 00:56:38.175 INFO kablam! warning: unused variable: `e` Oct 28 00:56:38.175 INFO kablam! --> src/lib.rs:219:11 Oct 28 00:56:38.175 INFO kablam! | Oct 28 00:56:38.175 INFO kablam! 219 | Err(e) => unimplemented!() Oct 28 00:56:38.175 INFO kablam! | ^ help: consider using `_e` instead Oct 28 00:56:38.175 INFO kablam! Oct 28 00:56:38.175 INFO kablam! warning: unused variable: `re_tag_and_res` Oct 28 00:56:38.175 INFO kablam! --> src/lib.rs:277:13 Oct 28 00:56:38.175 INFO kablam! | Oct 28 00:56:38.175 INFO kablam! 277 | let re_tag_and_res = Regex::new(&format!(r"{}\s(OK|NO|BAD){{1}}", self.get_current_tag())).unwrap(); Oct 28 00:56:38.175 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_re_tag_and_res` instead Oct 28 00:56:38.175 INFO kablam! Oct 28 00:56:38.219 INFO kablam! warning: variant is never constructed: `StartTls` Oct 28 00:56:38.219 INFO kablam! --> src/lib.rs:65:3 Oct 28 00:56:38.219 INFO kablam! | Oct 28 00:56:38.219 INFO kablam! 65 | StartTls(ssl::SslStream), Oct 28 00:56:38.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:38.219 INFO kablam! | Oct 28 00:56:38.219 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:56:38.219 INFO kablam! Oct 28 00:56:38.219 INFO kablam! warning: method is never used: `start_tls` Oct 28 00:56:38.219 INFO kablam! --> src/lib.rs:490:3 Oct 28 00:56:38.219 INFO kablam! | Oct 28 00:56:38.219 INFO kablam! 490 | fn start_tls(&mut self) -> Result { Oct 28 00:56:38.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:38.219 INFO kablam! Oct 28 00:56:40.611 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 28 00:56:40.611 INFO kablam! --> examples/app.rs:26:20 Oct 28 00:56:40.611 INFO kablam! | Oct 28 00:56:40.611 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 28 00:56:40.611 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 28 00:56:40.611 INFO kablam! | Oct 28 00:56:40.611 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:56:40.611 INFO kablam! Oct 28 00:56:40.611 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 28 00:56:40.611 INFO kablam! --> examples/app.rs:27:20 Oct 28 00:56:40.611 INFO kablam! | Oct 28 00:56:40.611 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 28 00:56:40.611 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:40.611 INFO kablam! Oct 28 00:56:40.784 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 28 00:56:40.785 INFO kablam! --> examples/app.rs:26:20 Oct 28 00:56:40.785 INFO kablam! | Oct 28 00:56:40.785 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 28 00:56:40.785 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 28 00:56:40.785 INFO kablam! | Oct 28 00:56:40.785 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:56:40.785 INFO kablam! Oct 28 00:56:40.785 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 28 00:56:40.785 INFO kablam! --> examples/app.rs:27:20 Oct 28 00:56:40.785 INFO kablam! | Oct 28 00:56:40.785 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 28 00:56:40.785 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:40.785 INFO kablam! Oct 28 00:56:41.235 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 28 00:56:41.235 INFO kablam! --> examples/app.rs:26:20 Oct 28 00:56:41.235 INFO kablam! | Oct 28 00:56:41.235 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 28 00:56:41.235 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 28 00:56:41.235 INFO kablam! | Oct 28 00:56:41.235 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:56:41.235 INFO kablam! Oct 28 00:56:41.235 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 28 00:56:41.235 INFO kablam! --> examples/app.rs:27:20 Oct 28 00:56:41.235 INFO kablam! | Oct 28 00:56:41.235 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 28 00:56:41.235 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 28 00:56:41.235 INFO kablam! Oct 28 00:56:41.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.26s Oct 28 00:56:41.311 INFO kablam! su: No module specific data is present Oct 28 00:56:41.999 INFO running `"docker" "rm" "-f" "38a97c09ddb91495cfdeb4e926a1d79d7ebb9afd3b689a5e8e38ba14321c8481"` Oct 28 00:56:42.285 INFO blam! 38a97c09ddb91495cfdeb4e926a1d79d7ebb9afd3b689a5e8e38ba14321c8481