Dec 18 15:11:41.828 INFO checking hexyl-0.2.0 against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 15:11:41.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-5/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/reg/hexyl/0.2.0:/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 18 15:11:41.976 INFO [stdout] dce8f61c39835ec843292b060d4f2804dc3ea60842374babf206069c43c66421 Dec 18 15:11:41.977 INFO running `"docker" "start" "-a" "dce8f61c39835ec843292b060d4f2804dc3ea60842374babf206069c43c66421"` Dec 18 15:11:42.784 INFO [stderr] Checking hexyl v0.2.0 (/opt/crater/workdir) Dec 18 15:11:43.516 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 15:11:43.516 INFO [stderr] --> src/main.rs:92:9 Dec 18 15:11:43.516 INFO [stderr] | Dec 18 15:11:43.516 INFO [stderr] 92 | / writeln!( Dec 18 15:11:43.516 INFO [stderr] 93 | | self.stdout, Dec 18 15:11:43.516 INFO [stderr] 94 | | "┌{}┬{}┬{}┬{}┐", Dec 18 15:11:43.516 INFO [stderr] 95 | | "─".repeat(3 * 8 + 1), Dec 18 15:11:43.516 INFO [stderr] ... | Dec 18 15:11:43.516 INFO [stderr] 98 | | "─".repeat(8) Dec 18 15:11:43.516 INFO [stderr] 99 | | ); Dec 18 15:11:43.516 INFO [stderr] | |__________^ Dec 18 15:11:43.516 INFO [stderr] | Dec 18 15:11:43.516 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 18 15:11:43.516 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 15:11:43.516 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 18 15:11:43.516 INFO [stderr] Dec 18 15:11:43.516 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 15:11:43.516 INFO [stderr] --> src/main.rs:103:9 Dec 18 15:11:43.516 INFO [stderr] | Dec 18 15:11:43.516 INFO [stderr] 103 | / writeln!( Dec 18 15:11:43.516 INFO [stderr] 104 | | self.stdout, Dec 18 15:11:43.516 INFO [stderr] 105 | | "└{}┴{}┴{}┴{}┘", Dec 18 15:11:43.516 INFO [stderr] 106 | | "─".repeat(3 * 8 + 1), Dec 18 15:11:43.516 INFO [stderr] ... | Dec 18 15:11:43.516 INFO [stderr] 109 | | "─".repeat(8) Dec 18 15:11:43.516 INFO [stderr] 110 | | ); Dec 18 15:11:43.516 INFO [stderr] | |__________^ Dec 18 15:11:43.516 INFO [stderr] | Dec 18 15:11:43.516 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 15:11:43.516 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 18 15:11:43.516 INFO [stderr] Dec 18 15:11:43.516 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 15:11:43.516 INFO [stderr] --> src/main.rs:115:13 Dec 18 15:11:43.516 INFO [stderr] | Dec 18 15:11:43.516 INFO [stderr] 115 | write!(self.stdout, "│ "); Dec 18 15:11:43.516 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 15:11:43.516 INFO [stderr] | Dec 18 15:11:43.516 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 15:11:43.517 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 18 15:11:43.517 INFO [stderr] Dec 18 15:11:43.517 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 15:11:43.517 INFO [stderr] --> src/main.rs:159:17 Dec 18 15:11:43.517 INFO [stderr] | Dec 18 15:11:43.517 INFO [stderr] 159 | write!(self.stdout, "┊"); Dec 18 15:11:43.517 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 15:11:43.517 INFO [stderr] | Dec 18 15:11:43.517 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 15:11:43.517 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 18 15:11:43.517 INFO [stderr] Dec 18 15:11:43.526 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 15:11:43.526 INFO [stderr] --> src/main.rs:92:9 Dec 18 15:11:43.526 INFO [stderr] | Dec 18 15:11:43.526 INFO [stderr] 92 | / writeln!( Dec 18 15:11:43.526 INFO [stderr] 93 | | self.stdout, Dec 18 15:11:43.526 INFO [stderr] 94 | | "┌{}┬{}┬{}┬{}┐", Dec 18 15:11:43.526 INFO [stderr] 95 | | "─".repeat(3 * 8 + 1), Dec 18 15:11:43.526 INFO [stderr] ... | Dec 18 15:11:43.526 INFO [stderr] 98 | | "─".repeat(8) Dec 18 15:11:43.526 INFO [stderr] 99 | | ); Dec 18 15:11:43.526 INFO [stderr] | |__________^ Dec 18 15:11:43.526 INFO [stderr] | Dec 18 15:11:43.526 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 18 15:11:43.526 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 15:11:43.526 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 18 15:11:43.526 INFO [stderr] Dec 18 15:11:43.526 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 15:11:43.527 INFO [stderr] --> src/main.rs:103:9 Dec 18 15:11:43.527 INFO [stderr] | Dec 18 15:11:43.527 INFO [stderr] 103 | / writeln!( Dec 18 15:11:43.527 INFO [stderr] 104 | | self.stdout, Dec 18 15:11:43.527 INFO [stderr] 105 | | "└{}┴{}┴{}┴{}┘", Dec 18 15:11:43.527 INFO [stderr] 106 | | "─".repeat(3 * 8 + 1), Dec 18 15:11:43.527 INFO [stderr] ... | Dec 18 15:11:43.527 INFO [stderr] 109 | | "─".repeat(8) Dec 18 15:11:43.527 INFO [stderr] 110 | | ); Dec 18 15:11:43.527 INFO [stderr] | |__________^ Dec 18 15:11:43.527 INFO [stderr] | Dec 18 15:11:43.527 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 15:11:43.527 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 18 15:11:43.537 INFO [stderr] Dec 18 15:11:43.537 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 15:11:43.537 INFO [stderr] --> src/main.rs:115:13 Dec 18 15:11:43.537 INFO [stderr] | Dec 18 15:11:43.537 INFO [stderr] 115 | write!(self.stdout, "│ "); Dec 18 15:11:43.537 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 15:11:43.537 INFO [stderr] | Dec 18 15:11:43.537 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 15:11:43.537 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 18 15:11:43.537 INFO [stderr] Dec 18 15:11:43.537 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 15:11:43.537 INFO [stderr] --> src/main.rs:159:17 Dec 18 15:11:43.537 INFO [stderr] | Dec 18 15:11:43.537 INFO [stderr] 159 | write!(self.stdout, "┊"); Dec 18 15:11:43.537 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 15:11:43.537 INFO [stderr] | Dec 18 15:11:43.537 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 15:11:43.537 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 18 15:11:43.537 INFO [stderr] Dec 18 15:11:43.600 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.87s Dec 18 15:11:44.074 INFO running `"docker" "inspect" "dce8f61c39835ec843292b060d4f2804dc3ea60842374babf206069c43c66421"` Dec 18 15:11:44.178 INFO running `"docker" "rm" "-f" "dce8f61c39835ec843292b060d4f2804dc3ea60842374babf206069c43c66421"` Dec 18 15:11:44.364 INFO [stdout] dce8f61c39835ec843292b060d4f2804dc3ea60842374babf206069c43c66421