Oct 12 05:38:07.566 INFO testing atarashii_imap-0.3.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 05:38:07.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 05:38:08.169 INFO blam! d7c1367e9f14101c7c4fdef0dd0ce19d68e31d24bb525f9e93b55d8220de4f61 Oct 12 05:38:08.170 INFO running `"docker" "start" "-a" "d7c1367e9f14101c7c4fdef0dd0ce19d68e31d24bb525f9e93b55d8220de4f61"` Oct 12 05:38:09.563 INFO kablam! usermod: no changes Oct 12 05:38:09.616 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 12 05:38:09.700 INFO kablam! Compiling atarashii_imap v0.3.0 (/source) Oct 12 05:38:10.465 INFO kablam! warning: unused variable: `bytes_read` Oct 12 05:38:10.465 INFO kablam! --> src/lib.rs:204:14 Oct 12 05:38:10.466 INFO kablam! | Oct 12 05:38:10.466 INFO kablam! 204 | Ok(bytes_read) => { Oct 12 05:38:10.466 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 12 05:38:10.467 INFO kablam! | Oct 12 05:38:10.467 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 05:38:10.467 INFO kablam! Oct 12 05:38:10.468 INFO kablam! warning: unused variable: `login_res` Oct 12 05:38:10.468 INFO kablam! --> src/lib.rs:210:18 Oct 12 05:38:10.468 INFO kablam! | Oct 12 05:38:10.468 INFO kablam! 210 | Ok(login_res) => unimplemented!(), Oct 12 05:38:10.469 INFO kablam! | ^^^^^^^^^ help: consider using `_login_res` instead Oct 12 05:38:10.469 INFO kablam! Oct 12 05:38:10.469 INFO kablam! warning: unused variable: `e` Oct 12 05:38:10.470 INFO kablam! --> src/lib.rs:211:19 Oct 12 05:38:10.470 INFO kablam! | Oct 12 05:38:10.470 INFO kablam! 211 | Err(e) => unimplemented!() Oct 12 05:38:10.471 INFO kablam! | ^ help: consider using `_e` instead Oct 12 05:38:10.471 INFO kablam! Oct 12 05:38:10.471 INFO kablam! warning: unused variable: `e` Oct 12 05:38:10.471 INFO kablam! --> src/lib.rs:215:15 Oct 12 05:38:10.472 INFO kablam! | Oct 12 05:38:10.472 INFO kablam! 215 | Err(e) => unimplemented!() Oct 12 05:38:10.472 INFO kablam! | ^ help: consider using `_e` instead Oct 12 05:38:10.473 INFO kablam! Oct 12 05:38:10.473 INFO kablam! warning: unused variable: `e` Oct 12 05:38:10.473 INFO kablam! --> src/lib.rs:219:11 Oct 12 05:38:10.473 INFO kablam! | Oct 12 05:38:10.474 INFO kablam! 219 | Err(e) => unimplemented!() Oct 12 05:38:10.474 INFO kablam! | ^ help: consider using `_e` instead Oct 12 05:38:10.474 INFO kablam! Oct 12 05:38:10.475 INFO kablam! warning: unused variable: `re_tag_and_res` Oct 12 05:38:10.475 INFO kablam! --> src/lib.rs:277:13 Oct 12 05:38:10.475 INFO kablam! | Oct 12 05:38:10.475 INFO kablam! 277 | let re_tag_and_res = Regex::new(&format!(r"{}\s(OK|NO|BAD){{1}}", self.get_current_tag())).unwrap(); Oct 12 05:38:10.476 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_re_tag_and_res` instead Oct 12 05:38:10.476 INFO kablam! Oct 12 05:38:10.499 INFO kablam! warning: variant is never constructed: `StartTls` Oct 12 05:38:10.499 INFO kablam! --> src/lib.rs:65:3 Oct 12 05:38:10.500 INFO kablam! | Oct 12 05:38:10.500 INFO kablam! 65 | StartTls(ssl::SslStream), Oct 12 05:38:10.500 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:38:10.501 INFO kablam! | Oct 12 05:38:10.501 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 05:38:10.501 INFO kablam! Oct 12 05:38:10.501 INFO kablam! warning: method is never used: `start_tls` Oct 12 05:38:10.502 INFO kablam! --> src/lib.rs:490:3 Oct 12 05:38:10.502 INFO kablam! | Oct 12 05:38:10.502 INFO kablam! 490 | fn start_tls(&mut self) -> Result { Oct 12 05:38:10.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:38:10.503 INFO kablam! Oct 12 05:38:11.752 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 12 05:38:11.752 INFO kablam! --> examples/app.rs:26:20 Oct 12 05:38:11.752 INFO kablam! | Oct 12 05:38:11.752 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 12 05:38:11.752 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 12 05:38:11.752 INFO kablam! | Oct 12 05:38:11.752 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:38:11.752 INFO kablam! Oct 12 05:38:11.752 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 12 05:38:11.752 INFO kablam! --> examples/app.rs:27:20 Oct 12 05:38:11.752 INFO kablam! | Oct 12 05:38:11.752 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 12 05:38:11.752 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 12 05:38:11.752 INFO kablam! Oct 12 05:38:13.385 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.79s Oct 12 05:38:13.386 INFO kablam! su: No module specific data is present Oct 12 05:38:13.988 INFO running `"docker" "rm" "-f" "d7c1367e9f14101c7c4fdef0dd0ce19d68e31d24bb525f9e93b55d8220de4f61"` Oct 12 05:38:14.312 INFO blam! d7c1367e9f14101c7c4fdef0dd0ce19d68e31d24bb525f9e93b55d8220de4f61 Oct 12 05:38:14.316 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 05:38:14.748 INFO blam! a8eb8384f2a156bd4f7bb76e67a40534d30c4eac1920bbc10e572bdf7d1925f6 Oct 12 05:38:14.750 INFO running `"docker" "start" "-a" "a8eb8384f2a156bd4f7bb76e67a40534d30c4eac1920bbc10e572bdf7d1925f6"` Oct 12 05:38:16.060 INFO kablam! usermod: no changes Oct 12 05:38:16.104 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 12 05:38:16.136 INFO kablam! Compiling atarashii_imap v0.3.0 (/source) Oct 12 05:38:16.730 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 12 05:38:16.730 INFO kablam! --> examples/app.rs:26:20 Oct 12 05:38:16.730 INFO kablam! | Oct 12 05:38:16.730 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 12 05:38:16.730 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 12 05:38:16.730 INFO kablam! | Oct 12 05:38:16.730 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:38:16.730 INFO kablam! Oct 12 05:38:16.730 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 12 05:38:16.730 INFO kablam! --> examples/app.rs:27:20 Oct 12 05:38:16.730 INFO kablam! | Oct 12 05:38:16.730 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 12 05:38:16.730 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 12 05:38:16.730 INFO kablam! Oct 12 05:38:17.016 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 12 05:38:17.016 INFO kablam! --> examples/app.rs:26:20 Oct 12 05:38:17.016 INFO kablam! | Oct 12 05:38:17.016 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 12 05:38:17.016 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 12 05:38:17.016 INFO kablam! | Oct 12 05:38:17.016 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 05:38:17.016 INFO kablam! Oct 12 05:38:17.016 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 12 05:38:17.016 INFO kablam! --> examples/app.rs:27:20 Oct 12 05:38:17.016 INFO kablam! | Oct 12 05:38:17.016 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 12 05:38:17.016 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 12 05:38:17.016 INFO kablam! Oct 12 05:38:17.577 INFO kablam! warning: unused variable: `bytes_read` Oct 12 05:38:17.578 INFO kablam! --> src/lib.rs:204:14 Oct 12 05:38:17.578 INFO kablam! | Oct 12 05:38:17.579 INFO kablam! 204 | Ok(bytes_read) => { Oct 12 05:38:17.579 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 12 05:38:17.579 INFO kablam! | Oct 12 05:38:17.580 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 05:38:17.580 INFO kablam! Oct 12 05:38:17.580 INFO kablam! warning: unused variable: `login_res` Oct 12 05:38:17.581 INFO kablam! --> src/lib.rs:210:18 Oct 12 05:38:17.581 INFO kablam! | Oct 12 05:38:17.581 INFO kablam! 210 | Ok(login_res) => unimplemented!(), Oct 12 05:38:17.581 INFO kablam! | ^^^^^^^^^ help: consider using `_login_res` instead Oct 12 05:38:17.582 INFO kablam! Oct 12 05:38:17.585 INFO kablam! warning: unused variable: `e` Oct 12 05:38:17.585 INFO kablam! --> src/lib.rs:211:19 Oct 12 05:38:17.585 INFO kablam! | Oct 12 05:38:17.585 INFO kablam! 211 | Err(e) => unimplemented!() Oct 12 05:38:17.586 INFO kablam! | ^ help: consider using `_e` instead Oct 12 05:38:17.586 INFO kablam! Oct 12 05:38:17.586 INFO kablam! warning: unused variable: `e` Oct 12 05:38:17.586 INFO kablam! --> src/lib.rs:215:15 Oct 12 05:38:17.587 INFO kablam! | Oct 12 05:38:17.587 INFO kablam! 215 | Err(e) => unimplemented!() Oct 12 05:38:17.587 INFO kablam! | ^ help: consider using `_e` instead Oct 12 05:38:17.587 INFO kablam! Oct 12 05:38:17.588 INFO kablam! warning: unused variable: `e` Oct 12 05:38:17.588 INFO kablam! --> src/lib.rs:219:11 Oct 12 05:38:17.588 INFO kablam! | Oct 12 05:38:17.588 INFO kablam! 219 | Err(e) => unimplemented!() Oct 12 05:38:17.589 INFO kablam! | ^ help: consider using `_e` instead Oct 12 05:38:17.589 INFO kablam! Oct 12 05:38:17.589 INFO kablam! warning: unused variable: `re_tag_and_res` Oct 12 05:38:17.589 INFO kablam! --> src/lib.rs:277:13 Oct 12 05:38:17.589 INFO kablam! | Oct 12 05:38:17.590 INFO kablam! 277 | let re_tag_and_res = Regex::new(&format!(r"{}\s(OK|NO|BAD){{1}}", self.get_current_tag())).unwrap(); Oct 12 05:38:17.590 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_re_tag_and_res` instead Oct 12 05:38:17.590 INFO kablam! Oct 12 05:38:17.649 INFO kablam! warning: variant is never constructed: `StartTls` Oct 12 05:38:17.649 INFO kablam! --> src/lib.rs:65:3 Oct 12 05:38:17.649 INFO kablam! | Oct 12 05:38:17.649 INFO kablam! 65 | StartTls(ssl::SslStream), Oct 12 05:38:17.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:38:17.650 INFO kablam! | Oct 12 05:38:17.650 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 05:38:17.650 INFO kablam! Oct 12 05:38:17.651 INFO kablam! warning: method is never used: `start_tls` Oct 12 05:38:17.651 INFO kablam! --> src/lib.rs:490:3 Oct 12 05:38:17.651 INFO kablam! | Oct 12 05:38:17.651 INFO kablam! 490 | fn start_tls(&mut self) -> Result { Oct 12 05:38:17.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 05:38:17.652 INFO kablam! Oct 12 05:38:18.888 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.80s Oct 12 05:38:18.892 INFO kablam! su: No module specific data is present Oct 12 05:38:19.623 INFO running `"docker" "rm" "-f" "a8eb8384f2a156bd4f7bb76e67a40534d30c4eac1920bbc10e572bdf7d1925f6"` Oct 12 05:38:20.069 INFO blam! a8eb8384f2a156bd4f7bb76e67a40534d30c4eac1920bbc10e572bdf7d1925f6 Oct 12 05:38:20.080 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 05:38:20.544 INFO blam! 55f4858bfeebebe964dbea335449468fe4dfebb1ed55fd1f43c206219f09bdab Oct 12 05:38:20.548 INFO running `"docker" "start" "-a" "55f4858bfeebebe964dbea335449468fe4dfebb1ed55fd1f43c206219f09bdab"` Oct 12 05:38:22.552 INFO kablam! usermod: no changes Oct 12 05:38:22.604 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 12 05:38:22.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 12 05:38:22.696 INFO kablam! Running /target/debug/deps/atarashii_imap-43b0220e04b8cf30 Oct 12 05:38:22.700 INFO kablam! Running /target/debug/deps/atarashii_imap-8a834e0114dea6d2 Oct 12 05:38:22.700 INFO blam! Oct 12 05:38:22.700 INFO blam! running 1 test Oct 12 05:38:22.700 INFO blam! test tests::it_works ... ok Oct 12 05:38:22.700 INFO blam! Oct 12 05:38:22.700 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:38:22.700 INFO blam! Oct 12 05:38:22.704 INFO blam! Oct 12 05:38:22.704 INFO blam! running 0 tests Oct 12 05:38:22.704 INFO blam! Oct 12 05:38:22.704 INFO kablam! Doc-tests atarashii_imap Oct 12 05:38:22.704 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:38:22.704 INFO blam! Oct 12 05:38:23.272 INFO blam! Oct 12 05:38:23.272 INFO blam! running 0 tests Oct 12 05:38:23.272 INFO blam! Oct 12 05:38:23.272 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 05:38:23.272 INFO blam! Oct 12 05:38:23.280 INFO kablam! su: No module specific data is present Oct 12 05:38:24.243 INFO running `"docker" "rm" "-f" "55f4858bfeebebe964dbea335449468fe4dfebb1ed55fd1f43c206219f09bdab"` Oct 12 05:38:24.597 INFO blam! 55f4858bfeebebe964dbea335449468fe4dfebb1ed55fd1f43c206219f09bdab