Oct 13 00:14:12.390 INFO checking bpglaser/maze_solver against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:14:12.390 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 00:14:12.641 INFO blam! a690fe7493c68b7c1e17613c765d17edb2378b428b3d07b138034cbc00f8bcdb Oct 13 00:14:12.646 INFO running `"docker" "start" "-a" "a690fe7493c68b7c1e17613c765d17edb2378b428b3d07b138034cbc00f8bcdb"` Oct 13 00:14:13.398 INFO kablam! usermod: no changes Oct 13 00:14:13.588 INFO kablam! Compiling cairo-rs v0.1.1 Oct 13 00:14:13.588 INFO kablam! Compiling gdk-pixbuf v0.1.1 Oct 13 00:14:13.589 INFO kablam! Compiling gio v0.1.1 Oct 13 00:14:13.596 INFO kablam! Compiling gdk v0.5.1 Oct 13 00:14:13.596 INFO kablam! Compiling gtk v0.1.1 Oct 13 00:14:13.597 INFO kablam! Compiling glib-sys v0.3.2 Oct 13 00:14:13.597 INFO kablam! Compiling gobject-sys v0.3.2 Oct 13 00:14:13.600 INFO kablam! Compiling gio-sys v0.3.2 Oct 13 00:14:15.512 INFO kablam! Compiling cairo-sys-rs v0.3.2 Oct 13 00:14:15.945 INFO kablam! Compiling pango-sys v0.3.2 Oct 13 00:14:16.925 INFO kablam! Compiling gdk-pixbuf-sys v0.3.2 Oct 13 00:14:17.156 INFO kablam! Compiling atk-sys v0.3.2 Oct 13 00:14:17.234 INFO kablam! Compiling gdk-sys v0.3.2 Oct 13 00:14:17.456 INFO kablam! Compiling gtk-sys v0.3.2 Oct 13 00:14:17.576 INFO kablam! Checking term_size v0.2.1 Oct 13 00:14:19.382 INFO kablam! Checking clap v2.19.3 Oct 13 00:14:27.396 INFO kablam! Checking glib v0.1.1 Oct 13 00:14:30.152 INFO kablam! Checking pango v0.1.1 Oct 13 00:14:53.191 INFO kablam! Checking maze_solver v0.1.0 (/source) Oct 13 00:14:57.665 INFO kablam! warning: unused imports: `Grid`, `Point` Oct 13 00:14:57.665 INFO kablam! --> src/main.rs:9:25 Oct 13 00:14:57.665 INFO kablam! | Oct 13 00:14:57.665 INFO kablam! 9 | use maze_solver::grid::{Point, Grid}; Oct 13 00:14:57.665 INFO kablam! | ^^^^^ ^^^^ Oct 13 00:14:57.665 INFO kablam! | Oct 13 00:14:57.665 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:14:57.665 INFO kablam! Oct 13 00:14:57.728 INFO kablam! warning: unused variable: `loaded_image` Oct 13 00:14:57.728 INFO kablam! --> src/main.rs:18:9 Oct 13 00:14:57.728 INFO kablam! | Oct 13 00:14:57.728 INFO kablam! 18 | let loaded_image = open(path).expect("Error opening file").grayscale(); Oct 13 00:14:57.730 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_loaded_image` instead Oct 13 00:14:57.730 INFO kablam! | Oct 13 00:14:57.730 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:14:57.730 INFO kablam! Oct 13 00:14:57.860 INFO kablam! warning: unused imports: `Grid`, `Point` Oct 13 00:14:57.860 INFO kablam! --> src/main.rs:9:25 Oct 13 00:14:57.860 INFO kablam! | Oct 13 00:14:57.860 INFO kablam! 9 | use maze_solver::grid::{Point, Grid}; Oct 13 00:14:57.860 INFO kablam! | ^^^^^ ^^^^ Oct 13 00:14:57.860 INFO kablam! | Oct 13 00:14:57.860 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:14:57.860 INFO kablam! Oct 13 00:14:57.928 INFO kablam! warning: unused variable: `loaded_image` Oct 13 00:14:57.928 INFO kablam! --> src/main.rs:18:9 Oct 13 00:14:57.928 INFO kablam! | Oct 13 00:14:57.928 INFO kablam! 18 | let loaded_image = open(path).expect("Error opening file").grayscale(); Oct 13 00:14:57.928 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_loaded_image` instead Oct 13 00:14:57.928 INFO kablam! | Oct 13 00:14:57.928 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:14:57.928 INFO kablam! Oct 13 00:14:57.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.57s Oct 13 00:14:58.008 INFO kablam! su: No module specific data is present Oct 13 00:14:58.944 INFO running `"docker" "rm" "-f" "a690fe7493c68b7c1e17613c765d17edb2378b428b3d07b138034cbc00f8bcdb"` Oct 13 00:14:59.288 INFO blam! a690fe7493c68b7c1e17613c765d17edb2378b428b3d07b138034cbc00f8bcdb