Oct 26 20:26:47.623 INFO checking sporto/run-rust against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 20:26:47.623 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 20:26:47.863 INFO blam! 42bdc1dc31277a6567419bd14a848073c81f46303ec71764e6f188b12ea9ec5f Oct 26 20:26:47.869 INFO running `"docker" "start" "-a" "42bdc1dc31277a6567419bd14a848073c81f46303ec71764e6f188b12ea9ec5f"` Oct 26 20:26:48.291 INFO kablam! usermod: no changes Oct 26 20:26:48.345 INFO kablam! Checking serde v1.0.10 Oct 26 20:26:48.345 INFO kablam! Checking term-painter v0.2.3 Oct 26 20:26:48.347 INFO kablam! Compiling serde_derive v1.0.10 Oct 26 20:26:58.144 INFO kablam! Checking toml v0.4.2 Oct 26 20:26:59.938 INFO kablam! Checking run v0.1.0 (/source) Oct 26 20:27:00.375 INFO kablam! warning: unused import: `std::error::Error` Oct 26 20:27:00.375 INFO kablam! --> src/main.rs:6:5 Oct 26 20:27:00.375 INFO kablam! | Oct 26 20:27:00.375 INFO kablam! 6 | use std::error::Error; Oct 26 20:27:00.375 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 20:27:00.375 INFO kablam! | Oct 26 20:27:00.375 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:27:00.375 INFO kablam! Oct 26 20:27:00.375 INFO kablam! warning: unused import: `toml::Value` Oct 26 20:27:00.375 INFO kablam! --> src/main.rs:15:5 Oct 26 20:27:00.379 INFO kablam! | Oct 26 20:27:00.379 INFO kablam! 15 | use toml::Value; Oct 26 20:27:00.379 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:27:00.379 INFO kablam! Oct 26 20:27:00.419 INFO kablam! warning: unused import: `std::error::Error` Oct 26 20:27:00.419 INFO kablam! --> src/main.rs:6:5 Oct 26 20:27:00.419 INFO kablam! | Oct 26 20:27:00.419 INFO kablam! 6 | use std::error::Error; Oct 26 20:27:00.419 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 26 20:27:00.419 INFO kablam! | Oct 26 20:27:00.419 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:27:00.419 INFO kablam! Oct 26 20:27:00.419 INFO kablam! warning: unused import: `toml::Value` Oct 26 20:27:00.419 INFO kablam! --> src/main.rs:15:5 Oct 26 20:27:00.419 INFO kablam! | Oct 26 20:27:00.419 INFO kablam! 15 | use toml::Value; Oct 26 20:27:00.419 INFO kablam! | ^^^^^^^^^^^ Oct 26 20:27:00.419 INFO kablam! Oct 26 20:27:00.603 INFO kablam! warning: unused variable: `config` Oct 26 20:27:00.603 INFO kablam! --> src/main.rs:120:12 Oct 26 20:27:00.603 INFO kablam! | Oct 26 20:27:00.603 INFO kablam! 120 | Ok(config) => println!("{}", ""), Oct 26 20:27:00.604 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 26 20:27:00.604 INFO kablam! | Oct 26 20:27:00.604 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:27:00.604 INFO kablam! Oct 26 20:27:00.658 INFO kablam! warning: unused variable: `config` Oct 26 20:27:00.659 INFO kablam! --> src/main.rs:120:12 Oct 26 20:27:00.659 INFO kablam! | Oct 26 20:27:00.660 INFO kablam! 120 | Ok(config) => println!("{}", ""), Oct 26 20:27:00.660 INFO kablam! | ^^^^^^ help: consider using `_config` instead Oct 26 20:27:00.660 INFO kablam! | Oct 26 20:27:00.660 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:27:00.660 INFO kablam! Oct 26 20:27:00.676 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:27:00.676 INFO kablam! --> src/main.rs:64:5 Oct 26 20:27:00.679 INFO kablam! | Oct 26 20:27:00.679 INFO kablam! 64 | io::stdout().flush(); Oct 26 20:27:00.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:27:00.679 INFO kablam! | Oct 26 20:27:00.679 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:27:00.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:27:00.680 INFO kablam! Oct 26 20:27:00.680 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:27:00.680 INFO kablam! --> src/main.rs:67:5 Oct 26 20:27:00.680 INFO kablam! | Oct 26 20:27:00.681 INFO kablam! 67 | io::stdin().read_line(&mut opt); Oct 26 20:27:00.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:27:00.681 INFO kablam! | Oct 26 20:27:00.687 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:27:00.687 INFO kablam! Oct 26 20:27:00.785 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:27:00.785 INFO kablam! --> src/main.rs:64:5 Oct 26 20:27:00.785 INFO kablam! | Oct 26 20:27:00.785 INFO kablam! 64 | io::stdout().flush(); Oct 26 20:27:00.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:27:00.785 INFO kablam! | Oct 26 20:27:00.786 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:27:00.786 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:27:00.786 INFO kablam! Oct 26 20:27:00.786 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:27:00.786 INFO kablam! --> src/main.rs:67:5 Oct 26 20:27:00.786 INFO kablam! | Oct 26 20:27:00.786 INFO kablam! 67 | io::stdin().read_line(&mut opt); Oct 26 20:27:00.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:27:00.786 INFO kablam! | Oct 26 20:27:00.787 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:27:00.787 INFO kablam! Oct 26 20:27:00.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.52s Oct 26 20:27:00.835 INFO kablam! su: No module specific data is present Oct 26 20:27:02.269 INFO running `"docker" "rm" "-f" "42bdc1dc31277a6567419bd14a848073c81f46303ec71764e6f188b12ea9ec5f"` Oct 26 20:27:02.615 INFO blam! 42bdc1dc31277a6567419bd14a848073c81f46303ec71764e6f188b12ea9ec5f