Oct 27 16:56:03.766 INFO checking rrun-0.2.3 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:56:03.767 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16:56:04.231 INFO blam! 46bb33665618ac6da56eda5b5689d74d3a99d4c00cae1f4b094cc8047e384dbd Oct 27 16:56:04.233 INFO running `"docker" "start" "-a" "46bb33665618ac6da56eda5b5689d74d3a99d4c00cae1f4b094cc8047e384dbd"` Oct 27 16:56:05.892 INFO kablam! usermod: no changes Oct 27 16:56:06.109 INFO kablam! Compiling gdk-pixbuf v0.3.0 Oct 27 16:56:06.109 INFO kablam! Compiling gio v0.3.0 Oct 27 16:56:06.109 INFO kablam! Compiling cairo-rs v0.3.0 Oct 27 16:56:06.111 INFO kablam! Compiling gdk v0.7.0 Oct 27 16:56:06.119 INFO kablam! Compiling gtk v0.3.0 Oct 27 16:56:06.139 INFO kablam! Compiling glib-sys v0.5.0 Oct 27 16:56:06.139 INFO kablam! Compiling gobject-sys v0.5.0 Oct 27 16:56:06.140 INFO kablam! Compiling gio-sys v0.5.0 Oct 27 16:56:11.868 INFO kablam! Compiling pango-sys v0.5.0 Oct 27 16:56:12.479 INFO kablam! Compiling gdk-pixbuf-sys v0.5.0 Oct 27 16:56:12.823 INFO kablam! Compiling cairo-sys-rs v0.5.0 Oct 27 16:56:12.853 INFO kablam! Compiling gdk-sys v0.5.0 Oct 27 16:56:12.854 INFO kablam! Compiling atk-sys v0.5.0 Oct 27 16:56:13.643 INFO kablam! Compiling gtk-sys v0.5.0 Oct 27 16:56:23.475 INFO kablam! Checking glib v0.4.1 Oct 27 16:56:32.241 INFO kablam! Checking pango v0.3.0 Oct 27 16:57:33.037 INFO kablam! Checking rrun v0.2.3 (/source) Oct 27 16:57:36.243 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 16:57:36.243 INFO kablam! --> src/externalautocompleter.rs:43:66 Oct 27 16:57:36.243 INFO kablam! | Oct 27 16:57:36.243 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Oct 27 16:57:36.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:57:36.243 INFO kablam! | Oct 27 16:57:36.243 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 16:57:36.247 INFO kablam! help: remove these parentheses Oct 27 16:57:36.250 INFO kablam! | Oct 27 16:57:36.251 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Oct 27 16:57:36.251 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Oct 27 16:57:36.251 INFO kablam! 45 | "}"], Oct 27 16:57:36.251 INFO kablam! 46 | &match (&i,) Oct 27 16:57:36.251 INFO kablam! 47 | { Oct 27 16:57:36.251 INFO kablam! 48 | (arg0,) Oct 27 16:57:36.251 INFO kablam! ... Oct 27 16:57:36.251 INFO kablam! Oct 27 16:57:36.339 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 16:57:36.339 INFO kablam! --> src/main.rs:61:34 Oct 27 16:57:36.339 INFO kablam! | Oct 27 16:57:36.339 INFO kablam! 61 | let config_directory = match env::home_dir() { Oct 27 16:57:36.339 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:57:36.339 INFO kablam! | Oct 27 16:57:36.339 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:57:36.339 INFO kablam! Oct 27 16:57:36.631 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 16:57:36.631 INFO kablam! --> src/externalautocompleter.rs:43:66 Oct 27 16:57:36.631 INFO kablam! | Oct 27 16:57:36.631 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Oct 27 16:57:36.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:57:36.631 INFO kablam! | Oct 27 16:57:36.631 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 16:57:36.631 INFO kablam! help: remove these parentheses Oct 27 16:57:36.631 INFO kablam! | Oct 27 16:57:36.631 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Oct 27 16:57:36.631 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Oct 27 16:57:36.631 INFO kablam! 45 | "}"], Oct 27 16:57:36.631 INFO kablam! 46 | &match (&i,) Oct 27 16:57:36.631 INFO kablam! 47 | { Oct 27 16:57:36.631 INFO kablam! 48 | (arg0,) Oct 27 16:57:36.631 INFO kablam! ... Oct 27 16:57:36.631 INFO kablam! Oct 27 16:57:36.679 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 16:57:36.679 INFO kablam! --> src/main.rs:61:34 Oct 27 16:57:36.679 INFO kablam! | Oct 27 16:57:36.679 INFO kablam! 61 | let config_directory = match env::home_dir() { Oct 27 16:57:36.679 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:57:36.679 INFO kablam! | Oct 27 16:57:36.679 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:57:36.679 INFO kablam! Oct 27 16:57:37.273 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 27 16:57:37.287 INFO kablam! su: No module specific data is present Oct 27 16:57:38.059 INFO running `"docker" "rm" "-f" "46bb33665618ac6da56eda5b5689d74d3a99d4c00cae1f4b094cc8047e384dbd"` Oct 27 16:57:38.329 INFO blam! 46bb33665618ac6da56eda5b5689d74d3a99d4c00cae1f4b094cc8047e384dbd