Oct 26 21:18:59.145 INFO checking seanr707/gitter_gtk against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 21:18:59.145 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 26 21:18:59.552 INFO blam! 400e593e5a2755affdb7e4ecdeeaf875e61925fbc6d0ea23bd6a6b1bb5d4a090 Oct 26 21:18:59.555 INFO running `"docker" "start" "-a" "400e593e5a2755affdb7e4ecdeeaf875e61925fbc6d0ea23bd6a6b1bb5d4a090"` Oct 26 21:19:01.143 INFO kablam! usermod: no changes Oct 26 21:19:01.377 INFO kablam! Checking lazy_static v0.2.10 Oct 26 21:19:01.377 INFO kablam! Compiling cairo-rs v0.2.0 Oct 26 21:19:01.383 INFO kablam! Compiling gio v0.2.0 Oct 26 21:19:01.383 INFO kablam! Compiling gdk-pixbuf v0.2.0 Oct 26 21:19:01.383 INFO kablam! Compiling gdk v0.6.0 Oct 26 21:19:01.387 INFO kablam! Compiling gtk v0.2.0 Oct 26 21:19:01.387 INFO kablam! Checking serde v1.0.20 Oct 26 21:19:01.387 INFO kablam! Checking openssl-probe v0.1.1 Oct 26 21:19:02.679 INFO kablam! Compiling glib-sys v0.4.0 Oct 26 21:19:02.679 INFO kablam! Compiling gobject-sys v0.4.0 Oct 26 21:19:04.115 INFO kablam! Compiling gio-sys v0.4.0 Oct 26 21:19:04.235 INFO kablam! Compiling gdk-pixbuf-sys v0.4.0 Oct 26 21:19:04.266 INFO kablam! Compiling cairo-sys-rs v0.4.0 Oct 26 21:19:04.727 INFO kablam! Compiling pango-sys v0.4.0 Oct 26 21:19:04.767 INFO kablam! Compiling gdk-sys v0.4.0 Oct 26 21:19:06.599 INFO kablam! Compiling atk-sys v0.4.0 Oct 26 21:19:06.989 INFO kablam! Compiling gtk-sys v0.4.0 Oct 26 21:19:07.143 INFO kablam! Compiling dbus v0.4.1 Oct 26 21:19:07.302 INFO kablam! Compiling libz-sys v1.0.18 Oct 26 21:19:07.436 INFO kablam! Compiling openssl-sys v0.9.20 Oct 26 21:19:07.715 INFO kablam! Compiling curl-sys v0.3.15 Oct 26 21:19:08.667 INFO kablam! Checking socket2 v0.2.4 Oct 26 21:19:09.693 INFO kablam! Checking thread_local v0.3.4 Oct 26 21:19:12.508 INFO kablam! Checking backtrace-sys v0.1.16 Oct 26 21:19:13.012 INFO kablam! Checking regex v0.2.2 Oct 26 21:19:14.223 INFO kablam! Checking backtrace v0.3.4 Oct 26 21:19:15.767 INFO kablam! Checking error-chain v0.10.0 Oct 26 21:19:19.329 INFO kablam! Checking curl v0.4.8 Oct 26 21:19:23.011 INFO kablam! Checking glib v0.3.1 Oct 26 21:19:25.373 INFO kablam! warning: redundant linker flag specified for library `dbus-1` Oct 26 21:19:25.383 INFO kablam! Oct 26 21:19:25.827 INFO kablam! Checking notify-rust v3.4.2 Oct 26 21:19:34.031 INFO kablam! Checking pango v0.2.0 Oct 26 21:19:34.120 INFO kablam! Checking serde_json v1.0.6 Oct 26 21:20:30.895 INFO kablam! Checking gitter_gtk v0.1.0 (/source) Oct 26 21:20:33.979 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 26 21:20:33.979 INFO kablam! --> src/main.rs:1:12 Oct 26 21:20:33.979 INFO kablam! | Oct 26 21:20:33.979 INFO kablam! 1 | #![feature(use_extern_macros)] Oct 26 21:20:33.979 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 21:20:33.979 INFO kablam! | Oct 26 21:20:33.979 INFO kablam! = note: #[warn(stable_features)] on by default Oct 26 21:20:33.979 INFO kablam! Oct 26 21:20:33.979 INFO kablam! warning: the feature `underscore_lifetimes` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 26 21:20:33.979 INFO kablam! --> src/main.rs:2:12 Oct 26 21:20:33.979 INFO kablam! | Oct 26 21:20:33.979 INFO kablam! 2 | #![feature(underscore_lifetimes)] Oct 26 21:20:33.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 21:20:33.979 INFO kablam! Oct 26 21:20:34.151 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Oct 26 21:20:34.151 INFO kablam! --> src/main.rs:1:12 Oct 26 21:20:34.151 INFO kablam! | Oct 26 21:20:34.151 INFO kablam! 1 | #![feature(use_extern_macros)] Oct 26 21:20:34.151 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 21:20:34.151 INFO kablam! | Oct 26 21:20:34.151 INFO kablam! = note: #[warn(stable_features)] on by default Oct 26 21:20:34.151 INFO kablam! Oct 26 21:20:34.151 INFO kablam! warning: the feature `underscore_lifetimes` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 26 21:20:34.151 INFO kablam! --> src/main.rs:2:12 Oct 26 21:20:34.151 INFO kablam! | Oct 26 21:20:34.151 INFO kablam! 2 | #![feature(underscore_lifetimes)] Oct 26 21:20:34.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 21:20:34.151 INFO kablam! Oct 26 21:20:34.287 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 33s Oct 26 21:20:34.303 INFO kablam! su: No module specific data is present Oct 26 21:20:34.995 INFO running `"docker" "rm" "-f" "400e593e5a2755affdb7e4ecdeeaf875e61925fbc6d0ea23bd6a6b1bb5d4a090"` Oct 26 21:20:35.407 INFO blam! 400e593e5a2755affdb7e4ecdeeaf875e61925fbc6d0ea23bd6a6b1bb5d4a090