Dec 17 15:25:04.532 INFO checking sillymuddle/gors against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 17 15:25:04.532 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-2/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/sillymuddle/gors:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 17 15:25:05.068 INFO [stdout] 16c76ebe12204555f41ab0edd385cfb7cddb3412815d9c1c6197ecc1c14ee331 Dec 17 15:25:05.074 INFO running `"docker" "start" "-a" "16c76ebe12204555f41ab0edd385cfb7cddb3412815d9c1c6197ecc1c14ee331"` Dec 17 15:25:06.568 INFO [stderr] Checking gors v0.1.0 (/opt/crater/workdir) Dec 17 15:25:06.796 INFO [stderr] warning: unused variable: `mv` Dec 17 15:25:06.796 INFO [stderr] --> src/main.rs:188:6 Dec 17 15:25:06.796 INFO [stderr] | Dec 17 15:25:06.796 INFO [stderr] 188 | let mv = player.get_move(&board); Dec 17 15:25:06.796 INFO [stderr] | ^^ help: consider using `_mv` instead Dec 17 15:25:06.796 INFO [stderr] | Dec 17 15:25:06.796 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 17 15:25:06.796 INFO [stderr] Dec 17 15:25:06.808 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.808 INFO [stderr] --> src/main.rs:111:3 Dec 17 15:25:06.808 INFO [stderr] | Dec 17 15:25:06.808 INFO [stderr] 111 | write!(f, " "); Dec 17 15:25:06.808 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 17 15:25:06.808 INFO [stderr] | Dec 17 15:25:06.808 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 17 15:25:06.808 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.808 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.808 INFO [stderr] Dec 17 15:25:06.808 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.808 INFO [stderr] --> src/main.rs:113:4 Dec 17 15:25:06.808 INFO [stderr] | Dec 17 15:25:06.808 INFO [stderr] 113 | write!(f, "{:2}", col_number); Dec 17 15:25:06.808 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 15:25:06.808 INFO [stderr] | Dec 17 15:25:06.808 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.808 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.808 INFO [stderr] Dec 17 15:25:06.808 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.808 INFO [stderr] --> src/main.rs:115:3 Dec 17 15:25:06.808 INFO [stderr] | Dec 17 15:25:06.808 INFO [stderr] 115 | write!(f, "\n"); Dec 17 15:25:06.808 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 17 15:25:06.808 INFO [stderr] | Dec 17 15:25:06.809 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.810 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.810 INFO [stderr] Dec 17 15:25:06.810 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.810 INFO [stderr] --> src/main.rs:119:4 Dec 17 15:25:06.810 INFO [stderr] | Dec 17 15:25:06.810 INFO [stderr] 119 | write!(f, "{:3}: ", row_number); Dec 17 15:25:06.810 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 15:25:06.810 INFO [stderr] | Dec 17 15:25:06.810 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.810 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.810 INFO [stderr] Dec 17 15:25:06.810 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.810 INFO [stderr] --> src/main.rs:121:8 Dec 17 15:25:06.810 INFO [stderr] | Dec 17 15:25:06.810 INFO [stderr] 121 | write!(f, "{} ", (*piece).to_string()); Dec 17 15:25:06.810 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 15:25:06.810 INFO [stderr] | Dec 17 15:25:06.810 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.813 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.813 INFO [stderr] Dec 17 15:25:06.813 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.813 INFO [stderr] --> src/main.rs:123:4 Dec 17 15:25:06.813 INFO [stderr] | Dec 17 15:25:06.813 INFO [stderr] 123 | write!(f, "\n"); Dec 17 15:25:06.813 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 17 15:25:06.813 INFO [stderr] | Dec 17 15:25:06.813 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.813 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.813 INFO [stderr] Dec 17 15:25:06.972 INFO [stderr] warning: unused variable: `mv` Dec 17 15:25:06.972 INFO [stderr] --> src/main.rs:188:6 Dec 17 15:25:06.972 INFO [stderr] | Dec 17 15:25:06.972 INFO [stderr] 188 | let mv = player.get_move(&board); Dec 17 15:25:06.972 INFO [stderr] | ^^ help: consider using `_mv` instead Dec 17 15:25:06.972 INFO [stderr] | Dec 17 15:25:06.972 INFO [stderr] = note: #[warn(unused_variables)] on by default Dec 17 15:25:06.972 INFO [stderr] Dec 17 15:25:06.983 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.983 INFO [stderr] --> src/main.rs:111:3 Dec 17 15:25:06.983 INFO [stderr] | Dec 17 15:25:06.983 INFO [stderr] 111 | write!(f, " "); Dec 17 15:25:06.983 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Dec 17 15:25:06.983 INFO [stderr] | Dec 17 15:25:06.983 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 17 15:25:06.983 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.983 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.983 INFO [stderr] Dec 17 15:25:06.983 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.983 INFO [stderr] --> src/main.rs:113:4 Dec 17 15:25:06.983 INFO [stderr] | Dec 17 15:25:06.983 INFO [stderr] 113 | write!(f, "{:2}", col_number); Dec 17 15:25:06.983 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 15:25:06.983 INFO [stderr] | Dec 17 15:25:06.983 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.984 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.984 INFO [stderr] Dec 17 15:25:06.984 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.984 INFO [stderr] --> src/main.rs:115:3 Dec 17 15:25:06.984 INFO [stderr] | Dec 17 15:25:06.984 INFO [stderr] 115 | write!(f, "\n"); Dec 17 15:25:06.984 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 17 15:25:06.984 INFO [stderr] | Dec 17 15:25:06.984 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.984 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.984 INFO [stderr] Dec 17 15:25:06.984 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.984 INFO [stderr] --> src/main.rs:119:4 Dec 17 15:25:06.984 INFO [stderr] | Dec 17 15:25:06.984 INFO [stderr] 119 | write!(f, "{:3}: ", row_number); Dec 17 15:25:06.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 15:25:06.984 INFO [stderr] | Dec 17 15:25:06.984 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.984 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.984 INFO [stderr] Dec 17 15:25:06.984 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.984 INFO [stderr] --> src/main.rs:121:8 Dec 17 15:25:06.984 INFO [stderr] | Dec 17 15:25:06.984 INFO [stderr] 121 | write!(f, "{} ", (*piece).to_string()); Dec 17 15:25:06.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 17 15:25:06.984 INFO [stderr] | Dec 17 15:25:06.984 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.984 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.984 INFO [stderr] Dec 17 15:25:06.985 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 17 15:25:06.985 INFO [stderr] --> src/main.rs:123:4 Dec 17 15:25:06.985 INFO [stderr] | Dec 17 15:25:06.985 INFO [stderr] 123 | write!(f, "\n"); Dec 17 15:25:06.985 INFO [stderr] | ^^^^^^^^^^^^^^^^ Dec 17 15:25:06.985 INFO [stderr] | Dec 17 15:25:06.985 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 17 15:25:06.985 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 17 15:25:06.985 INFO [stderr] Dec 17 15:25:07.013 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.49s Dec 17 15:25:07.910 INFO running `"docker" "inspect" "16c76ebe12204555f41ab0edd385cfb7cddb3412815d9c1c6197ecc1c14ee331"` Dec 17 15:25:08.234 INFO running `"docker" "rm" "-f" "16c76ebe12204555f41ab0edd385cfb7cddb3412815d9c1c6197ecc1c14ee331"` Dec 17 15:25:08.534 INFO [stdout] 16c76ebe12204555f41ab0edd385cfb7cddb3412815d9c1c6197ecc1c14ee331