Oct 21 18:46:18.864 INFO checking cowang4/rusty_primes against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 18:46:18.864 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 18:46:19.080 INFO blam! b16b0f9223f9618eccbec56c87dc4db5207c5a50df99a7c9eb3332cdae7ad8ce Oct 21 18:46:19.087 INFO running `"docker" "start" "-a" "b16b0f9223f9618eccbec56c87dc4db5207c5a50df99a7c9eb3332cdae7ad8ce"` Oct 21 18:46:19.788 INFO kablam! usermod: no changes Oct 21 18:46:19.814 INFO kablam! Checking rusty_primes v0.1.0 (/source) Oct 21 18:46:20.294 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 18:46:20.295 INFO kablam! --> src/main.rs:14:9 Oct 21 18:46:20.295 INFO kablam! | Oct 21 18:46:20.295 INFO kablam! 14 | / ((i*i)..n) Oct 21 18:46:20.296 INFO kablam! 15 | | .step_by(i) Oct 21 18:46:20.296 INFO kablam! 16 | | .map(|i| primes[i] = false) Oct 21 18:46:20.296 INFO kablam! 17 | | .collect::<()>(); Oct 21 18:46:20.297 INFO kablam! | |_____________________________^ Oct 21 18:46:20.297 INFO kablam! | Oct 21 18:46:20.297 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:46:20.298 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 18:46:20.298 INFO kablam! Oct 21 18:46:20.298 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 18:46:20.299 INFO kablam! --> src/main.rs:30:5 Oct 21 18:46:20.299 INFO kablam! | Oct 21 18:46:20.299 INFO kablam! 30 | / primes Oct 21 18:46:20.299 INFO kablam! 31 | | .iter() Oct 21 18:46:20.300 INFO kablam! 32 | | .map(|i| println!("{}", i)) Oct 21 18:46:20.300 INFO kablam! 33 | | .collect::<()>(); Oct 21 18:46:20.300 INFO kablam! | |_________________________^ Oct 21 18:46:20.301 INFO kablam! | Oct 21 18:46:20.301 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 18:46:20.301 INFO kablam! Oct 21 18:46:20.397 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 18:46:20.397 INFO kablam! --> src/main.rs:14:9 Oct 21 18:46:20.397 INFO kablam! | Oct 21 18:46:20.397 INFO kablam! 14 | / ((i*i)..n) Oct 21 18:46:20.397 INFO kablam! 15 | | .step_by(i) Oct 21 18:46:20.397 INFO kablam! 16 | | .map(|i| primes[i] = false) Oct 21 18:46:20.397 INFO kablam! 17 | | .collect::<()>(); Oct 21 18:46:20.397 INFO kablam! | |_____________________________^ Oct 21 18:46:20.397 INFO kablam! | Oct 21 18:46:20.397 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 18:46:20.397 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 18:46:20.397 INFO kablam! Oct 21 18:46:20.397 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 18:46:20.397 INFO kablam! --> src/main.rs:30:5 Oct 21 18:46:20.397 INFO kablam! | Oct 21 18:46:20.397 INFO kablam! 30 | / primes Oct 21 18:46:20.397 INFO kablam! 31 | | .iter() Oct 21 18:46:20.397 INFO kablam! 32 | | .map(|i| println!("{}", i)) Oct 21 18:46:20.397 INFO kablam! 33 | | .collect::<()>(); Oct 21 18:46:20.397 INFO kablam! | |_________________________^ Oct 21 18:46:20.397 INFO kablam! | Oct 21 18:46:20.397 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 18:46:20.397 INFO kablam! Oct 21 18:46:20.420 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.61s Oct 21 18:46:20.423 INFO kablam! su: No module specific data is present Oct 21 18:46:21.000 INFO running `"docker" "rm" "-f" "b16b0f9223f9618eccbec56c87dc4db5207c5a50df99a7c9eb3332cdae7ad8ce"` Oct 21 18:46:21.340 INFO blam! b16b0f9223f9618eccbec56c87dc4db5207c5a50df99a7c9eb3332cdae7ad8ce