Oct 21 13:25:30.556 INFO checking stevesweetney/photomosaic against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:25:30.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13:25:30.990 INFO blam! 4c13bd03c947d9570885722d9f9f3effdb9371daff9ffcc5b429d140398b8002 Oct 21 13:25:30.992 INFO running `"docker" "start" "-a" "4c13bd03c947d9570885722d9f9f3effdb9371daff9ffcc5b429d140398b8002"` Oct 21 13:25:32.077 INFO kablam! usermod: no changes Oct 21 13:25:32.344 INFO kablam! Compiling regex v0.2.9 Oct 21 13:25:32.346 INFO kablam! Checking custom_derive v0.1.7 Oct 21 13:25:32.347 INFO kablam! Checking atty v0.2.8 Oct 21 13:25:32.348 INFO kablam! Checking num-complex v0.1.43 Oct 21 13:25:32.349 INFO kablam! Checking itertools v0.7.7 Oct 21 13:25:32.349 INFO kablam! Checking num-bigint v0.1.43 Oct 21 13:25:32.351 INFO kablam! Checking generic-array v0.8.3 Oct 21 13:25:32.351 INFO kablam! Checking png v0.11.0 Oct 21 13:25:33.677 INFO kablam! Checking rusttype v0.4.1 Oct 21 13:25:33.708 INFO kablam! Compiling syn v0.12.14 Oct 21 13:25:34.656 INFO kablam! Checking clap v2.31.2 Oct 21 13:25:35.096 INFO kablam! Checking conv v0.3.3 Oct 21 13:25:35.729 INFO kablam! Checking alga v0.5.3 Oct 21 13:25:37.224 INFO kablam! Checking num-rational v0.1.42 Oct 21 13:25:39.202 INFO kablam! Checking num v0.1.42 Oct 21 13:25:39.203 INFO kablam! Checking image v0.18.0 Oct 21 13:25:41.248 INFO kablam! Checking env_logger v0.5.5 Oct 21 13:25:42.219 INFO kablam! Checking quickcheck v0.6.2 Oct 21 13:25:43.776 INFO kablam! Checking nalgebra v0.13.1 Oct 21 13:25:47.684 INFO kablam! Compiling structopt-derive v0.2.5 Oct 21 13:25:50.954 INFO kablam! Checking structopt v0.2.5 Oct 21 13:26:17.113 INFO kablam! Checking imageproc v0.14.0 Oct 21 13:26:20.480 INFO kablam! Checking photomosaic v0.1.0 (/source) Oct 21 13:26:21.805 INFO kablam! warning: unused `#[macro_use]` import Oct 21 13:26:21.805 INFO kablam! --> src/main.rs:1:1 Oct 21 13:26:21.805 INFO kablam! | Oct 21 13:26:21.806 INFO kablam! 1 | #[macro_use] Oct 21 13:26:21.806 INFO kablam! | ^^^^^^^^^^^^ Oct 21 13:26:21.806 INFO kablam! | Oct 21 13:26:21.806 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:26:21.807 INFO kablam! Oct 21 13:26:21.964 INFO kablam! warning: unused `#[macro_use]` import Oct 21 13:26:21.964 INFO kablam! --> src/main.rs:1:1 Oct 21 13:26:21.964 INFO kablam! | Oct 21 13:26:21.964 INFO kablam! 1 | #[macro_use] Oct 21 13:26:21.965 INFO kablam! | ^^^^^^^^^^^^ Oct 21 13:26:21.965 INFO kablam! | Oct 21 13:26:21.965 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:26:21.965 INFO kablam! Oct 21 13:26:22.023 INFO kablam! warning: value assigned to `x` is never read Oct 21 13:26:22.023 INFO kablam! --> src/main.rs:91:14 Oct 21 13:26:22.023 INFO kablam! | Oct 21 13:26:22.023 INFO kablam! 91 | let (mut x,mut y) = (0,0); Oct 21 13:26:22.023 INFO kablam! | ^ Oct 21 13:26:22.023 INFO kablam! | Oct 21 13:26:22.023 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 13:26:22.023 INFO kablam! Oct 21 13:26:22.345 INFO kablam! warning: value assigned to `x` is never read Oct 21 13:26:22.345 INFO kablam! --> src/main.rs:91:14 Oct 21 13:26:22.345 INFO kablam! | Oct 21 13:26:22.346 INFO kablam! 91 | let (mut x,mut y) = (0,0); Oct 21 13:26:22.346 INFO kablam! | ^ Oct 21 13:26:22.346 INFO kablam! | Oct 21 13:26:22.346 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 21 13:26:22.347 INFO kablam! Oct 21 13:26:22.449 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 50.35s Oct 21 13:26:22.467 INFO kablam! su: No module specific data is present Oct 21 13:26:23.186 INFO running `"docker" "rm" "-f" "4c13bd03c947d9570885722d9f9f3effdb9371daff9ffcc5b429d140398b8002"` Oct 21 13:26:23.444 INFO blam! 4c13bd03c947d9570885722d9f9f3effdb9371daff9ffcc5b429d140398b8002