Oct 15 06:09:15.797 INFO testing TomeksGitRepo/FirstNumberMultiThreading against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:09:15.799 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 06:09:16.214 INFO blam! 28e284caf73be3187db99117c6e6895515cae0cd66910b743dfcdea6a3113701 Oct 15 06:09:16.217 INFO running `"docker" "start" "-a" "28e284caf73be3187db99117c6e6895515cae0cd66910b743dfcdea6a3113701"` Oct 15 06:09:18.106 INFO kablam! usermod: no changes Oct 15 06:09:18.187 INFO kablam! Compiling perf_test v0.1.0 (/source) Oct 15 06:09:18.691 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 06:09:18.691 INFO kablam! --> src/main.rs:19:14 Oct 15 06:09:18.691 INFO kablam! | Oct 15 06:09:18.691 INFO kablam! 19 | for i in (3..1000) { Oct 15 06:09:18.691 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 06:09:18.691 INFO kablam! | Oct 15 06:09:18.691 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:09:18.691 INFO kablam! Oct 15 06:09:18.691 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 06:09:18.691 INFO kablam! --> src/main.rs:24:14 Oct 15 06:09:18.691 INFO kablam! | Oct 15 06:09:18.691 INFO kablam! 24 | for i in (0..9) { Oct 15 06:09:18.691 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 15 06:09:18.691 INFO kablam! Oct 15 06:09:18.691 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:09:18.691 INFO kablam! --> src/main.rs:75:16 Oct 15 06:09:18.691 INFO kablam! | Oct 15 06:09:18.691 INFO kablam! 75 | if ((i % item) == 0) { Oct 15 06:09:18.691 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:09:18.691 INFO kablam! Oct 15 06:09:18.814 INFO kablam! warning: unused variable: `shared_checked_number_vector` Oct 15 06:09:18.814 INFO kablam! --> src/main.rs:26:13 Oct 15 06:09:18.814 INFO kablam! | Oct 15 06:09:18.814 INFO kablam! 26 | let shared_checked_number_vector = shared_first_number_collect_vec_handle.clone(); Oct 15 06:09:18.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_shared_checked_number_vector` instead Oct 15 06:09:18.814 INFO kablam! | Oct 15 06:09:18.814 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:09:18.814 INFO kablam! Oct 15 06:09:18.814 INFO kablam! warning: unused variable: `f` Oct 15 06:09:18.814 INFO kablam! --> src/main.rs:56:9 Oct 15 06:09:18.814 INFO kablam! | Oct 15 06:09:18.814 INFO kablam! 56 | let f = 1; Oct 15 06:09:18.814 INFO kablam! | ^ help: consider using `_f` instead Oct 15 06:09:18.814 INFO kablam! Oct 15 06:09:18.814 INFO kablam! warning: value assigned to `sqrt_of_i` is never read Oct 15 06:09:18.814 INFO kablam! --> src/main.rs:59:13 Oct 15 06:09:18.814 INFO kablam! | Oct 15 06:09:18.814 INFO kablam! 59 | let mut sqrt_of_i = 0.0; Oct 15 06:09:18.814 INFO kablam! | ^^^^^^^^^ Oct 15 06:09:18.814 INFO kablam! | Oct 15 06:09:18.814 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:09:18.814 INFO kablam! Oct 15 06:09:18.837 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:18.837 INFO kablam! --> src/main.rs:31:21 Oct 15 06:09:18.837 INFO kablam! | Oct 15 06:09:18.837 INFO kablam! 31 | let mut number; Oct 15 06:09:18.837 INFO kablam! | ----^^^^^^ Oct 15 06:09:18.837 INFO kablam! | | Oct 15 06:09:18.837 INFO kablam! | help: remove this `mut` Oct 15 06:09:18.837 INFO kablam! | Oct 15 06:09:18.837 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:09:18.837 INFO kablam! Oct 15 06:09:18.838 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:18.838 INFO kablam! --> src/main.rs:9:9 Oct 15 06:09:18.838 INFO kablam! | Oct 15 06:09:18.838 INFO kablam! 9 | let mut first_number_tryhard_number: Vec = Vec::new(); Oct 15 06:09:18.838 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:09:18.838 INFO kablam! | | Oct 15 06:09:18.838 INFO kablam! | help: remove this `mut` Oct 15 06:09:18.838 INFO kablam! Oct 15 06:09:18.838 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:18.838 INFO kablam! --> src/main.rs:15:9 Oct 15 06:09:18.838 INFO kablam! | Oct 15 06:09:18.838 INFO kablam! 15 | let mut first_number_checked: Vec = Vec::new(); Oct 15 06:09:18.838 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^ Oct 15 06:09:18.838 INFO kablam! | | Oct 15 06:09:18.838 INFO kablam! | help: remove this `mut` Oct 15 06:09:18.839 INFO kablam! Oct 15 06:09:19.849 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Oct 15 06:09:19.859 INFO kablam! su: No module specific data is present Oct 15 06:09:21.255 INFO running `"docker" "rm" "-f" "28e284caf73be3187db99117c6e6895515cae0cd66910b743dfcdea6a3113701"` Oct 15 06:09:21.587 INFO blam! 28e284caf73be3187db99117c6e6895515cae0cd66910b743dfcdea6a3113701 Oct 15 06:09:21.595 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 06:09:21.991 INFO blam! b80b1ba7fd17ba7c174fb0e3030c91f3248e1571d7b4e15730bfd0759938877e Oct 15 06:09:21.997 INFO running `"docker" "start" "-a" "b80b1ba7fd17ba7c174fb0e3030c91f3248e1571d7b4e15730bfd0759938877e"` Oct 15 06:09:23.326 INFO kablam! usermod: no changes Oct 15 06:09:23.451 INFO kablam! Compiling perf_test v0.1.0 (/source) Oct 15 06:09:24.027 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 06:09:24.027 INFO kablam! --> src/main.rs:19:14 Oct 15 06:09:24.027 INFO kablam! | Oct 15 06:09:24.027 INFO kablam! 19 | for i in (3..1000) { Oct 15 06:09:24.027 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 15 06:09:24.027 INFO kablam! | Oct 15 06:09:24.027 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 06:09:24.027 INFO kablam! Oct 15 06:09:24.027 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 15 06:09:24.027 INFO kablam! --> src/main.rs:24:14 Oct 15 06:09:24.027 INFO kablam! | Oct 15 06:09:24.027 INFO kablam! 24 | for i in (0..9) { Oct 15 06:09:24.027 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 15 06:09:24.027 INFO kablam! Oct 15 06:09:24.027 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 15 06:09:24.027 INFO kablam! --> src/main.rs:75:16 Oct 15 06:09:24.027 INFO kablam! | Oct 15 06:09:24.027 INFO kablam! 75 | if ((i % item) == 0) { Oct 15 06:09:24.027 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 06:09:24.027 INFO kablam! Oct 15 06:09:24.155 INFO kablam! warning: unused variable: `shared_checked_number_vector` Oct 15 06:09:24.155 INFO kablam! --> src/main.rs:26:13 Oct 15 06:09:24.155 INFO kablam! | Oct 15 06:09:24.155 INFO kablam! 26 | let shared_checked_number_vector = shared_first_number_collect_vec_handle.clone(); Oct 15 06:09:24.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_shared_checked_number_vector` instead Oct 15 06:09:24.155 INFO kablam! | Oct 15 06:09:24.155 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:09:24.155 INFO kablam! Oct 15 06:09:24.155 INFO kablam! warning: unused variable: `f` Oct 15 06:09:24.155 INFO kablam! --> src/main.rs:56:9 Oct 15 06:09:24.155 INFO kablam! | Oct 15 06:09:24.155 INFO kablam! 56 | let f = 1; Oct 15 06:09:24.155 INFO kablam! | ^ help: consider using `_f` instead Oct 15 06:09:24.155 INFO kablam! Oct 15 06:09:24.155 INFO kablam! warning: value assigned to `sqrt_of_i` is never read Oct 15 06:09:24.155 INFO kablam! --> src/main.rs:59:13 Oct 15 06:09:24.155 INFO kablam! | Oct 15 06:09:24.155 INFO kablam! 59 | let mut sqrt_of_i = 0.0; Oct 15 06:09:24.155 INFO kablam! | ^^^^^^^^^ Oct 15 06:09:24.155 INFO kablam! | Oct 15 06:09:24.155 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 06:09:24.155 INFO kablam! Oct 15 06:09:24.167 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:24.167 INFO kablam! --> src/main.rs:31:21 Oct 15 06:09:24.167 INFO kablam! | Oct 15 06:09:24.167 INFO kablam! 31 | let mut number; Oct 15 06:09:24.167 INFO kablam! | ----^^^^^^ Oct 15 06:09:24.167 INFO kablam! | | Oct 15 06:09:24.167 INFO kablam! | help: remove this `mut` Oct 15 06:09:24.167 INFO kablam! | Oct 15 06:09:24.167 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 06:09:24.167 INFO kablam! Oct 15 06:09:24.167 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:24.167 INFO kablam! --> src/main.rs:9:9 Oct 15 06:09:24.167 INFO kablam! | Oct 15 06:09:24.167 INFO kablam! 9 | let mut first_number_tryhard_number: Vec = Vec::new(); Oct 15 06:09:24.167 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:09:24.167 INFO kablam! | | Oct 15 06:09:24.167 INFO kablam! | help: remove this `mut` Oct 15 06:09:24.167 INFO kablam! Oct 15 06:09:24.167 INFO kablam! warning: variable does not need to be mutable Oct 15 06:09:24.167 INFO kablam! --> src/main.rs:15:9 Oct 15 06:09:24.167 INFO kablam! | Oct 15 06:09:24.167 INFO kablam! 15 | let mut first_number_checked: Vec = Vec::new(); Oct 15 06:09:24.167 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^ Oct 15 06:09:24.167 INFO kablam! | | Oct 15 06:09:24.167 INFO kablam! | help: remove this `mut` Oct 15 06:09:24.167 INFO kablam! Oct 15 06:09:24.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 15 06:09:24.639 INFO kablam! su: No module specific data is present Oct 15 06:09:25.711 INFO running `"docker" "rm" "-f" "b80b1ba7fd17ba7c174fb0e3030c91f3248e1571d7b4e15730bfd0759938877e"` Oct 15 06:09:26.111 INFO blam! b80b1ba7fd17ba7c174fb0e3030c91f3248e1571d7b4e15730bfd0759938877e Oct 15 06:09:26.120 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 06:09:26.668 INFO blam! 3133a62fd0b23e217b2666a114f05ff07da7eac500a6a4b6e96ce69bc3af4eb0 Oct 15 06:09:26.671 INFO running `"docker" "start" "-a" "3133a62fd0b23e217b2666a114f05ff07da7eac500a6a4b6e96ce69bc3af4eb0"` Oct 15 06:09:28.559 INFO kablam! usermod: no changes Oct 15 06:09:28.628 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 06:09:28.628 INFO kablam! Running /target/debug/deps/perf_test-123b8600f4a29022 Oct 15 06:09:28.635 INFO kablam! su: No module specific data is present Oct 15 06:09:28.635 INFO blam! Oct 15 06:09:28.635 INFO blam! running 0 tests Oct 15 06:09:28.635 INFO blam! Oct 15 06:09:28.635 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:09:28.635 INFO blam! Oct 15 06:09:30.030 INFO running `"docker" "rm" "-f" "3133a62fd0b23e217b2666a114f05ff07da7eac500a6a4b6e96ce69bc3af4eb0"` Oct 15 06:09:30.343 INFO blam! 3133a62fd0b23e217b2666a114f05ff07da7eac500a6a4b6e96ce69bc3af4eb0