Oct 10 16:27:01.950 INFO testing rHermes/rusty-euler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:27:01.950 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:27:01.950 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 10 16:27:02.260 INFO blam! 09f180b712f95721681616cb16878ad98cf7e607e9446fc7bbe1aae3afe09250 Oct 10 16:27:02.264 INFO running `"docker" "start" "-a" "09f180b712f95721681616cb16878ad98cf7e607e9446fc7bbe1aae3afe09250"` Oct 10 16:27:03.760 INFO kablam! usermod: no changes Oct 10 16:27:03.856 INFO kablam! Compiling num-bigint v0.1.40 Oct 10 16:27:07.049 INFO kablam! Compiling num-rational v0.1.40 Oct 10 16:27:09.004 INFO kablam! Compiling num v0.1.40 Oct 10 16:27:09.624 INFO kablam! Compiling chrono v0.4.0 Oct 10 16:27:13.106 INFO kablam! Compiling euler v0.1.0 (/source) Oct 10 16:27:14.416 INFO kablam! warning: function is never used: `primes_below` Oct 10 16:27:14.416 INFO kablam! --> src/primes.rs:1:1 Oct 10 16:27:14.416 INFO kablam! | Oct 10 16:27:14.416 INFO kablam! 1 | pub fn primes_below(n: u64) -> Vec { Oct 10 16:27:14.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:27:14.416 INFO kablam! | Oct 10 16:27:14.416 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:27:14.416 INFO kablam! Oct 10 16:27:14.416 INFO kablam! warning: function is never used: `is_prime` Oct 10 16:27:14.416 INFO kablam! --> src/primes.rs:17:1 Oct 10 16:27:14.416 INFO kablam! | Oct 10 16:27:14.416 INFO kablam! 17 | pub fn is_prime(n: u64, primes: &[u64]) -> bool { Oct 10 16:27:14.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:27:14.416 INFO kablam! Oct 10 16:27:14.416 INFO kablam! warning: function is never used: `nth_prime` Oct 10 16:27:14.416 INFO kablam! --> src/primes.rs:30:1 Oct 10 16:27:14.416 INFO kablam! | Oct 10 16:27:14.416 INFO kablam! 30 | pub fn nth_prime(n: usize) -> u64 { Oct 10 16:27:14.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:27:14.416 INFO kablam! Oct 10 16:27:15.662 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.88s Oct 10 16:27:15.666 INFO kablam! su: No module specific data is present Oct 10 16:27:16.373 INFO running `"docker" "rm" "-f" "09f180b712f95721681616cb16878ad98cf7e607e9446fc7bbe1aae3afe09250"` Oct 10 16:27:16.584 INFO blam! 09f180b712f95721681616cb16878ad98cf7e607e9446fc7bbe1aae3afe09250 Oct 10 16:27:16.592 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:27:16.594 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 10 16:27:17.104 INFO blam! d4a5b5eba973b56f55f274a6e52f94c8cf3bd2d7f4defcb16ffa876463b92f33 Oct 10 16:27:17.106 INFO running `"docker" "start" "-a" "d4a5b5eba973b56f55f274a6e52f94c8cf3bd2d7f4defcb16ffa876463b92f33"` Oct 10 16:27:18.349 INFO kablam! usermod: no changes Oct 10 16:27:18.416 INFO kablam! Compiling euler v0.1.0 (/source) Oct 10 16:27:19.753 INFO kablam! warning: function is never used: `primes_below` Oct 10 16:27:19.753 INFO kablam! --> src/primes.rs:1:1 Oct 10 16:27:19.753 INFO kablam! | Oct 10 16:27:19.754 INFO kablam! 1 | pub fn primes_below(n: u64) -> Vec { Oct 10 16:27:19.754 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:27:19.754 INFO kablam! | Oct 10 16:27:19.754 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:27:19.755 INFO kablam! Oct 10 16:27:19.755 INFO kablam! warning: function is never used: `is_prime` Oct 10 16:27:19.755 INFO kablam! --> src/primes.rs:17:1 Oct 10 16:27:19.755 INFO kablam! | Oct 10 16:27:19.755 INFO kablam! 17 | pub fn is_prime(n: u64, primes: &[u64]) -> bool { Oct 10 16:27:19.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:27:19.756 INFO kablam! Oct 10 16:27:19.756 INFO kablam! warning: function is never used: `nth_prime` Oct 10 16:27:19.756 INFO kablam! --> src/primes.rs:30:1 Oct 10 16:27:19.757 INFO kablam! | Oct 10 16:27:19.757 INFO kablam! 30 | pub fn nth_prime(n: usize) -> u64 { Oct 10 16:27:19.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:27:19.757 INFO kablam! Oct 10 16:27:20.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 10 16:27:20.283 INFO kablam! su: No module specific data is present Oct 10 16:27:20.959 INFO running `"docker" "rm" "-f" "d4a5b5eba973b56f55f274a6e52f94c8cf3bd2d7f4defcb16ffa876463b92f33"` Oct 10 16:27:21.172 INFO blam! d4a5b5eba973b56f55f274a6e52f94c8cf3bd2d7f4defcb16ffa876463b92f33 Oct 10 16:27:21.176 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:27:21.176 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 10 16:27:21.766 INFO blam! f603556b139bb3a9b9d89af442432958bb2e64bea11ac37fa899d6dfab2560eb Oct 10 16:27:21.776 INFO running `"docker" "start" "-a" "f603556b139bb3a9b9d89af442432958bb2e64bea11ac37fa899d6dfab2560eb"` Oct 10 16:27:22.369 INFO kablam! usermod: no changes Oct 10 16:27:22.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 16:27:22.425 INFO kablam! Running /target/debug/deps/euler-867965b881da426a Oct 10 16:27:22.430 INFO blam! Oct 10 16:27:22.430 INFO blam! running 0 tests Oct 10 16:27:22.430 INFO blam! Oct 10 16:27:22.430 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:27:22.430 INFO blam! Oct 10 16:27:22.432 INFO kablam! su: No module specific data is present Oct 10 16:27:22.884 INFO running `"docker" "rm" "-f" "f603556b139bb3a9b9d89af442432958bb2e64bea11ac37fa899d6dfab2560eb"` Oct 10 16:27:23.044 INFO blam! f603556b139bb3a9b9d89af442432958bb2e64bea11ac37fa899d6dfab2560eb