Oct 14 19:43:59.853 INFO testing gjpower/rust_sieve_of_eratosthenes against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:43:59.855 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 19:44:00.347 INFO blam! b0564a1e6998be4ff5d611bce905913e8cf5a455dbe28468d7d76db9ab778370 Oct 14 19:44:00.353 INFO running `"docker" "start" "-a" "b0564a1e6998be4ff5d611bce905913e8cf5a455dbe28468d7d76db9ab778370"` Oct 14 19:44:01.791 INFO kablam! usermod: no changes Oct 14 19:44:01.839 INFO kablam! Compiling sieve_of_eratosthenes v0.1.0 (/source) Oct 14 19:44:02.096 INFO kablam! warning: unused variable: `j` Oct 14 19:44:02.096 INFO kablam! --> src/main.rs:15:14 Oct 14 19:44:02.096 INFO kablam! | Oct 14 19:44:02.096 INFO kablam! 15 | for j in i.. { Oct 14 19:44:02.096 INFO kablam! | ^ help: consider using `_j` instead Oct 14 19:44:02.096 INFO kablam! | Oct 14 19:44:02.096 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:44:02.096 INFO kablam! Oct 14 19:44:02.113 INFO kablam! warning: variable does not need to be mutable Oct 14 19:44:02.113 INFO kablam! --> src/main.rs:10:9 Oct 14 19:44:02.114 INFO kablam! | Oct 14 19:44:02.114 INFO kablam! 10 | let mut sieve = vec![true; max as usize]; Oct 14 19:44:02.114 INFO kablam! | ----^^^^^ Oct 14 19:44:02.115 INFO kablam! | | Oct 14 19:44:02.115 INFO kablam! | help: remove this `mut` Oct 14 19:44:02.115 INFO kablam! | Oct 14 19:44:02.115 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:44:02.115 INFO kablam! Oct 14 19:44:02.115 INFO kablam! warning: function is never used: `sieve_of_eratosthenes` Oct 14 19:44:02.115 INFO kablam! --> src/main.rs:8:1 Oct 14 19:44:02.115 INFO kablam! | Oct 14 19:44:02.115 INFO kablam! 8 | fn sieve_of_eratosthenes(max: i32) -> Vec { Oct 14 19:44:02.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:44:02.115 INFO kablam! | Oct 14 19:44:02.115 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:44:02.115 INFO kablam! Oct 14 19:44:02.563 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 14 19:44:02.566 INFO kablam! su: No module specific data is present Oct 14 19:44:03.538 INFO running `"docker" "rm" "-f" "b0564a1e6998be4ff5d611bce905913e8cf5a455dbe28468d7d76db9ab778370"` Oct 14 19:44:03.809 INFO blam! b0564a1e6998be4ff5d611bce905913e8cf5a455dbe28468d7d76db9ab778370 Oct 14 19:44:03.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 19:44:04.440 INFO blam! dcf3cec3f8595746b6fd6224f9acc738f932749629b3040bcf43a1f5abf2f5d3 Oct 14 19:44:04.442 INFO running `"docker" "start" "-a" "dcf3cec3f8595746b6fd6224f9acc738f932749629b3040bcf43a1f5abf2f5d3"` Oct 14 19:44:05.942 INFO kablam! usermod: no changes Oct 14 19:44:05.995 INFO kablam! Compiling sieve_of_eratosthenes v0.1.0 (/source) Oct 14 19:44:06.271 INFO kablam! warning: unused variable: `j` Oct 14 19:44:06.271 INFO kablam! --> src/main.rs:15:14 Oct 14 19:44:06.271 INFO kablam! | Oct 14 19:44:06.271 INFO kablam! 15 | for j in i.. { Oct 14 19:44:06.271 INFO kablam! | ^ help: consider using `_j` instead Oct 14 19:44:06.271 INFO kablam! | Oct 14 19:44:06.271 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:44:06.271 INFO kablam! Oct 14 19:44:06.275 INFO kablam! warning: variable does not need to be mutable Oct 14 19:44:06.275 INFO kablam! --> src/main.rs:10:9 Oct 14 19:44:06.275 INFO kablam! | Oct 14 19:44:06.275 INFO kablam! 10 | let mut sieve = vec![true; max as usize]; Oct 14 19:44:06.275 INFO kablam! | ----^^^^^ Oct 14 19:44:06.275 INFO kablam! | | Oct 14 19:44:06.275 INFO kablam! | help: remove this `mut` Oct 14 19:44:06.275 INFO kablam! | Oct 14 19:44:06.275 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:44:06.275 INFO kablam! Oct 14 19:44:06.275 INFO kablam! warning: function is never used: `sieve_of_eratosthenes` Oct 14 19:44:06.275 INFO kablam! --> src/main.rs:8:1 Oct 14 19:44:06.275 INFO kablam! | Oct 14 19:44:06.275 INFO kablam! 8 | fn sieve_of_eratosthenes(max: i32) -> Vec { Oct 14 19:44:06.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:44:06.275 INFO kablam! | Oct 14 19:44:06.275 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:44:06.275 INFO kablam! Oct 14 19:44:06.724 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 14 19:44:06.725 INFO kablam! su: No module specific data is present Oct 14 19:44:07.883 INFO running `"docker" "rm" "-f" "dcf3cec3f8595746b6fd6224f9acc738f932749629b3040bcf43a1f5abf2f5d3"` Oct 14 19:44:08.251 INFO blam! dcf3cec3f8595746b6fd6224f9acc738f932749629b3040bcf43a1f5abf2f5d3 Oct 14 19:44:08.264 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 19:44:08.771 INFO blam! d424f0afeb8cf5b9bcb2083c56369bec3461858bba1d366b9c51697c0691735d Oct 14 19:44:08.777 INFO running `"docker" "start" "-a" "d424f0afeb8cf5b9bcb2083c56369bec3461858bba1d366b9c51697c0691735d"` Oct 14 19:44:10.443 INFO kablam! usermod: no changes Oct 14 19:44:10.507 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 19:44:10.515 INFO kablam! Running /target/debug/deps/sieve_of_eratosthenes-95c79a365532b600 Oct 14 19:44:10.516 INFO blam! Oct 14 19:44:10.516 INFO blam! running 0 tests Oct 14 19:44:10.516 INFO blam! Oct 14 19:44:10.516 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:44:10.516 INFO blam! Oct 14 19:44:10.522 INFO kablam! su: No module specific data is present Oct 14 19:44:11.279 INFO running `"docker" "rm" "-f" "d424f0afeb8cf5b9bcb2083c56369bec3461858bba1d366b9c51697c0691735d"` Oct 14 19:44:11.571 INFO blam! d424f0afeb8cf5b9bcb2083c56369bec3461858bba1d366b9c51697c0691735d