Oct 14 19:12:01.406 INFO testing halcyon/rust_tut against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:12:01.406 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 14 19:12:01.899 INFO blam! 961f9893c9272e7981f0e49c1a3329d30c5a00bdc3537af34b2eb53603f2d6d1 Oct 14 19:12:01.915 INFO running `"docker" "start" "-a" "961f9893c9272e7981f0e49c1a3329d30c5a00bdc3537af34b2eb53603f2d6d1"` Oct 14 19:12:03.071 INFO kablam! usermod: no changes Oct 14 19:12:03.135 INFO kablam! Compiling rust_tut v0.1.0 (/source) Oct 14 19:12:03.500 INFO kablam! warning: unused imports: `u16`, `u32`, `u64`, `u8` Oct 14 19:12:03.500 INFO kablam! --> src/main.rs:1:30 Oct 14 19:12:03.500 INFO kablam! | Oct 14 19:12:03.500 INFO kablam! 1 | use std::{i8, i16, i32, i64, u8, u16, u32, u64, isize, usize, f32, f64}; Oct 14 19:12:03.500 INFO kablam! | ^^ ^^^ ^^^ ^^^ Oct 14 19:12:03.500 INFO kablam! | Oct 14 19:12:03.500 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:12:03.500 INFO kablam! Oct 14 19:12:03.507 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:03.508 INFO kablam! --> src/main.rs:62:8 Oct 14 19:12:03.508 INFO kablam! | Oct 14 19:12:03.508 INFO kablam! 62 | if (age_old == 5) { Oct 14 19:12:03.508 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:03.508 INFO kablam! | Oct 14 19:12:03.508 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:12:03.508 INFO kablam! Oct 14 19:12:03.508 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:03.508 INFO kablam! --> src/main.rs:78:23 Oct 14 19:12:03.508 INFO kablam! | Oct 14 19:12:03.508 INFO kablam! 78 | let can_vote = if (age_old >= 18) { true } else { false }; Oct 14 19:12:03.508 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:03.508 INFO kablam! Oct 14 19:12:03.508 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:03.508 INFO kablam! --> src/main.rs:85:12 Oct 14 19:12:03.508 INFO kablam! | Oct 14 19:12:03.508 INFO kablam! 85 | if ((x % 2) == 0) { Oct 14 19:12:03.508 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:03.508 INFO kablam! Oct 14 19:12:03.508 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:03.508 INFO kablam! --> src/main.rs:90:12 Oct 14 19:12:03.508 INFO kablam! | Oct 14 19:12:03.508 INFO kablam! 90 | if (x > 10) { Oct 14 19:12:03.508 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 14 19:12:03.508 INFO kablam! Oct 14 19:12:03.743 INFO kablam! warning: unused variable: `num` Oct 14 19:12:03.743 INFO kablam! --> src/main.rs:8:9 Oct 14 19:12:03.743 INFO kablam! | Oct 14 19:12:03.743 INFO kablam! 8 | let num = 10; Oct 14 19:12:03.743 INFO kablam! | ^^^ help: consider using `_num` instead Oct 14 19:12:03.743 INFO kablam! | Oct 14 19:12:03.743 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:12:03.743 INFO kablam! Oct 14 19:12:03.743 INFO kablam! warning: unused variable: `f_name` Oct 14 19:12:03.743 INFO kablam! --> src/main.rs:34:10 Oct 14 19:12:03.743 INFO kablam! | Oct 14 19:12:03.743 INFO kablam! 34 | let (f_name, l_name) = ("Derek", "Banas"); Oct 14 19:12:03.743 INFO kablam! | ^^^^^^ help: consider using `_f_name` instead Oct 14 19:12:03.743 INFO kablam! Oct 14 19:12:03.743 INFO kablam! warning: unused variable: `l_name` Oct 14 19:12:03.743 INFO kablam! --> src/main.rs:34:18 Oct 14 19:12:03.743 INFO kablam! | Oct 14 19:12:03.743 INFO kablam! 34 | let (f_name, l_name) = ("Derek", "Banas"); Oct 14 19:12:03.743 INFO kablam! | ^^^^^^ help: consider using `_l_name` instead Oct 14 19:12:03.743 INFO kablam! Oct 14 19:12:03.743 INFO kablam! warning: unused variable: `count` Oct 14 19:12:03.743 INFO kablam! --> src/main.rs:116:9 Oct 14 19:12:03.743 INFO kablam! | Oct 14 19:12:03.743 INFO kablam! 116 | let count = rand_string.chars().count(); Oct 14 19:12:03.743 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 14 19:12:03.743 INFO kablam! Oct 14 19:12:03.785 INFO kablam! warning: variable does not need to be mutable Oct 14 19:12:03.785 INFO kablam! --> src/main.rs:10:9 Oct 14 19:12:03.785 INFO kablam! | Oct 14 19:12:03.785 INFO kablam! 10 | let mut age: i32 = 40; Oct 14 19:12:03.785 INFO kablam! | ----^^^ Oct 14 19:12:03.785 INFO kablam! | | Oct 14 19:12:03.785 INFO kablam! | help: remove this `mut` Oct 14 19:12:03.785 INFO kablam! | Oct 14 19:12:03.785 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:12:03.785 INFO kablam! Oct 14 19:12:03.785 INFO kablam! warning: variable does not need to be mutable Oct 14 19:12:03.785 INFO kablam! --> src/main.rs:52:9 Oct 14 19:12:03.785 INFO kablam! | Oct 14 19:12:03.785 INFO kablam! 52 | let mut neg_4 = -4i32; Oct 14 19:12:03.785 INFO kablam! | ----^^^^^ Oct 14 19:12:03.785 INFO kablam! | | Oct 14 19:12:03.785 INFO kablam! | help: remove this `mut` Oct 14 19:12:03.785 INFO kablam! Oct 14 19:12:04.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 14 19:12:04.734 INFO kablam! su: No module specific data is present Oct 14 19:12:05.407 INFO running `"docker" "rm" "-f" "961f9893c9272e7981f0e49c1a3329d30c5a00bdc3537af34b2eb53603f2d6d1"` Oct 14 19:12:05.678 INFO blam! 961f9893c9272e7981f0e49c1a3329d30c5a00bdc3537af34b2eb53603f2d6d1 Oct 14 19:12:05.695 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 14 19:12:06.075 INFO blam! 74779ebc3d0071c7fdc40a279b795aa46b8e7a4f4c4075893db8f3b56b6be71a Oct 14 19:12:06.078 INFO running `"docker" "start" "-a" "74779ebc3d0071c7fdc40a279b795aa46b8e7a4f4c4075893db8f3b56b6be71a"` Oct 14 19:12:07.397 INFO kablam! usermod: no changes Oct 14 19:12:07.479 INFO kablam! Compiling rust_tut v0.1.0 (/source) Oct 14 19:12:07.800 INFO kablam! warning: unused imports: `u16`, `u32`, `u64`, `u8` Oct 14 19:12:07.800 INFO kablam! --> src/main.rs:1:30 Oct 14 19:12:07.800 INFO kablam! | Oct 14 19:12:07.800 INFO kablam! 1 | use std::{i8, i16, i32, i64, u8, u16, u32, u64, isize, usize, f32, f64}; Oct 14 19:12:07.800 INFO kablam! | ^^ ^^^ ^^^ ^^^ Oct 14 19:12:07.800 INFO kablam! | Oct 14 19:12:07.800 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:12:07.800 INFO kablam! Oct 14 19:12:07.801 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:07.801 INFO kablam! --> src/main.rs:62:8 Oct 14 19:12:07.801 INFO kablam! | Oct 14 19:12:07.801 INFO kablam! 62 | if (age_old == 5) { Oct 14 19:12:07.801 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:07.801 INFO kablam! | Oct 14 19:12:07.801 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:12:07.801 INFO kablam! Oct 14 19:12:07.801 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:07.801 INFO kablam! --> src/main.rs:78:23 Oct 14 19:12:07.801 INFO kablam! | Oct 14 19:12:07.801 INFO kablam! 78 | let can_vote = if (age_old >= 18) { true } else { false }; Oct 14 19:12:07.801 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:07.801 INFO kablam! Oct 14 19:12:07.801 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:07.801 INFO kablam! --> src/main.rs:85:12 Oct 14 19:12:07.801 INFO kablam! | Oct 14 19:12:07.801 INFO kablam! 85 | if ((x % 2) == 0) { Oct 14 19:12:07.801 INFO kablam! | ^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 19:12:07.801 INFO kablam! Oct 14 19:12:07.801 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 19:12:07.801 INFO kablam! --> src/main.rs:90:12 Oct 14 19:12:07.801 INFO kablam! | Oct 14 19:12:07.801 INFO kablam! 90 | if (x > 10) { Oct 14 19:12:07.801 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 14 19:12:07.801 INFO kablam! Oct 14 19:12:07.963 INFO kablam! warning: unused variable: `num` Oct 14 19:12:07.963 INFO kablam! --> src/main.rs:8:9 Oct 14 19:12:07.963 INFO kablam! | Oct 14 19:12:07.963 INFO kablam! 8 | let num = 10; Oct 14 19:12:07.963 INFO kablam! | ^^^ help: consider using `_num` instead Oct 14 19:12:07.963 INFO kablam! | Oct 14 19:12:07.967 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:12:07.967 INFO kablam! Oct 14 19:12:07.967 INFO kablam! warning: unused variable: `f_name` Oct 14 19:12:07.967 INFO kablam! --> src/main.rs:34:10 Oct 14 19:12:07.967 INFO kablam! | Oct 14 19:12:07.967 INFO kablam! 34 | let (f_name, l_name) = ("Derek", "Banas"); Oct 14 19:12:07.967 INFO kablam! | ^^^^^^ help: consider using `_f_name` instead Oct 14 19:12:07.967 INFO kablam! Oct 14 19:12:07.967 INFO kablam! warning: unused variable: `l_name` Oct 14 19:12:07.967 INFO kablam! --> src/main.rs:34:18 Oct 14 19:12:07.967 INFO kablam! | Oct 14 19:12:07.967 INFO kablam! 34 | let (f_name, l_name) = ("Derek", "Banas"); Oct 14 19:12:07.967 INFO kablam! | ^^^^^^ help: consider using `_l_name` instead Oct 14 19:12:07.967 INFO kablam! Oct 14 19:12:07.967 INFO kablam! warning: unused variable: `count` Oct 14 19:12:07.967 INFO kablam! --> src/main.rs:116:9 Oct 14 19:12:07.967 INFO kablam! | Oct 14 19:12:07.967 INFO kablam! 116 | let count = rand_string.chars().count(); Oct 14 19:12:07.967 INFO kablam! | ^^^^^ help: consider using `_count` instead Oct 14 19:12:07.967 INFO kablam! Oct 14 19:12:08.019 INFO kablam! warning: variable does not need to be mutable Oct 14 19:12:08.019 INFO kablam! --> src/main.rs:10:9 Oct 14 19:12:08.019 INFO kablam! | Oct 14 19:12:08.019 INFO kablam! 10 | let mut age: i32 = 40; Oct 14 19:12:08.019 INFO kablam! | ----^^^ Oct 14 19:12:08.019 INFO kablam! | | Oct 14 19:12:08.019 INFO kablam! | help: remove this `mut` Oct 14 19:12:08.019 INFO kablam! | Oct 14 19:12:08.019 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:12:08.019 INFO kablam! Oct 14 19:12:08.019 INFO kablam! warning: variable does not need to be mutable Oct 14 19:12:08.019 INFO kablam! --> src/main.rs:52:9 Oct 14 19:12:08.019 INFO kablam! | Oct 14 19:12:08.019 INFO kablam! 52 | let mut neg_4 = -4i32; Oct 14 19:12:08.019 INFO kablam! | ----^^^^^ Oct 14 19:12:08.019 INFO kablam! | | Oct 14 19:12:08.019 INFO kablam! | help: remove this `mut` Oct 14 19:12:08.019 INFO kablam! Oct 14 19:12:08.550 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.11s Oct 14 19:12:08.550 INFO kablam! su: No module specific data is present Oct 14 19:12:09.311 INFO running `"docker" "rm" "-f" "74779ebc3d0071c7fdc40a279b795aa46b8e7a4f4c4075893db8f3b56b6be71a"` Oct 14 19:12:09.676 INFO blam! 74779ebc3d0071c7fdc40a279b795aa46b8e7a4f4c4075893db8f3b56b6be71a Oct 14 19:12:09.681 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 14 19:12:10.267 INFO blam! b68b6718cfbda3d9a83b944a39f2def3290e736324ae10ae3e46b906026a1e48 Oct 14 19:12:10.270 INFO running `"docker" "start" "-a" "b68b6718cfbda3d9a83b944a39f2def3290e736324ae10ae3e46b906026a1e48"` Oct 14 19:12:11.791 INFO kablam! usermod: no changes Oct 14 19:12:11.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 19:12:11.851 INFO kablam! Running /target/debug/deps/rust_tut-340cdda44e9b049d Oct 14 19:12:11.855 INFO blam! Oct 14 19:12:11.855 INFO blam! running 0 tests Oct 14 19:12:11.855 INFO blam! Oct 14 19:12:11.855 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:12:11.855 INFO blam! Oct 14 19:12:11.859 INFO kablam! su: No module specific data is present Oct 14 19:12:12.463 INFO running `"docker" "rm" "-f" "b68b6718cfbda3d9a83b944a39f2def3290e736324ae10ae3e46b906026a1e48"` Oct 14 19:12:12.775 INFO blam! b68b6718cfbda3d9a83b944a39f2def3290e736324ae10ae3e46b906026a1e48