Oct 14 19:12:01.197 INFO testing halcyon/rust_tut against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:12:01.197 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 19:12:01.817 INFO blam! a18db6829ec4791e1c711cf8349860df0f1bba98a3db9db54811ed9d1eb021ab Oct 14 19:12:01.823 INFO running `"docker" "start" "-a" "a18db6829ec4791e1c711cf8349860df0f1bba98a3db9db54811ed9d1eb021ab"` Oct 14 19:12:03.031 INFO kablam! usermod: no changes Oct 14 19:12:03.087 INFO kablam! Compiling rust_tut v0.1.0 (/source) Oct 14 19:12:03.383 INFO kablam! warning: unused imports: `u16`, `u32`, `u64`, `u8` Oct 14 19:12:03.383 INFO kablam! --> src/main.rs:1:30 Oct 14 19:12:03.383 INFO kablam! | Oct 14 19:12:03.383 INFO kablam! 1 | use std::{i8, i16, i32, i64, u8, u16, u32, u64, isize, usize, f32, f64}; Oct 14 19:12:03.383 INFO kablam! | ^^ ^^^ ^^^ ^^^ Oct 14 19:12:03.383 INFO kablam! | Oct 14 19:12:03.383 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:12:03.383 INFO kablam! Oct 14 19:12:03.383 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:03.383 INFO kablam! --> src/main.rs:62:8 Oct 14 19:12:03.383 INFO kablam! | Oct 14 19:12:03.383 INFO kablam! 62 | if (age_old == 5) { Oct 14 19:12:03.383 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:03.383 INFO kablam! | Oct 14 19:12:03.383 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:12:03.383 INFO kablam! Oct 14 19:12:03.383 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:03.383 INFO kablam! --> src/main.rs:78:23 Oct 14 19:12:03.383 INFO kablam! | Oct 14 19:12:03.383 INFO kablam! 78 | let can_vote = if (age_old >= 18) { true } else { false }; Oct 14 19:12:03.383 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:03.383 INFO kablam! Oct 14 19:12:03.383 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:03.383 INFO kablam! --> src/main.rs:85:12 Oct 14 19:12:03.383 INFO kablam! | Oct 14 19:12:03.383 INFO kablam! 85 | if ((x % 2) == 0) { Oct 14 19:12:03.383 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:03.383 INFO kablam! Oct 14 19:12:03.383 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:03.383 INFO kablam! --> src/main.rs:90:12 Oct 14 19:12:03.383 INFO kablam! | Oct 14 19:12:03.383 INFO kablam! 90 | if (x > 10) { Oct 14 19:12:03.383 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 14 19:12:03.383 INFO kablam! Oct 14 19:12:03.567 INFO kablam! warning: unused variable: `num` Oct 14 19:12:03.567 INFO kablam! --> src/main.rs:8:9 Oct 14 19:12:03.567 INFO kablam! | Oct 14 19:12:03.567 INFO kablam! 8 | let num = 10; Oct 14 19:12:03.567 INFO kablam! | ^^^ help: consider using `_num` instead Oct 14 19:12:03.567 INFO kablam! | Oct 14 19:12:03.567 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:12:03.567 INFO kablam! Oct 14 19:12:03.567 INFO kablam! warning: unused variable: `f_name` Oct 14 19:12:03.567 INFO kablam! --> src/main.rs:34:10 Oct 14 19:12:03.567 INFO kablam! | Oct 14 19:12:03.567 INFO kablam! 34 | let (f_name, l_name) = ("Derek", "Banas"); Oct 14 19:12:03.567 INFO kablam! | ^^^^^^ help: consider using `_f_name` instead Oct 14 19:12:03.567 INFO kablam! Oct 14 19:12:03.567 INFO kablam! warning: unused variable: `l_name` Oct 14 19:12:03.567 INFO kablam! --> src/main.rs:34:18 Oct 14 19:12:03.567 INFO kablam! | Oct 14 19:12:03.567 INFO kablam! 34 | let (f_name, l_name) = ("Derek", "Banas"); Oct 14 19:12:03.567 INFO kablam! | ^^^^^^ help: consider using `_l_name` instead Oct 14 19:12:03.567 INFO kablam! Oct 14 19:12:03.567 INFO kablam! warning: unused variable: `count` Oct 14 19:12:03.567 INFO kablam! --> src/main.rs:116:9 Oct 14 19:12:03.567 INFO kablam! | Oct 14 19:12:03.567 INFO kablam! 116 | let count = rand_string.chars().count(); Oct 14 19:12:03.567 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 14 19:12:03.567 INFO kablam! Oct 14 19:12:03.596 INFO kablam! warning: variable does not need to be mutable Oct 14 19:12:03.596 INFO kablam! --> src/main.rs:10:9 Oct 14 19:12:03.596 INFO kablam! | Oct 14 19:12:03.596 INFO kablam! 10 | let mut age: i32 = 40; Oct 14 19:12:03.596 INFO kablam! | ----^^^ Oct 14 19:12:03.596 INFO kablam! | | Oct 14 19:12:03.596 INFO kablam! | help: remove this `mut` Oct 14 19:12:03.596 INFO kablam! | Oct 14 19:12:03.596 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:12:03.596 INFO kablam! Oct 14 19:12:03.596 INFO kablam! warning: variable does not need to be mutable Oct 14 19:12:03.596 INFO kablam! --> src/main.rs:52:9 Oct 14 19:12:03.596 INFO kablam! | Oct 14 19:12:03.596 INFO kablam! 52 | let mut neg_4 = -4i32; Oct 14 19:12:03.596 INFO kablam! | ----^^^^^ Oct 14 19:12:03.596 INFO kablam! | | Oct 14 19:12:03.596 INFO kablam! | help: remove this `mut` Oct 14 19:12:03.596 INFO kablam! Oct 14 19:12:04.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.13s Oct 14 19:12:04.202 INFO kablam! su: No module specific data is present Oct 14 19:12:05.054 INFO running `"docker" "rm" "-f" "a18db6829ec4791e1c711cf8349860df0f1bba98a3db9db54811ed9d1eb021ab"` Oct 14 19:12:05.331 INFO blam! a18db6829ec4791e1c711cf8349860df0f1bba98a3db9db54811ed9d1eb021ab Oct 14 19:12:05.331 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 19:12:05.763 INFO blam! 4a64eb15ab630144c5dfac42a2b81361b09b28894f7c1baeac43ce7ac7faf3c8 Oct 14 19:12:05.791 INFO running `"docker" "start" "-a" "4a64eb15ab630144c5dfac42a2b81361b09b28894f7c1baeac43ce7ac7faf3c8"` Oct 14 19:12:07.059 INFO kablam! usermod: no changes Oct 14 19:12:07.107 INFO kablam! Compiling rust_tut v0.1.0 (/source) Oct 14 19:12:07.407 INFO kablam! warning: unused imports: `u16`, `u32`, `u64`, `u8` Oct 14 19:12:07.407 INFO kablam! --> src/main.rs:1:30 Oct 14 19:12:07.407 INFO kablam! | Oct 14 19:12:07.407 INFO kablam! 1 | use std::{i8, i16, i32, i64, u8, u16, u32, u64, isize, usize, f32, f64}; Oct 14 19:12:07.408 INFO kablam! | ^^ ^^^ ^^^ ^^^ Oct 14 19:12:07.408 INFO kablam! | Oct 14 19:12:07.408 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:12:07.409 INFO kablam! Oct 14 19:12:07.411 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:07.411 INFO kablam! --> src/main.rs:62:8 Oct 14 19:12:07.411 INFO kablam! | Oct 14 19:12:07.411 INFO kablam! 62 | if (age_old == 5) { Oct 14 19:12:07.411 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:07.411 INFO kablam! | Oct 14 19:12:07.411 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:12:07.411 INFO kablam! Oct 14 19:12:07.411 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:07.411 INFO kablam! --> src/main.rs:78:23 Oct 14 19:12:07.411 INFO kablam! | Oct 14 19:12:07.411 INFO kablam! 78 | let can_vote = if (age_old >= 18) { true } else { false }; Oct 14 19:12:07.411 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:07.411 INFO kablam! Oct 14 19:12:07.411 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:07.411 INFO kablam! --> src/main.rs:85:12 Oct 14 19:12:07.411 INFO kablam! | Oct 14 19:12:07.411 INFO kablam! 85 | if ((x % 2) == 0) { Oct 14 19:12:07.411 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:07.411 INFO kablam! Oct 14 19:12:07.411 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:07.411 INFO kablam! --> src/main.rs:90:12 Oct 14 19:12:07.411 INFO kablam! | Oct 14 19:12:07.411 INFO kablam! 90 | if (x > 10) { Oct 14 19:12:07.411 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 14 19:12:07.411 INFO kablam! Oct 14 19:12:07.575 INFO kablam! warning: unused variable: `num` Oct 14 19:12:07.575 INFO kablam! --> src/main.rs:8:9 Oct 14 19:12:07.575 INFO kablam! | Oct 14 19:12:07.575 INFO kablam! 8 | let num = 10; Oct 14 19:12:07.575 INFO kablam! | ^^^ help: consider using `_num` instead Oct 14 19:12:07.575 INFO kablam! | Oct 14 19:12:07.575 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:12:07.575 INFO kablam! Oct 14 19:12:07.577 INFO kablam! warning: unused variable: `f_name` Oct 14 19:12:07.577 INFO kablam! --> src/main.rs:34:10 Oct 14 19:12:07.577 INFO kablam! | Oct 14 19:12:07.577 INFO kablam! 34 | let (f_name, l_name) = ("Derek", "Banas"); Oct 14 19:12:07.577 INFO kablam! | ^^^^^^ help: consider using `_f_name` instead Oct 14 19:12:07.577 INFO kablam! Oct 14 19:12:07.577 INFO kablam! warning: unused variable: `l_name` Oct 14 19:12:07.577 INFO kablam! --> src/main.rs:34:18 Oct 14 19:12:07.577 INFO kablam! | Oct 14 19:12:07.577 INFO kablam! 34 | let (f_name, l_name) = ("Derek", "Banas"); Oct 14 19:12:07.577 INFO kablam! | ^^^^^^ help: consider using `_l_name` instead Oct 14 19:12:07.577 INFO kablam! Oct 14 19:12:07.577 INFO kablam! warning: unused variable: `count` Oct 14 19:12:07.577 INFO kablam! --> src/main.rs:116:9 Oct 14 19:12:07.577 INFO kablam! | Oct 14 19:12:07.577 INFO kablam! 116 | let count = rand_string.chars().count(); Oct 14 19:12:07.577 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 14 19:12:07.577 INFO kablam! Oct 14 19:12:07.613 INFO kablam! warning: variable does not need to be mutable Oct 14 19:12:07.613 INFO kablam! --> src/main.rs:10:9 Oct 14 19:12:07.614 INFO kablam! | Oct 14 19:12:07.614 INFO kablam! 10 | let mut age: i32 = 40; Oct 14 19:12:07.614 INFO kablam! | ----^^^ Oct 14 19:12:07.615 INFO kablam! | | Oct 14 19:12:07.615 INFO kablam! | help: remove this `mut` Oct 14 19:12:07.615 INFO kablam! | Oct 14 19:12:07.615 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:12:07.616 INFO kablam! Oct 14 19:12:07.616 INFO kablam! warning: variable does not need to be mutable Oct 14 19:12:07.616 INFO kablam! --> src/main.rs:52:9 Oct 14 19:12:07.617 INFO kablam! | Oct 14 19:12:07.617 INFO kablam! 52 | let mut neg_4 = -4i32; Oct 14 19:12:07.617 INFO kablam! | ----^^^^^ Oct 14 19:12:07.617 INFO kablam! | | Oct 14 19:12:07.618 INFO kablam! | help: remove this `mut` Oct 14 19:12:07.618 INFO kablam! Oct 14 19:12:08.172 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.07s Oct 14 19:12:08.179 INFO kablam! su: No module specific data is present Oct 14 19:12:08.743 INFO running `"docker" "rm" "-f" "4a64eb15ab630144c5dfac42a2b81361b09b28894f7c1baeac43ce7ac7faf3c8"` Oct 14 19:12:09.028 INFO blam! 4a64eb15ab630144c5dfac42a2b81361b09b28894f7c1baeac43ce7ac7faf3c8 Oct 14 19:12:09.030 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 19:12:09.479 INFO blam! 002a8802dc6c7906da102646abbe7a168990261e27d7c0f598b902788158ac90 Oct 14 19:12:09.480 INFO running `"docker" "start" "-a" "002a8802dc6c7906da102646abbe7a168990261e27d7c0f598b902788158ac90"` Oct 14 19:12:10.628 INFO kablam! usermod: no changes Oct 14 19:12:10.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 19:12:10.695 INFO kablam! Running /target/debug/deps/rust_tut-f9fb0441bd6f329a Oct 14 19:12:10.699 INFO kablam! su: No module specific data is present Oct 14 19:12:10.699 INFO blam! Oct 14 19:12:10.699 INFO blam! running 0 tests Oct 14 19:12:10.699 INFO blam! Oct 14 19:12:10.699 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:12:10.699 INFO blam! Oct 14 19:12:11.395 INFO running `"docker" "rm" "-f" "002a8802dc6c7906da102646abbe7a168990261e27d7c0f598b902788158ac90"` Oct 14 19:12:11.683 INFO blam! 002a8802dc6c7906da102646abbe7a168990261e27d7c0f598b902788158ac90