Sep 19 21:31:23.603 INFO checking rrun-0.2.3 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 21:31:23.603 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 21:31:23.603 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:31:23.800 INFO blam! 3afe9a945641bfce8545742a9a122b2f7a98691c5d3220c8d476e063e6097925 Sep 19 21:31:23.801 INFO running `"docker" "start" "-a" "3afe9a945641bfce8545742a9a122b2f7a98691c5d3220c8d476e063e6097925"` Sep 19 21:31:24.735 INFO kablam! usermod: no changes Sep 19 21:31:24.955 INFO kablam! Compiling cairo-sys-rs v0.5.0 Sep 19 21:31:24.956 INFO kablam! Checking gobject-sys v0.5.0 Sep 19 21:31:24.959 INFO kablam! Compiling gdk-pixbuf v0.3.0 Sep 19 21:31:24.990 INFO kablam! Compiling gdk-sys v0.5.0 Sep 19 21:31:24.990 INFO kablam! Compiling cairo-rs v0.3.0 Sep 19 21:31:25.062 INFO kablam! Compiling gtk-sys v0.5.0 Sep 19 21:31:25.062 INFO kablam! Compiling gdk v0.7.0 Sep 19 21:31:25.162 INFO kablam! Compiling gtk v0.3.0 Sep 19 21:31:26.410 INFO kablam! Checking gio-sys v0.5.0 Sep 19 21:31:26.410 INFO kablam! Checking glib v0.4.1 Sep 19 21:31:26.410 INFO kablam! Checking pango-sys v0.5.0 Sep 19 21:31:26.410 INFO kablam! Checking atk-sys v0.5.0 Sep 19 21:31:33.642 INFO kablam! Checking pango v0.3.0 Sep 19 21:31:33.998 INFO kablam! Checking gdk-pixbuf-sys v0.5.0 Sep 19 21:31:33.998 INFO kablam! Checking gio v0.3.0 Sep 19 21:32:26.040 INFO kablam! Checking rrun v0.2.3 (/source) Sep 19 21:32:27.006 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 21:32:27.006 INFO kablam! --> src/externalautocompleter.rs:43:66 Sep 19 21:32:27.006 INFO kablam! | Sep 19 21:32:27.006 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Sep 19 21:32:27.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:32:27.006 INFO kablam! | Sep 19 21:32:27.006 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 21:32:27.006 INFO kablam! help: remove these parentheses Sep 19 21:32:27.006 INFO kablam! | Sep 19 21:32:27.006 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Sep 19 21:32:27.006 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Sep 19 21:32:27.006 INFO kablam! 45 | "}"], Sep 19 21:32:27.006 INFO kablam! 46 | &match (&i,) Sep 19 21:32:27.006 INFO kablam! 47 | { Sep 19 21:32:27.006 INFO kablam! 48 | (arg0,) Sep 19 21:32:27.006 INFO kablam! ... Sep 19 21:32:27.006 INFO kablam! Sep 19 21:32:27.046 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. Sep 19 21:32:27.046 INFO kablam! --> src/main.rs:61:34 Sep 19 21:32:27.046 INFO kablam! | Sep 19 21:32:27.047 INFO kablam! 61 | let config_directory = match env::home_dir() { Sep 19 21:32:27.047 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:32:27.047 INFO kablam! | Sep 19 21:32:27.047 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 21:32:27.047 INFO kablam! Sep 19 21:32:27.054 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 21:32:27.054 INFO kablam! --> src/externalautocompleter.rs:43:66 Sep 19 21:32:27.054 INFO kablam! | Sep 19 21:32:27.054 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Sep 19 21:32:27.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 21:32:27.054 INFO kablam! | Sep 19 21:32:27.054 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 21:32:27.054 INFO kablam! help: remove these parentheses Sep 19 21:32:27.054 INFO kablam! | Sep 19 21:32:27.054 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Sep 19 21:32:27.054 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Sep 19 21:32:27.054 INFO kablam! 45 | "}"], Sep 19 21:32:27.054 INFO kablam! 46 | &match (&i,) Sep 19 21:32:27.054 INFO kablam! 47 | { Sep 19 21:32:27.054 INFO kablam! 48 | (arg0,) Sep 19 21:32:27.054 INFO kablam! ... Sep 19 21:32:27.054 INFO kablam! Sep 19 21:32:27.090 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. Sep 19 21:32:27.090 INFO kablam! --> src/main.rs:61:34 Sep 19 21:32:27.090 INFO kablam! | Sep 19 21:32:27.090 INFO kablam! 61 | let config_directory = match env::home_dir() { Sep 19 21:32:27.090 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 21:32:27.090 INFO kablam! | Sep 19 21:32:27.090 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 21:32:27.090 INFO kablam! Sep 19 21:32:27.529 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Sep 19 21:32:27.537 INFO kablam! su: No module specific data is present Sep 19 21:32:28.040 INFO running `"docker" "rm" "-f" "3afe9a945641bfce8545742a9a122b2f7a98691c5d3220c8d476e063e6097925"` Sep 19 21:32:28.160 INFO blam! 3afe9a945641bfce8545742a9a122b2f7a98691c5d3220c8d476e063e6097925