Oct 21 21:20:53.866 INFO checking Innectic/fe-shell against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:20:53.866 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 21:20:54.357 INFO blam! 338b95b5a0b392f25b45bad8a0ecb337f303d68ab0bb9713bced9900fdcca10d Oct 21 21:20:54.362 INFO running `"docker" "start" "-a" "338b95b5a0b392f25b45bad8a0ecb337f303d68ab0bb9713bced9900fdcca10d"` Oct 21 21:20:55.291 INFO kablam! usermod: no changes Oct 21 21:20:55.356 INFO kablam! Compiling syn v0.15.7 Oct 21 21:21:04.100 INFO kablam! Compiling serde_derive v1.0.79 Oct 21 21:21:19.653 INFO kablam! Checking fe-shell v0.1.0 (/source) Oct 21 21:21:20.276 INFO kablam! warning: unused import: `Value` Oct 21 21:21:20.276 INFO kablam! --> src/config.rs:9:18 Oct 21 21:21:20.276 INFO kablam! | Oct 21 21:21:20.276 INFO kablam! 9 | use serde_json::{Value, from_str}; Oct 21 21:21:20.276 INFO kablam! | ^^^^^ Oct 21 21:21:20.276 INFO kablam! | Oct 21 21:21:20.276 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:21:20.276 INFO kablam! Oct 21 21:21:20.285 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 21 21:21:20.285 INFO kablam! --> src/instance.rs:28:9 Oct 21 21:21:20.285 INFO kablam! | Oct 21 21:21:20.285 INFO kablam! 28 | match env::home_dir() { Oct 21 21:21:20.285 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:21:20.285 INFO kablam! | Oct 21 21:21:20.285 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:21:20.285 INFO kablam! Oct 21 21:21:20.367 INFO kablam! warning: unused import: `Value` Oct 21 21:21:20.367 INFO kablam! --> src/config.rs:9:18 Oct 21 21:21:20.367 INFO kablam! | Oct 21 21:21:20.367 INFO kablam! 9 | use serde_json::{Value, from_str}; Oct 21 21:21:20.367 INFO kablam! | ^^^^^ Oct 21 21:21:20.367 INFO kablam! | Oct 21 21:21:20.367 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:21:20.367 INFO kablam! Oct 21 21:21:20.396 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 21 21:21:20.396 INFO kablam! --> src/instance.rs:28:9 Oct 21 21:21:20.396 INFO kablam! | Oct 21 21:21:20.396 INFO kablam! 28 | match env::home_dir() { Oct 21 21:21:20.396 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:21:20.396 INFO kablam! | Oct 21 21:21:20.396 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:21:20.396 INFO kablam! Oct 21 21:21:20.434 INFO kablam! warning: variant is never constructed: `CouldNotParseConfig` Oct 21 21:21:20.434 INFO kablam! --> src/instance.rs:18:2 Oct 21 21:21:20.434 INFO kablam! | Oct 21 21:21:20.434 INFO kablam! 18 | CouldNotParseConfig Oct 21 21:21:20.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:21:20.434 INFO kablam! | Oct 21 21:21:20.434 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:21:20.434 INFO kablam! Oct 21 21:21:20.434 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:21:20.434 INFO kablam! --> src/instance.rs:33:6 Oct 21 21:21:20.434 INFO kablam! | Oct 21 21:21:20.434 INFO kablam! 33 | create_default_config(&config_path); Oct 21 21:21:20.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:21:20.434 INFO kablam! | Oct 21 21:21:20.434 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:21:20.434 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:21:20.434 INFO kablam! Oct 21 21:21:20.434 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:21:20.434 INFO kablam! --> src/instance.rs:52:4 Oct 21 21:21:20.434 INFO kablam! | Oct 21 21:21:20.434 INFO kablam! 52 | stdout().flush(); Oct 21 21:21:20.434 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:21:20.434 INFO kablam! | Oct 21 21:21:20.434 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:21:20.434 INFO kablam! Oct 21 21:21:20.511 INFO kablam! warning: variant is never constructed: `CouldNotParseConfig` Oct 21 21:21:20.511 INFO kablam! --> src/instance.rs:18:2 Oct 21 21:21:20.511 INFO kablam! | Oct 21 21:21:20.511 INFO kablam! 18 | CouldNotParseConfig Oct 21 21:21:20.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 21:21:20.511 INFO kablam! | Oct 21 21:21:20.511 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:21:20.511 INFO kablam! Oct 21 21:21:20.511 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:21:20.511 INFO kablam! --> src/instance.rs:33:6 Oct 21 21:21:20.511 INFO kablam! | Oct 21 21:21:20.511 INFO kablam! 33 | create_default_config(&config_path); Oct 21 21:21:20.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:21:20.511 INFO kablam! | Oct 21 21:21:20.512 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:21:20.512 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:21:20.512 INFO kablam! Oct 21 21:21:20.512 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:21:20.512 INFO kablam! --> src/instance.rs:52:4 Oct 21 21:21:20.512 INFO kablam! | Oct 21 21:21:20.512 INFO kablam! 52 | stdout().flush(); Oct 21 21:21:20.512 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 21:21:20.512 INFO kablam! | Oct 21 21:21:20.512 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:21:20.512 INFO kablam! Oct 21 21:21:20.532 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.20s Oct 21 21:21:20.532 INFO kablam! su: No module specific data is present Oct 21 21:21:20.990 INFO running `"docker" "rm" "-f" "338b95b5a0b392f25b45bad8a0ecb337f303d68ab0bb9713bced9900fdcca10d"` Oct 21 21:21:21.202 INFO blam! 338b95b5a0b392f25b45bad8a0ecb337f303d68ab0bb9713bced9900fdcca10d