Oct 11 04:45:47.001 INFO testing RockyTV/rust-nbr6023 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:45:47.001 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:45:47.001 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 04:45:47.430 INFO blam! 44dc5024e99c34f338e9850b4b85f2aa3e830f8b45c25bed9d7a115979ffd2d2 Oct 11 04:45:47.432 INFO running `"docker" "start" "-a" "44dc5024e99c34f338e9850b4b85f2aa3e830f8b45c25bed9d7a115979ffd2d2"` Oct 11 04:45:48.556 INFO kablam! usermod: no changes Oct 11 04:45:48.596 INFO kablam! Compiling rust-nbr6023 v0.1.0 (/source) Oct 11 04:45:49.310 INFO kablam! warning: unused variable: `title` Oct 11 04:45:49.310 INFO kablam! --> src/main.rs:10:37 Oct 11 04:45:49.310 INFO kablam! | Oct 11 04:45:49.310 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 11 04:45:49.310 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 11 04:45:49.310 INFO kablam! | Oct 11 04:45:49.310 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:45:49.310 INFO kablam! Oct 11 04:45:49.310 INFO kablam! warning: unused variable: `year` Oct 11 04:45:49.310 INFO kablam! --> src/main.rs:10:50 Oct 11 04:45:49.310 INFO kablam! | Oct 11 04:45:49.310 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 11 04:45:49.310 INFO kablam! | ^^^^ help: consider using `_year` instead Oct 11 04:45:49.310 INFO kablam! Oct 11 04:45:49.310 INFO kablam! warning: unused variable: `link` Oct 11 04:45:49.310 INFO kablam! --> src/main.rs:10:62 Oct 11 04:45:49.310 INFO kablam! | Oct 11 04:45:49.310 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 11 04:45:49.310 INFO kablam! | ^^^^ help: consider using `_link` instead Oct 11 04:45:49.310 INFO kablam! Oct 11 04:45:49.317 INFO kablam! warning: variable does not need to be mutable Oct 11 04:45:49.317 INFO kablam! --> src/main.rs:12:9 Oct 11 04:45:49.317 INFO kablam! | Oct 11 04:45:49.318 INFO kablam! 12 | let mut author_surname: &str = match author_parts.pop() { Oct 11 04:45:49.318 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 04:45:49.318 INFO kablam! | | Oct 11 04:45:49.318 INFO kablam! | help: remove this `mut` Oct 11 04:45:49.318 INFO kablam! | Oct 11 04:45:49.318 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:45:49.318 INFO kablam! Oct 11 04:45:49.944 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.37s Oct 11 04:45:49.945 INFO kablam! su: No module specific data is present Oct 11 04:45:50.426 INFO running `"docker" "rm" "-f" "44dc5024e99c34f338e9850b4b85f2aa3e830f8b45c25bed9d7a115979ffd2d2"` Oct 11 04:45:50.525 INFO blam! 44dc5024e99c34f338e9850b4b85f2aa3e830f8b45c25bed9d7a115979ffd2d2 Oct 11 04:45:50.538 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:45:50.539 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 04:45:50.860 INFO blam! f567093f479766147a39b15cb0474be5775319d39192f5c25992f92d7722b9ed Oct 11 04:45:50.866 INFO running `"docker" "start" "-a" "f567093f479766147a39b15cb0474be5775319d39192f5c25992f92d7722b9ed"` Oct 11 04:45:51.715 INFO kablam! usermod: no changes Oct 11 04:45:51.738 INFO kablam! Compiling rust-nbr6023 v0.1.0 (/source) Oct 11 04:45:52.517 INFO kablam! warning: unused variable: `title` Oct 11 04:45:52.517 INFO kablam! --> src/main.rs:10:37 Oct 11 04:45:52.518 INFO kablam! | Oct 11 04:45:52.518 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 11 04:45:52.518 INFO kablam! | ^^^^^ help: consider using `_title` instead Oct 11 04:45:52.518 INFO kablam! | Oct 11 04:45:52.519 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:45:52.519 INFO kablam! Oct 11 04:45:52.519 INFO kablam! warning: unused variable: `year` Oct 11 04:45:52.520 INFO kablam! --> src/main.rs:10:50 Oct 11 04:45:52.520 INFO kablam! | Oct 11 04:45:52.520 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 11 04:45:52.521 INFO kablam! | ^^^^ help: consider using `_year` instead Oct 11 04:45:52.521 INFO kablam! Oct 11 04:45:52.521 INFO kablam! warning: unused variable: `link` Oct 11 04:45:52.521 INFO kablam! --> src/main.rs:10:62 Oct 11 04:45:52.522 INFO kablam! | Oct 11 04:45:52.522 INFO kablam! 10 | fn generate_reference(author: &str, title: &str, year: &str, link: &str) -> String { Oct 11 04:45:52.522 INFO kablam! | ^^^^ help: consider using `_link` instead Oct 11 04:45:52.523 INFO kablam! Oct 11 04:45:52.523 INFO kablam! warning: variable does not need to be mutable Oct 11 04:45:52.523 INFO kablam! --> src/main.rs:12:9 Oct 11 04:45:52.524 INFO kablam! | Oct 11 04:45:52.524 INFO kablam! 12 | let mut author_surname: &str = match author_parts.pop() { Oct 11 04:45:52.524 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 04:45:52.524 INFO kablam! | | Oct 11 04:45:52.525 INFO kablam! | help: remove this `mut` Oct 11 04:45:52.525 INFO kablam! | Oct 11 04:45:52.525 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:45:52.525 INFO kablam! Oct 11 04:45:52.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 11 04:45:52.994 INFO kablam! su: No module specific data is present Oct 11 04:45:53.390 INFO running `"docker" "rm" "-f" "f567093f479766147a39b15cb0474be5775319d39192f5c25992f92d7722b9ed"` Oct 11 04:45:53.519 INFO blam! f567093f479766147a39b15cb0474be5775319d39192f5c25992f92d7722b9ed Oct 11 04:45:53.522 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:45:53.522 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 04:45:53.942 INFO blam! 8cfd46e888c59b3ef159b89a4f0e9c5a5c3f94e5aadde6b86a5c75de90a01c55 Oct 11 04:45:53.944 INFO running `"docker" "start" "-a" "8cfd46e888c59b3ef159b89a4f0e9c5a5c3f94e5aadde6b86a5c75de90a01c55"` Oct 11 04:45:55.140 INFO kablam! usermod: no changes Oct 11 04:45:55.176 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 04:45:55.176 INFO kablam! Running /target/debug/deps/rust_nbr6023-80e6647ea75de04c Oct 11 04:45:55.188 INFO kablam! su: No module specific data is present Oct 11 04:45:55.188 INFO blam! Oct 11 04:45:55.188 INFO blam! running 0 tests Oct 11 04:45:55.188 INFO blam! Oct 11 04:45:55.188 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:45:55.188 INFO blam! Oct 11 04:45:55.850 INFO running `"docker" "rm" "-f" "8cfd46e888c59b3ef159b89a4f0e9c5a5c3f94e5aadde6b86a5c75de90a01c55"` Oct 11 04:45:56.160 INFO blam! 8cfd46e888c59b3ef159b89a4f0e9c5a5c3f94e5aadde6b86a5c75de90a01c55