Oct 27 16:56:04.062 INFO checking rrun-0.2.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 16:56:04.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.503 INFO blam! 89b31e5ceab1029cfa8da3dc0482ec2b53b0e494e386b8f5fc0a58648d52a217 Oct 27 16:56:04.515 INFO running `"docker" "start" "-a" "89b31e5ceab1029cfa8da3dc0482ec2b53b0e494e386b8f5fc0a58648d52a217"` Oct 27 16:56:06.606 INFO kablam! usermod: no changes Oct 27 16:56:06.880 INFO kablam! Compiling cairo-rs v0.3.0 Oct 27 16:56:06.880 INFO kablam! Compiling gio v0.3.0 Oct 27 16:56:06.880 INFO kablam! Compiling gdk-pixbuf v0.3.0 Oct 27 16:56:06.899 INFO kablam! Compiling gdk v0.7.0 Oct 27 16:56:06.903 INFO kablam! Compiling gtk v0.3.0 Oct 27 16:56:06.935 INFO kablam! Compiling glib-sys v0.5.0 Oct 27 16:56:06.935 INFO kablam! Compiling gobject-sys v0.5.0 Oct 27 16:56:06.935 INFO kablam! Compiling gio-sys v0.5.0 Oct 27 16:56:12.537 INFO kablam! Compiling gdk-pixbuf-sys v0.5.0 Oct 27 16:56:12.877 INFO kablam! Compiling pango-sys v0.5.0 Oct 27 16:56:12.915 INFO kablam! Compiling cairo-sys-rs v0.5.0 Oct 27 16:56:13.124 INFO kablam! Compiling atk-sys v0.5.0 Oct 27 16:56:13.303 INFO kablam! Compiling gdk-sys v0.5.0 Oct 27 16:56:14.647 INFO kablam! Compiling gtk-sys v0.5.0 Oct 27 16:56:24.373 INFO kablam! Checking glib v0.4.1 Oct 27 16:56:32.910 INFO kablam! Checking pango v0.3.0 Oct 27 16:57:33.835 INFO kablam! Checking rrun v0.2.3 (/source) Oct 27 16:57:37.723 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 16:57:37.723 INFO kablam! --> src/externalautocompleter.rs:43:66 Oct 27 16:57:37.723 INFO kablam! | Oct 27 16:57:37.723 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Oct 27 16:57:37.723 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:57:37.723 INFO kablam! | Oct 27 16:57:37.723 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 16:57:37.723 INFO kablam! help: remove these parentheses Oct 27 16:57:37.723 INFO kablam! | Oct 27 16:57:37.723 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Oct 27 16:57:37.723 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Oct 27 16:57:37.723 INFO kablam! 45 | "}"], Oct 27 16:57:37.723 INFO kablam! 46 | &match (&i,) Oct 27 16:57:37.723 INFO kablam! 47 | { Oct 27 16:57:37.723 INFO kablam! 48 | (arg0,) Oct 27 16:57:37.723 INFO kablam! ... Oct 27 16:57:37.723 INFO kablam! Oct 27 16:57:37.831 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:37.831 INFO kablam! --> src/main.rs:61:34 Oct 27 16:57:37.831 INFO kablam! | Oct 27 16:57:37.831 INFO kablam! 61 | let config_directory = match env::home_dir() { Oct 27 16:57:37.831 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:57:37.831 INFO kablam! | Oct 27 16:57:37.831 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:57:37.831 INFO kablam! Oct 27 16:57:38.095 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 16:57:38.095 INFO kablam! --> src/externalautocompleter.rs:43:66 Oct 27 16:57:38.095 INFO kablam! | Oct 27 16:57:38.095 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), (|a, (i, e)| a.replace(&format!("{{{}}}", i), e.as_str()))); Oct 27 16:57:38.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 16:57:38.095 INFO kablam! | Oct 27 16:57:38.095 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 16:57:38.095 INFO kablam! help: remove these parentheses Oct 27 16:57:38.095 INFO kablam! | Oct 27 16:57:38.095 INFO kablam! 43 | .fold(self.command.replace("{}", sub_query), |a, (i, e)| Oct 27 16:57:38.095 INFO kablam! 44 | a.replace(&::fmt::format(::std::fmt::Arguments::new_v1_formatted(&["{", Oct 27 16:57:38.095 INFO kablam! 45 | "}"], Oct 27 16:57:38.095 INFO kablam! 46 | &match (&i,) Oct 27 16:57:38.095 INFO kablam! 47 | { Oct 27 16:57:38.095 INFO kablam! 48 | (arg0,) Oct 27 16:57:38.095 INFO kablam! ... Oct 27 16:57:38.095 INFO kablam! Oct 27 16:57:38.135 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:38.135 INFO kablam! --> src/main.rs:61:34 Oct 27 16:57:38.135 INFO kablam! | Oct 27 16:57:38.135 INFO kablam! 61 | let config_directory = match env::home_dir() { Oct 27 16:57:38.135 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 16:57:38.135 INFO kablam! | Oct 27 16:57:38.135 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 16:57:38.135 INFO kablam! Oct 27 16:57:38.795 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 32s Oct 27 16:57:38.807 INFO kablam! su: No module specific data is present Oct 27 16:57:39.326 INFO running `"docker" "rm" "-f" "89b31e5ceab1029cfa8da3dc0482ec2b53b0e494e386b8f5fc0a58648d52a217"` Oct 27 16:57:39.699 INFO blam! 89b31e5ceab1029cfa8da3dc0482ec2b53b0e494e386b8f5fc0a58648d52a217