Oct 13 03:22:45.714 INFO testing rHermes/rusty-euler against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 03:22:45.716 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 03:22:46.175 INFO blam! 8f7735758edc67626486dd329329e03464ca9cd7379446504167b2782d9ab54d Oct 13 03:22:46.183 INFO running `"docker" "start" "-a" "8f7735758edc67626486dd329329e03464ca9cd7379446504167b2782d9ab54d"` Oct 13 03:22:48.163 INFO kablam! usermod: no changes Oct 13 03:22:48.325 INFO kablam! Compiling num-complex v0.1.40 Oct 13 03:22:48.330 INFO kablam! Compiling num-bigint v0.1.40 Oct 13 03:22:52.375 INFO kablam! Compiling num-rational v0.1.40 Oct 13 03:22:54.172 INFO kablam! Compiling num v0.1.40 Oct 13 03:22:54.547 INFO kablam! Compiling chrono v0.4.0 Oct 13 03:22:57.954 INFO kablam! Compiling euler v0.1.0 (/source) Oct 13 03:22:58.755 INFO kablam! warning: function is never used: `primes_below` Oct 13 03:22:58.756 INFO kablam! --> src/primes.rs:1:1 Oct 13 03:22:58.757 INFO kablam! | Oct 13 03:22:58.757 INFO kablam! 1 | pub fn primes_below(n: u64) -> Vec { Oct 13 03:22:58.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:22:58.759 INFO kablam! | Oct 13 03:22:58.759 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:22:58.760 INFO kablam! Oct 13 03:22:58.760 INFO kablam! warning: function is never used: `is_prime` Oct 13 03:22:58.760 INFO kablam! --> src/primes.rs:17:1 Oct 13 03:22:58.760 INFO kablam! | Oct 13 03:22:58.761 INFO kablam! 17 | pub fn is_prime(n: u64, primes: &[u64]) -> bool { Oct 13 03:22:58.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:22:58.761 INFO kablam! Oct 13 03:22:58.762 INFO kablam! warning: function is never used: `nth_prime` Oct 13 03:22:58.762 INFO kablam! --> src/primes.rs:30:1 Oct 13 03:22:58.767 INFO kablam! | Oct 13 03:22:58.767 INFO kablam! 30 | pub fn nth_prime(n: usize) -> u64 { Oct 13 03:22:58.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:22:58.767 INFO kablam! Oct 13 03:23:00.349 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.15s Oct 13 03:23:00.353 INFO kablam! su: No module specific data is present Oct 13 03:23:01.463 INFO running `"docker" "rm" "-f" "8f7735758edc67626486dd329329e03464ca9cd7379446504167b2782d9ab54d"` Oct 13 03:23:01.799 INFO blam! 8f7735758edc67626486dd329329e03464ca9cd7379446504167b2782d9ab54d Oct 13 03:23:01.807 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 03:23:02.245 INFO blam! d2f85ba413682c866eee2b3f3428423d490d629b2715117ae32f674a41349e2d Oct 13 03:23:02.247 INFO running `"docker" "start" "-a" "d2f85ba413682c866eee2b3f3428423d490d629b2715117ae32f674a41349e2d"` Oct 13 03:23:04.564 INFO kablam! usermod: no changes Oct 13 03:23:04.681 INFO kablam! Compiling euler v0.1.0 (/source) Oct 13 03:23:05.571 INFO kablam! warning: function is never used: `primes_below` Oct 13 03:23:05.571 INFO kablam! --> src/primes.rs:1:1 Oct 13 03:23:05.571 INFO kablam! | Oct 13 03:23:05.571 INFO kablam! 1 | pub fn primes_below(n: u64) -> Vec { Oct 13 03:23:05.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:23:05.571 INFO kablam! | Oct 13 03:23:05.571 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:23:05.571 INFO kablam! Oct 13 03:23:05.571 INFO kablam! warning: function is never used: `is_prime` Oct 13 03:23:05.571 INFO kablam! --> src/primes.rs:17:1 Oct 13 03:23:05.571 INFO kablam! | Oct 13 03:23:05.571 INFO kablam! 17 | pub fn is_prime(n: u64, primes: &[u64]) -> bool { Oct 13 03:23:05.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:23:05.571 INFO kablam! Oct 13 03:23:05.571 INFO kablam! warning: function is never used: `nth_prime` Oct 13 03:23:05.571 INFO kablam! --> src/primes.rs:30:1 Oct 13 03:23:05.571 INFO kablam! | Oct 13 03:23:05.571 INFO kablam! 30 | pub fn nth_prime(n: usize) -> u64 { Oct 13 03:23:05.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:23:05.575 INFO kablam! Oct 13 03:23:06.114 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Oct 13 03:23:06.115 INFO kablam! su: No module specific data is present Oct 13 03:23:06.949 INFO running `"docker" "rm" "-f" "d2f85ba413682c866eee2b3f3428423d490d629b2715117ae32f674a41349e2d"` Oct 13 03:23:07.311 INFO blam! d2f85ba413682c866eee2b3f3428423d490d629b2715117ae32f674a41349e2d Oct 13 03:23:07.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 03:23:07.809 INFO blam! 6155cf50504eb6fbb202df5278bee802c1c04c324abb60236442d9ae1cd261e7 Oct 13 03:23:07.811 INFO running `"docker" "start" "-a" "6155cf50504eb6fbb202df5278bee802c1c04c324abb60236442d9ae1cd261e7"` Oct 13 03:23:08.979 INFO kablam! usermod: no changes Oct 13 03:23:09.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 03:23:09.081 INFO kablam! Running /target/debug/deps/euler-867965b881da426a Oct 13 03:23:09.086 INFO blam! Oct 13 03:23:09.086 INFO blam! running 0 tests Oct 13 03:23:09.087 INFO blam! Oct 13 03:23:09.087 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 03:23:09.087 INFO blam! Oct 13 03:23:09.090 INFO kablam! su: No module specific data is present Oct 13 03:23:09.795 INFO running `"docker" "rm" "-f" "6155cf50504eb6fbb202df5278bee802c1c04c324abb60236442d9ae1cd261e7"` Oct 13 03:23:10.095 INFO blam! 6155cf50504eb6fbb202df5278bee802c1c04c324abb60236442d9ae1cd261e7