Oct 11 02:43:04.314 INFO testing astlouisf/krampus against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:43:04.314 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:43:04.314 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:43:04.518 INFO blam! 89e02a24177043f4dab8bc77b60b75791a22f4713aa5a8bc965491728b90f710 Oct 11 02:43:04.522 INFO running `"docker" "start" "-a" "89e02a24177043f4dab8bc77b60b75791a22f4713aa5a8bc965491728b90f710"` Oct 11 02:43:05.405 INFO kablam! usermod: no changes Oct 11 02:43:05.661 INFO kablam! Compiling csv-core v0.1.3 Oct 11 02:43:05.661 INFO kablam! Compiling rust-crypto v0.2.36 Oct 11 02:43:05.667 INFO kablam! Compiling openssl v0.9.21 Oct 11 02:43:05.667 INFO kablam! Compiling handlebars v0.29.1 Oct 11 02:43:05.674 INFO kablam! Compiling docopt v0.8.1 Oct 11 02:43:07.952 INFO kablam! Compiling csv v1.0.0-beta.5 Oct 11 02:43:16.588 INFO kablam! Compiling native-tls v0.1.4 Oct 11 02:43:23.060 INFO kablam! Compiling lettre v0.7.0 Oct 11 02:43:27.368 INFO kablam! Compiling krampus v0.1.0 (/source) Oct 11 02:43:32.756 INFO kablam! warning: unused import: `lettre::smtp::SUBMISSION_PORT` Oct 11 02:43:32.756 INFO kablam! --> src/main.rs:17:5 Oct 11 02:43:32.756 INFO kablam! | Oct 11 02:43:32.756 INFO kablam! 17 | use lettre::smtp::SUBMISSION_PORT; Oct 11 02:43:32.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:43:32.756 INFO kablam! | Oct 11 02:43:32.756 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:43:32.756 INFO kablam! Oct 11 02:43:33.000 INFO kablam! warning: unused variable: `n` Oct 11 02:43:33.000 INFO kablam! --> src/main.rs:115:14 Oct 11 02:43:33.000 INFO kablam! | Oct 11 02:43:33.001 INFO kablam! 115 | Some(n) => panic!("Not enough themes"), Oct 11 02:43:33.001 INFO kablam! | ^ help: consider using `_n` instead Oct 11 02:43:33.001 INFO kablam! | Oct 11 02:43:33.001 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:43:33.001 INFO kablam! Oct 11 02:43:33.001 INFO kablam! warning: unused variable: `sender` Oct 11 02:43:33.001 INFO kablam! --> src/main.rs:162:17 Oct 11 02:43:33.001 INFO kablam! | Oct 11 02:43:33.001 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 11 02:43:33.001 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 11 02:43:33.001 INFO kablam! Oct 11 02:43:33.100 INFO kablam! warning: variable does not need to be mutable Oct 11 02:43:33.100 INFO kablam! --> src/main.rs:147:9 Oct 11 02:43:33.100 INFO kablam! | Oct 11 02:43:33.100 INFO kablam! 147 | let mut emails : Vec = matches Oct 11 02:43:33.100 INFO kablam! | ----^^^^^^ Oct 11 02:43:33.100 INFO kablam! | | Oct 11 02:43:33.100 INFO kablam! | help: remove this `mut` Oct 11 02:43:33.100 INFO kablam! | Oct 11 02:43:33.100 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:43:33.100 INFO kablam! Oct 11 02:43:33.102 INFO kablam! warning: variable does not need to be mutable Oct 11 02:43:33.102 INFO kablam! --> src/main.rs:162:13 Oct 11 02:43:33.102 INFO kablam! | Oct 11 02:43:33.102 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 11 02:43:33.102 INFO kablam! | ----^^^^^^ Oct 11 02:43:33.102 INFO kablam! | | Oct 11 02:43:33.102 INFO kablam! | help: remove this `mut` Oct 11 02:43:33.102 INFO kablam! Oct 11 02:43:33.116 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 02:43:33.116 INFO kablam! --> src/main.rs:127:5 Oct 11 02:43:33.116 INFO kablam! | Oct 11 02:43:33.116 INFO kablam! 127 | handlebars.register_template_file(template_name, template_file); Oct 11 02:43:33.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:43:33.116 INFO kablam! | Oct 11 02:43:33.116 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 02:43:33.116 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 02:43:33.116 INFO kablam! Oct 11 02:43:33.116 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 02:43:33.116 INFO kablam! --> src/main.rs:178:13 Oct 11 02:43:33.116 INFO kablam! | Oct 11 02:43:33.116 INFO kablam! 178 | mailer.send(&email); Oct 11 02:43:33.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 02:43:33.116 INFO kablam! | Oct 11 02:43:33.116 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 02:43:33.116 INFO kablam! Oct 11 02:43:37.852 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 32.41s Oct 11 02:43:37.856 INFO kablam! su: No module specific data is present Oct 11 02:43:38.677 INFO running `"docker" "rm" "-f" "89e02a24177043f4dab8bc77b60b75791a22f4713aa5a8bc965491728b90f710"` Oct 11 02:43:38.976 INFO blam! 89e02a24177043f4dab8bc77b60b75791a22f4713aa5a8bc965491728b90f710 Oct 11 02:43:38.977 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:43:38.978 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:43:39.422 INFO blam! 1b0bf8f0d883466cfd0bcb4876b117dc4a75b95b693bcb986bcfa2b8d9b8076f Oct 11 02:43:39.423 INFO running `"docker" "start" "-a" "1b0bf8f0d883466cfd0bcb4876b117dc4a75b95b693bcb986bcfa2b8d9b8076f"` Oct 11 02:43:40.995 INFO kablam! usermod: no changes Oct 11 02:43:41.296 INFO kablam! Compiling krampus v0.1.0 (/source) Oct 11 02:43:46.557 INFO kablam! warning: unused import: `lettre::smtp::SUBMISSION_PORT` Oct 11 02:43:46.557 INFO kablam! --> src/main.rs:17:5 Oct 11 02:43:46.557 INFO kablam! | Oct 11 02:43:46.557 INFO kablam! 17 | use lettre::smtp::SUBMISSION_PORT; Oct 11 02:43:46.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:43:46.557 INFO kablam! | Oct 11 02:43:46.557 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:43:46.557 INFO kablam! Oct 11 02:43:46.829 INFO kablam! warning: unused variable: `n` Oct 11 02:43:46.829 INFO kablam! --> src/main.rs:115:14 Oct 11 02:43:46.829 INFO kablam! | Oct 11 02:43:46.830 INFO kablam! 115 | Some(n) => panic!("Not enough themes"), Oct 11 02:43:46.830 INFO kablam! | ^ help: consider using `_n` instead Oct 11 02:43:46.830 INFO kablam! | Oct 11 02:43:46.830 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 02:43:46.831 INFO kablam! Oct 11 02:43:46.831 INFO kablam! warning: unused variable: `sender` Oct 11 02:43:46.831 INFO kablam! --> src/main.rs:162:17 Oct 11 02:43:46.832 INFO kablam! | Oct 11 02:43:46.832 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 11 02:43:46.832 INFO kablam! | ^^^^^^ help: consider using `_sender` instead Oct 11 02:43:46.832 INFO kablam! Oct 11 02:43:46.912 INFO kablam! warning: variable does not need to be mutable Oct 11 02:43:46.913 INFO kablam! --> src/main.rs:147:9 Oct 11 02:43:46.913 INFO kablam! | Oct 11 02:43:46.913 INFO kablam! 147 | let mut emails : Vec = matches Oct 11 02:43:46.914 INFO kablam! | ----^^^^^^ Oct 11 02:43:46.914 INFO kablam! | | Oct 11 02:43:46.914 INFO kablam! | help: remove this `mut` Oct 11 02:43:46.914 INFO kablam! | Oct 11 02:43:46.914 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:43:46.915 INFO kablam! Oct 11 02:43:46.915 INFO kablam! warning: variable does not need to be mutable Oct 11 02:43:46.915 INFO kablam! --> src/main.rs:162:13 Oct 11 02:43:46.915 INFO kablam! | Oct 11 02:43:46.916 INFO kablam! 162 | let mut sender = FileEmailTransport::new(dir); Oct 11 02:43:46.916 INFO kablam! | ----^^^^^^ Oct 11 02:43:46.916 INFO kablam! | | Oct 11 02:43:46.916 INFO kablam! | help: remove this `mut` Oct 11 02:43:46.917 INFO kablam! Oct 11 02:43:46.925 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 02:43:46.925 INFO kablam! --> src/main.rs:127:5 Oct 11 02:43:46.925 INFO kablam! | Oct 11 02:43:46.925 INFO kablam! 127 | handlebars.register_template_file(template_name, template_file); Oct 11 02:43:46.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:43:46.925 INFO kablam! | Oct 11 02:43:46.925 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 02:43:46.925 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 02:43:46.925 INFO kablam! Oct 11 02:43:46.925 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 02:43:46.925 INFO kablam! --> src/main.rs:178:13 Oct 11 02:43:46.925 INFO kablam! | Oct 11 02:43:46.925 INFO kablam! 178 | mailer.send(&email); Oct 11 02:43:46.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 02:43:46.925 INFO kablam! | Oct 11 02:43:46.925 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 02:43:46.925 INFO kablam! Oct 11 02:43:48.606 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.56s Oct 11 02:43:48.616 INFO kablam! su: No module specific data is present Oct 11 02:43:49.628 INFO running `"docker" "rm" "-f" "1b0bf8f0d883466cfd0bcb4876b117dc4a75b95b693bcb986bcfa2b8d9b8076f"` Oct 11 02:43:49.856 INFO blam! 1b0bf8f0d883466cfd0bcb4876b117dc4a75b95b693bcb986bcfa2b8d9b8076f Oct 11 02:43:49.857 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:43:49.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 02:43:50.319 INFO blam! a45d97f019860582378fd0d452f796ba89a481d9371b09f3300d28421567823b Oct 11 02:43:50.333 INFO running `"docker" "start" "-a" "a45d97f019860582378fd0d452f796ba89a481d9371b09f3300d28421567823b"` Oct 11 02:43:51.483 INFO kablam! usermod: no changes Oct 11 02:43:51.624 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 11 02:43:51.637 INFO kablam! Running /target/debug/deps/krampus-7eb4cbbce5b1123a Oct 11 02:43:51.644 INFO blam! Oct 11 02:43:51.644 INFO blam! running 1 test Oct 11 02:43:51.757 INFO blam! test derangement::tests::no_fixed_point ... ok Oct 11 02:43:51.757 INFO blam! Oct 11 02:43:51.757 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:43:51.757 INFO blam! Oct 11 02:43:51.760 INFO kablam! su: No module specific data is present Oct 11 02:43:52.554 INFO running `"docker" "rm" "-f" "a45d97f019860582378fd0d452f796ba89a481d9371b09f3300d28421567823b"` Oct 11 02:43:52.788 INFO blam! a45d97f019860582378fd0d452f796ba89a481d9371b09f3300d28421567823b