Oct 11 04:08:13.090 INFO testing TomeksGitRepo/FirstNumberMultiThreading against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:08:13.090 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:08:13.090 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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:08:13.518 INFO blam! 34935bc5036cd8fbb15d3882dcf46f57209dbcd63ec1a782a474aed11c5a1b0f Oct 11 04:08:13.519 INFO running `"docker" "start" "-a" "34935bc5036cd8fbb15d3882dcf46f57209dbcd63ec1a782a474aed11c5a1b0f"` Oct 11 04:08:14.980 INFO kablam! usermod: no changes Oct 11 04:08:15.053 INFO kablam! Compiling perf_test v0.1.0 (/source) Oct 11 04:08:15.465 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 04:08:15.465 INFO kablam! --> src/main.rs:19:14 Oct 11 04:08:15.465 INFO kablam! | Oct 11 04:08:15.466 INFO kablam! 19 | for i in (3..1000) { Oct 11 04:08:15.466 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 04:08:15.466 INFO kablam! | Oct 11 04:08:15.466 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:08:15.467 INFO kablam! Oct 11 04:08:15.467 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 04:08:15.467 INFO kablam! --> src/main.rs:24:14 Oct 11 04:08:15.467 INFO kablam! | Oct 11 04:08:15.468 INFO kablam! 24 | for i in (0..9) { Oct 11 04:08:15.472 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 11 04:08:15.472 INFO kablam! Oct 11 04:08:15.473 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:08:15.473 INFO kablam! --> src/main.rs:75:16 Oct 11 04:08:15.473 INFO kablam! | Oct 11 04:08:15.473 INFO kablam! 75 | if ((i % item) == 0) { Oct 11 04:08:15.474 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:08:15.474 INFO kablam! Oct 11 04:08:15.549 INFO kablam! warning: unused variable: `shared_checked_number_vector` Oct 11 04:08:15.549 INFO kablam! --> src/main.rs:26:13 Oct 11 04:08:15.550 INFO kablam! | Oct 11 04:08:15.550 INFO kablam! 26 | let shared_checked_number_vector = shared_first_number_collect_vec_handle.clone(); Oct 11 04:08:15.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_shared_checked_number_vector` instead Oct 11 04:08:15.551 INFO kablam! | Oct 11 04:08:15.551 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:08:15.551 INFO kablam! Oct 11 04:08:15.551 INFO kablam! warning: unused variable: `f` Oct 11 04:08:15.552 INFO kablam! --> src/main.rs:56:9 Oct 11 04:08:15.552 INFO kablam! | Oct 11 04:08:15.552 INFO kablam! 56 | let f = 1; Oct 11 04:08:15.553 INFO kablam! | ^ help: consider using `_f` instead Oct 11 04:08:15.553 INFO kablam! Oct 11 04:08:15.553 INFO kablam! warning: value assigned to `sqrt_of_i` is never read Oct 11 04:08:15.553 INFO kablam! --> src/main.rs:59:13 Oct 11 04:08:15.554 INFO kablam! | Oct 11 04:08:15.554 INFO kablam! 59 | let mut sqrt_of_i = 0.0; Oct 11 04:08:15.554 INFO kablam! | ^^^^^^^^^ Oct 11 04:08:15.554 INFO kablam! | Oct 11 04:08:15.555 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:08:15.555 INFO kablam! Oct 11 04:08:15.555 INFO kablam! warning: variable does not need to be mutable Oct 11 04:08:15.556 INFO kablam! --> src/main.rs:31:21 Oct 11 04:08:15.556 INFO kablam! | Oct 11 04:08:15.556 INFO kablam! 31 | let mut number; Oct 11 04:08:15.556 INFO kablam! | ----^^^^^^ Oct 11 04:08:15.556 INFO kablam! | | Oct 11 04:08:15.556 INFO kablam! | help: remove this `mut` Oct 11 04:08:15.556 INFO kablam! | Oct 11 04:08:15.556 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:08:15.556 INFO kablam! Oct 11 04:08:15.560 INFO kablam! warning: variable does not need to be mutable Oct 11 04:08:15.560 INFO kablam! --> src/main.rs:9:9 Oct 11 04:08:15.560 INFO kablam! | Oct 11 04:08:15.560 INFO kablam! 9 | let mut first_number_tryhard_number: Vec = Vec::new(); Oct 11 04:08:15.560 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:08:15.560 INFO kablam! | | Oct 11 04:08:15.560 INFO kablam! | help: remove this `mut` Oct 11 04:08:15.560 INFO kablam! Oct 11 04:08:15.560 INFO kablam! warning: variable does not need to be mutable Oct 11 04:08:15.560 INFO kablam! --> src/main.rs:15:9 Oct 11 04:08:15.560 INFO kablam! | Oct 11 04:08:15.560 INFO kablam! 15 | let mut first_number_checked: Vec = Vec::new(); Oct 11 04:08:15.560 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^ Oct 11 04:08:15.560 INFO kablam! | | Oct 11 04:08:15.560 INFO kablam! | help: remove this `mut` Oct 11 04:08:15.560 INFO kablam! Oct 11 04:08:16.445 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.42s Oct 11 04:08:16.448 INFO kablam! su: No module specific data is present Oct 11 04:08:17.020 INFO running `"docker" "rm" "-f" "34935bc5036cd8fbb15d3882dcf46f57209dbcd63ec1a782a474aed11c5a1b0f"` Oct 11 04:08:17.349 INFO blam! 34935bc5036cd8fbb15d3882dcf46f57209dbcd63ec1a782a474aed11c5a1b0f Oct 11 04:08:17.361 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:08:17.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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:08:17.683 INFO blam! b03a9892fd42c6b0a32a6733122bfba0ab48057e72e1956b51459ecddac5fa4d Oct 11 04:08:17.684 INFO running `"docker" "start" "-a" "b03a9892fd42c6b0a32a6733122bfba0ab48057e72e1956b51459ecddac5fa4d"` Oct 11 04:08:18.904 INFO kablam! usermod: no changes Oct 11 04:08:18.972 INFO kablam! Compiling perf_test v0.1.0 (/source) Oct 11 04:08:19.488 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 04:08:19.488 INFO kablam! --> src/main.rs:19:14 Oct 11 04:08:19.488 INFO kablam! | Oct 11 04:08:19.488 INFO kablam! 19 | for i in (3..1000) { Oct 11 04:08:19.488 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 11 04:08:19.488 INFO kablam! | Oct 11 04:08:19.488 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:08:19.488 INFO kablam! Oct 11 04:08:19.488 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 11 04:08:19.488 INFO kablam! --> src/main.rs:24:14 Oct 11 04:08:19.488 INFO kablam! | Oct 11 04:08:19.488 INFO kablam! 24 | for i in (0..9) { Oct 11 04:08:19.488 INFO kablam! | ^^^^^^ help: remove these parentheses Oct 11 04:08:19.488 INFO kablam! Oct 11 04:08:19.488 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:08:19.488 INFO kablam! --> src/main.rs:75:16 Oct 11 04:08:19.488 INFO kablam! | Oct 11 04:08:19.488 INFO kablam! 75 | if ((i % item) == 0) { Oct 11 04:08:19.488 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 04:08:19.488 INFO kablam! Oct 11 04:08:19.592 INFO kablam! warning: unused variable: `shared_checked_number_vector` Oct 11 04:08:19.592 INFO kablam! --> src/main.rs:26:13 Oct 11 04:08:19.592 INFO kablam! | Oct 11 04:08:19.592 INFO kablam! 26 | let shared_checked_number_vector = shared_first_number_collect_vec_handle.clone(); Oct 11 04:08:19.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_shared_checked_number_vector` instead Oct 11 04:08:19.592 INFO kablam! | Oct 11 04:08:19.592 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:08:19.592 INFO kablam! Oct 11 04:08:19.592 INFO kablam! warning: unused variable: `f` Oct 11 04:08:19.592 INFO kablam! --> src/main.rs:56:9 Oct 11 04:08:19.592 INFO kablam! | Oct 11 04:08:19.592 INFO kablam! 56 | let f = 1; Oct 11 04:08:19.592 INFO kablam! | ^ help: consider using `_f` instead Oct 11 04:08:19.592 INFO kablam! Oct 11 04:08:19.592 INFO kablam! warning: value assigned to `sqrt_of_i` is never read Oct 11 04:08:19.593 INFO kablam! --> src/main.rs:59:13 Oct 11 04:08:19.593 INFO kablam! | Oct 11 04:08:19.593 INFO kablam! 59 | let mut sqrt_of_i = 0.0; Oct 11 04:08:19.593 INFO kablam! | ^^^^^^^^^ Oct 11 04:08:19.593 INFO kablam! | Oct 11 04:08:19.593 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 04:08:19.593 INFO kablam! Oct 11 04:08:19.608 INFO kablam! warning: variable does not need to be mutable Oct 11 04:08:19.608 INFO kablam! --> src/main.rs:31:21 Oct 11 04:08:19.608 INFO kablam! | Oct 11 04:08:19.608 INFO kablam! 31 | let mut number; Oct 11 04:08:19.608 INFO kablam! | ----^^^^^^ Oct 11 04:08:19.608 INFO kablam! | | Oct 11 04:08:19.608 INFO kablam! | help: remove this `mut` Oct 11 04:08:19.608 INFO kablam! | Oct 11 04:08:19.608 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:08:19.608 INFO kablam! Oct 11 04:08:19.608 INFO kablam! warning: variable does not need to be mutable Oct 11 04:08:19.608 INFO kablam! --> src/main.rs:9:9 Oct 11 04:08:19.608 INFO kablam! | Oct 11 04:08:19.608 INFO kablam! 9 | let mut first_number_tryhard_number: Vec = Vec::new(); Oct 11 04:08:19.608 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:08:19.609 INFO kablam! | | Oct 11 04:08:19.609 INFO kablam! | help: remove this `mut` Oct 11 04:08:19.609 INFO kablam! Oct 11 04:08:19.609 INFO kablam! warning: variable does not need to be mutable Oct 11 04:08:19.609 INFO kablam! --> src/main.rs:15:9 Oct 11 04:08:19.609 INFO kablam! | Oct 11 04:08:19.609 INFO kablam! 15 | let mut first_number_checked: Vec = Vec::new(); Oct 11 04:08:19.609 INFO kablam! | ----^^^^^^^^^^^^^^^^^^^^ Oct 11 04:08:19.609 INFO kablam! | | Oct 11 04:08:19.609 INFO kablam! | help: remove this `mut` Oct 11 04:08:19.609 INFO kablam! Oct 11 04:08:20.348 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.41s Oct 11 04:08:20.350 INFO kablam! su: No module specific data is present Oct 11 04:08:21.140 INFO running `"docker" "rm" "-f" "b03a9892fd42c6b0a32a6733122bfba0ab48057e72e1956b51459ecddac5fa4d"` Oct 11 04:08:21.450 INFO blam! b03a9892fd42c6b0a32a6733122bfba0ab48057e72e1956b51459ecddac5fa4d Oct 11 04:08:21.453 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:08:21.454 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/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:08:21.940 INFO blam! 72915927e31bfcd8d30914c8cda60552d637b6248507cce6800ec034143274c9 Oct 11 04:08:21.953 INFO running `"docker" "start" "-a" "72915927e31bfcd8d30914c8cda60552d637b6248507cce6800ec034143274c9"` Oct 11 04:08:23.303 INFO kablam! usermod: no changes Oct 11 04:08:23.378 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 11 04:08:23.384 INFO kablam! Running /target/debug/deps/perf_test-5495a0a9749bc97e Oct 11 04:08:23.391 INFO blam! Oct 11 04:08:23.391 INFO blam! running 0 tests Oct 11 04:08:23.391 INFO blam! Oct 11 04:08:23.391 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:08:23.391 INFO blam! Oct 11 04:08:23.400 INFO kablam! su: No module specific data is present Oct 11 04:08:24.124 INFO running `"docker" "rm" "-f" "72915927e31bfcd8d30914c8cda60552d637b6248507cce6800ec034143274c9"` Oct 11 04:08:24.522 INFO blam! 72915927e31bfcd8d30914c8cda60552d637b6248507cce6800ec034143274c9