Oct 15 06:09:16.261 INFO testing TomeksGitRepo/FirstNumberMultiThreading against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:09:16.262 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 06:09:16.735 INFO blam! b85cc08dabea104619873fb9b905ea3ca159ad05cadbda63e82efcb86abc569b Oct 15 06:09:16.747 INFO running `"docker" "start" "-a" "b85cc08dabea104619873fb9b905ea3ca159ad05cadbda63e82efcb86abc569b"` Oct 15 06:09:19.438 INFO kablam! usermod: no changes Oct 15 06:09:19.539 INFO kablam! Compiling perf_test v0.1.0 (/source) Oct 15 06:09:20.027 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 06:09:20.027 INFO kablam! --> src/main.rs:19:14 Oct 15 06:09:20.027 INFO kablam! | Oct 15 06:09:20.027 INFO kablam! 19 | for i in (3..1000) { Oct 15 06:09:20.027 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 06:09:20.027 INFO kablam! | Oct 15 06:09:20.027 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:09:20.027 INFO kablam! Oct 15 06:09:20.027 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 06:09:20.027 INFO kablam! --> src/main.rs:24:14 Oct 15 06:09:20.027 INFO kablam! | Oct 15 06:09:20.027 INFO kablam! 24 | for i in (0..9) { Oct 15 06:09:20.027 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 15 06:09:20.027 INFO kablam! Oct 15 06:09:20.027 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:09:20.027 INFO kablam! --> src/main.rs:75:16 Oct 15 06:09:20.027 INFO kablam! | Oct 15 06:09:20.027 INFO kablam! 75 | if ((i % item) == 0) { Oct 15 06:09:20.027 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:09:20.027 INFO kablam! Oct 15 06:09:20.139 INFO kablam! warning: unused variable: `shared_checked_number_vector` Oct 15 06:09:20.139 INFO kablam! --> src/main.rs:26:13 Oct 15 06:09:20.139 INFO kablam! | Oct 15 06:09:20.139 INFO kablam! 26 | let shared_checked_number_vector = shared_first_number_collect_vec_handle.clone(); Oct 15 06:09:20.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_shared_checked_number_vector` instead Oct 15 06:09:20.139 INFO kablam! | Oct 15 06:09:20.139 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:09:20.139 INFO kablam! Oct 15 06:09:20.139 INFO kablam! warning: unused variable: `f` Oct 15 06:09:20.139 INFO kablam! --> src/main.rs:56:9 Oct 15 06:09:20.139 INFO kablam! | Oct 15 06:09:20.139 INFO kablam! 56 | let f = 1; Oct 15 06:09:20.139 INFO kablam! | ^ help: consider using `_f` instead Oct 15 06:09:20.139 INFO kablam! Oct 15 06:09:20.139 INFO kablam! warning: value assigned to `sqrt_of_i` is never read Oct 15 06:09:20.139 INFO kablam! --> src/main.rs:59:13 Oct 15 06:09:20.139 INFO kablam! | Oct 15 06:09:20.139 INFO kablam! 59 | let mut sqrt_of_i = 0.0; Oct 15 06:09:20.139 INFO kablam! | ^^^^^^^^^ Oct 15 06:09:20.139 INFO kablam! | Oct 15 06:09:20.139 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:09:20.139 INFO kablam! Oct 15 06:09:20.151 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:20.151 INFO kablam! --> src/main.rs:31:21 Oct 15 06:09:20.151 INFO kablam! | Oct 15 06:09:20.151 INFO kablam! 31 | let mut number; Oct 15 06:09:20.151 INFO kablam! | ----^^^^^^ Oct 15 06:09:20.151 INFO kablam! | | Oct 15 06:09:20.151 INFO kablam! | help: remove this `mut` Oct 15 06:09:20.151 INFO kablam! | Oct 15 06:09:20.151 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:09:20.151 INFO kablam! Oct 15 06:09:20.151 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:20.151 INFO kablam! --> src/main.rs:9:9 Oct 15 06:09:20.151 INFO kablam! | Oct 15 06:09:20.151 INFO kablam! 9 | let mut first_number_tryhard_number: Vec = Vec::new(); Oct 15 06:09:20.151 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:09:20.151 INFO kablam! | | Oct 15 06:09:20.151 INFO kablam! | help: remove this `mut` Oct 15 06:09:20.151 INFO kablam! Oct 15 06:09:20.151 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:20.151 INFO kablam! --> src/main.rs:15:9 Oct 15 06:09:20.151 INFO kablam! | Oct 15 06:09:20.151 INFO kablam! 15 | let mut first_number_checked: Vec = Vec::new(); Oct 15 06:09:20.151 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^ Oct 15 06:09:20.151 INFO kablam! | | Oct 15 06:09:20.151 INFO kablam! | help: remove this `mut` Oct 15 06:09:20.151 INFO kablam! Oct 15 06:09:21.019 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 15 06:09:21.019 INFO kablam! su: No module specific data is present Oct 15 06:09:21.907 INFO running `"docker" "rm" "-f" "b85cc08dabea104619873fb9b905ea3ca159ad05cadbda63e82efcb86abc569b"` Oct 15 06:09:22.203 INFO blam! b85cc08dabea104619873fb9b905ea3ca159ad05cadbda63e82efcb86abc569b Oct 15 06:09:22.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 06:09:22.653 INFO blam! 715996dfffd305077d3edd483a330b3414117d1623c6cf7d8adb05afe7b5bfd7 Oct 15 06:09:22.655 INFO running `"docker" "start" "-a" "715996dfffd305077d3edd483a330b3414117d1623c6cf7d8adb05afe7b5bfd7"` Oct 15 06:09:25.110 INFO kablam! usermod: no changes Oct 15 06:09:25.206 INFO kablam! Compiling perf_test v0.1.0 (/source) Oct 15 06:09:25.751 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 06:09:25.751 INFO kablam! --> src/main.rs:19:14 Oct 15 06:09:25.751 INFO kablam! | Oct 15 06:09:25.752 INFO kablam! 19 | for i in (3..1000) { Oct 15 06:09:25.752 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 06:09:25.752 INFO kablam! | Oct 15 06:09:25.752 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:09:25.752 INFO kablam! Oct 15 06:09:25.752 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 06:09:25.752 INFO kablam! --> src/main.rs:24:14 Oct 15 06:09:25.752 INFO kablam! | Oct 15 06:09:25.752 INFO kablam! 24 | for i in (0..9) { Oct 15 06:09:25.752 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 15 06:09:25.752 INFO kablam! Oct 15 06:09:25.752 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:09:25.752 INFO kablam! --> src/main.rs:75:16 Oct 15 06:09:25.752 INFO kablam! | Oct 15 06:09:25.752 INFO kablam! 75 | if ((i % item) == 0) { Oct 15 06:09:25.752 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:09:25.752 INFO kablam! Oct 15 06:09:25.846 INFO kablam! warning: unused variable: `shared_checked_number_vector` Oct 15 06:09:25.846 INFO kablam! --> src/main.rs:26:13 Oct 15 06:09:25.846 INFO kablam! | Oct 15 06:09:25.846 INFO kablam! 26 | let shared_checked_number_vector = shared_first_number_collect_vec_handle.clone(); Oct 15 06:09:25.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_shared_checked_number_vector` instead Oct 15 06:09:25.846 INFO kablam! | Oct 15 06:09:25.846 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:09:25.846 INFO kablam! Oct 15 06:09:25.847 INFO kablam! warning: unused variable: `f` Oct 15 06:09:25.847 INFO kablam! --> src/main.rs:56:9 Oct 15 06:09:25.847 INFO kablam! | Oct 15 06:09:25.847 INFO kablam! 56 | let f = 1; Oct 15 06:09:25.847 INFO kablam! | ^ help: consider using `_f` instead Oct 15 06:09:25.847 INFO kablam! Oct 15 06:09:25.847 INFO kablam! warning: value assigned to `sqrt_of_i` is never read Oct 15 06:09:25.848 INFO kablam! --> src/main.rs:59:13 Oct 15 06:09:25.848 INFO kablam! | Oct 15 06:09:25.848 INFO kablam! 59 | let mut sqrt_of_i = 0.0; Oct 15 06:09:25.848 INFO kablam! | ^^^^^^^^^ Oct 15 06:09:25.848 INFO kablam! | Oct 15 06:09:25.848 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:09:25.848 INFO kablam! Oct 15 06:09:25.857 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:25.857 INFO kablam! --> src/main.rs:31:21 Oct 15 06:09:25.857 INFO kablam! | Oct 15 06:09:25.857 INFO kablam! 31 | let mut number; Oct 15 06:09:25.857 INFO kablam! | ----^^^^^^ Oct 15 06:09:25.857 INFO kablam! | | Oct 15 06:09:25.857 INFO kablam! | help: remove this `mut` Oct 15 06:09:25.857 INFO kablam! | Oct 15 06:09:25.857 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:09:25.857 INFO kablam! Oct 15 06:09:25.858 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:25.858 INFO kablam! --> src/main.rs:9:9 Oct 15 06:09:25.858 INFO kablam! | Oct 15 06:09:25.858 INFO kablam! 9 | let mut first_number_tryhard_number: Vec = Vec::new(); Oct 15 06:09:25.858 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:09:25.858 INFO kablam! | | Oct 15 06:09:25.858 INFO kablam! | help: remove this `mut` Oct 15 06:09:25.858 INFO kablam! Oct 15 06:09:25.863 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:25.863 INFO kablam! --> src/main.rs:15:9 Oct 15 06:09:25.863 INFO kablam! | Oct 15 06:09:25.863 INFO kablam! 15 | let mut first_number_checked: Vec = Vec::new(); Oct 15 06:09:25.863 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^ Oct 15 06:09:25.863 INFO kablam! | | Oct 15 06:09:25.863 INFO kablam! | help: remove this `mut` Oct 15 06:09:25.863 INFO kablam! Oct 15 06:09:26.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.26s Oct 15 06:09:26.410 INFO kablam! su: No module specific data is present Oct 15 06:09:27.465 INFO running `"docker" "rm" "-f" "715996dfffd305077d3edd483a330b3414117d1623c6cf7d8adb05afe7b5bfd7"` Oct 15 06:09:27.771 INFO blam! 715996dfffd305077d3edd483a330b3414117d1623c6cf7d8adb05afe7b5bfd7 Oct 15 06:09:27.773 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 06:09:28.294 INFO blam! 08f5a6ad14b5f3feab2da63e6a073226b92eac20e1f4cd68118ac5ae1df47a40 Oct 15 06:09:28.296 INFO running `"docker" "start" "-a" "08f5a6ad14b5f3feab2da63e6a073226b92eac20e1f4cd68118ac5ae1df47a40"` Oct 15 06:09:30.055 INFO kablam! usermod: no changes Oct 15 06:09:30.107 INFO blam! Oct 15 06:09:30.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 06:09:30.107 INFO blam! running 0 tests Oct 15 06:09:30.107 INFO kablam! Running /target/debug/deps/perf_test-5495a0a9749bc97e Oct 15 06:09:30.107 INFO blam! Oct 15 06:09:30.107 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:09:30.107 INFO blam! Oct 15 06:09:30.115 INFO kablam! su: No module specific data is present Oct 15 06:09:31.651 INFO running `"docker" "rm" "-f" "08f5a6ad14b5f3feab2da63e6a073226b92eac20e1f4cd68118ac5ae1df47a40"` Oct 15 06:09:31.980 INFO blam! 08f5a6ad14b5f3feab2da63e6a073226b92eac20e1f4cd68118ac5ae1df47a40