Oct 14 19:43:48.385 INFO testing gjpower/rust_sieve_of_eratosthenes against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:43:48.387 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 14 19:43:48.900 INFO blam! 01e81639ce34a579ddfde7fe6b213fd3bf05e9f2551ee1a86b790fd436f1db4b Oct 14 19:43:48.905 INFO running `"docker" "start" "-a" "01e81639ce34a579ddfde7fe6b213fd3bf05e9f2551ee1a86b790fd436f1db4b"` Oct 14 19:43:50.891 INFO kablam! usermod: no changes Oct 14 19:43:50.963 INFO kablam! Compiling sieve_of_eratosthenes v0.1.0 (/source) Oct 14 19:43:51.195 INFO kablam! warning: unused variable: `j` Oct 14 19:43:51.195 INFO kablam! --> src/main.rs:15:14 Oct 14 19:43:51.195 INFO kablam! | Oct 14 19:43:51.195 INFO kablam! 15 | for j in i.. { Oct 14 19:43:51.195 INFO kablam! | ^ help: consider using `_j` instead Oct 14 19:43:51.195 INFO kablam! | Oct 14 19:43:51.195 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:43:51.195 INFO kablam! Oct 14 19:43:51.197 INFO kablam! warning: variable does not need to be mutable Oct 14 19:43:51.197 INFO kablam! --> src/main.rs:10:9 Oct 14 19:43:51.197 INFO kablam! | Oct 14 19:43:51.197 INFO kablam! 10 | let mut sieve = vec![true; max as usize]; Oct 14 19:43:51.197 INFO kablam! | ----^^^^^ Oct 14 19:43:51.197 INFO kablam! | | Oct 14 19:43:51.197 INFO kablam! | help: remove this `mut` Oct 14 19:43:51.197 INFO kablam! | Oct 14 19:43:51.197 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:43:51.197 INFO kablam! Oct 14 19:43:51.197 INFO kablam! warning: function is never used: `sieve_of_eratosthenes` Oct 14 19:43:51.197 INFO kablam! --> src/main.rs:8:1 Oct 14 19:43:51.197 INFO kablam! | Oct 14 19:43:51.197 INFO kablam! 8 | fn sieve_of_eratosthenes(max: i32) -> Vec { Oct 14 19:43:51.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:43:51.197 INFO kablam! | Oct 14 19:43:51.197 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:43:51.197 INFO kablam! Oct 14 19:43:51.615 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.69s Oct 14 19:43:51.618 INFO kablam! su: No module specific data is present Oct 14 19:43:52.517 INFO running `"docker" "rm" "-f" "01e81639ce34a579ddfde7fe6b213fd3bf05e9f2551ee1a86b790fd436f1db4b"` Oct 14 19:43:52.847 INFO blam! 01e81639ce34a579ddfde7fe6b213fd3bf05e9f2551ee1a86b790fd436f1db4b Oct 14 19:43:52.872 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 14 19:43:53.471 INFO blam! 84f38f872bc0280b2f16b7b0146c5f5e9ce954e0b5aab28d28470123538df63e Oct 14 19:43:53.479 INFO running `"docker" "start" "-a" "84f38f872bc0280b2f16b7b0146c5f5e9ce954e0b5aab28d28470123538df63e"` Oct 14 19:43:54.835 INFO kablam! usermod: no changes Oct 14 19:43:54.887 INFO kablam! Compiling sieve_of_eratosthenes v0.1.0 (/source) Oct 14 19:43:55.239 INFO kablam! warning: unused variable: `j` Oct 14 19:43:55.239 INFO kablam! --> src/main.rs:15:14 Oct 14 19:43:55.239 INFO kablam! | Oct 14 19:43:55.239 INFO kablam! 15 | for j in i.. { Oct 14 19:43:55.239 INFO kablam! | ^ help: consider using `_j` instead Oct 14 19:43:55.239 INFO kablam! | Oct 14 19:43:55.239 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:43:55.239 INFO kablam! Oct 14 19:43:55.242 INFO kablam! warning: variable does not need to be mutable Oct 14 19:43:55.242 INFO kablam! --> src/main.rs:10:9 Oct 14 19:43:55.242 INFO kablam! | Oct 14 19:43:55.242 INFO kablam! 10 | let mut sieve = vec![true; max as usize]; Oct 14 19:43:55.242 INFO kablam! | ----^^^^^ Oct 14 19:43:55.242 INFO kablam! | | Oct 14 19:43:55.242 INFO kablam! | help: remove this `mut` Oct 14 19:43:55.242 INFO kablam! | Oct 14 19:43:55.242 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:43:55.242 INFO kablam! Oct 14 19:43:55.245 INFO kablam! warning: function is never used: `sieve_of_eratosthenes` Oct 14 19:43:55.245 INFO kablam! --> src/main.rs:8:1 Oct 14 19:43:55.245 INFO kablam! | Oct 14 19:43:55.245 INFO kablam! 8 | fn sieve_of_eratosthenes(max: i32) -> Vec { Oct 14 19:43:55.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:43:55.245 INFO kablam! | Oct 14 19:43:55.245 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:43:55.245 INFO kablam! Oct 14 19:43:55.870 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 14 19:43:55.883 INFO kablam! su: No module specific data is present Oct 14 19:43:56.531 INFO running `"docker" "rm" "-f" "84f38f872bc0280b2f16b7b0146c5f5e9ce954e0b5aab28d28470123538df63e"` Oct 14 19:43:56.824 INFO blam! 84f38f872bc0280b2f16b7b0146c5f5e9ce954e0b5aab28d28470123538df63e Oct 14 19:43:56.835 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 14 19:43:57.179 INFO blam! bda0cdd83d4055f76891ca71c486a5374d62d284e204a17c4f666c9d6c2081e7 Oct 14 19:43:57.185 INFO running `"docker" "start" "-a" "bda0cdd83d4055f76891ca71c486a5374d62d284e204a17c4f666c9d6c2081e7"` Oct 14 19:43:58.650 INFO kablam! usermod: no changes Oct 14 19:43:58.687 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 19:43:58.688 INFO kablam! Running /target/debug/deps/sieve_of_eratosthenes-170d24e5fef3b2ae Oct 14 19:43:58.695 INFO blam! Oct 14 19:43:58.695 INFO blam! running 0 tests Oct 14 19:43:58.695 INFO blam! Oct 14 19:43:58.695 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:43:58.695 INFO blam! Oct 14 19:43:58.696 INFO kablam! su: No module specific data is present Oct 14 19:43:59.374 INFO running `"docker" "rm" "-f" "bda0cdd83d4055f76891ca71c486a5374d62d284e204a17c4f666c9d6c2081e7"` Oct 14 19:43:59.755 INFO blam! bda0cdd83d4055f76891ca71c486a5374d62d284e204a17c4f666c9d6c2081e7