Oct 31 21:47:09.239 INFO checking sandeep-datta/mind_forge_gtkrs against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 21:47:09.239 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-6/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 21:47:09.684 INFO blam! 3c3ffe87bf24a64276668e3a1f66510c36ac7a7449a99f9c09c556901e7be2c1 Oct 31 21:47:09.693 INFO running `"docker" "start" "-a" "3c3ffe87bf24a64276668e3a1f66510c36ac7a7449a99f9c09c556901e7be2c1"` Oct 31 21:47:10.844 INFO kablam! usermod: no changes Oct 31 21:47:10.988 INFO kablam! Compiling gio v0.1.3 Oct 31 21:47:10.992 INFO kablam! Compiling gdk-pixbuf v0.1.3 Oct 31 21:47:10.993 INFO kablam! Compiling cairo-rs v0.1.3 Oct 31 21:47:10.993 INFO kablam! Compiling gdk v0.5.3 Oct 31 21:47:10.993 INFO kablam! Compiling gtk v0.1.3 Oct 31 21:47:10.993 INFO kablam! Compiling glib-sys v0.3.4 Oct 31 21:47:10.993 INFO kablam! Compiling gobject-sys v0.3.4 Oct 31 21:47:10.993 INFO kablam! Compiling gio-sys v0.3.4 Oct 31 21:47:13.361 INFO kablam! Compiling gdk-pixbuf-sys v0.3.4 Oct 31 21:47:13.450 INFO kablam! Compiling pango-sys v0.3.4 Oct 31 21:47:13.461 INFO kablam! Compiling cairo-sys-rs v0.3.4 Oct 31 21:47:13.491 INFO kablam! Compiling gdk-sys v0.3.4 Oct 31 21:47:14.391 INFO kablam! Compiling atk-sys v0.3.4 Oct 31 21:47:14.896 INFO kablam! Compiling gtk-sys v0.3.4 Oct 31 21:47:20.308 INFO kablam! Checking glib v0.1.3 Oct 31 21:47:23.880 INFO kablam! Checking pango v0.1.3 Oct 31 21:47:54.736 INFO kablam! Checking mind_forge_gtkrs v0.1.0 (/source) Oct 31 21:47:55.309 INFO kablam! warning: unused macro definition Oct 31 21:47:55.309 INFO kablam! --> src/utils.rs:13:1 Oct 31 21:47:55.309 INFO kablam! | Oct 31 21:47:55.309 INFO kablam! 13 | / macro_rules! print_err { Oct 31 21:47:55.309 INFO kablam! 14 | | ($($arg:tt)*) => ({ Oct 31 21:47:55.309 INFO kablam! 15 | | use std::io::Write; Oct 31 21:47:55.309 INFO kablam! 16 | | match write!(&mut ::std::io::stderr(), $($arg)* ) { Oct 31 21:47:55.309 INFO kablam! ... | Oct 31 21:47:55.309 INFO kablam! 20 | | }) Oct 31 21:47:55.309 INFO kablam! 21 | | } Oct 31 21:47:55.309 INFO kablam! | |_^ Oct 31 21:47:55.309 INFO kablam! | Oct 31 21:47:55.309 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 31 21:47:55.309 INFO kablam! Oct 31 21:47:55.309 INFO kablam! warning: unused import: `BoxExt` Oct 31 21:47:55.309 INFO kablam! --> src/main.rs:8:18 Oct 31 21:47:55.309 INFO kablam! | Oct 31 21:47:55.309 INFO kablam! 8 | use gtk::{Align, BoxExt}; Oct 31 21:47:55.309 INFO kablam! | ^^^^^^ Oct 31 21:47:55.309 INFO kablam! | Oct 31 21:47:55.309 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 21:47:55.309 INFO kablam! Oct 31 21:47:55.434 INFO kablam! warning: unused macro definition Oct 31 21:47:55.434 INFO kablam! --> src/utils.rs:13:1 Oct 31 21:47:55.434 INFO kablam! | Oct 31 21:47:55.436 INFO kablam! 13 | / macro_rules! print_err { Oct 31 21:47:55.436 INFO kablam! 14 | | ($($arg:tt)*) => ({ Oct 31 21:47:55.436 INFO kablam! 15 | | use std::io::Write; Oct 31 21:47:55.436 INFO kablam! 16 | | match write!(&mut ::std::io::stderr(), $($arg)* ) { Oct 31 21:47:55.436 INFO kablam! ... | Oct 31 21:47:55.436 INFO kablam! 20 | | }) Oct 31 21:47:55.436 INFO kablam! 21 | | } Oct 31 21:47:55.436 INFO kablam! | |_^ Oct 31 21:47:55.440 INFO kablam! | Oct 31 21:47:55.440 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 31 21:47:55.440 INFO kablam! Oct 31 21:47:55.440 INFO kablam! warning: unused import: `BoxExt` Oct 31 21:47:55.440 INFO kablam! --> src/main.rs:8:18 Oct 31 21:47:55.440 INFO kablam! | Oct 31 21:47:55.440 INFO kablam! 8 | use gtk::{Align, BoxExt}; Oct 31 21:47:55.440 INFO kablam! | ^^^^^^ Oct 31 21:47:55.440 INFO kablam! | Oct 31 21:47:55.440 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 21:47:55.440 INFO kablam! Oct 31 21:47:55.576 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.70s Oct 31 21:47:55.589 INFO kablam! su: No module specific data is present Oct 31 21:47:56.653 INFO running `"docker" "rm" "-f" "3c3ffe87bf24a64276668e3a1f66510c36ac7a7449a99f9c09c556901e7be2c1"` Oct 31 21:47:57.004 INFO blam! 3c3ffe87bf24a64276668e3a1f66510c36ac7a7449a99f9c09c556901e7be2c1