Oct 13 00:54:11.835 INFO checking autozimu/LanguageClient-neovim against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:54:11.836 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:54:12.320 INFO blam! 6482b789082b18126e6a7eedde69f1a6dec9524530745dc0edef1368f79006ed Oct 13 00:54:12.327 INFO running `"docker" "start" "-a" "6482b789082b18126e6a7eedde69f1a6dec9524530745dc0edef1368f79006ed"` Oct 13 00:54:14.296 INFO kablam! usermod: no changes Oct 13 00:54:14.604 INFO kablam! Compiling languageclient v0.1.122 (/source) Oct 13 00:54:14.604 INFO kablam! Checking pathdiff v0.1.0 Oct 13 00:54:14.612 INFO kablam! Checking inotify-sys v0.1.3 Oct 13 00:54:14.612 INFO kablam! Checking log v0.4.5 Oct 13 00:54:14.612 INFO kablam! Checking serde_yaml v0.7.5 Oct 13 00:54:14.612 INFO kablam! Compiling structopt-derive v0.2.12 Oct 13 00:54:14.613 INFO kablam! Checking serde-value v0.5.2 Oct 13 00:54:14.613 INFO kablam! Checking languageserver-types v0.51.0 Oct 13 00:54:19.658 INFO kablam! Checking tokio-io v0.1.9 Oct 13 00:54:19.659 INFO kablam! Checking mio v0.6.16 Oct 13 00:54:19.659 INFO kablam! Checking log v0.3.9 Oct 13 00:54:23.623 INFO kablam! Checking jsonrpc-core v8.0.1 Oct 13 00:54:25.086 INFO kablam! Checking log4rs v0.8.0 Oct 13 00:54:28.137 INFO kablam! Checking tokio-reactor v0.1.6 Oct 13 00:54:28.138 INFO kablam! Checking mio-extras v2.0.5 Oct 13 00:54:34.492 INFO kablam! Checking inotify v0.6.1 Oct 13 00:54:36.969 INFO kablam! Checking structopt v0.2.12 Oct 13 00:54:39.659 INFO kablam! Checking notify v4.0.6 Oct 13 00:54:54.432 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:54:54.433 INFO kablam! --> src/main.rs:61:1 Oct 13 00:54:54.433 INFO kablam! | Oct 13 00:54:54.434 INFO kablam! 61 | #[macro_use] Oct 13 00:54:54.434 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:54:54.434 INFO kablam! | Oct 13 00:54:54.434 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:54:54.434 INFO kablam! Oct 13 00:54:54.664 INFO kablam! warning: unused `#[macro_use]` import Oct 13 00:54:54.665 INFO kablam! --> src/main.rs:61:1 Oct 13 00:54:54.665 INFO kablam! | Oct 13 00:54:54.665 INFO kablam! 61 | #[macro_use] Oct 13 00:54:54.665 INFO kablam! | ^^^^^^^^^^^^ Oct 13 00:54:54.666 INFO kablam! | Oct 13 00:54:54.666 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:54:54.666 INFO kablam! Oct 13 00:54:54.732 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:54:54.733 INFO kablam! --> src/languageclient.rs:2786:28 Oct 13 00:54:54.733 INFO kablam! | Oct 13 00:54:54.733 INFO kablam! 2786 | let home = env::home_dir().ok_or_else(|| err_msg("Failed to get home dir"))?; Oct 13 00:54:54.734 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 00:54:54.734 INFO kablam! | Oct 13 00:54:54.734 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 00:54:54.734 INFO kablam! Oct 13 00:54:54.959 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:54:54.960 INFO kablam! --> src/languageclient.rs:2786:28 Oct 13 00:54:54.960 INFO kablam! | Oct 13 00:54:54.961 INFO kablam! 2786 | let home = env::home_dir().ok_or_else(|| err_msg("Failed to get home dir"))?; Oct 13 00:54:54.962 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 00:54:54.962 INFO kablam! | Oct 13 00:54:54.963 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 00:54:54.963 INFO kablam! Oct 13 00:55:01.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.74s Oct 13 00:55:01.097 INFO kablam! su: No module specific data is present Oct 13 00:55:02.354 INFO running `"docker" "rm" "-f" "6482b789082b18126e6a7eedde69f1a6dec9524530745dc0edef1368f79006ed"` Oct 13 00:55:02.612 INFO blam! 6482b789082b18126e6a7eedde69f1a6dec9524530745dc0edef1368f79006ed