Oct 21 14:06:02.953 INFO checking sandeep-datta/mind_forge_gtkrs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:06:02.955 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14:06:03.408 INFO blam! e8e59a0e664c6362a8e7916ae538fd1eab4876d2ed6ebcdf82c1b000c29713bb Oct 21 14:06:03.410 INFO running `"docker" "start" "-a" "e8e59a0e664c6362a8e7916ae538fd1eab4876d2ed6ebcdf82c1b000c29713bb"` Oct 21 14:06:04.306 INFO kablam! usermod: no changes Oct 21 14:06:04.453 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 21 14:06:04.453 INFO kablam! Compiling cairo-rs v0.1.3 Oct 21 14:06:04.453 INFO kablam! Compiling gio v0.1.3 Oct 21 14:06:04.473 INFO kablam! Compiling gdk v0.5.3 Oct 21 14:06:04.473 INFO kablam! Compiling gtk v0.1.3 Oct 21 14:06:04.473 INFO kablam! Compiling gio-sys v0.3.4 Oct 21 14:06:04.474 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 21 14:06:04.474 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 21 14:06:05.869 INFO kablam! Compiling pango-sys v0.3.4 Oct 21 14:06:05.939 INFO kablam! Compiling gdk-sys v0.3.4 Oct 21 14:06:05.997 INFO kablam! Compiling gtk-sys v0.3.4 Oct 21 14:06:06.063 INFO kablam! Checking glib-sys v0.3.4 Oct 21 14:06:09.123 INFO kablam! Checking gobject-sys v0.3.4 Oct 21 14:06:09.867 INFO kablam! Checking glib v0.1.3 Oct 21 14:06:09.867 INFO kablam! Checking atk-sys v0.3.4 Oct 21 14:06:11.598 INFO kablam! Checking pango v0.1.3 Oct 21 14:06:37.952 INFO kablam! Checking mind_forge_gtkrs v0.1.0 (/source) Oct 21 14:06:38.688 INFO kablam! warning: unused macro definition Oct 21 14:06:38.688 INFO kablam! --> src/utils.rs:13:1 Oct 21 14:06:38.688 INFO kablam! | Oct 21 14:06:38.688 INFO kablam! 13 | / macro_rules! print_err { Oct 21 14:06:38.688 INFO kablam! 14 | | ($($arg:tt)*) => ({ Oct 21 14:06:38.688 INFO kablam! 15 | | use std::io::Write; Oct 21 14:06:38.688 INFO kablam! 16 | | match write!(&mut ::std::io::stderr(), $($arg)* ) { Oct 21 14:06:38.688 INFO kablam! ... | Oct 21 14:06:38.688 INFO kablam! 20 | | }) Oct 21 14:06:38.688 INFO kablam! 21 | | } Oct 21 14:06:38.688 INFO kablam! | |_^ Oct 21 14:06:38.688 INFO kablam! | Oct 21 14:06:38.688 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 14:06:38.688 INFO kablam! Oct 21 14:06:38.688 INFO kablam! warning: unused import: `BoxExt` Oct 21 14:06:38.688 INFO kablam! --> src/main.rs:8:18 Oct 21 14:06:38.688 INFO kablam! | Oct 21 14:06:38.688 INFO kablam! 8 | use gtk::{Align, BoxExt}; Oct 21 14:06:38.688 INFO kablam! | ^^^^^^ Oct 21 14:06:38.688 INFO kablam! | Oct 21 14:06:38.688 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:06:38.688 INFO kablam! Oct 21 14:06:38.948 INFO kablam! warning: unused macro definition Oct 21 14:06:38.948 INFO kablam! --> src/utils.rs:13:1 Oct 21 14:06:38.948 INFO kablam! | Oct 21 14:06:38.948 INFO kablam! 13 | / macro_rules! print_err { Oct 21 14:06:38.948 INFO kablam! 14 | | ($($arg:tt)*) => ({ Oct 21 14:06:38.948 INFO kablam! 15 | | use std::io::Write; Oct 21 14:06:38.948 INFO kablam! 16 | | match write!(&mut ::std::io::stderr(), $($arg)* ) { Oct 21 14:06:38.948 INFO kablam! ... | Oct 21 14:06:38.948 INFO kablam! 20 | | }) Oct 21 14:06:38.948 INFO kablam! 21 | | } Oct 21 14:06:38.948 INFO kablam! | |_^ Oct 21 14:06:38.948 INFO kablam! | Oct 21 14:06:38.948 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 21 14:06:38.948 INFO kablam! Oct 21 14:06:38.948 INFO kablam! warning: unused import: `BoxExt` Oct 21 14:06:38.948 INFO kablam! --> src/main.rs:8:18 Oct 21 14:06:38.948 INFO kablam! | Oct 21 14:06:38.948 INFO kablam! 8 | use gtk::{Align, BoxExt}; Oct 21 14:06:38.948 INFO kablam! | ^^^^^^ Oct 21 14:06:38.948 INFO kablam! | Oct 21 14:06:38.948 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 14:06:38.948 INFO kablam! Oct 21 14:06:39.065 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.74s Oct 21 14:06:39.070 INFO kablam! su: No module specific data is present Oct 21 14:06:39.582 INFO running `"docker" "rm" "-f" "e8e59a0e664c6362a8e7916ae538fd1eab4876d2ed6ebcdf82c1b000c29713bb"` Oct 21 14:06:39.904 INFO blam! e8e59a0e664c6362a8e7916ae538fd1eab4876d2ed6ebcdf82c1b000c29713bb