Oct 16 17:33:27.996 INFO testing atarashii_imap-0.3.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:33:28.005 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 17:33:28.476 INFO blam! 1fc322952e904a9e90ffd9f30a6ef940f8f7a30f621cd2e77af1645c9de6d908 Oct 16 17:33:28.481 INFO running `"docker" "start" "-a" "1fc322952e904a9e90ffd9f30a6ef940f8f7a30f621cd2e77af1645c9de6d908"` Oct 16 17:33:29.543 INFO kablam! usermod: no changes Oct 16 17:33:29.613 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 16 17:33:29.719 INFO kablam! Compiling atarashii_imap v0.3.0 (/source) Oct 16 17:33:31.763 INFO kablam! warning: unused variable: `bytes_read` Oct 16 17:33:31.763 INFO kablam! --> src/lib.rs:204:14 Oct 16 17:33:31.763 INFO kablam! | Oct 16 17:33:31.763 INFO kablam! 204 | Ok(bytes_read) => { Oct 16 17:33:31.763 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 16 17:33:31.763 INFO kablam! | Oct 16 17:33:31.763 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:33:31.763 INFO kablam! Oct 16 17:33:31.763 INFO kablam! warning: unused variable: `login_res` Oct 16 17:33:31.763 INFO kablam! --> src/lib.rs:210:18 Oct 16 17:33:31.763 INFO kablam! | Oct 16 17:33:31.763 INFO kablam! 210 | Ok(login_res) => unimplemented!(), Oct 16 17:33:31.763 INFO kablam! | ^^^^^^^^^ help: consider using `_login_res` instead Oct 16 17:33:31.763 INFO kablam! Oct 16 17:33:31.763 INFO kablam! warning: unused variable: `e` Oct 16 17:33:31.763 INFO kablam! --> src/lib.rs:211:19 Oct 16 17:33:31.763 INFO kablam! | Oct 16 17:33:31.763 INFO kablam! 211 | Err(e) => unimplemented!() Oct 16 17:33:31.763 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:31.763 INFO kablam! Oct 16 17:33:31.763 INFO kablam! warning: unused variable: `e` Oct 16 17:33:31.763 INFO kablam! --> src/lib.rs:215:15 Oct 16 17:33:31.763 INFO kablam! | Oct 16 17:33:31.763 INFO kablam! 215 | Err(e) => unimplemented!() Oct 16 17:33:31.763 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:31.763 INFO kablam! Oct 16 17:33:31.763 INFO kablam! warning: unused variable: `e` Oct 16 17:33:31.763 INFO kablam! --> src/lib.rs:219:11 Oct 16 17:33:31.763 INFO kablam! | Oct 16 17:33:31.763 INFO kablam! 219 | Err(e) => unimplemented!() Oct 16 17:33:31.763 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:31.764 INFO kablam! Oct 16 17:33:31.764 INFO kablam! warning: unused variable: `re_tag_and_res` Oct 16 17:33:31.764 INFO kablam! --> src/lib.rs:277:13 Oct 16 17:33:31.764 INFO kablam! | Oct 16 17:33:31.764 INFO kablam! 277 | let re_tag_and_res = Regex::new(&format!(r"{}\s(OK|NO|BAD){{1}}", self.get_current_tag())).unwrap(); Oct 16 17:33:31.764 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_re_tag_and_res` instead Oct 16 17:33:31.764 INFO kablam! Oct 16 17:33:31.798 INFO kablam! warning: variant is never constructed: `StartTls` Oct 16 17:33:31.798 INFO kablam! --> src/lib.rs:65:3 Oct 16 17:33:31.798 INFO kablam! | Oct 16 17:33:31.798 INFO kablam! 65 | StartTls(ssl::SslStream), Oct 16 17:33:31.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:31.798 INFO kablam! | Oct 16 17:33:31.798 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:33:31.798 INFO kablam! Oct 16 17:33:31.798 INFO kablam! warning: method is never used: `start_tls` Oct 16 17:33:31.799 INFO kablam! --> src/lib.rs:490:3 Oct 16 17:33:31.799 INFO kablam! | Oct 16 17:33:31.799 INFO kablam! 490 | fn start_tls(&mut self) -> Result { Oct 16 17:33:31.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:31.799 INFO kablam! Oct 16 17:33:34.263 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 16 17:33:34.263 INFO kablam! --> examples/app.rs:26:20 Oct 16 17:33:34.263 INFO kablam! | Oct 16 17:33:34.263 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 16 17:33:34.263 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 16 17:33:34.263 INFO kablam! | Oct 16 17:33:34.265 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:33:34.265 INFO kablam! Oct 16 17:33:34.265 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 16 17:33:34.265 INFO kablam! --> examples/app.rs:27:20 Oct 16 17:33:34.265 INFO kablam! | Oct 16 17:33:34.265 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 16 17:33:34.265 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:34.265 INFO kablam! Oct 16 17:33:35.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.32s Oct 16 17:33:35.903 INFO kablam! su: No module specific data is present Oct 16 17:33:36.798 INFO running `"docker" "rm" "-f" "1fc322952e904a9e90ffd9f30a6ef940f8f7a30f621cd2e77af1645c9de6d908"` Oct 16 17:33:37.185 INFO blam! 1fc322952e904a9e90ffd9f30a6ef940f8f7a30f621cd2e77af1645c9de6d908 Oct 16 17:33:37.192 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 17:33:37.544 INFO blam! cb94dbafcc7aa48b3604baf62e684d1aeffdd9a78b4a2a718fb7be8b7770c067 Oct 16 17:33:37.546 INFO running `"docker" "start" "-a" "cb94dbafcc7aa48b3604baf62e684d1aeffdd9a78b4a2a718fb7be8b7770c067"` Oct 16 17:33:39.065 INFO kablam! usermod: no changes Oct 16 17:33:39.119 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 16 17:33:39.183 INFO kablam! Compiling atarashii_imap v0.3.0 (/source) Oct 16 17:33:42.539 INFO kablam! warning: unused variable: `bytes_read` Oct 16 17:33:42.540 INFO kablam! --> src/lib.rs:204:14 Oct 16 17:33:42.540 INFO kablam! | Oct 16 17:33:42.540 INFO kablam! 204 | Ok(bytes_read) => { Oct 16 17:33:42.540 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 16 17:33:42.540 INFO kablam! | Oct 16 17:33:42.540 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:33:42.540 INFO kablam! Oct 16 17:33:42.540 INFO kablam! warning: unused variable: `login_res` Oct 16 17:33:42.540 INFO kablam! --> src/lib.rs:210:18 Oct 16 17:33:42.540 INFO kablam! | Oct 16 17:33:42.540 INFO kablam! 210 | Ok(login_res) => unimplemented!(), Oct 16 17:33:42.540 INFO kablam! | ^^^^^^^^^ help: consider using `_login_res` instead Oct 16 17:33:42.540 INFO kablam! Oct 16 17:33:42.540 INFO kablam! warning: unused variable: `e` Oct 16 17:33:42.540 INFO kablam! --> src/lib.rs:211:19 Oct 16 17:33:42.540 INFO kablam! | Oct 16 17:33:42.540 INFO kablam! 211 | Err(e) => unimplemented!() Oct 16 17:33:42.540 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:42.540 INFO kablam! Oct 16 17:33:42.540 INFO kablam! warning: unused variable: `e` Oct 16 17:33:42.540 INFO kablam! --> src/lib.rs:215:15 Oct 16 17:33:42.540 INFO kablam! | Oct 16 17:33:42.540 INFO kablam! 215 | Err(e) => unimplemented!() Oct 16 17:33:42.540 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:42.540 INFO kablam! Oct 16 17:33:42.540 INFO kablam! warning: unused variable: `e` Oct 16 17:33:42.540 INFO kablam! --> src/lib.rs:219:11 Oct 16 17:33:42.540 INFO kablam! | Oct 16 17:33:42.541 INFO kablam! 219 | Err(e) => unimplemented!() Oct 16 17:33:42.541 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:42.541 INFO kablam! Oct 16 17:33:42.541 INFO kablam! warning: unused variable: `re_tag_and_res` Oct 16 17:33:42.541 INFO kablam! --> src/lib.rs:277:13 Oct 16 17:33:42.541 INFO kablam! | Oct 16 17:33:42.541 INFO kablam! 277 | let re_tag_and_res = Regex::new(&format!(r"{}\s(OK|NO|BAD){{1}}", self.get_current_tag())).unwrap(); Oct 16 17:33:42.541 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_re_tag_and_res` instead Oct 16 17:33:42.541 INFO kablam! Oct 16 17:33:42.639 INFO kablam! warning: variant is never constructed: `StartTls` Oct 16 17:33:42.639 INFO kablam! --> src/lib.rs:65:3 Oct 16 17:33:42.639 INFO kablam! | Oct 16 17:33:42.640 INFO kablam! 65 | StartTls(ssl::SslStream), Oct 16 17:33:42.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:42.640 INFO kablam! | Oct 16 17:33:42.640 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:33:42.640 INFO kablam! Oct 16 17:33:42.641 INFO kablam! warning: method is never used: `start_tls` Oct 16 17:33:42.641 INFO kablam! --> src/lib.rs:490:3 Oct 16 17:33:42.641 INFO kablam! | Oct 16 17:33:42.642 INFO kablam! 490 | fn start_tls(&mut self) -> Result { Oct 16 17:33:42.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:42.642 INFO kablam! Oct 16 17:33:43.507 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 16 17:33:43.507 INFO kablam! --> examples/app.rs:26:20 Oct 16 17:33:43.507 INFO kablam! | Oct 16 17:33:43.507 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 16 17:33:43.507 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 16 17:33:43.507 INFO kablam! | Oct 16 17:33:43.507 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:33:43.507 INFO kablam! Oct 16 17:33:43.507 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 16 17:33:43.507 INFO kablam! --> examples/app.rs:27:20 Oct 16 17:33:43.507 INFO kablam! | Oct 16 17:33:43.507 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 16 17:33:43.507 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:43.507 INFO kablam! Oct 16 17:33:44.063 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 16 17:33:44.063 INFO kablam! --> examples/app.rs:26:20 Oct 16 17:33:44.063 INFO kablam! | Oct 16 17:33:44.063 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 16 17:33:44.063 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 16 17:33:44.063 INFO kablam! | Oct 16 17:33:44.063 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:33:44.063 INFO kablam! Oct 16 17:33:44.063 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 16 17:33:44.063 INFO kablam! --> examples/app.rs:27:20 Oct 16 17:33:44.063 INFO kablam! | Oct 16 17:33:44.063 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 16 17:33:44.063 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:44.063 INFO kablam! Oct 16 17:33:45.538 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.45s Oct 16 17:33:45.542 INFO kablam! su: No module specific data is present Oct 16 17:33:46.231 INFO running `"docker" "rm" "-f" "cb94dbafcc7aa48b3604baf62e684d1aeffdd9a78b4a2a718fb7be8b7770c067"` Oct 16 17:33:46.507 INFO blam! cb94dbafcc7aa48b3604baf62e684d1aeffdd9a78b4a2a718fb7be8b7770c067 Oct 16 17:33:46.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 17:33:47.002 INFO blam! fa49475c6ab74cb8d279978685766a22960699d837fcf04643e98089103ce5f7 Oct 16 17:33:47.011 INFO running `"docker" "start" "-a" "fa49475c6ab74cb8d279978685766a22960699d837fcf04643e98089103ce5f7"` Oct 16 17:33:48.450 INFO kablam! usermod: no changes Oct 16 17:33:48.515 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 16 17:33:48.554 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 16 17:33:48.566 INFO kablam! Running /target/debug/deps/atarashii_imap-3058716d8d31d424 Oct 16 17:33:48.573 INFO blam! Oct 16 17:33:48.573 INFO blam! running 1 test Oct 16 17:33:48.573 INFO blam! test tests::it_works ... ok Oct 16 17:33:48.573 INFO blam! Oct 16 17:33:48.573 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:33:48.573 INFO blam! Oct 16 17:33:48.575 INFO kablam! Running /target/debug/deps/atarashii_imap-5b3fab5e944cafa5 Oct 16 17:33:48.577 INFO blam! Oct 16 17:33:48.577 INFO blam! running 0 tests Oct 16 17:33:48.582 INFO blam! Oct 16 17:33:48.582 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:33:48.582 INFO blam! Oct 16 17:33:48.583 INFO kablam! Doc-tests atarashii_imap Oct 16 17:33:51.196 INFO blam! Oct 16 17:33:51.196 INFO blam! running 0 tests Oct 16 17:33:51.196 INFO blam! Oct 16 17:33:51.196 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:33:51.196 INFO blam! Oct 16 17:33:51.204 INFO kablam! su: No module specific data is present Oct 16 17:33:51.867 INFO running `"docker" "rm" "-f" "fa49475c6ab74cb8d279978685766a22960699d837fcf04643e98089103ce5f7"` Oct 16 17:33:52.179 INFO blam! fa49475c6ab74cb8d279978685766a22960699d837fcf04643e98089103ce5f7