Oct 13 00:01:51.452 INFO checking buster/rrun against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 00:01:51.454 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 00:01:51.901 INFO blam! 3862b0e8773da72c5dba6b2ea12d8f9d2844f580f746ccd902eb5a4309bfd794 Oct 13 00:01:51.905 INFO running `"docker" "start" "-a" "3862b0e8773da72c5dba6b2ea12d8f9d2844f580f746ccd902eb5a4309bfd794"` Oct 13 00:01:53.081 INFO kablam! usermod: no changes Oct 13 00:01:53.280 INFO kablam! Compiling gio v0.3.0 Oct 13 00:01:53.280 INFO kablam! Compiling gdk-pixbuf v0.3.0 Oct 13 00:01:53.292 INFO kablam! Compiling cairo-rs v0.3.0 Oct 13 00:01:53.292 INFO kablam! Compiling gdk v0.7.0 Oct 13 00:01:53.329 INFO kablam! Compiling gtk v0.3.0 Oct 13 00:01:53.329 INFO kablam! Compiling gio-sys v0.5.0 Oct 13 00:01:53.329 INFO kablam! Compiling gdk-pixbuf-sys v0.5.0 Oct 13 00:01:53.329 INFO kablam! Compiling cairo-sys-rs v0.5.0 Oct 13 00:01:55.704 INFO kablam! Compiling pango-sys v0.5.0 Oct 13 00:01:55.836 INFO kablam! Compiling gdk-sys v0.5.0 Oct 13 00:01:56.584 INFO kablam! Compiling gtk-sys v0.5.0 Oct 13 00:02:01.780 INFO kablam! Checking pango v0.3.0 Oct 13 00:03:08.237 INFO kablam! Checking rrun v0.2.3 (/source) Oct 13 00:03:11.892 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 00:03:11.892 INFO kablam! --> src/externalautocompleter.rs:43:66 Oct 13 00:03:11.892 INFO kablam! | Oct 13 00:03:11.892 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Oct 13 00:03:11.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:03:11.892 INFO kablam! | Oct 13 00:03:11.892 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 00:03:11.892 INFO kablam! help: remove these parentheses Oct 13 00:03:11.892 INFO kablam! | Oct 13 00:03:11.892 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Oct 13 00:03:11.892 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Oct 13 00:03:11.892 INFO kablam! 45 | "}"], Oct 13 00:03:11.892 INFO kablam! 46 | &match (&i,) Oct 13 00:03:11.892 INFO kablam! 47 | { Oct 13 00:03:11.892 INFO kablam! 48 | (arg0,) Oct 13 00:03:11.892 INFO kablam! ... Oct 13 00:03:11.892 INFO kablam! Oct 13 00:03:11.948 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 13 00:03:11.948 INFO kablam! --> src/main.rs:61:34 Oct 13 00:03:11.948 INFO kablam! | Oct 13 00:03:11.948 INFO kablam! 61 | let config_directory = match env::home_dir() { Oct 13 00:03:11.948 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 00:03:11.948 INFO kablam! | Oct 13 00:03:11.948 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 00:03:11.948 INFO kablam! Oct 13 00:03:12.156 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 00:03:12.156 INFO kablam! --> src/externalautocompleter.rs:43:66 Oct 13 00:03:12.156 INFO kablam! | Oct 13 00:03:12.156 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Oct 13 00:03:12.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:03:12.156 INFO kablam! | Oct 13 00:03:12.156 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 00:03:12.158 INFO kablam! help: remove these parentheses Oct 13 00:03:12.158 INFO kablam! | Oct 13 00:03:12.158 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Oct 13 00:03:12.158 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Oct 13 00:03:12.158 INFO kablam! 45 | "}"], Oct 13 00:03:12.158 INFO kablam! 46 | &match (&i,) Oct 13 00:03:12.158 INFO kablam! 47 | { Oct 13 00:03:12.158 INFO kablam! 48 | (arg0,) Oct 13 00:03:12.158 INFO kablam! ... Oct 13 00:03:12.158 INFO kablam! Oct 13 00:03:12.275 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 13 00:03:12.275 INFO kablam! --> src/main.rs:61:34 Oct 13 00:03:12.275 INFO kablam! | Oct 13 00:03:12.275 INFO kablam! 61 | let config_directory = match env::home_dir() { Oct 13 00:03:12.276 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 00:03:12.276 INFO kablam! | Oct 13 00:03:12.276 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 00:03:12.276 INFO kablam! Oct 13 00:03:13.235 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Oct 13 00:03:13.235 INFO kablam! su: No module specific data is present Oct 13 00:03:13.997 INFO running `"docker" "rm" "-f" "3862b0e8773da72c5dba6b2ea12d8f9d2844f580f746ccd902eb5a4309bfd794"` Oct 13 00:03:14.320 INFO blam! 3862b0e8773da72c5dba6b2ea12d8f9d2844f580f746ccd902eb5a4309bfd794