Oct 13 04:17:40.804 INFO checking Innectic/fe-shell against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 04:17:40.804 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 04:17:41.256 INFO blam! 147a4234a0323d91aa7b28bdcb24183f1ca525ad0a211beb68c557ee73766c16 Oct 13 04:17:41.260 INFO running `"docker" "start" "-a" "147a4234a0323d91aa7b28bdcb24183f1ca525ad0a211beb68c557ee73766c16"` Oct 13 04:17:42.327 INFO kablam! usermod: no changes Oct 13 04:17:42.436 INFO kablam! Checking fe-shell v0.1.0 (/source) Oct 13 04:17:43.231 INFO kablam! warning: unused import: `Value` Oct 13 04:17:43.231 INFO kablam! --> src/config.rs:9:18 Oct 13 04:17:43.231 INFO kablam! | Oct 13 04:17:43.231 INFO kablam! 9 | use serde_json::{Value, from_str}; Oct 13 04:17:43.231 INFO kablam! | ^^^^^ Oct 13 04:17:43.231 INFO kablam! | Oct 13 04:17:43.231 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:17:43.232 INFO kablam! Oct 13 04:17:43.256 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 04:17:43.256 INFO kablam! --> src/instance.rs:28:9 Oct 13 04:17:43.256 INFO kablam! | Oct 13 04:17:43.256 INFO kablam! 28 | match env::home_dir() { Oct 13 04:17:43.256 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:17:43.256 INFO kablam! | Oct 13 04:17:43.256 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 04:17:43.256 INFO kablam! Oct 13 04:17:43.308 INFO kablam! warning: unused import: `Value` Oct 13 04:17:43.308 INFO kablam! --> src/config.rs:9:18 Oct 13 04:17:43.308 INFO kablam! | Oct 13 04:17:43.308 INFO kablam! 9 | use serde_json::{Value, from_str}; Oct 13 04:17:43.308 INFO kablam! | ^^^^^ Oct 13 04:17:43.308 INFO kablam! | Oct 13 04:17:43.308 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 04:17:43.308 INFO kablam! Oct 13 04:17:43.312 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 04:17:43.312 INFO kablam! --> src/instance.rs:28:9 Oct 13 04:17:43.312 INFO kablam! | Oct 13 04:17:43.312 INFO kablam! 28 | match env::home_dir() { Oct 13 04:17:43.312 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:17:43.312 INFO kablam! | Oct 13 04:17:43.312 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 04:17:43.312 INFO kablam! Oct 13 04:17:43.386 INFO kablam! warning: variant is never constructed: `CouldNotParseConfig` Oct 13 04:17:43.386 INFO kablam! --> src/instance.rs:18:2 Oct 13 04:17:43.386 INFO kablam! | Oct 13 04:17:43.386 INFO kablam! 18 | CouldNotParseConfig Oct 13 04:17:43.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:43.386 INFO kablam! | Oct 13 04:17:43.386 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:17:43.386 INFO kablam! Oct 13 04:17:43.387 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:43.387 INFO kablam! --> src/instance.rs:33:6 Oct 13 04:17:43.387 INFO kablam! | Oct 13 04:17:43.387 INFO kablam! 33 | create_default_config(&config_path); Oct 13 04:17:43.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:43.387 INFO kablam! | Oct 13 04:17:43.387 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:17:43.387 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:43.387 INFO kablam! Oct 13 04:17:43.387 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:43.387 INFO kablam! --> src/instance.rs:52:4 Oct 13 04:17:43.387 INFO kablam! | Oct 13 04:17:43.387 INFO kablam! 52 | stdout().flush(); Oct 13 04:17:43.387 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:17:43.387 INFO kablam! | Oct 13 04:17:43.387 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:43.387 INFO kablam! Oct 13 04:17:43.444 INFO kablam! warning: variant is never constructed: `CouldNotParseConfig` Oct 13 04:17:43.444 INFO kablam! --> src/instance.rs:18:2 Oct 13 04:17:43.444 INFO kablam! | Oct 13 04:17:43.444 INFO kablam! 18 | CouldNotParseConfig Oct 13 04:17:43.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:43.444 INFO kablam! | Oct 13 04:17:43.444 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 04:17:43.444 INFO kablam! Oct 13 04:17:43.444 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:43.444 INFO kablam! --> src/instance.rs:33:6 Oct 13 04:17:43.444 INFO kablam! | Oct 13 04:17:43.444 INFO kablam! 33 | create_default_config(&config_path); Oct 13 04:17:43.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:17:43.444 INFO kablam! | Oct 13 04:17:43.444 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 04:17:43.445 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:43.445 INFO kablam! Oct 13 04:17:43.445 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 04:17:43.445 INFO kablam! --> src/instance.rs:52:4 Oct 13 04:17:43.445 INFO kablam! | Oct 13 04:17:43.445 INFO kablam! 52 | stdout().flush(); Oct 13 04:17:43.445 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 04:17:43.445 INFO kablam! | Oct 13 04:17:43.445 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 04:17:43.445 INFO kablam! Oct 13 04:17:43.492 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 13 04:17:43.500 INFO kablam! su: No module specific data is present Oct 13 04:17:44.089 INFO running `"docker" "rm" "-f" "147a4234a0323d91aa7b28bdcb24183f1ca525ad0a211beb68c557ee73766c16"` Oct 13 04:17:44.352 INFO blam! 147a4234a0323d91aa7b28bdcb24183f1ca525ad0a211beb68c557ee73766c16