Oct 27 07:10:34.557 INFO checking buster/rrun against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 07:10:34.557 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 27 07:10:34.988 INFO blam! cde2459bbf684a0527f3ee0b9cd15ec12bb2c4b18fa9bb0da1ea996b99460cf4 Oct 27 07:10:34.991 INFO running `"docker" "start" "-a" "cde2459bbf684a0527f3ee0b9cd15ec12bb2c4b18fa9bb0da1ea996b99460cf4"` Oct 27 07:10:36.873 INFO kablam! usermod: no changes Oct 27 07:10:37.115 INFO kablam! Checking glib-sys v0.5.0 Oct 27 07:10:37.115 INFO kablam! Checking cairo-sys-rs v0.5.0 Oct 27 07:10:39.975 INFO kablam! Checking gobject-sys v0.5.0 Oct 27 07:10:41.337 INFO kablam! Checking gio-sys v0.5.0 Oct 27 07:10:41.337 INFO kablam! Checking glib v0.4.1 Oct 27 07:10:41.337 INFO kablam! Checking pango-sys v0.5.0 Oct 27 07:10:41.338 INFO kablam! Checking atk-sys v0.5.0 Oct 27 07:10:48.255 INFO kablam! Checking gdk-pixbuf-sys v0.5.0 Oct 27 07:10:49.391 INFO kablam! Checking pango v0.3.0 Oct 27 07:10:49.391 INFO kablam! Checking cairo-rs v0.3.0 Oct 27 07:10:49.391 INFO kablam! Checking gio v0.3.0 Oct 27 07:10:49.487 INFO kablam! Checking gdk-sys v0.5.0 Oct 27 07:10:49.491 INFO kablam! Checking gdk-pixbuf v0.3.0 Oct 27 07:10:55.835 INFO kablam! Checking gtk-sys v0.5.0 Oct 27 07:10:59.507 INFO kablam! Checking gdk v0.7.0 Oct 27 07:11:08.115 INFO kablam! Checking gtk v0.3.0 Oct 27 07:11:47.427 INFO kablam! Checking rrun v0.2.3 (/source) Oct 27 07:11:50.943 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 07:11:50.943 INFO kablam! --> src/externalautocompleter.rs:43:66 Oct 27 07:11:50.943 INFO kablam! | Oct 27 07:11:50.943 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Oct 27 07:11:50.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:11:50.943 INFO kablam! | Oct 27 07:11:50.943 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 07:11:50.943 INFO kablam! help: remove these parentheses Oct 27 07:11:50.943 INFO kablam! | Oct 27 07:11:50.943 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Oct 27 07:11:50.943 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Oct 27 07:11:50.943 INFO kablam! 45 | "}"], Oct 27 07:11:50.943 INFO kablam! 46 | &match (&i,) Oct 27 07:11:50.943 INFO kablam! 47 | { Oct 27 07:11:50.943 INFO kablam! 48 | (arg0,) Oct 27 07:11:50.943 INFO kablam! ... Oct 27 07:11:50.943 INFO kablam! Oct 27 07:11:50.995 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 07:11:50.995 INFO kablam! --> src/main.rs:61:34 Oct 27 07:11:50.995 INFO kablam! | Oct 27 07:11:50.995 INFO kablam! 61 | let config_directory = match env::home_dir() { Oct 27 07:11:50.995 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 07:11:50.995 INFO kablam! | Oct 27 07:11:50.995 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 07:11:50.995 INFO kablam! Oct 27 07:11:51.093 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 07:11:51.093 INFO kablam! --> src/externalautocompleter.rs:43:66 Oct 27 07:11:51.093 INFO kablam! | Oct 27 07:11:51.093 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Oct 27 07:11:51.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 07:11:51.093 INFO kablam! | Oct 27 07:11:51.093 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 07:11:51.093 INFO kablam! help: remove these parentheses Oct 27 07:11:51.093 INFO kablam! | Oct 27 07:11:51.093 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Oct 27 07:11:51.093 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Oct 27 07:11:51.093 INFO kablam! 45 | "}"], Oct 27 07:11:51.093 INFO kablam! 46 | &match (&i,) Oct 27 07:11:51.093 INFO kablam! 47 | { Oct 27 07:11:51.093 INFO kablam! 48 | (arg0,) Oct 27 07:11:51.093 INFO kablam! ... Oct 27 07:11:51.093 INFO kablam! Oct 27 07:11:51.167 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 27 07:11:51.168 INFO kablam! --> src/main.rs:61:34 Oct 27 07:11:51.169 INFO kablam! | Oct 27 07:11:51.169 INFO kablam! 61 | let config_directory = match env::home_dir() { Oct 27 07:11:51.169 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 07:11:51.175 INFO kablam! | Oct 27 07:11:51.175 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 07:11:51.175 INFO kablam! Oct 27 07:11:51.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 27 07:11:51.822 INFO kablam! su: No module specific data is present Oct 27 07:11:52.966 INFO running `"docker" "rm" "-f" "cde2459bbf684a0527f3ee0b9cd15ec12bb2c4b18fa9bb0da1ea996b99460cf4"` Oct 27 07:11:53.327 INFO blam! cde2459bbf684a0527f3ee0b9cd15ec12bb2c4b18fa9bb0da1ea996b99460cf4