Oct 15 03:31:48.247 INFO testing astlouisf/krampus against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 03:31:48.247 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 03:31:48.471 INFO blam! 4379244d5dddc434666cf6e9eac295dcdb46eeef883eaecd49abd065e8910784 Oct 15 03:31:48.483 INFO running `"docker" "start" "-a" "4379244d5dddc434666cf6e9eac295dcdb46eeef883eaecd49abd065e8910784"` Oct 15 03:31:48.979 INFO kablam! usermod: no changes Oct 15 03:31:49.163 INFO kablam! Compiling csv-core v0.1.3 Oct 15 03:31:49.163 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 03:31:49.169 INFO kablam! Compiling regex v0.2.2 Oct 15 03:31:49.169 INFO kablam! Compiling openssl v0.9.21 Oct 15 03:31:50.519 INFO kablam! Compiling csv v1.0.0-beta.5 Oct 15 03:32:02.803 INFO kablam! Compiling docopt v0.8.1 Oct 15 03:32:03.027 INFO kablam! Compiling handlebars v0.29.1 Oct 15 03:32:03.767 INFO kablam! Compiling native-tls v0.1.4 Oct 15 03:32:14.510 INFO kablam! Compiling lettre v0.7.0 Oct 15 03:32:25.588 INFO kablam! Compiling krampus v0.1.0 (/source) Oct 15 03:32:28.239 INFO kablam! warning: unused import: `lettre::smtp::SUBMISSION_PORT` Oct 15 03:32:28.239 INFO kablam! --> src/main.rs:17:5 Oct 15 03:32:28.239 INFO kablam! | Oct 15 03:32:28.239 INFO kablam! 17 | use lettre::smtp::SUBMISSION_PORT; Oct 15 03:32:28.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:28.239 INFO kablam! | Oct 15 03:32:28.239 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:32:28.239 INFO kablam! Oct 15 03:32:28.551 INFO kablam! warning: unused variable: `n` Oct 15 03:32:28.551 INFO kablam! --> src/main.rs:115:14 Oct 15 03:32:28.552 INFO kablam! | Oct 15 03:32:28.552 INFO kablam! 115 | Some(n) => panic!("Not enough themes"), Oct 15 03:32:28.552 INFO kablam! | ^ help: consider using `_n` instead Oct 15 03:32:28.553 INFO kablam! | Oct 15 03:32:28.553 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:32:28.553 INFO kablam! Oct 15 03:32:28.554 INFO kablam! warning: unused variable: `sender` Oct 15 03:32:28.554 INFO kablam! --> src/main.rs:162:17 Oct 15 03:32:28.554 INFO kablam! | Oct 15 03:32:28.555 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 15 03:32:28.555 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 15 03:32:28.555 INFO kablam! Oct 15 03:32:28.635 INFO kablam! warning: variable does not need to be mutable Oct 15 03:32:28.635 INFO kablam! --> src/main.rs:147:9 Oct 15 03:32:28.636 INFO kablam! | Oct 15 03:32:28.636 INFO kablam! 147 | let mut emails : Vec = matches Oct 15 03:32:28.636 INFO kablam! | ----^^^^^^ Oct 15 03:32:28.637 INFO kablam! | | Oct 15 03:32:28.637 INFO kablam! | help: remove this `mut` Oct 15 03:32:28.637 INFO kablam! | Oct 15 03:32:28.638 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:32:28.638 INFO kablam! Oct 15 03:32:28.638 INFO kablam! warning: variable does not need to be mutable Oct 15 03:32:28.638 INFO kablam! --> src/main.rs:162:13 Oct 15 03:32:28.639 INFO kablam! | Oct 15 03:32:28.639 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 15 03:32:28.639 INFO kablam! | ----^^^^^^ Oct 15 03:32:28.640 INFO kablam! | | Oct 15 03:32:28.640 INFO kablam! | help: remove this `mut` Oct 15 03:32:28.640 INFO kablam! Oct 15 03:32:28.641 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:32:28.641 INFO kablam! --> src/main.rs:127:5 Oct 15 03:32:28.641 INFO kablam! | Oct 15 03:32:28.642 INFO kablam! 127 | handlebars.register_template_file(template_name, template_file); Oct 15 03:32:28.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:28.642 INFO kablam! | Oct 15 03:32:28.642 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 03:32:28.643 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:32:28.643 INFO kablam! Oct 15 03:32:28.643 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:32:28.644 INFO kablam! --> src/main.rs:178:13 Oct 15 03:32:28.644 INFO kablam! | Oct 15 03:32:28.644 INFO kablam! 178 | mailer.send(&email); Oct 15 03:32:28.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:28.645 INFO kablam! | Oct 15 03:32:28.647 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:32:28.647 INFO kablam! Oct 15 03:32:32.978 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.97s Oct 15 03:32:32.995 INFO kablam! su: No module specific data is present Oct 15 03:32:33.747 INFO running `"docker" "rm" "-f" "4379244d5dddc434666cf6e9eac295dcdb46eeef883eaecd49abd065e8910784"` Oct 15 03:32:34.089 INFO blam! 4379244d5dddc434666cf6e9eac295dcdb46eeef883eaecd49abd065e8910784 Oct 15 03:32:34.093 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 03:32:34.517 INFO blam! 40368ed1e5a1e029851900298c2bf25846fb2fa761e60e7b1a1e47391ab611b4 Oct 15 03:32:34.523 INFO running `"docker" "start" "-a" "40368ed1e5a1e029851900298c2bf25846fb2fa761e60e7b1a1e47391ab611b4"` Oct 15 03:32:35.556 INFO kablam! usermod: no changes Oct 15 03:32:35.767 INFO kablam! Compiling krampus v0.1.0 (/source) Oct 15 03:32:37.539 INFO kablam! warning: unused import: `lettre::smtp::SUBMISSION_PORT` Oct 15 03:32:37.540 INFO kablam! --> src/main.rs:17:5 Oct 15 03:32:37.540 INFO kablam! | Oct 15 03:32:37.540 INFO kablam! 17 | use lettre::smtp::SUBMISSION_PORT; Oct 15 03:32:37.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:37.541 INFO kablam! | Oct 15 03:32:37.541 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 03:32:37.542 INFO kablam! Oct 15 03:32:37.727 INFO kablam! warning: unused variable: `n` Oct 15 03:32:37.727 INFO kablam! --> src/main.rs:115:14 Oct 15 03:32:37.727 INFO kablam! | Oct 15 03:32:37.727 INFO kablam! 115 | Some(n) => panic!("Not enough themes"), Oct 15 03:32:37.727 INFO kablam! | ^ help: consider using `_n` instead Oct 15 03:32:37.727 INFO kablam! | Oct 15 03:32:37.727 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 03:32:37.727 INFO kablam! Oct 15 03:32:37.727 INFO kablam! warning: unused variable: `sender` Oct 15 03:32:37.727 INFO kablam! --> src/main.rs:162:17 Oct 15 03:32:37.727 INFO kablam! | Oct 15 03:32:37.727 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 15 03:32:37.727 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 15 03:32:37.727 INFO kablam! Oct 15 03:32:37.800 INFO kablam! warning: variable does not need to be mutable Oct 15 03:32:37.800 INFO kablam! --> src/main.rs:147:9 Oct 15 03:32:37.800 INFO kablam! | Oct 15 03:32:37.800 INFO kablam! 147 | let mut emails : Vec = matches Oct 15 03:32:37.800 INFO kablam! | ----^^^^^^ Oct 15 03:32:37.800 INFO kablam! | | Oct 15 03:32:37.800 INFO kablam! | help: remove this `mut` Oct 15 03:32:37.800 INFO kablam! | Oct 15 03:32:37.800 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 03:32:37.800 INFO kablam! Oct 15 03:32:37.800 INFO kablam! warning: variable does not need to be mutable Oct 15 03:32:37.800 INFO kablam! --> src/main.rs:162:13 Oct 15 03:32:37.800 INFO kablam! | Oct 15 03:32:37.801 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 15 03:32:37.801 INFO kablam! | ----^^^^^^ Oct 15 03:32:37.801 INFO kablam! | | Oct 15 03:32:37.801 INFO kablam! | help: remove this `mut` Oct 15 03:32:37.802 INFO kablam! Oct 15 03:32:37.811 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:32:37.812 INFO kablam! --> src/main.rs:127:5 Oct 15 03:32:37.812 INFO kablam! | Oct 15 03:32:37.812 INFO kablam! 127 | handlebars.register_template_file(template_name, template_file); Oct 15 03:32:37.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:37.813 INFO kablam! | Oct 15 03:32:37.813 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 03:32:37.813 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:32:37.813 INFO kablam! Oct 15 03:32:37.814 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 03:32:37.814 INFO kablam! --> src/main.rs:178:13 Oct 15 03:32:37.814 INFO kablam! | Oct 15 03:32:37.814 INFO kablam! 178 | mailer.send(&email); Oct 15 03:32:37.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 03:32:37.814 INFO kablam! | Oct 15 03:32:37.814 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 03:32:37.819 INFO kablam! Oct 15 03:32:39.323 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.74s Oct 15 03:32:39.332 INFO kablam! su: No module specific data is present Oct 15 03:32:40.565 INFO running `"docker" "rm" "-f" "40368ed1e5a1e029851900298c2bf25846fb2fa761e60e7b1a1e47391ab611b4"` Oct 15 03:32:40.939 INFO blam! 40368ed1e5a1e029851900298c2bf25846fb2fa761e60e7b1a1e47391ab611b4 Oct 15 03:32:40.947 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 03:32:41.464 INFO blam! d0a2b63881d00379f4b852b40c1117b8923b5cb9113a497fc8ac430324d1af3e Oct 15 03:32:41.467 INFO running `"docker" "start" "-a" "d0a2b63881d00379f4b852b40c1117b8923b5cb9113a497fc8ac430324d1af3e"` Oct 15 03:32:42.975 INFO kablam! usermod: no changes Oct 15 03:32:43.309 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 15 03:32:43.335 INFO kablam! Running /target/debug/deps/krampus-7eb4cbbce5b1123a Oct 15 03:32:43.355 INFO blam! Oct 15 03:32:43.355 INFO blam! running 1 test Oct 15 03:32:43.570 INFO blam! test derangement::tests::no_fixed_point ... ok Oct 15 03:32:43.571 INFO blam! Oct 15 03:32:43.571 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 03:32:43.572 INFO blam! Oct 15 03:32:43.574 INFO kablam! su: No module specific data is present Oct 15 03:32:44.473 INFO running `"docker" "rm" "-f" "d0a2b63881d00379f4b852b40c1117b8923b5cb9113a497fc8ac430324d1af3e"` Oct 15 03:32:44.735 INFO blam! d0a2b63881d00379f4b852b40c1117b8923b5cb9113a497fc8ac430324d1af3e