Oct 27 07:22:08.552 INFO checking bpglaser/maze_solver against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 07:22:08.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 07:22:08.916 INFO blam! db502ec4beab4032f5898e5db01d082a4753f2a442567c454a9f63cf3e9617de Oct 27 07:22:08.927 INFO running `"docker" "start" "-a" "db502ec4beab4032f5898e5db01d082a4753f2a442567c454a9f63cf3e9617de"` Oct 27 07:22:09.847 INFO kablam! usermod: no changes Oct 27 07:22:10.007 INFO kablam! Compiling gdk-pixbuf v0.1.1 Oct 27 07:22:10.007 INFO kablam! Compiling gio v0.1.1 Oct 27 07:22:10.007 INFO kablam! Compiling cairo-rs v0.1.1 Oct 27 07:22:10.007 INFO kablam! Compiling gdk v0.5.1 Oct 27 07:22:10.007 INFO kablam! Checking c_vec v1.0.12 Oct 27 07:22:10.007 INFO kablam! Compiling gtk v0.1.1 Oct 27 07:22:10.007 INFO kablam! Compiling glib-sys v0.3.2 Oct 27 07:22:10.030 INFO kablam! Compiling gobject-sys v0.3.2 Oct 27 07:22:12.084 INFO kablam! Compiling gio-sys v0.3.2 Oct 27 07:22:12.885 INFO kablam! Compiling gdk-pixbuf-sys v0.3.2 Oct 27 07:22:12.963 INFO kablam! Compiling pango-sys v0.3.2 Oct 27 07:22:14.631 INFO kablam! Compiling cairo-sys-rs v0.3.2 Oct 27 07:22:15.076 INFO kablam! Compiling gdk-sys v0.3.2 Oct 27 07:22:15.256 INFO kablam! Compiling atk-sys v0.3.2 Oct 27 07:22:17.000 INFO kablam! Compiling gtk-sys v0.3.2 Oct 27 07:22:18.023 INFO kablam! Checking image v0.12.1 Oct 27 07:22:24.336 INFO kablam! Checking glib v0.1.1 Oct 27 07:22:27.155 INFO kablam! Checking pango v0.1.1 Oct 27 07:22:50.939 INFO kablam! Checking maze_solver v0.1.0 (/source) Oct 27 07:22:54.480 INFO kablam! warning: unused imports: `Grid`, `Point` Oct 27 07:22:54.480 INFO kablam! --> src/main.rs:9:25 Oct 27 07:22:54.481 INFO kablam! | Oct 27 07:22:54.481 INFO kablam! 9 | use maze_solver::grid::{Point, Grid}; Oct 27 07:22:54.481 INFO kablam! | ^^^^^ ^^^^ Oct 27 07:22:54.481 INFO kablam! | Oct 27 07:22:54.482 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:22:54.482 INFO kablam! Oct 27 07:22:54.519 INFO kablam! warning: unused variable: `loaded_image` Oct 27 07:22:54.519 INFO kablam! --> src/main.rs:18:9 Oct 27 07:22:54.520 INFO kablam! | Oct 27 07:22:54.520 INFO kablam! 18 | let loaded_image = open(path).expect("Error opening file").grayscale(); Oct 27 07:22:54.520 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_loaded_image` instead Oct 27 07:22:54.521 INFO kablam! | Oct 27 07:22:54.521 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:22:54.521 INFO kablam! Oct 27 07:22:54.703 INFO kablam! warning: unused imports: `Grid`, `Point` Oct 27 07:22:54.704 INFO kablam! --> src/main.rs:9:25 Oct 27 07:22:54.704 INFO kablam! | Oct 27 07:22:54.704 INFO kablam! 9 | use maze_solver::grid::{Point, Grid}; Oct 27 07:22:54.705 INFO kablam! | ^^^^^ ^^^^ Oct 27 07:22:54.705 INFO kablam! | Oct 27 07:22:54.705 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 07:22:54.705 INFO kablam! Oct 27 07:22:54.727 INFO kablam! warning: unused variable: `loaded_image` Oct 27 07:22:54.727 INFO kablam! --> src/main.rs:18:9 Oct 27 07:22:54.728 INFO kablam! | Oct 27 07:22:54.728 INFO kablam! 18 | let loaded_image = open(path).expect("Error opening file").grayscale(); Oct 27 07:22:54.731 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_loaded_image` instead Oct 27 07:22:54.731 INFO kablam! | Oct 27 07:22:54.731 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 07:22:54.731 INFO kablam! Oct 27 07:22:54.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.91s Oct 27 07:22:54.795 INFO kablam! su: No module specific data is present Oct 27 07:22:55.971 INFO running `"docker" "rm" "-f" "db502ec4beab4032f5898e5db01d082a4753f2a442567c454a9f63cf3e9617de"` Oct 27 07:22:56.251 INFO blam! db502ec4beab4032f5898e5db01d082a4753f2a442567c454a9f63cf3e9617de