Oct 27 12:54:32.529 INFO checking AaronM04/test_gtk_rust against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:54:32.530 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 12:54:33.001 INFO blam! 55f8af3f1d94ffff2edbd41ef704b94c4bcb199e8e35a7d95d5c8343ebf8e8ec Oct 27 12:54:33.006 INFO running `"docker" "start" "-a" "55f8af3f1d94ffff2edbd41ef704b94c4bcb199e8e35a7d95d5c8343ebf8e8ec"` Oct 27 12:54:34.267 INFO kablam! usermod: no changes Oct 27 12:54:34.423 INFO kablam! Compiling gdk-pixbuf v0.1.0 Oct 27 12:54:34.426 INFO kablam! Compiling cairo-rs v0.1.0 Oct 27 12:54:34.426 INFO kablam! Compiling gio v0.1.0 Oct 27 12:54:34.426 INFO kablam! Compiling gdk v0.5.0 Oct 27 12:54:34.487 INFO kablam! Checking c_vec v1.0.12 Oct 27 12:54:34.487 INFO kablam! Compiling gtk v0.1.0 Oct 27 12:54:34.487 INFO kablam! Compiling glib-sys v0.3.1 Oct 27 12:54:34.487 INFO kablam! Compiling gobject-sys v0.3.1 Oct 27 12:54:37.911 INFO kablam! Compiling gio-sys v0.3.1 Oct 27 12:54:37.992 INFO kablam! Compiling cairo-sys-rs v0.3.1 Oct 27 12:54:39.380 INFO kablam! Compiling pango-sys v0.3.1 Oct 27 12:54:39.451 INFO kablam! Compiling gdk-pixbuf-sys v0.3.1 Oct 27 12:54:39.823 INFO kablam! Compiling gdk-sys v0.3.1 Oct 27 12:54:39.874 INFO kablam! Compiling atk-sys v0.3.1 Oct 27 12:54:40.483 INFO kablam! Compiling gtk-sys v0.3.1 Oct 27 12:54:53.303 INFO kablam! Checking glib v0.1.0 Oct 27 12:54:55.510 INFO kablam! Checking pango v0.1.0 Oct 27 12:55:18.188 INFO kablam! Checking test_gtk_rust v0.1.0 (/source) Oct 27 12:55:20.447 INFO kablam! warning: unused variable: `widget` Oct 27 12:55:20.448 INFO kablam! --> src/main.rs:77:46 Oct 27 12:55:20.448 INFO kablam! | Oct 27 12:55:20.448 INFO kablam! 77 | drawing_area.connect_button_press_event(|widget, evt| { Oct 27 12:55:20.449 INFO kablam! | ^^^^^^ help: consider using `_widget` instead Oct 27 12:55:20.449 INFO kablam! | Oct 27 12:55:20.449 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:55:20.449 INFO kablam! Oct 27 12:55:20.511 INFO kablam! warning: constant item is never used: `CELL_SIZE` Oct 27 12:55:20.512 INFO kablam! --> src/main.rs:25:1 Oct 27 12:55:20.512 INFO kablam! | Oct 27 12:55:20.512 INFO kablam! 25 | const CELL_SIZE: u32 = 20; // width/height of one cell in pixels Oct 27 12:55:20.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:20.513 INFO kablam! | Oct 27 12:55:20.513 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:55:20.513 INFO kablam! Oct 27 12:55:20.781 INFO kablam! warning: unused variable: `widget` Oct 27 12:55:20.782 INFO kablam! --> src/main.rs:77:46 Oct 27 12:55:20.782 INFO kablam! | Oct 27 12:55:20.784 INFO kablam! 77 | drawing_area.connect_button_press_event(|widget, evt| { Oct 27 12:55:20.784 INFO kablam! | ^^^^^^ help: consider using `_widget` instead Oct 27 12:55:20.784 INFO kablam! | Oct 27 12:55:20.785 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:55:20.785 INFO kablam! Oct 27 12:55:20.812 INFO kablam! warning: constant item is never used: `CELL_SIZE` Oct 27 12:55:20.812 INFO kablam! --> src/main.rs:25:1 Oct 27 12:55:20.813 INFO kablam! | Oct 27 12:55:20.813 INFO kablam! 25 | const CELL_SIZE: u32 = 20; // width/height of one cell in pixels Oct 27 12:55:20.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:55:20.813 INFO kablam! | Oct 27 12:55:20.814 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:55:20.814 INFO kablam! Oct 27 12:55:20.939 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.62s Oct 27 12:55:20.939 INFO kablam! su: No module specific data is present Oct 27 12:55:21.790 INFO running `"docker" "rm" "-f" "55f8af3f1d94ffff2edbd41ef704b94c4bcb199e8e35a7d95d5c8343ebf8e8ec"` Oct 27 12:55:22.039 INFO blam! 55f8af3f1d94ffff2edbd41ef704b94c4bcb199e8e35a7d95d5c8343ebf8e8ec