Oct 21 19:59:57.208 INFO checking adolfosilva/vcrust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:59:57.209 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 19:59:57.630 INFO blam! 1137dc335a59fc70167c9e2c4c38fdde768964160168cde87d6487af29a9dc2f Oct 21 19:59:57.632 INFO running `"docker" "start" "-a" "1137dc335a59fc70167c9e2c4c38fdde768964160168cde87d6487af29a9dc2f"` Oct 21 19:59:59.132 INFO kablam! usermod: no changes Oct 21 19:59:59.216 INFO kablam! Compiling gcc v0.3.44 Oct 21 20:00:01.892 INFO kablam! Compiling vcrust v0.1.0 (/source) Oct 21 20:00:03.709 INFO kablam! warning: unused import: `std::iter::repeat` Oct 21 20:00:03.709 INFO kablam! --> src/ops.rs:1:5 Oct 21 20:00:03.709 INFO kablam! | Oct 21 20:00:03.709 INFO kablam! 1 | use std::iter::repeat; Oct 21 20:00:03.709 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 20:00:03.709 INFO kablam! | Oct 21 20:00:03.711 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:00:03.711 INFO kablam! Oct 21 20:00:03.711 INFO kablam! warning: unused import: `ImageType` Oct 21 20:00:03.711 INFO kablam! --> src/ops.rs:2:20 Oct 21 20:00:03.711 INFO kablam! | Oct 21 20:00:03.711 INFO kablam! 2 | use image::{Image, ImageType, Channel}; Oct 21 20:00:03.711 INFO kablam! | ^^^^^^^^^ Oct 21 20:00:03.711 INFO kablam! Oct 21 20:00:03.896 INFO kablam! warning: variable does not need to be mutable Oct 21 20:00:03.896 INFO kablam! --> src/image.rs:263:13 Oct 21 20:00:03.896 INFO kablam! | Oct 21 20:00:03.896 INFO kablam! 263 | let mut bits = bytes.map(|b| b.unwrap()).collect::>(); Oct 21 20:00:03.896 INFO kablam! | ----^^^^ Oct 21 20:00:03.896 INFO kablam! | | Oct 21 20:00:03.896 INFO kablam! | help: remove this `mut` Oct 21 20:00:03.896 INFO kablam! | Oct 21 20:00:03.896 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:00:03.896 INFO kablam! Oct 21 20:00:03.912 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 20:00:03.912 INFO kablam! --> src/image.rs:295:9 Oct 21 20:00:03.912 INFO kablam! | Oct 21 20:00:03.912 INFO kablam! 295 | bytes.map(|b| b.unwrap()).take_while(|b| *b != b'\n').collect::>(); Oct 21 20:00:03.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:00:03.912 INFO kablam! | Oct 21 20:00:03.912 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:00:03.912 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 20:00:03.912 INFO kablam! Oct 21 20:00:04.040 INFO kablam! warning: variable does not need to be mutable Oct 21 20:00:04.040 INFO kablam! --> src/image.rs:263:13 Oct 21 20:00:04.040 INFO kablam! | Oct 21 20:00:04.040 INFO kablam! 263 | let mut bits = bytes.map(|b| b.unwrap()).collect::>(); Oct 21 20:00:04.040 INFO kablam! | ----^^^^ Oct 21 20:00:04.040 INFO kablam! | | Oct 21 20:00:04.040 INFO kablam! | help: remove this `mut` Oct 21 20:00:04.040 INFO kablam! | Oct 21 20:00:04.040 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 20:00:04.040 INFO kablam! Oct 21 20:00:04.077 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` that must be used Oct 21 20:00:04.077 INFO kablam! --> src/image.rs:295:9 Oct 21 20:00:04.077 INFO kablam! | Oct 21 20:00:04.077 INFO kablam! 295 | bytes.map(|b| b.unwrap()).take_while(|b| *b != b'\n').collect::>(); Oct 21 20:00:04.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:00:04.077 INFO kablam! | Oct 21 20:00:04.077 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:00:04.077 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 21 20:00:04.077 INFO kablam! Oct 21 20:00:04.077 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:00:04.077 INFO kablam! --> src/image.rs:429:5 Oct 21 20:00:04.077 INFO kablam! | Oct 21 20:00:04.077 INFO kablam! 429 | img.write("image/barbara2.pgm"); Oct 21 20:00:04.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:00:04.077 INFO kablam! | Oct 21 20:00:04.077 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:00:04.077 INFO kablam! Oct 21 20:00:04.104 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.94s Oct 21 20:00:04.108 INFO kablam! su: No module specific data is present Oct 21 20:00:04.910 INFO running `"docker" "rm" "-f" "1137dc335a59fc70167c9e2c4c38fdde768964160168cde87d6487af29a9dc2f"` Oct 21 20:00:05.228 INFO blam! 1137dc335a59fc70167c9e2c4c38fdde768964160168cde87d6487af29a9dc2f