Oct 27 12:54:32.861 INFO checking AaronM04/test_gtk_rust against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:54:32.861 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/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 27 12:54:33.347 INFO blam! 6eb2a6285df89c5c4e81fb95cd001cf8976a426d3def98f308c6b811b1de258f Oct 27 12:54:33.351 INFO running `"docker" "start" "-a" "6eb2a6285df89c5c4e81fb95cd001cf8976a426d3def98f308c6b811b1de258f"` Oct 27 12:54:34.747 INFO kablam! usermod: no changes Oct 27 12:54:34.885 INFO kablam! Compiling gdk-pixbuf v0.1.0 Oct 27 12:54:34.886 INFO kablam! Compiling cairo-rs v0.1.0 Oct 27 12:54:34.886 INFO kablam! Compiling gio v0.1.0 Oct 27 12:54:34.886 INFO kablam! Compiling gdk v0.5.0 Oct 27 12:54:34.887 INFO kablam! Checking c_vec v1.0.12 Oct 27 12:54:34.887 INFO kablam! Compiling gtk v0.1.0 Oct 27 12:54:34.888 INFO kablam! Compiling glib-sys v0.3.1 Oct 27 12:54:34.888 INFO kablam! Compiling gobject-sys v0.3.1 Oct 27 12:54:37.235 INFO kablam! Compiling gio-sys v0.3.1 Oct 27 12:54:39.617 INFO kablam! Compiling pango-sys v0.3.1 Oct 27 12:54:40.076 INFO kablam! Compiling gdk-pixbuf-sys v0.3.1 Oct 27 12:54:40.084 INFO kablam! Compiling cairo-sys-rs v0.3.1 Oct 27 12:54:40.194 INFO kablam! Compiling atk-sys v0.3.1 Oct 27 12:54:40.304 INFO kablam! Compiling gdk-sys v0.3.1 Oct 27 12:54:41.539 INFO kablam! Compiling gtk-sys v0.3.1 Oct 27 12:54:53.889 INFO kablam! Checking glib v0.1.0 Oct 27 12:54:56.344 INFO kablam! Checking pango v0.1.0 Oct 27 12:55:19.399 INFO kablam! Checking test_gtk_rust v0.1.0 (/source) Oct 27 12:55:21.895 INFO kablam! warning: unused variable: `widget` Oct 27 12:55:21.895 INFO kablam! --> src/main.rs:77:46 Oct 27 12:55:21.895 INFO kablam! | Oct 27 12:55:21.895 INFO kablam! 77 | drawing_area.connect_button_press_event(|widget, evt| { Oct 27 12:55:21.895 INFO kablam! | ^^^^^^ help: consider using `_widget` instead Oct 27 12:55:21.895 INFO kablam! | Oct 27 12:55:21.895 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:55:21.895 INFO kablam! Oct 27 12:55:21.947 INFO kablam! warning: unused variable: `widget` Oct 27 12:55:21.947 INFO kablam! --> src/main.rs:77:46 Oct 27 12:55:21.947 INFO kablam! | Oct 27 12:55:21.947 INFO kablam! 77 | drawing_area.connect_button_press_event(|widget, evt| { Oct 27 12:55:21.947 INFO kablam! | ^^^^^^ help: consider using `_widget` instead Oct 27 12:55:21.947 INFO kablam! | Oct 27 12:55:21.947 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:55:21.947 INFO kablam! Oct 27 12:55:21.955 INFO kablam! warning: constant item is never used: `CELL_SIZE` Oct 27 12:55:21.955 INFO kablam! --> src/main.rs:25:1 Oct 27 12:55:21.955 INFO kablam! | Oct 27 12:55:21.955 INFO kablam! 25 | const CELL_SIZE: u32 = 20; // width/height of one cell in pixels Oct 27 12:55:21.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:21.955 INFO kablam! | Oct 27 12:55:21.955 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:55:21.955 INFO kablam! Oct 27 12:55:21.987 INFO kablam! warning: constant item is never used: `CELL_SIZE` Oct 27 12:55:21.987 INFO kablam! --> src/main.rs:25:1 Oct 27 12:55:21.987 INFO kablam! | Oct 27 12:55:21.987 INFO kablam! 25 | const CELL_SIZE: u32 = 20; // width/height of one cell in pixels Oct 27 12:55:21.987 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:21.987 INFO kablam! | Oct 27 12:55:21.987 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:55:21.987 INFO kablam! Oct 27 12:55:22.023 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 47.25s Oct 27 12:55:22.035 INFO kablam! su: No module specific data is present Oct 27 12:55:22.838 INFO running `"docker" "rm" "-f" "6eb2a6285df89c5c4e81fb95cd001cf8976a426d3def98f308c6b811b1de258f"` Oct 27 12:55:23.054 INFO blam! 6eb2a6285df89c5c4e81fb95cd001cf8976a426d3def98f308c6b811b1de258f