Oct 16 17:33:27.991 INFO testing atarashii_imap-0.3.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 17:33:27.991 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 16 17:33:28.298 INFO blam! 2989bd75e17c93cea2d9f30e9bfe3de04633a206b91895c6200ef62fd29701c5 Oct 16 17:33:28.299 INFO running `"docker" "start" "-a" "2989bd75e17c93cea2d9f30e9bfe3de04633a206b91895c6200ef62fd29701c5"` Oct 16 17:33:29.135 INFO kablam! usermod: no changes Oct 16 17:33:29.183 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 16 17:33:29.231 INFO kablam! Compiling atarashii_imap v0.3.0 (/source) Oct 16 17:33:31.163 INFO kablam! warning: unused variable: `bytes_read` Oct 16 17:33:31.163 INFO kablam! --> src/lib.rs:204:14 Oct 16 17:33:31.163 INFO kablam! | Oct 16 17:33:31.163 INFO kablam! 204 | Ok(bytes_read) => { Oct 16 17:33:31.163 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 16 17:33:31.163 INFO kablam! | Oct 16 17:33:31.163 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:33:31.163 INFO kablam! Oct 16 17:33:31.163 INFO kablam! warning: unused variable: `login_res` Oct 16 17:33:31.163 INFO kablam! --> src/lib.rs:210:18 Oct 16 17:33:31.163 INFO kablam! | Oct 16 17:33:31.163 INFO kablam! 210 | Ok(login_res) => unimplemented!(), Oct 16 17:33:31.163 INFO kablam! | ^^^^^^^^^ help: consider using `_login_res` instead Oct 16 17:33:31.163 INFO kablam! Oct 16 17:33:31.163 INFO kablam! warning: unused variable: `e` Oct 16 17:33:31.163 INFO kablam! --> src/lib.rs:211:19 Oct 16 17:33:31.163 INFO kablam! | Oct 16 17:33:31.163 INFO kablam! 211 | Err(e) => unimplemented!() Oct 16 17:33:31.163 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:31.163 INFO kablam! Oct 16 17:33:31.163 INFO kablam! warning: unused variable: `e` Oct 16 17:33:31.163 INFO kablam! --> src/lib.rs:215:15 Oct 16 17:33:31.163 INFO kablam! | Oct 16 17:33:31.163 INFO kablam! 215 | Err(e) => unimplemented!() Oct 16 17:33:31.163 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:31.163 INFO kablam! Oct 16 17:33:31.163 INFO kablam! warning: unused variable: `e` Oct 16 17:33:31.163 INFO kablam! --> src/lib.rs:219:11 Oct 16 17:33:31.163 INFO kablam! | Oct 16 17:33:31.163 INFO kablam! 219 | Err(e) => unimplemented!() Oct 16 17:33:31.163 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:31.163 INFO kablam! Oct 16 17:33:31.163 INFO kablam! warning: unused variable: `re_tag_and_res` Oct 16 17:33:31.163 INFO kablam! --> src/lib.rs:277:13 Oct 16 17:33:31.163 INFO kablam! | Oct 16 17:33:31.163 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.163 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_re_tag_and_res` instead Oct 16 17:33:31.163 INFO kablam! Oct 16 17:33:31.198 INFO kablam! warning: variant is never constructed: `StartTls` Oct 16 17:33:31.198 INFO kablam! --> src/lib.rs:65:3 Oct 16 17:33:31.198 INFO kablam! | Oct 16 17:33:31.198 INFO kablam! 65 | StartTls(ssl::SslStream), Oct 16 17:33:31.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:31.198 INFO kablam! | Oct 16 17:33:31.198 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:33:31.198 INFO kablam! Oct 16 17:33:31.198 INFO kablam! warning: method is never used: `start_tls` Oct 16 17:33:31.198 INFO kablam! --> src/lib.rs:490:3 Oct 16 17:33:31.198 INFO kablam! | Oct 16 17:33:31.198 INFO kablam! 490 | fn start_tls(&mut self) -> Result { Oct 16 17:33:31.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:31.198 INFO kablam! Oct 16 17:33:33.795 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 16 17:33:33.796 INFO kablam! --> examples/app.rs:26:20 Oct 16 17:33:33.796 INFO kablam! | Oct 16 17:33:33.796 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 16 17:33:33.796 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 16 17:33:33.796 INFO kablam! | Oct 16 17:33:33.796 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:33:33.796 INFO kablam! Oct 16 17:33:33.796 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 16 17:33:33.796 INFO kablam! --> examples/app.rs:27:20 Oct 16 17:33:33.796 INFO kablam! | Oct 16 17:33:33.796 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 16 17:33:33.796 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:33.796 INFO kablam! Oct 16 17:33:35.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.32s Oct 16 17:33:35.488 INFO kablam! su: No module specific data is present Oct 16 17:33:36.340 INFO running `"docker" "rm" "-f" "2989bd75e17c93cea2d9f30e9bfe3de04633a206b91895c6200ef62fd29701c5"` Oct 16 17:33:36.667 INFO blam! 2989bd75e17c93cea2d9f30e9bfe3de04633a206b91895c6200ef62fd29701c5 Oct 16 17:33:36.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 16 17:33:37.070 INFO blam! 89c2e67fad04371394866c33d69891b8a89f9bba1d2020dc62b29ebffc22bcc7 Oct 16 17:33:37.073 INFO running `"docker" "start" "-a" "89c2e67fad04371394866c33d69891b8a89f9bba1d2020dc62b29ebffc22bcc7"` Oct 16 17:33:38.395 INFO kablam! usermod: no changes Oct 16 17:33:38.499 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 16 17:33:38.559 INFO kablam! Compiling atarashii_imap v0.3.0 (/source) Oct 16 17:33:42.723 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 16 17:33:42.723 INFO kablam! --> examples/app.rs:26:20 Oct 16 17:33:42.723 INFO kablam! | Oct 16 17:33:42.723 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 16 17:33:42.723 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 16 17:33:42.723 INFO kablam! | Oct 16 17:33:42.723 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:33:42.723 INFO kablam! Oct 16 17:33:42.723 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 16 17:33:42.723 INFO kablam! --> examples/app.rs:27:20 Oct 16 17:33:42.723 INFO kablam! | Oct 16 17:33:42.723 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 16 17:33:42.723 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:42.723 INFO kablam! Oct 16 17:33:43.271 INFO kablam! warning: unused imports: `SslContext`, `SslStream` Oct 16 17:33:43.271 INFO kablam! --> examples/app.rs:26:20 Oct 16 17:33:43.272 INFO kablam! | Oct 16 17:33:43.272 INFO kablam! 26 | use openssl::ssl::{SslContext, SslStream}; Oct 16 17:33:43.272 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^ Oct 16 17:33:43.273 INFO kablam! | Oct 16 17:33:43.273 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 17:33:43.273 INFO kablam! Oct 16 17:33:43.273 INFO kablam! warning: unused imports: `SslConnectorBuilder`, `SslMethod` Oct 16 17:33:43.274 INFO kablam! --> examples/app.rs:27:20 Oct 16 17:33:43.274 INFO kablam! | Oct 16 17:33:43.274 INFO kablam! 27 | use openssl::ssl::{SslMethod, SslConnectorBuilder}; Oct 16 17:33:43.274 INFO kablam! | ^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:43.275 INFO kablam! Oct 16 17:33:43.347 INFO kablam! warning: unused variable: `bytes_read` Oct 16 17:33:43.347 INFO kablam! --> src/lib.rs:204:14 Oct 16 17:33:43.348 INFO kablam! | Oct 16 17:33:43.348 INFO kablam! 204 | Ok(bytes_read) => { Oct 16 17:33:43.348 INFO kablam! | ^^^^^^^^^^ help: consider using `_bytes_read` instead Oct 16 17:33:43.355 INFO kablam! | Oct 16 17:33:43.355 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 16 17:33:43.355 INFO kablam! Oct 16 17:33:43.355 INFO kablam! warning: unused variable: `login_res` Oct 16 17:33:43.355 INFO kablam! --> src/lib.rs:210:18 Oct 16 17:33:43.355 INFO kablam! | Oct 16 17:33:43.355 INFO kablam! 210 | Ok(login_res) => unimplemented!(), Oct 16 17:33:43.355 INFO kablam! | ^^^^^^^^^ help: consider using `_login_res` instead Oct 16 17:33:43.355 INFO kablam! Oct 16 17:33:43.355 INFO kablam! warning: unused variable: `e` Oct 16 17:33:43.355 INFO kablam! --> src/lib.rs:211:19 Oct 16 17:33:43.355 INFO kablam! | Oct 16 17:33:43.355 INFO kablam! 211 | Err(e) => unimplemented!() Oct 16 17:33:43.355 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:43.355 INFO kablam! Oct 16 17:33:43.355 INFO kablam! warning: unused variable: `e` Oct 16 17:33:43.355 INFO kablam! --> src/lib.rs:215:15 Oct 16 17:33:43.355 INFO kablam! | Oct 16 17:33:43.355 INFO kablam! 215 | Err(e) => unimplemented!() Oct 16 17:33:43.355 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:43.355 INFO kablam! Oct 16 17:33:43.355 INFO kablam! warning: unused variable: `e` Oct 16 17:33:43.355 INFO kablam! --> src/lib.rs:219:11 Oct 16 17:33:43.355 INFO kablam! | Oct 16 17:33:43.355 INFO kablam! 219 | Err(e) => unimplemented!() Oct 16 17:33:43.355 INFO kablam! | ^ help: consider using `_e` instead Oct 16 17:33:43.355 INFO kablam! Oct 16 17:33:43.355 INFO kablam! warning: unused variable: `re_tag_and_res` Oct 16 17:33:43.355 INFO kablam! --> src/lib.rs:277:13 Oct 16 17:33:43.355 INFO kablam! | Oct 16 17:33:43.355 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:43.355 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_re_tag_and_res` instead Oct 16 17:33:43.355 INFO kablam! Oct 16 17:33:43.463 INFO kablam! warning: variant is never constructed: `StartTls` Oct 16 17:33:43.463 INFO kablam! --> src/lib.rs:65:3 Oct 16 17:33:43.463 INFO kablam! | Oct 16 17:33:43.463 INFO kablam! 65 | StartTls(ssl::SslStream), Oct 16 17:33:43.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:43.476 INFO kablam! | Oct 16 17:33:43.476 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 17:33:43.476 INFO kablam! Oct 16 17:33:43.476 INFO kablam! warning: method is never used: `start_tls` Oct 16 17:33:43.476 INFO kablam! --> src/lib.rs:490:3 Oct 16 17:33:43.476 INFO kablam! | Oct 16 17:33:43.476 INFO kablam! 490 | fn start_tls(&mut self) -> Result { Oct 16 17:33:43.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 17:33:43.476 INFO kablam! Oct 16 17:33:44.893 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.47s Oct 16 17:33:44.908 INFO kablam! su: No module specific data is present Oct 16 17:33:45.762 INFO running `"docker" "rm" "-f" "89c2e67fad04371394866c33d69891b8a89f9bba1d2020dc62b29ebffc22bcc7"` Oct 16 17:33:46.114 INFO blam! 89c2e67fad04371394866c33d69891b8a89f9bba1d2020dc62b29ebffc22bcc7 Oct 16 17:33:46.122 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 16 17:33:46.612 INFO blam! 6c09ed69cfa0dac94f5e2c99f08db758eeb3823d2b30f8bce0538bd9cb06f53e Oct 16 17:33:46.623 INFO running `"docker" "start" "-a" "6c09ed69cfa0dac94f5e2c99f08db758eeb3823d2b30f8bce0538bd9cb06f53e"` Oct 16 17:33:47.822 INFO kablam! usermod: no changes Oct 16 17:33:47.874 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/app.rs Oct 16 17:33:47.927 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 16 17:33:47.943 INFO kablam! Running /target/debug/deps/atarashii_imap-52dee57df196dbc3 Oct 16 17:33:47.947 INFO blam! Oct 16 17:33:47.947 INFO blam! running 1 test Oct 16 17:33:47.947 INFO blam! test tests::it_works ... ok Oct 16 17:33:47.947 INFO blam! Oct 16 17:33:47.947 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:33:47.947 INFO blam! Oct 16 17:33:47.948 INFO blam! Oct 16 17:33:47.948 INFO blam! running 0 tests Oct 16 17:33:47.948 INFO blam! Oct 16 17:33:47.948 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:33:47.948 INFO blam! Oct 16 17:33:47.950 INFO kablam! Running /target/debug/deps/atarashii_imap-185ef0587a5afb02 Oct 16 17:33:47.950 INFO kablam! Doc-tests atarashii_imap Oct 16 17:33:50.635 INFO blam! Oct 16 17:33:50.635 INFO blam! running 0 tests Oct 16 17:33:50.635 INFO blam! Oct 16 17:33:50.635 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:33:50.635 INFO blam! Oct 16 17:33:50.645 INFO kablam! su: No module specific data is present Oct 16 17:33:51.409 INFO running `"docker" "rm" "-f" "6c09ed69cfa0dac94f5e2c99f08db758eeb3823d2b30f8bce0538bd9cb06f53e"` Oct 16 17:33:51.655 INFO blam! 6c09ed69cfa0dac94f5e2c99f08db758eeb3823d2b30f8bce0538bd9cb06f53e