Oct 15 05:04:22.967 INFO testing adolfosilva/vcrust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 05:04:22.967 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 05:04:23.372 INFO blam! 42a243844d0d9a6b761f324fd6ae7316a0db87dce9bdf7818f7bb414ba4f985b Oct 15 05:04:23.373 INFO running `"docker" "start" "-a" "42a243844d0d9a6b761f324fd6ae7316a0db87dce9bdf7818f7bb414ba4f985b"` Oct 15 05:04:25.856 INFO kablam! usermod: no changes Oct 15 05:04:25.967 INFO kablam! Compiling gcc v0.3.44 Oct 15 05:04:28.555 INFO kablam! Compiling vcrust v0.1.0 (/source) Oct 15 05:04:30.031 INFO kablam! warning: unused import: `std::iter::repeat` Oct 15 05:04:30.031 INFO kablam! --> src/ops.rs:1:5 Oct 15 05:04:30.031 INFO kablam! | Oct 15 05:04:30.031 INFO kablam! 1 | use std::iter::repeat; Oct 15 05:04:30.031 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 05:04:30.031 INFO kablam! | Oct 15 05:04:30.031 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 05:04:30.031 INFO kablam! Oct 15 05:04:30.031 INFO kablam! warning: unused import: `ImageType` Oct 15 05:04:30.031 INFO kablam! --> src/ops.rs:2:20 Oct 15 05:04:30.031 INFO kablam! | Oct 15 05:04:30.031 INFO kablam! 2 | use image::{Image, ImageType, Channel}; Oct 15 05:04:30.031 INFO kablam! | ^^^^^^^^^ Oct 15 05:04:30.031 INFO kablam! Oct 15 05:04:30.231 INFO kablam! warning: variable does not need to be mutable Oct 15 05:04:30.231 INFO kablam! --> src/image.rs:263:13 Oct 15 05:04:30.231 INFO kablam! | Oct 15 05:04:30.231 INFO kablam! 263 | let mut bits = bytes.map(|b| b.unwrap()).collect::>(); Oct 15 05:04:30.231 INFO kablam! | ----^^^^ Oct 15 05:04:30.231 INFO kablam! | | Oct 15 05:04:30.231 INFO kablam! | help: remove this `mut` Oct 15 05:04:30.231 INFO kablam! | Oct 15 05:04:30.231 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:04:30.231 INFO kablam! Oct 15 05:04:30.251 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 15 05:04:30.251 INFO kablam! --> src/image.rs:295:9 Oct 15 05:04:30.251 INFO kablam! | Oct 15 05:04:30.251 INFO kablam! 295 | bytes.map(|b| b.unwrap()).take_while(|b| *b != b'\n').collect::>(); Oct 15 05:04:30.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:04:30.251 INFO kablam! | Oct 15 05:04:30.251 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:04:30.251 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 15 05:04:30.251 INFO kablam! Oct 15 05:04:31.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.33s Oct 15 05:04:31.230 INFO kablam! su: No module specific data is present Oct 15 05:04:32.619 INFO running `"docker" "rm" "-f" "42a243844d0d9a6b761f324fd6ae7316a0db87dce9bdf7818f7bb414ba4f985b"` Oct 15 05:04:32.987 INFO blam! 42a243844d0d9a6b761f324fd6ae7316a0db87dce9bdf7818f7bb414ba4f985b Oct 15 05:04:32.994 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 15 05:04:33.498 INFO blam! be06d12346bdb76c7dbd6954b73d9d4efeacd38929a5c83dab1eba6ad0172614 Oct 15 05:04:33.500 INFO running `"docker" "start" "-a" "be06d12346bdb76c7dbd6954b73d9d4efeacd38929a5c83dab1eba6ad0172614"` Oct 15 05:04:35.506 INFO kablam! usermod: no changes Oct 15 05:04:35.543 INFO kablam! Compiling vcrust v0.1.0 (/source) Oct 15 05:04:36.203 INFO kablam! warning: variable does not need to be mutable Oct 15 05:04:36.204 INFO kablam! --> src/image.rs:263:13 Oct 15 05:04:36.204 INFO kablam! | Oct 15 05:04:36.204 INFO kablam! 263 | let mut bits = bytes.map(|b| b.unwrap()).collect::>(); Oct 15 05:04:36.204 INFO kablam! | ----^^^^ Oct 15 05:04:36.204 INFO kablam! | | Oct 15 05:04:36.204 INFO kablam! | help: remove this `mut` Oct 15 05:04:36.204 INFO kablam! | Oct 15 05:04:36.204 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:04:36.204 INFO kablam! Oct 15 05:04:36.233 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 15 05:04:36.233 INFO kablam! --> src/image.rs:295:9 Oct 15 05:04:36.233 INFO kablam! | Oct 15 05:04:36.233 INFO kablam! 295 | bytes.map(|b| b.unwrap()).take_while(|b| *b != b'\n').collect::>(); Oct 15 05:04:36.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:04:36.233 INFO kablam! | Oct 15 05:04:36.233 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 05:04:36.233 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 15 05:04:36.233 INFO kablam! Oct 15 05:04:36.235 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 05:04:36.235 INFO kablam! --> src/image.rs:429:5 Oct 15 05:04:36.235 INFO kablam! | Oct 15 05:04:36.235 INFO kablam! 429 | img.write("image/barbara2.pgm"); Oct 15 05:04:36.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 05:04:36.235 INFO kablam! | Oct 15 05:04:36.235 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 05:04:36.235 INFO kablam! Oct 15 05:04:37.737 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.21s Oct 15 05:04:37.740 INFO kablam! su: No module specific data is present Oct 15 05:04:39.342 INFO running `"docker" "rm" "-f" "be06d12346bdb76c7dbd6954b73d9d4efeacd38929a5c83dab1eba6ad0172614"` Oct 15 05:04:39.599 INFO blam! be06d12346bdb76c7dbd6954b73d9d4efeacd38929a5c83dab1eba6ad0172614