Oct 15 07:08:45.846 INFO testing Ryneqq/primes against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:08:45.847 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 15 07:08:46.327 INFO blam! a27254b71d2583056a05a7410bc2289f808e8f14188600a07eda31bf790596f4 Oct 15 07:08:46.329 INFO running `"docker" "start" "-a" "a27254b71d2583056a05a7410bc2289f808e8f14188600a07eda31bf790596f4"` Oct 15 07:08:47.835 INFO kablam! usermod: no changes Oct 15 07:08:47.884 INFO kablam! Compiling primes v0.1.0 (/source) Oct 15 07:08:48.396 INFO kablam! warning: variable `i` is assigned to, but never used Oct 15 07:08:48.396 INFO kablam! --> src/main.rs:32:28 Oct 15 07:08:48.396 INFO kablam! | Oct 15 07:08:48.396 INFO kablam! 32 | let (mut quantity, mut i) = (0,0); Oct 15 07:08:48.396 INFO kablam! | ^ Oct 15 07:08:48.396 INFO kablam! | Oct 15 07:08:48.396 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:08:48.396 INFO kablam! = note: consider using `_i` instead Oct 15 07:08:48.396 INFO kablam! Oct 15 07:08:48.415 INFO kablam! warning: variable does not need to be mutable Oct 15 07:08:48.415 INFO kablam! --> src/main.rs:145:13 Oct 15 07:08:48.416 INFO kablam! | Oct 15 07:08:48.416 INFO kablam! 145 | let mut primes = first_n_primes(primes_quantity); Oct 15 07:08:48.417 INFO kablam! | ----^^^^^^ Oct 15 07:08:48.417 INFO kablam! | | Oct 15 07:08:48.417 INFO kablam! | help: remove this `mut` Oct 15 07:08:48.417 INFO kablam! | Oct 15 07:08:48.418 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:08:48.418 INFO kablam! Oct 15 07:08:48.418 INFO kablam! warning: function is never used: `test_generating_primes` Oct 15 07:08:48.418 INFO kablam! --> src/main.rs:9:1 Oct 15 07:08:48.419 INFO kablam! | Oct 15 07:08:48.423 INFO kablam! 9 | fn test_generating_primes() { Oct 15 07:08:48.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:08:48.423 INFO kablam! | Oct 15 07:08:48.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:08:48.427 INFO kablam! Oct 15 07:08:48.427 INFO kablam! warning: function is never used: `check_percentage_of_primes` Oct 15 07:08:48.428 INFO kablam! --> src/main.rs:31:1 Oct 15 07:08:48.428 INFO kablam! | Oct 15 07:08:48.428 INFO kablam! 31 | fn check_percentage_of_primes(prime: Vec) { Oct 15 07:08:48.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:08:48.429 INFO kablam! Oct 15 07:08:48.429 INFO kablam! warning: function is never used: `first_n_numbers` Oct 15 07:08:48.429 INFO kablam! --> src/main.rs:62:1 Oct 15 07:08:48.430 INFO kablam! | Oct 15 07:08:48.430 INFO kablam! 62 | fn first_n_numbers(quantity: u64) -> Vec { Oct 15 07:08:48.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:08:48.430 INFO kablam! Oct 15 07:08:48.431 INFO kablam! warning: function is never used: `get_max_prime` Oct 15 07:08:48.431 INFO kablam! --> src/main.rs:89:1 Oct 15 07:08:48.431 INFO kablam! | Oct 15 07:08:48.431 INFO kablam! 89 | fn get_max_prime(n: u64) -> u64 { Oct 15 07:08:48.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:08:48.432 INFO kablam! Oct 15 07:08:48.432 INFO kablam! warning: function is never used: `crack_classic` Oct 15 07:08:48.432 INFO kablam! --> src/main.rs:126:1 Oct 15 07:08:48.433 INFO kablam! | Oct 15 07:08:48.433 INFO kablam! 126 | fn crack_classic(key: u64) -> (u64, u64) { Oct 15 07:08:48.433 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:08:48.434 INFO kablam! Oct 15 07:08:49.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 15 07:08:49.123 INFO kablam! su: No module specific data is present Oct 15 07:08:49.855 INFO running `"docker" "rm" "-f" "a27254b71d2583056a05a7410bc2289f808e8f14188600a07eda31bf790596f4"` Oct 15 07:08:50.114 INFO blam! a27254b71d2583056a05a7410bc2289f808e8f14188600a07eda31bf790596f4 Oct 15 07:08:50.124 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 15 07:08:50.547 INFO blam! 3cad78dd3f77f9a0463a2afe86ae5625e2f99667c1169c6578a180d2030205cb Oct 15 07:08:50.551 INFO running `"docker" "start" "-a" "3cad78dd3f77f9a0463a2afe86ae5625e2f99667c1169c6578a180d2030205cb"` Oct 15 07:08:52.663 INFO kablam! usermod: no changes Oct 15 07:08:52.710 INFO kablam! Compiling primes v0.1.0 (/source) Oct 15 07:08:53.271 INFO kablam! warning: variable `i` is assigned to, but never used Oct 15 07:08:53.271 INFO kablam! --> src/main.rs:32:28 Oct 15 07:08:53.272 INFO kablam! | Oct 15 07:08:53.272 INFO kablam! 32 | let (mut quantity, mut i) = (0,0); Oct 15 07:08:53.272 INFO kablam! | ^ Oct 15 07:08:53.272 INFO kablam! | Oct 15 07:08:53.273 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:08:53.273 INFO kablam! = note: consider using `_i` instead Oct 15 07:08:53.273 INFO kablam! Oct 15 07:08:53.282 INFO kablam! warning: variable does not need to be mutable Oct 15 07:08:53.282 INFO kablam! --> src/main.rs:145:13 Oct 15 07:08:53.282 INFO kablam! | Oct 15 07:08:53.282 INFO kablam! 145 | let mut primes = first_n_primes(primes_quantity); Oct 15 07:08:53.282 INFO kablam! | ----^^^^^^ Oct 15 07:08:53.282 INFO kablam! | | Oct 15 07:08:53.283 INFO kablam! | help: remove this `mut` Oct 15 07:08:53.283 INFO kablam! | Oct 15 07:08:53.283 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:08:53.283 INFO kablam! Oct 15 07:08:53.284 INFO kablam! warning: function is never used: `test_generating_primes` Oct 15 07:08:53.284 INFO kablam! --> src/main.rs:9:1 Oct 15 07:08:53.284 INFO kablam! | Oct 15 07:08:53.284 INFO kablam! 9 | fn test_generating_primes() { Oct 15 07:08:53.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:08:53.284 INFO kablam! | Oct 15 07:08:53.284 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:08:53.284 INFO kablam! Oct 15 07:08:53.284 INFO kablam! warning: function is never used: `check_percentage_of_primes` Oct 15 07:08:53.285 INFO kablam! --> src/main.rs:31:1 Oct 15 07:08:53.285 INFO kablam! | Oct 15 07:08:53.285 INFO kablam! 31 | fn check_percentage_of_primes(prime: Vec) { Oct 15 07:08:53.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:08:53.285 INFO kablam! Oct 15 07:08:53.285 INFO kablam! warning: function is never used: `first_n_numbers` Oct 15 07:08:53.285 INFO kablam! --> src/main.rs:62:1 Oct 15 07:08:53.285 INFO kablam! | Oct 15 07:08:53.285 INFO kablam! 62 | fn first_n_numbers(quantity: u64) -> Vec { Oct 15 07:08:53.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:08:53.285 INFO kablam! Oct 15 07:08:53.285 INFO kablam! warning: function is never used: `get_max_prime` Oct 15 07:08:53.285 INFO kablam! --> src/main.rs:89:1 Oct 15 07:08:53.285 INFO kablam! | Oct 15 07:08:53.285 INFO kablam! 89 | fn get_max_prime(n: u64) -> u64 { Oct 15 07:08:53.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:08:53.285 INFO kablam! Oct 15 07:08:53.285 INFO kablam! warning: function is never used: `crack_classic` Oct 15 07:08:53.285 INFO kablam! --> src/main.rs:126:1 Oct 15 07:08:53.285 INFO kablam! | Oct 15 07:08:53.285 INFO kablam! 126 | fn crack_classic(key: u64) -> (u64, u64) { Oct 15 07:08:53.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:08:53.285 INFO kablam! Oct 15 07:08:53.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.18s Oct 15 07:08:53.866 INFO kablam! su: No module specific data is present Oct 15 07:08:54.679 INFO running `"docker" "rm" "-f" "3cad78dd3f77f9a0463a2afe86ae5625e2f99667c1169c6578a180d2030205cb"` Oct 15 07:08:54.915 INFO blam! 3cad78dd3f77f9a0463a2afe86ae5625e2f99667c1169c6578a180d2030205cb Oct 15 07:08:54.917 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 15 07:08:55.360 INFO blam! a93bef8aeb0e213e5dc0b2e92e510bae3703f26071ef565cf012b7b28bb4da2c Oct 15 07:08:55.362 INFO running `"docker" "start" "-a" "a93bef8aeb0e213e5dc0b2e92e510bae3703f26071ef565cf012b7b28bb4da2c"` Oct 15 07:08:56.731 INFO kablam! usermod: no changes Oct 15 07:08:56.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 07:08:56.791 INFO kablam! Running /target/debug/deps/primes-e603b6a300be1a6d Oct 15 07:08:56.794 INFO blam! Oct 15 07:08:56.794 INFO blam! running 1 test Oct 15 07:08:56.794 INFO blam! test tests::prime_number_check::mixed_examples ... ok Oct 15 07:08:56.794 INFO blam! Oct 15 07:08:56.794 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:08:56.794 INFO blam! Oct 15 07:08:56.796 INFO kablam! su: No module specific data is present Oct 15 07:08:57.966 INFO running `"docker" "rm" "-f" "a93bef8aeb0e213e5dc0b2e92e510bae3703f26071ef565cf012b7b28bb4da2c"` Oct 15 07:08:58.351 INFO blam! a93bef8aeb0e213e5dc0b2e92e510bae3703f26071ef565cf012b7b28bb4da2c