Oct 15 06:38:23.228 INFO testing SteffenSunde/heating_primes against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:38:23.228 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 06:38:23.619 INFO blam! 6c0ba199fa47a1b2355ba97ebd43081e4c6554a835bc169bc9f85910bac8fe83 Oct 15 06:38:23.631 INFO running `"docker" "start" "-a" "6c0ba199fa47a1b2355ba97ebd43081e4c6554a835bc169bc9f85910bac8fe83"` Oct 15 06:38:24.605 INFO kablam! usermod: no changes Oct 15 06:38:24.655 INFO kablam! Compiling prime_finder v0.1.0 (/source) Oct 15 06:38:25.027 INFO kablam! warning: unused import: `std::fs::File` Oct 15 06:38:25.027 INFO kablam! --> src/main.rs:4:5 Oct 15 06:38:25.027 INFO kablam! | Oct 15 06:38:25.027 INFO kablam! 4 | use std::fs::File; Oct 15 06:38:25.027 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:38:25.027 INFO kablam! | Oct 15 06:38:25.027 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:38:25.027 INFO kablam! Oct 15 06:38:25.027 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 06:38:25.027 INFO kablam! --> src/main.rs:5:5 Oct 15 06:38:25.027 INFO kablam! | Oct 15 06:38:25.027 INFO kablam! 5 | use std::io::prelude::*; Oct 15 06:38:25.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:25.027 INFO kablam! Oct 15 06:38:25.095 INFO kablam! warning: unused variable: `number` Oct 15 06:38:25.095 INFO kablam! --> src/factorisation.rs:45:21 Oct 15 06:38:25.095 INFO kablam! | Oct 15 06:38:25.095 INFO kablam! 45 | pub fn pollards_rho(number: u64) -> Vec { Oct 15 06:38:25.095 INFO kablam! | ^^^^^^ help: consider using `_number` instead Oct 15 06:38:25.095 INFO kablam! | Oct 15 06:38:25.095 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:38:25.096 INFO kablam! Oct 15 06:38:25.102 INFO kablam! warning: function is never used: `sieve_of_eratoshenes` Oct 15 06:38:25.102 INFO kablam! --> src/prime.rs:18:1 Oct 15 06:38:25.102 INFO kablam! | Oct 15 06:38:25.102 INFO kablam! 18 | pub fn sieve_of_eratoshenes() {} Oct 15 06:38:25.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:25.111 INFO kablam! | Oct 15 06:38:25.111 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:38:25.111 INFO kablam! Oct 15 06:38:25.111 INFO kablam! warning: function is never used: `pollards_rho` Oct 15 06:38:25.111 INFO kablam! --> src/factorisation.rs:45:1 Oct 15 06:38:25.111 INFO kablam! | Oct 15 06:38:25.111 INFO kablam! 45 | pub fn pollards_rho(number: u64) -> Vec { Oct 15 06:38:25.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:25.111 INFO kablam! Oct 15 06:38:25.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 15 06:38:25.761 INFO kablam! su: No module specific data is present Oct 15 06:38:26.645 INFO running `"docker" "rm" "-f" "6c0ba199fa47a1b2355ba97ebd43081e4c6554a835bc169bc9f85910bac8fe83"` Oct 15 06:38:26.919 INFO blam! 6c0ba199fa47a1b2355ba97ebd43081e4c6554a835bc169bc9f85910bac8fe83 Oct 15 06:38:26.921 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 06:38:27.239 INFO blam! ab4128b785f28b9fb9f37c85acf7953cb2b91628d0c2b6ca5e3ae4627595d3e6 Oct 15 06:38:27.247 INFO running `"docker" "start" "-a" "ab4128b785f28b9fb9f37c85acf7953cb2b91628d0c2b6ca5e3ae4627595d3e6"` Oct 15 06:38:27.790 INFO kablam! usermod: no changes Oct 15 06:38:27.817 INFO kablam! Compiling prime_finder v0.1.0 (/source) Oct 15 06:38:28.215 INFO kablam! warning: unused import: `std::fs::File` Oct 15 06:38:28.215 INFO kablam! --> src/main.rs:4:5 Oct 15 06:38:28.215 INFO kablam! | Oct 15 06:38:28.215 INFO kablam! 4 | use std::fs::File; Oct 15 06:38:28.215 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 06:38:28.215 INFO kablam! | Oct 15 06:38:28.215 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:38:28.215 INFO kablam! Oct 15 06:38:28.215 INFO kablam! warning: unused import: `std::io::prelude::*` Oct 15 06:38:28.215 INFO kablam! --> src/main.rs:5:5 Oct 15 06:38:28.215 INFO kablam! | Oct 15 06:38:28.215 INFO kablam! 5 | use std::io::prelude::*; Oct 15 06:38:28.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:28.215 INFO kablam! Oct 15 06:38:28.306 INFO kablam! warning: unused variable: `number` Oct 15 06:38:28.306 INFO kablam! --> src/factorisation.rs:45:21 Oct 15 06:38:28.306 INFO kablam! | Oct 15 06:38:28.307 INFO kablam! 45 | pub fn pollards_rho(number: u64) -> Vec { Oct 15 06:38:28.307 INFO kablam! | ^^^^^^ help: consider using `_number` instead Oct 15 06:38:28.307 INFO kablam! | Oct 15 06:38:28.307 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:38:28.307 INFO kablam! Oct 15 06:38:28.322 INFO kablam! warning: function is never used: `sieve_of_eratoshenes` Oct 15 06:38:28.322 INFO kablam! --> src/prime.rs:18:1 Oct 15 06:38:28.322 INFO kablam! | Oct 15 06:38:28.322 INFO kablam! 18 | pub fn sieve_of_eratoshenes() {} Oct 15 06:38:28.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:28.322 INFO kablam! | Oct 15 06:38:28.322 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:38:28.322 INFO kablam! Oct 15 06:38:28.322 INFO kablam! warning: function is never used: `pollards_rho` Oct 15 06:38:28.322 INFO kablam! --> src/factorisation.rs:45:1 Oct 15 06:38:28.322 INFO kablam! | Oct 15 06:38:28.322 INFO kablam! 45 | pub fn pollards_rho(number: u64) -> Vec { Oct 15 06:38:28.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:38:28.322 INFO kablam! Oct 15 06:38:28.889 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 15 06:38:28.891 INFO kablam! su: No module specific data is present Oct 15 06:38:29.191 INFO running `"docker" "rm" "-f" "ab4128b785f28b9fb9f37c85acf7953cb2b91628d0c2b6ca5e3ae4627595d3e6"` Oct 15 06:38:29.342 INFO blam! ab4128b785f28b9fb9f37c85acf7953cb2b91628d0c2b6ca5e3ae4627595d3e6 Oct 15 06:38:29.347 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 06:38:29.596 INFO blam! f7a27563ddf90f48a41e12066467de044ef33a41a215dbf6b7c654e1483be165 Oct 15 06:38:29.597 INFO running `"docker" "start" "-a" "f7a27563ddf90f48a41e12066467de044ef33a41a215dbf6b7c654e1483be165"` Oct 15 06:38:30.048 INFO kablam! usermod: no changes Oct 15 06:38:30.069 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 06:38:30.069 INFO kablam! Running /target/debug/deps/prime_finder-54fb26ffec1b3beb Oct 15 06:38:30.073 INFO blam! Oct 15 06:38:30.073 INFO blam! running 2 tests Oct 15 06:38:30.073 INFO blam! test prime::test::test_is_prime ... ok Oct 15 06:38:31.122 INFO blam! test factorisation::test::test_direct_search ... ok Oct 15 06:38:31.122 INFO kablam! su: No module specific data is present Oct 15 06:38:31.122 INFO blam! Oct 15 06:38:31.122 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:38:31.122 INFO blam! Oct 15 06:38:31.791 INFO running `"docker" "rm" "-f" "f7a27563ddf90f48a41e12066467de044ef33a41a215dbf6b7c654e1483be165"` Oct 15 06:38:32.076 INFO blam! f7a27563ddf90f48a41e12066467de044ef33a41a215dbf6b7c654e1483be165