Oct 26 21:32:46.857 INFO checking sandeep-datta/mind_forge_gtkrs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:32:46.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 26 21:32:47.324 INFO blam! c4f9b72bd8f06dbcd3a5b463f1b645b1b3731ce1d3ee4b9107f5106fd9516368 Oct 26 21:32:47.327 INFO running `"docker" "start" "-a" "c4f9b72bd8f06dbcd3a5b463f1b645b1b3731ce1d3ee4b9107f5106fd9516368"` Oct 26 21:32:48.851 INFO kablam! usermod: no changes Oct 26 21:32:48.971 INFO kablam! Checking bitflags v0.5.0 Oct 26 21:32:48.971 INFO kablam! Compiling cairo-rs v0.1.3 Oct 26 21:32:48.971 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 26 21:32:48.971 INFO kablam! Compiling gio v0.1.3 Oct 26 21:32:48.972 INFO kablam! Compiling gdk v0.5.3 Oct 26 21:32:48.972 INFO kablam! Compiling gtk v0.1.3 Oct 26 21:32:48.972 INFO kablam! Compiling glib-sys v0.3.4 Oct 26 21:32:48.978 INFO kablam! Compiling gobject-sys v0.3.4 Oct 26 21:32:50.056 INFO kablam! Compiling gio-sys v0.3.4 Oct 26 21:32:51.739 INFO kablam! Compiling pango-sys v0.3.4 Oct 26 21:32:52.034 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 26 21:32:52.479 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 26 21:32:52.531 INFO kablam! Compiling atk-sys v0.3.4 Oct 26 21:32:52.727 INFO kablam! Compiling gdk-sys v0.3.4 Oct 26 21:32:52.787 INFO kablam! Compiling gtk-sys v0.3.4 Oct 26 21:32:58.967 INFO kablam! Checking glib v0.1.3 Oct 26 21:33:02.012 INFO kablam! Checking pango v0.1.3 Oct 26 21:33:32.251 INFO kablam! Checking mind_forge_gtkrs v0.1.0 (/source) Oct 26 21:33:33.123 INFO kablam! warning: unused macro definition Oct 26 21:33:33.123 INFO kablam! --> src/utils.rs:13:1 Oct 26 21:33:33.123 INFO kablam! | Oct 26 21:33:33.123 INFO kablam! 13 | / macro_rules! print_err { Oct 26 21:33:33.123 INFO kablam! 14 | | ($($arg:tt)*) => ({ Oct 26 21:33:33.123 INFO kablam! 15 | | use std::io::Write; Oct 26 21:33:33.123 INFO kablam! 16 | | match write!(&mut ::std::io::stderr(), $($arg)* ) { Oct 26 21:33:33.123 INFO kablam! ... | Oct 26 21:33:33.123 INFO kablam! 20 | | }) Oct 26 21:33:33.123 INFO kablam! 21 | | } Oct 26 21:33:33.123 INFO kablam! | |_^ Oct 26 21:33:33.123 INFO kablam! | Oct 26 21:33:33.123 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 26 21:33:33.123 INFO kablam! Oct 26 21:33:33.123 INFO kablam! warning: unused import: `BoxExt` Oct 26 21:33:33.123 INFO kablam! --> src/main.rs:8:18 Oct 26 21:33:33.123 INFO kablam! | Oct 26 21:33:33.123 INFO kablam! 8 | use gtk::{Align, BoxExt}; Oct 26 21:33:33.123 INFO kablam! | ^^^^^^ Oct 26 21:33:33.123 INFO kablam! | Oct 26 21:33:33.123 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:33:33.123 INFO kablam! Oct 26 21:33:33.307 INFO kablam! warning: unused macro definition Oct 26 21:33:33.307 INFO kablam! --> src/utils.rs:13:1 Oct 26 21:33:33.307 INFO kablam! | Oct 26 21:33:33.307 INFO kablam! 13 | / macro_rules! print_err { Oct 26 21:33:33.307 INFO kablam! 14 | | ($($arg:tt)*) => ({ Oct 26 21:33:33.307 INFO kablam! 15 | | use std::io::Write; Oct 26 21:33:33.307 INFO kablam! 16 | | match write!(&mut ::std::io::stderr(), $($arg)* ) { Oct 26 21:33:33.307 INFO kablam! ... | Oct 26 21:33:33.307 INFO kablam! 20 | | }) Oct 26 21:33:33.307 INFO kablam! 21 | | } Oct 26 21:33:33.307 INFO kablam! | |_^ Oct 26 21:33:33.307 INFO kablam! | Oct 26 21:33:33.307 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 26 21:33:33.307 INFO kablam! Oct 26 21:33:33.307 INFO kablam! warning: unused import: `BoxExt` Oct 26 21:33:33.307 INFO kablam! --> src/main.rs:8:18 Oct 26 21:33:33.307 INFO kablam! | Oct 26 21:33:33.307 INFO kablam! 8 | use gtk::{Align, BoxExt}; Oct 26 21:33:33.307 INFO kablam! | ^^^^^^ Oct 26 21:33:33.307 INFO kablam! | Oct 26 21:33:33.307 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:33:33.307 INFO kablam! Oct 26 21:33:33.427 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.55s Oct 26 21:33:33.431 INFO kablam! su: No module specific data is present Oct 26 21:33:34.276 INFO running `"docker" "rm" "-f" "c4f9b72bd8f06dbcd3a5b463f1b645b1b3731ce1d3ee4b9107f5106fd9516368"` Oct 26 21:33:34.603 INFO blam! c4f9b72bd8f06dbcd3a5b463f1b645b1b3731ce1d3ee4b9107f5106fd9516368