Oct 15 08:18:29.084 INFO testing NewlineCoding/lab_8 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:18:29.084 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:18:29.470 INFO blam! 6c600cf087b81e8f53d0b8f475823cd9459b5b305426d88b270ea66c09f83aa5 Oct 15 08:18:29.471 INFO running `"docker" "start" "-a" "6c600cf087b81e8f53d0b8f475823cd9459b5b305426d88b270ea66c09f83aa5"` Oct 15 08:18:30.528 INFO kablam! usermod: no changes Oct 15 08:18:30.591 INFO kablam! Compiling mersenne_twister v1.1.0 Oct 15 08:18:31.571 INFO kablam! Compiling lab_8 v0.1.0 (/source) Oct 15 08:18:32.071 INFO kablam! warning: unused imports: `IndependentSample`, `Range` Oct 15 08:18:32.071 INFO kablam! --> src/main.rs:6:27 Oct 15 08:18:32.071 INFO kablam! | Oct 15 08:18:32.071 INFO kablam! 6 | use rand::distributions::{IndependentSample, Range}; Oct 15 08:18:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^ ^^^^^ Oct 15 08:18:32.071 INFO kablam! | Oct 15 08:18:32.071 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:18:32.071 INFO kablam! Oct 15 08:18:32.071 INFO kablam! warning: unused import: `std::collections::HashSet` Oct 15 08:18:32.071 INFO kablam! --> src/main.rs:7:5 Oct 15 08:18:32.071 INFO kablam! | Oct 15 08:18:32.071 INFO kablam! 7 | use std::collections::HashSet; Oct 15 08:18:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:18:32.071 INFO kablam! Oct 15 08:18:32.071 INFO kablam! warning: unused import: `mersenne_twister::MersenneTwister` Oct 15 08:18:32.071 INFO kablam! --> src/main.rs:9:5 Oct 15 08:18:32.071 INFO kablam! | Oct 15 08:18:32.071 INFO kablam! 9 | use mersenne_twister::MersenneTwister; Oct 15 08:18:32.071 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:18:32.071 INFO kablam! Oct 15 08:18:32.071 INFO kablam! warning: unused imports: `Rng`, `SeedableRng` Oct 15 08:18:32.071 INFO kablam! --> src/main.rs:10:12 Oct 15 08:18:32.071 INFO kablam! | Oct 15 08:18:32.071 INFO kablam! 10 | use rand::{Rng, SeedableRng}; Oct 15 08:18:32.071 INFO kablam! | ^^^ ^^^^^^^^^^^ Oct 15 08:18:32.071 INFO kablam! Oct 15 08:18:32.071 INFO kablam! warning: unused import: `Duration` Oct 15 08:18:32.071 INFO kablam! --> src/main.rs:12:17 Oct 15 08:18:32.071 INFO kablam! | Oct 15 08:18:32.071 INFO kablam! 12 | use std::time::{Duration, Instant}; Oct 15 08:18:32.071 INFO kablam! | ^^^^^^^^ Oct 15 08:18:32.071 INFO kablam! Oct 15 08:18:32.131 INFO kablam! warning: value assigned to `tests_per_core` is never read Oct 15 08:18:32.131 INFO kablam! --> src/main.rs:85:9 Oct 15 08:18:32.131 INFO kablam! | Oct 15 08:18:32.131 INFO kablam! 85 | tests_per_core = n - 2 Oct 15 08:18:32.131 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:18:32.131 INFO kablam! | Oct 15 08:18:32.131 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 08:18:32.131 INFO kablam! Oct 15 08:18:32.131 INFO kablam! warning: unused variable: `num_cpu` Oct 15 08:18:32.131 INFO kablam! --> src/main.rs:113:9 Oct 15 08:18:32.131 INFO kablam! | Oct 15 08:18:32.131 INFO kablam! 113 | let num_cpu = num_cpus::get(); Oct 15 08:18:32.131 INFO kablam! | ^^^^^^^ help: consider using `_num_cpu` instead Oct 15 08:18:32.131 INFO kablam! | Oct 15 08:18:32.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:18:32.131 INFO kablam! Oct 15 08:18:32.131 INFO kablam! warning: value assigned to `tests_per_core` is never read Oct 15 08:18:32.131 INFO kablam! --> src/main.rs:116:9 Oct 15 08:18:32.131 INFO kablam! | Oct 15 08:18:32.131 INFO kablam! 116 | tests_per_core = n - 2 Oct 15 08:18:32.131 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:18:32.131 INFO kablam! Oct 15 08:18:32.131 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.131 INFO kablam! --> src/main.rs:17:19 Oct 15 08:18:32.131 INFO kablam! | Oct 15 08:18:32.131 INFO kablam! 17 | fn is_prime_naive(mut n: u64) -> bool { Oct 15 08:18:32.131 INFO kablam! | ----^ Oct 15 08:18:32.132 INFO kablam! | | Oct 15 08:18:32.132 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.132 INFO kablam! | Oct 15 08:18:32.132 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:18:32.132 INFO kablam! Oct 15 08:18:32.139 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.139 INFO kablam! --> src/main.rs:31:28 Oct 15 08:18:32.139 INFO kablam! | Oct 15 08:18:32.139 INFO kablam! 31 | fn modular_exp(mut a: u64, mut b: u64, mut c: u64) -> u64 { Oct 15 08:18:32.139 INFO kablam! | ----^ Oct 15 08:18:32.139 INFO kablam! | | Oct 15 08:18:32.139 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.139 INFO kablam! Oct 15 08:18:32.139 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.139 INFO kablam! --> src/main.rs:31:40 Oct 15 08:18:32.139 INFO kablam! | Oct 15 08:18:32.139 INFO kablam! 31 | fn modular_exp(mut a: u64, mut b: u64, mut c: u64) -> u64 { Oct 15 08:18:32.139 INFO kablam! | ----^ Oct 15 08:18:32.139 INFO kablam! | | Oct 15 08:18:32.139 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.139 INFO kablam! Oct 15 08:18:32.139 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.139 INFO kablam! --> src/main.rs:52:14 Oct 15 08:18:32.139 INFO kablam! | Oct 15 08:18:32.139 INFO kablam! 52 | fn tu_finder(mut n: u64) -> (u64, u64) { Oct 15 08:18:32.139 INFO kablam! | ----^ Oct 15 08:18:32.139 INFO kablam! | | Oct 15 08:18:32.139 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.139 INFO kablam! Oct 15 08:18:32.143 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.143 INFO kablam! --> src/main.rs:79:27 Oct 15 08:18:32.143 INFO kablam! | Oct 15 08:18:32.143 INFO kablam! 79 | fn is_prime_mr_multi_core(mut n: u64, mut tests_per_core: u64) -> bool { Oct 15 08:18:32.143 INFO kablam! | ----^ Oct 15 08:18:32.143 INFO kablam! | | Oct 15 08:18:32.143 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.143 INFO kablam! Oct 15 08:18:32.143 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.143 INFO kablam! --> src/main.rs:82:9 Oct 15 08:18:32.143 INFO kablam! | Oct 15 08:18:32.143 INFO kablam! 82 | let mut workers = ThreadPool::new_with_name("worker".into(), num_cpu); Oct 15 08:18:32.143 INFO kablam! | ----^^^^^^^ Oct 15 08:18:32.143 INFO kablam! | | Oct 15 08:18:32.143 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.143 INFO kablam! Oct 15 08:18:32.143 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.143 INFO kablam! --> src/main.rs:91:9 Oct 15 08:18:32.143 INFO kablam! | Oct 15 08:18:32.143 INFO kablam! 91 | let mut t: u64 = tu_tuple.0; Oct 15 08:18:32.143 INFO kablam! | ----^ Oct 15 08:18:32.143 INFO kablam! | | Oct 15 08:18:32.143 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.143 INFO kablam! Oct 15 08:18:32.143 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.143 INFO kablam! --> src/main.rs:92:9 Oct 15 08:18:32.143 INFO kablam! | Oct 15 08:18:32.143 INFO kablam! 92 | let mut u: u64 = tu_tuple.1; Oct 15 08:18:32.143 INFO kablam! | ----^ Oct 15 08:18:32.143 INFO kablam! | | Oct 15 08:18:32.143 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.143 INFO kablam! Oct 15 08:18:32.151 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.151 INFO kablam! --> src/main.rs:112:28 Oct 15 08:18:32.151 INFO kablam! | Oct 15 08:18:32.151 INFO kablam! 112 | fn is_prime_mr_single_core(mut n: u64, mut tests_per_core: u64) -> bool { Oct 15 08:18:32.151 INFO kablam! | ----^ Oct 15 08:18:32.151 INFO kablam! | | Oct 15 08:18:32.151 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.151 INFO kablam! Oct 15 08:18:32.151 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.151 INFO kablam! --> src/main.rs:122:9 Oct 15 08:18:32.151 INFO kablam! | Oct 15 08:18:32.151 INFO kablam! 122 | let mut t: u64 = tu_tuple.0; Oct 15 08:18:32.151 INFO kablam! | ----^ Oct 15 08:18:32.151 INFO kablam! | | Oct 15 08:18:32.151 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.151 INFO kablam! Oct 15 08:18:32.151 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:32.151 INFO kablam! --> src/main.rs:123:9 Oct 15 08:18:32.151 INFO kablam! | Oct 15 08:18:32.151 INFO kablam! 123 | let mut u: u64 = tu_tuple.1; Oct 15 08:18:32.151 INFO kablam! | ----^ Oct 15 08:18:32.151 INFO kablam! | | Oct 15 08:18:32.151 INFO kablam! | help: remove this `mut` Oct 15 08:18:32.151 INFO kablam! Oct 15 08:18:32.151 INFO kablam! warning: function is never used: `is_prime_naive` Oct 15 08:18:32.151 INFO kablam! --> src/main.rs:17:1 Oct 15 08:18:32.151 INFO kablam! | Oct 15 08:18:32.151 INFO kablam! 17 | fn is_prime_naive(mut n: u64) -> bool { Oct 15 08:18:32.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:18:32.151 INFO kablam! | Oct 15 08:18:32.151 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:18:32.151 INFO kablam! Oct 15 08:18:33.196 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.65s Oct 15 08:18:33.199 INFO kablam! su: No module specific data is present Oct 15 08:18:33.886 INFO running `"docker" "rm" "-f" "6c600cf087b81e8f53d0b8f475823cd9459b5b305426d88b270ea66c09f83aa5"` Oct 15 08:18:34.299 INFO blam! 6c600cf087b81e8f53d0b8f475823cd9459b5b305426d88b270ea66c09f83aa5 Oct 15 08:18:34.303 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:18:34.601 INFO blam! 7cbbc9595a1d789dd16e65a559020a7cbe5d810d7e3d1afebcceef058ef0613f Oct 15 08:18:34.603 INFO running `"docker" "start" "-a" "7cbbc9595a1d789dd16e65a559020a7cbe5d810d7e3d1afebcceef058ef0613f"` Oct 15 08:18:35.083 INFO kablam! usermod: no changes Oct 15 08:18:35.119 INFO kablam! Compiling lab_8 v0.1.0 (/source) Oct 15 08:18:35.587 INFO kablam! warning: unused imports: `IndependentSample`, `Range` Oct 15 08:18:35.587 INFO kablam! --> src/main.rs:6:27 Oct 15 08:18:35.587 INFO kablam! | Oct 15 08:18:35.587 INFO kablam! 6 | use rand::distributions::{IndependentSample, Range}; Oct 15 08:18:35.587 INFO kablam! | ^^^^^^^^^^^^^^^^^ ^^^^^ Oct 15 08:18:35.587 INFO kablam! | Oct 15 08:18:35.587 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:18:35.587 INFO kablam! Oct 15 08:18:35.587 INFO kablam! warning: unused import: `std::collections::HashSet` Oct 15 08:18:35.587 INFO kablam! --> src/main.rs:7:5 Oct 15 08:18:35.587 INFO kablam! | Oct 15 08:18:35.587 INFO kablam! 7 | use std::collections::HashSet; Oct 15 08:18:35.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:18:35.587 INFO kablam! Oct 15 08:18:35.587 INFO kablam! warning: unused import: `mersenne_twister::MersenneTwister` Oct 15 08:18:35.587 INFO kablam! --> src/main.rs:9:5 Oct 15 08:18:35.587 INFO kablam! | Oct 15 08:18:35.587 INFO kablam! 9 | use mersenne_twister::MersenneTwister; Oct 15 08:18:35.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:18:35.587 INFO kablam! Oct 15 08:18:35.587 INFO kablam! warning: unused imports: `Rng`, `SeedableRng` Oct 15 08:18:35.587 INFO kablam! --> src/main.rs:10:12 Oct 15 08:18:35.587 INFO kablam! | Oct 15 08:18:35.587 INFO kablam! 10 | use rand::{Rng, SeedableRng}; Oct 15 08:18:35.587 INFO kablam! | ^^^ ^^^^^^^^^^^ Oct 15 08:18:35.587 INFO kablam! Oct 15 08:18:35.587 INFO kablam! warning: unused import: `Duration` Oct 15 08:18:35.587 INFO kablam! --> src/main.rs:12:17 Oct 15 08:18:35.587 INFO kablam! | Oct 15 08:18:35.587 INFO kablam! 12 | use std::time::{Duration, Instant}; Oct 15 08:18:35.587 INFO kablam! | ^^^^^^^^ Oct 15 08:18:35.587 INFO kablam! Oct 15 08:18:35.659 INFO kablam! warning: value assigned to `tests_per_core` is never read Oct 15 08:18:35.659 INFO kablam! --> src/main.rs:85:9 Oct 15 08:18:35.659 INFO kablam! | Oct 15 08:18:35.659 INFO kablam! 85 | tests_per_core = n - 2 Oct 15 08:18:35.659 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:18:35.659 INFO kablam! | Oct 15 08:18:35.659 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 08:18:35.659 INFO kablam! Oct 15 08:18:35.659 INFO kablam! warning: unused variable: `num_cpu` Oct 15 08:18:35.659 INFO kablam! --> src/main.rs:113:9 Oct 15 08:18:35.659 INFO kablam! | Oct 15 08:18:35.659 INFO kablam! 113 | let num_cpu = num_cpus::get(); Oct 15 08:18:35.659 INFO kablam! | ^^^^^^^ help: consider using `_num_cpu` instead Oct 15 08:18:35.659 INFO kablam! | Oct 15 08:18:35.659 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 08:18:35.659 INFO kablam! Oct 15 08:18:35.659 INFO kablam! warning: value assigned to `tests_per_core` is never read Oct 15 08:18:35.659 INFO kablam! --> src/main.rs:116:9 Oct 15 08:18:35.659 INFO kablam! | Oct 15 08:18:35.659 INFO kablam! 116 | tests_per_core = n - 2 Oct 15 08:18:35.659 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 08:18:35.659 INFO kablam! Oct 15 08:18:35.675 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.675 INFO kablam! --> src/main.rs:17:19 Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! 17 | fn is_prime_naive(mut n: u64) -> bool { Oct 15 08:18:35.675 INFO kablam! | ----^ Oct 15 08:18:35.675 INFO kablam! | | Oct 15 08:18:35.675 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:18:35.675 INFO kablam! Oct 15 08:18:35.675 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.675 INFO kablam! --> src/main.rs:31:28 Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! 31 | fn modular_exp(mut a: u64, mut b: u64, mut c: u64) -> u64 { Oct 15 08:18:35.675 INFO kablam! | ----^ Oct 15 08:18:35.675 INFO kablam! | | Oct 15 08:18:35.675 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.675 INFO kablam! Oct 15 08:18:35.675 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.675 INFO kablam! --> src/main.rs:31:40 Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! 31 | fn modular_exp(mut a: u64, mut b: u64, mut c: u64) -> u64 { Oct 15 08:18:35.675 INFO kablam! | ----^ Oct 15 08:18:35.675 INFO kablam! | | Oct 15 08:18:35.675 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.675 INFO kablam! Oct 15 08:18:35.675 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.675 INFO kablam! --> src/main.rs:52:14 Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! 52 | fn tu_finder(mut n: u64) -> (u64, u64) { Oct 15 08:18:35.675 INFO kablam! | ----^ Oct 15 08:18:35.675 INFO kablam! | | Oct 15 08:18:35.675 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.675 INFO kablam! Oct 15 08:18:35.675 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.675 INFO kablam! --> src/main.rs:79:27 Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! 79 | fn is_prime_mr_multi_core(mut n: u64, mut tests_per_core: u64) -> bool { Oct 15 08:18:35.675 INFO kablam! | ----^ Oct 15 08:18:35.675 INFO kablam! | | Oct 15 08:18:35.675 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.675 INFO kablam! Oct 15 08:18:35.675 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.675 INFO kablam! --> src/main.rs:82:9 Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! 82 | let mut workers = ThreadPool::new_with_name("worker".into(), num_cpu); Oct 15 08:18:35.675 INFO kablam! | ----^^^^^^^ Oct 15 08:18:35.675 INFO kablam! | | Oct 15 08:18:35.675 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.675 INFO kablam! Oct 15 08:18:35.675 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.675 INFO kablam! --> src/main.rs:91:9 Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! 91 | let mut t: u64 = tu_tuple.0; Oct 15 08:18:35.675 INFO kablam! | ----^ Oct 15 08:18:35.675 INFO kablam! | | Oct 15 08:18:35.675 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.675 INFO kablam! Oct 15 08:18:35.675 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.675 INFO kablam! --> src/main.rs:92:9 Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! 92 | let mut u: u64 = tu_tuple.1; Oct 15 08:18:35.675 INFO kablam! | ----^ Oct 15 08:18:35.675 INFO kablam! | | Oct 15 08:18:35.675 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.675 INFO kablam! Oct 15 08:18:35.675 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.675 INFO kablam! --> src/main.rs:112:28 Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! 112 | fn is_prime_mr_single_core(mut n: u64, mut tests_per_core: u64) -> bool { Oct 15 08:18:35.675 INFO kablam! | ----^ Oct 15 08:18:35.675 INFO kablam! | | Oct 15 08:18:35.675 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.675 INFO kablam! Oct 15 08:18:35.675 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.675 INFO kablam! --> src/main.rs:122:9 Oct 15 08:18:35.675 INFO kablam! | Oct 15 08:18:35.675 INFO kablam! 122 | let mut t: u64 = tu_tuple.0; Oct 15 08:18:35.675 INFO kablam! | ----^ Oct 15 08:18:35.675 INFO kablam! | | Oct 15 08:18:35.675 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.675 INFO kablam! Oct 15 08:18:35.676 INFO kablam! warning: variable does not need to be mutable Oct 15 08:18:35.676 INFO kablam! --> src/main.rs:123:9 Oct 15 08:18:35.676 INFO kablam! | Oct 15 08:18:35.676 INFO kablam! 123 | let mut u: u64 = tu_tuple.1; Oct 15 08:18:35.676 INFO kablam! | ----^ Oct 15 08:18:35.676 INFO kablam! | | Oct 15 08:18:35.676 INFO kablam! | help: remove this `mut` Oct 15 08:18:35.676 INFO kablam! Oct 15 08:18:35.676 INFO kablam! warning: function is never used: `is_prime_naive` Oct 15 08:18:35.676 INFO kablam! --> src/main.rs:17:1 Oct 15 08:18:35.676 INFO kablam! | Oct 15 08:18:35.676 INFO kablam! 17 | fn is_prime_naive(mut n: u64) -> bool { Oct 15 08:18:35.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 08:18:35.676 INFO kablam! | Oct 15 08:18:35.676 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 08:18:35.676 INFO kablam! Oct 15 08:18:36.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 15 08:18:36.011 INFO kablam! su: No module specific data is present Oct 15 08:18:36.339 INFO running `"docker" "rm" "-f" "7cbbc9595a1d789dd16e65a559020a7cbe5d810d7e3d1afebcceef058ef0613f"` Oct 15 08:18:36.501 INFO blam! 7cbbc9595a1d789dd16e65a559020a7cbe5d810d7e3d1afebcceef058ef0613f Oct 15 08:18:36.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 08:18:36.680 INFO blam! 804a19646b2475fa4e41ac8f4c074f1c6d5a2564e79b98bc8ec64fc2ba5e22b3 Oct 15 08:18:36.684 INFO running `"docker" "start" "-a" "804a19646b2475fa4e41ac8f4c074f1c6d5a2564e79b98bc8ec64fc2ba5e22b3"` Oct 15 08:18:37.122 INFO kablam! usermod: no changes Oct 15 08:18:37.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 08:18:37.163 INFO kablam! Running /target/debug/deps/lab_8-d496ebadfbf7e5fe Oct 15 08:18:37.164 INFO blam! Oct 15 08:18:37.164 INFO blam! running 0 tests Oct 15 08:18:37.165 INFO blam! Oct 15 08:18:37.165 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:18:37.165 INFO blam! Oct 15 08:18:37.166 INFO kablam! su: No module specific data is present Oct 15 08:18:37.463 INFO running `"docker" "rm" "-f" "804a19646b2475fa4e41ac8f4c074f1c6d5a2564e79b98bc8ec64fc2ba5e22b3"` Oct 15 08:18:37.616 INFO blam! 804a19646b2475fa4e41ac8f4c074f1c6d5a2564e79b98bc8ec64fc2ba5e22b3