Oct 13 09:44:44.112 INFO checking rrun-0.2.3 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 09:44:44.112 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-5/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 09:44:44.474 INFO blam! 36b3665a9244a214304a927123d62970f71c284bf7cc4b743d4821bd3168e693 Oct 13 09:44:44.475 INFO running `"docker" "start" "-a" "36b3665a9244a214304a927123d62970f71c284bf7cc4b743d4821bd3168e693"` Oct 13 09:44:45.955 INFO kablam! usermod: no changes Oct 13 09:44:46.165 INFO kablam! Compiling gdk-pixbuf v0.3.0 Oct 13 09:44:46.165 INFO kablam! Compiling cairo-rs v0.3.0 Oct 13 09:44:46.172 INFO kablam! Compiling gio v0.3.0 Oct 13 09:44:46.173 INFO kablam! Compiling gdk v0.7.0 Oct 13 09:44:46.186 INFO kablam! Compiling gtk v0.3.0 Oct 13 09:44:46.200 INFO kablam! Compiling glib-sys v0.5.0 Oct 13 09:44:46.200 INFO kablam! Compiling gobject-sys v0.5.0 Oct 13 09:44:46.200 INFO kablam! Compiling gio-sys v0.5.0 Oct 13 09:44:50.793 INFO kablam! Compiling cairo-sys-rs v0.5.0 Oct 13 09:44:51.106 INFO kablam! Compiling gdk-pixbuf-sys v0.5.0 Oct 13 09:44:52.014 INFO kablam! Compiling pango-sys v0.5.0 Oct 13 09:44:52.021 INFO kablam! Compiling gdk-sys v0.5.0 Oct 13 09:44:53.142 INFO kablam! Compiling atk-sys v0.5.0 Oct 13 09:44:53.776 INFO kablam! Compiling gtk-sys v0.5.0 Oct 13 09:45:04.088 INFO kablam! Checking glib v0.4.1 Oct 13 09:45:13.166 INFO kablam! Checking pango v0.3.0 Oct 13 09:46:14.268 INFO kablam! Checking rrun v0.2.3 (/source) Oct 13 09:46:17.988 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 09:46:17.988 INFO kablam! --> src/externalautocompleter.rs:43:66 Oct 13 09:46:17.988 INFO kablam! | Oct 13 09:46:17.988 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Oct 13 09:46:17.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 09:46:17.988 INFO kablam! | Oct 13 09:46:17.988 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 09:46:17.988 INFO kablam! help: remove these parentheses Oct 13 09:46:17.988 INFO kablam! | Oct 13 09:46:17.988 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Oct 13 09:46:17.988 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Oct 13 09:46:17.988 INFO kablam! 45 | "}"], Oct 13 09:46:17.988 INFO kablam! 46 | &match (&i,) Oct 13 09:46:17.988 INFO kablam! 47 | { Oct 13 09:46:17.988 INFO kablam! 48 | (arg0,) Oct 13 09:46:17.988 INFO kablam! ... Oct 13 09:46:17.989 INFO kablam! Oct 13 09:46:18.036 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 09:46:18.036 INFO kablam! --> src/main.rs:61:34 Oct 13 09:46:18.036 INFO kablam! | Oct 13 09:46:18.036 INFO kablam! 61 | let config_directory = match env::home_dir() { Oct 13 09:46:18.036 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 09:46:18.036 INFO kablam! | Oct 13 09:46:18.036 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 09:46:18.036 INFO kablam! Oct 13 09:46:18.288 INFO kablam! warning: unnecessary parentheses around method argument Oct 13 09:46:18.288 INFO kablam! --> src/externalautocompleter.rs:43:66 Oct 13 09:46:18.288 INFO kablam! | Oct 13 09:46:18.288 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Oct 13 09:46:18.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 09:46:18.288 INFO kablam! | Oct 13 09:46:18.288 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 09:46:18.288 INFO kablam! help: remove these parentheses Oct 13 09:46:18.288 INFO kablam! | Oct 13 09:46:18.288 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Oct 13 09:46:18.288 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Oct 13 09:46:18.288 INFO kablam! 45 | "}"], Oct 13 09:46:18.288 INFO kablam! 46 | &match (&i,) Oct 13 09:46:18.288 INFO kablam! 47 | { Oct 13 09:46:18.288 INFO kablam! 48 | (arg0,) Oct 13 09:46:18.288 INFO kablam! ... Oct 13 09:46:18.288 INFO kablam! Oct 13 09:46:18.356 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 09:46:18.356 INFO kablam! --> src/main.rs:61:34 Oct 13 09:46:18.356 INFO kablam! | Oct 13 09:46:18.356 INFO kablam! 61 | let config_directory = match env::home_dir() { Oct 13 09:46:18.356 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 09:46:18.356 INFO kablam! | Oct 13 09:46:18.356 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 09:46:18.356 INFO kablam! Oct 13 09:46:19.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 33s Oct 13 09:46:19.148 INFO kablam! su: No module specific data is present Oct 13 09:46:19.765 INFO running `"docker" "rm" "-f" "36b3665a9244a214304a927123d62970f71c284bf7cc4b743d4821bd3168e693"` Oct 13 09:46:19.944 INFO blam! 36b3665a9244a214304a927123d62970f71c284bf7cc4b743d4821bd3168e693