Oct 15 03:31:48.065 INFO testing astlouisf/krampus against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 03:31:48.067 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 03:31:48.266 INFO blam! d6fdbc69fa79b72cd5589e6679ed2a226554b4d4b313fc5656c15614162a35d0 Oct 15 03:31:48.274 INFO running `"docker" "start" "-a" "d6fdbc69fa79b72cd5589e6679ed2a226554b4d4b313fc5656c15614162a35d0"` Oct 15 03:31:48.818 INFO kablam! usermod: no changes Oct 15 03:31:48.994 INFO kablam! Compiling base64 v0.7.0 Oct 15 03:31:48.994 INFO kablam! Compiling serde_json v1.0.6 Oct 15 03:31:48.995 INFO kablam! Compiling csv-core v0.1.3 Oct 15 03:31:48.996 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 03:31:48.996 INFO kablam! Compiling openssl v0.9.21 Oct 15 03:31:48.996 INFO kablam! Compiling serde_derive v1.0.21 Oct 15 03:31:51.323 INFO kablam! Compiling csv v1.0.0-beta.5 Oct 15 03:31:58.887 INFO kablam! Compiling handlebars v0.29.1 Oct 15 03:32:02.739 INFO kablam! Compiling native-tls v0.1.4 Oct 15 03:32:13.914 INFO kablam! Compiling docopt v0.8.1 Oct 15 03:32:13.914 INFO kablam! Compiling lettre v0.7.0 Oct 15 03:32:27.479 INFO kablam! Compiling krampus v0.1.0 (/source) Oct 15 03:32:29.683 INFO kablam! warning: unused import: `lettre::smtp::SUBMISSION_PORT` Oct 15 03:32:29.683 INFO kablam! --> src/main.rs:17:5 Oct 15 03:32:29.683 INFO kablam! | Oct 15 03:32:29.683 INFO kablam! 17 | use lettre::smtp::SUBMISSION_PORT; Oct 15 03:32:29.683 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:29.683 INFO kablam! | Oct 15 03:32:29.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:32:29.683 INFO kablam! Oct 15 03:32:29.883 INFO kablam! warning: unused variable: `n` Oct 15 03:32:29.885 INFO kablam! --> src/main.rs:115:14 Oct 15 03:32:29.885 INFO kablam! | Oct 15 03:32:29.885 INFO kablam! 115 | Some(n) => panic!("Not enough themes"), Oct 15 03:32:29.885 INFO kablam! | ^ help: consider using `_n` instead Oct 15 03:32:29.885 INFO kablam! | Oct 15 03:32:29.886 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:32:29.886 INFO kablam! Oct 15 03:32:29.886 INFO kablam! warning: unused variable: `sender` Oct 15 03:32:29.886 INFO kablam! --> src/main.rs:162:17 Oct 15 03:32:29.886 INFO kablam! | Oct 15 03:32:29.886 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 15 03:32:29.886 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 15 03:32:29.886 INFO kablam! Oct 15 03:32:29.955 INFO kablam! warning: variable does not need to be mutable Oct 15 03:32:29.955 INFO kablam! --> src/main.rs:147:9 Oct 15 03:32:29.955 INFO kablam! | Oct 15 03:32:29.955 INFO kablam! 147 | let mut emails : Vec = matches Oct 15 03:32:29.955 INFO kablam! | ----^^^^^^ Oct 15 03:32:29.955 INFO kablam! | | Oct 15 03:32:29.955 INFO kablam! | help: remove this `mut` Oct 15 03:32:29.955 INFO kablam! | Oct 15 03:32:29.955 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:32:29.955 INFO kablam! Oct 15 03:32:29.955 INFO kablam! warning: variable does not need to be mutable Oct 15 03:32:29.955 INFO kablam! --> src/main.rs:162:13 Oct 15 03:32:29.955 INFO kablam! | Oct 15 03:32:29.955 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 15 03:32:29.955 INFO kablam! | ----^^^^^^ Oct 15 03:32:29.955 INFO kablam! | | Oct 15 03:32:29.955 INFO kablam! | help: remove this `mut` Oct 15 03:32:29.955 INFO kablam! Oct 15 03:32:29.963 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:32:29.963 INFO kablam! --> src/main.rs:127:5 Oct 15 03:32:29.963 INFO kablam! | Oct 15 03:32:29.963 INFO kablam! 127 | handlebars.register_template_file(template_name, template_file); Oct 15 03:32:29.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:29.963 INFO kablam! | Oct 15 03:32:29.963 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 03:32:29.963 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:32:29.963 INFO kablam! Oct 15 03:32:29.963 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:32:29.963 INFO kablam! --> src/main.rs:178:13 Oct 15 03:32:29.963 INFO kablam! | Oct 15 03:32:29.963 INFO kablam! 178 | mailer.send(&email); Oct 15 03:32:29.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:29.963 INFO kablam! | Oct 15 03:32:29.963 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:32:29.963 INFO kablam! Oct 15 03:32:34.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.63s Oct 15 03:32:34.483 INFO kablam! su: No module specific data is present Oct 15 03:32:35.067 INFO running `"docker" "rm" "-f" "d6fdbc69fa79b72cd5589e6679ed2a226554b4d4b313fc5656c15614162a35d0"` Oct 15 03:32:35.354 INFO blam! d6fdbc69fa79b72cd5589e6679ed2a226554b4d4b313fc5656c15614162a35d0 Oct 15 03:32:35.357 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 03:32:35.835 INFO blam! e3b4b33fd3de3a2881d623f7f2c1a9c20cbfbdc051f939cc40fe76cb388a5df7 Oct 15 03:32:35.837 INFO running `"docker" "start" "-a" "e3b4b33fd3de3a2881d623f7f2c1a9c20cbfbdc051f939cc40fe76cb388a5df7"` Oct 15 03:32:37.266 INFO kablam! usermod: no changes Oct 15 03:32:37.475 INFO kablam! Compiling krampus v0.1.0 (/source) Oct 15 03:32:39.052 INFO kablam! warning: unused import: `lettre::smtp::SUBMISSION_PORT` Oct 15 03:32:39.052 INFO kablam! --> src/main.rs:17:5 Oct 15 03:32:39.052 INFO kablam! | Oct 15 03:32:39.053 INFO kablam! 17 | use lettre::smtp::SUBMISSION_PORT; Oct 15 03:32:39.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:39.053 INFO kablam! | Oct 15 03:32:39.054 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:32:39.054 INFO kablam! Oct 15 03:32:39.252 INFO kablam! warning: unused variable: `n` Oct 15 03:32:39.252 INFO kablam! --> src/main.rs:115:14 Oct 15 03:32:39.252 INFO kablam! | Oct 15 03:32:39.252 INFO kablam! 115 | Some(n) => panic!("Not enough themes"), Oct 15 03:32:39.255 INFO kablam! | ^ help: consider using `_n` instead Oct 15 03:32:39.255 INFO kablam! | Oct 15 03:32:39.255 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:32:39.255 INFO kablam! Oct 15 03:32:39.255 INFO kablam! warning: unused variable: `sender` Oct 15 03:32:39.255 INFO kablam! --> src/main.rs:162:17 Oct 15 03:32:39.255 INFO kablam! | Oct 15 03:32:39.255 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 15 03:32:39.255 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 15 03:32:39.255 INFO kablam! Oct 15 03:32:39.331 INFO kablam! warning: variable does not need to be mutable Oct 15 03:32:39.331 INFO kablam! --> src/main.rs:147:9 Oct 15 03:32:39.331 INFO kablam! | Oct 15 03:32:39.331 INFO kablam! 147 | let mut emails : Vec = matches Oct 15 03:32:39.331 INFO kablam! | ----^^^^^^ Oct 15 03:32:39.331 INFO kablam! | | Oct 15 03:32:39.331 INFO kablam! | help: remove this `mut` Oct 15 03:32:39.331 INFO kablam! | Oct 15 03:32:39.331 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:32:39.331 INFO kablam! Oct 15 03:32:39.331 INFO kablam! warning: variable does not need to be mutable Oct 15 03:32:39.331 INFO kablam! --> src/main.rs:162:13 Oct 15 03:32:39.331 INFO kablam! | Oct 15 03:32:39.331 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 15 03:32:39.331 INFO kablam! | ----^^^^^^ Oct 15 03:32:39.331 INFO kablam! | | Oct 15 03:32:39.331 INFO kablam! | help: remove this `mut` Oct 15 03:32:39.331 INFO kablam! Oct 15 03:32:39.339 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:32:39.341 INFO kablam! --> src/main.rs:127:5 Oct 15 03:32:39.341 INFO kablam! | Oct 15 03:32:39.341 INFO kablam! 127 | handlebars.register_template_file(template_name, template_file); Oct 15 03:32:39.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:39.341 INFO kablam! | Oct 15 03:32:39.341 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 03:32:39.341 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:32:39.341 INFO kablam! Oct 15 03:32:39.341 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:32:39.341 INFO kablam! --> src/main.rs:178:13 Oct 15 03:32:39.341 INFO kablam! | Oct 15 03:32:39.341 INFO kablam! 178 | mailer.send(&email); Oct 15 03:32:39.341 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:39.341 INFO kablam! | Oct 15 03:32:39.341 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:32:39.341 INFO kablam! Oct 15 03:32:40.549 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.26s Oct 15 03:32:40.558 INFO kablam! su: No module specific data is present Oct 15 03:32:41.751 INFO running `"docker" "rm" "-f" "e3b4b33fd3de3a2881d623f7f2c1a9c20cbfbdc051f939cc40fe76cb388a5df7"` Oct 15 03:32:42.151 INFO blam! e3b4b33fd3de3a2881d623f7f2c1a9c20cbfbdc051f939cc40fe76cb388a5df7 Oct 15 03:32:42.159 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 03:32:42.957 INFO blam! 5d73d1515a236c696b61b8842c10337f1da9dc09576b8f986768c3af94cb161f Oct 15 03:32:42.960 INFO running `"docker" "start" "-a" "5d73d1515a236c696b61b8842c10337f1da9dc09576b8f986768c3af94cb161f"` Oct 15 03:32:44.895 INFO kablam! usermod: no changes Oct 15 03:32:45.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 03:32:45.149 INFO kablam! Running /target/debug/deps/krampus-c0f6324fd2b6af6b Oct 15 03:32:45.159 INFO blam! Oct 15 03:32:45.159 INFO blam! running 1 test Oct 15 03:32:45.350 INFO blam! test derangement::tests::no_fixed_point ... ok Oct 15 03:32:45.351 INFO blam! Oct 15 03:32:45.351 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:32:45.351 INFO blam! Oct 15 03:32:45.359 INFO kablam! su: No module specific data is present Oct 15 03:32:47.029 INFO running `"docker" "rm" "-f" "5d73d1515a236c696b61b8842c10337f1da9dc09576b8f986768c3af94cb161f"` Oct 15 03:32:47.487 INFO blam! 5d73d1515a236c696b61b8842c10337f1da9dc09576b8f986768c3af94cb161f