Oct 21 19:07:07.141 INFO checking bytebuddha/runcmd against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:07:07.143 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 19:07:07.478 INFO blam! 9c0815ea37674523ee6b709e6151f27ccac9c4e900382519b1bf0e5e334aa5c8 Oct 21 19:07:07.479 INFO running `"docker" "start" "-a" "9c0815ea37674523ee6b709e6151f27ccac9c4e900382519b1bf0e5e334aa5c8"` Oct 21 19:07:08.188 INFO kablam! usermod: no changes Oct 21 19:07:08.284 INFO kablam! Compiling cairo-rs v0.1.1 Oct 21 19:07:08.284 INFO kablam! Compiling gdk-pixbuf v0.1.1 Oct 21 19:07:08.304 INFO kablam! Compiling gio v0.1.1 Oct 21 19:07:08.304 INFO kablam! Checking c_vec v1.0.12 Oct 21 19:07:08.304 INFO kablam! Compiling gdk v0.5.1 Oct 21 19:07:08.304 INFO kablam! Compiling gtk v0.1.1 Oct 21 19:07:08.304 INFO kablam! Compiling glib-sys v0.3.2 Oct 21 19:07:08.304 INFO kablam! Compiling gobject-sys v0.3.2 Oct 21 19:07:09.775 INFO kablam! Compiling gio-sys v0.3.2 Oct 21 19:07:09.790 INFO kablam! Compiling cairo-sys-rs v0.3.2 Oct 21 19:07:10.128 INFO kablam! Compiling pango-sys v0.3.2 Oct 21 19:07:10.180 INFO kablam! Compiling gdk-pixbuf-sys v0.3.2 Oct 21 19:07:10.372 INFO kablam! Compiling atk-sys v0.3.2 Oct 21 19:07:10.692 INFO kablam! Compiling gdk-sys v0.3.2 Oct 21 19:07:10.736 INFO kablam! Compiling gtk-sys v0.3.2 Oct 21 19:07:17.168 INFO kablam! Checking glib v0.1.1 Oct 21 19:07:20.552 INFO kablam! Checking pango v0.1.1 Oct 21 19:07:43.412 INFO kablam! Checking runcmd v0.1.0 (/source) Oct 21 19:07:44.708 INFO kablam! warning: unused import: `gtk::StateFlags` Oct 21 19:07:44.708 INFO kablam! --> src/main.rs:10:5 Oct 21 19:07:44.708 INFO kablam! | Oct 21 19:07:44.708 INFO kablam! 10 | use gtk::StateFlags; Oct 21 19:07:44.708 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 19:07:44.708 INFO kablam! | Oct 21 19:07:44.708 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:07:44.708 INFO kablam! Oct 21 19:07:44.785 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:07:44.785 INFO kablam! --> src/main.rs:21:5 Oct 21 19:07:44.785 INFO kablam! | Oct 21 19:07:44.785 INFO kablam! 21 | / Command::new(cmd) Oct 21 19:07:44.785 INFO kablam! 22 | | .args(&cmd_with_args[..]) Oct 21 19:07:44.785 INFO kablam! 23 | | .spawn(); Oct 21 19:07:44.785 INFO kablam! | |______________________^ Oct 21 19:07:44.786 INFO kablam! | Oct 21 19:07:44.786 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 19:07:44.786 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:07:44.786 INFO kablam! Oct 21 19:07:45.160 INFO kablam! warning: unused import: `gtk::StateFlags` Oct 21 19:07:45.160 INFO kablam! --> src/main.rs:10:5 Oct 21 19:07:45.160 INFO kablam! | Oct 21 19:07:45.160 INFO kablam! 10 | use gtk::StateFlags; Oct 21 19:07:45.160 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 19:07:45.160 INFO kablam! | Oct 21 19:07:45.160 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:07:45.160 INFO kablam! Oct 21 19:07:45.248 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 19:07:45.248 INFO kablam! --> src/main.rs:21:5 Oct 21 19:07:45.248 INFO kablam! | Oct 21 19:07:45.248 INFO kablam! 21 | / Command::new(cmd) Oct 21 19:07:45.248 INFO kablam! 22 | | .args(&cmd_with_args[..]) Oct 21 19:07:45.248 INFO kablam! 23 | | .spawn(); Oct 21 19:07:45.248 INFO kablam! | |______________________^ Oct 21 19:07:45.248 INFO kablam! | Oct 21 19:07:45.248 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 19:07:45.248 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 19:07:45.248 INFO kablam! Oct 21 19:07:45.299 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.10s Oct 21 19:07:45.312 INFO kablam! su: No module specific data is present Oct 21 19:07:46.156 INFO running `"docker" "rm" "-f" "9c0815ea37674523ee6b709e6151f27ccac9c4e900382519b1bf0e5e334aa5c8"` Oct 21 19:07:46.448 INFO blam! 9c0815ea37674523ee6b709e6151f27ccac9c4e900382519b1bf0e5e334aa5c8