Dec 04 21:33:35.210 INFO checking brandonpollack23/rust_wc against try#1df97983eb2057dc6a8f7eb364e263b51ae23230 for pr-56481 Dec 04 21:33:35.210 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-3/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56481/try#1df97983eb2057dc6a8f7eb364e263b51ae23230:/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 +1df97983eb2057dc6a8f7eb364e263b51ae23230-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"` Dec 04 21:33:35.682 INFO [stdout] b0f1c72974b1ca1e6d8de45b78dd3c041dfc6a9f0392dd73e83d70c6873285f2 Dec 04 21:33:35.687 INFO running `"docker" "start" "-a" "b0f1c72974b1ca1e6d8de45b78dd3c041dfc6a9f0392dd73e83d70c6873285f2"` Dec 04 21:33:37.413 INFO [stderr] usermod: no changes Dec 04 21:33:37.499 INFO [stderr] Checking rust_wc v0.1.0 (/source) Dec 04 21:33:38.879 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 04 21:33:38.879 INFO [stderr] --> src/word_count.rs:35:13 Dec 04 21:33:38.879 INFO [stderr] | Dec 04 21:33:38.879 INFO [stderr] 35 | write!(&mut output, "{} ", self.lines); Dec 04 21:33:38.879 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 21:33:38.880 INFO [stderr] | Dec 04 21:33:38.880 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 04 21:33:38.880 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 21:33:38.880 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 04 21:33:38.881 INFO [stderr] Dec 04 21:33:38.881 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 04 21:33:38.881 INFO [stderr] --> src/word_count.rs:38:13 Dec 04 21:33:38.881 INFO [stderr] | Dec 04 21:33:38.882 INFO [stderr] 38 | write!(&mut output, "{} ", self.words); Dec 04 21:33:38.882 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 21:33:38.882 INFO [stderr] | Dec 04 21:33:38.882 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 21:33:38.882 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 04 21:33:38.883 INFO [stderr] Dec 04 21:33:38.883 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 04 21:33:38.883 INFO [stderr] --> src/word_count.rs:41:13 Dec 04 21:33:38.883 INFO [stderr] | Dec 04 21:33:38.883 INFO [stderr] 41 | write!(&mut output, "{} ", self.bytes); Dec 04 21:33:38.884 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 21:33:38.884 INFO [stderr] | Dec 04 21:33:38.884 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 21:33:38.884 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 04 21:33:38.884 INFO [stderr] Dec 04 21:33:38.885 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 04 21:33:38.885 INFO [stderr] --> src/word_count.rs:44:13 Dec 04 21:33:38.885 INFO [stderr] | Dec 04 21:33:38.885 INFO [stderr] 44 | write!(&mut output, "{} ", self.chars); Dec 04 21:33:38.885 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 21:33:38.886 INFO [stderr] | Dec 04 21:33:38.886 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 21:33:38.886 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 04 21:33:38.886 INFO [stderr] Dec 04 21:33:38.887 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 04 21:33:38.887 INFO [stderr] --> src/word_count.rs:47:13 Dec 04 21:33:38.887 INFO [stderr] | Dec 04 21:33:38.887 INFO [stderr] 47 | write!(&mut output, "{} ", self.max_length); Dec 04 21:33:38.887 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 21:33:38.888 INFO [stderr] | Dec 04 21:33:38.888 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 21:33:38.888 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 04 21:33:38.888 INFO [stderr] Dec 04 21:33:39.232 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 04 21:33:39.232 INFO [stderr] --> src/word_count.rs:35:13 Dec 04 21:33:39.232 INFO [stderr] | Dec 04 21:33:39.232 INFO [stderr] 35 | write!(&mut output, "{} ", self.lines); Dec 04 21:33:39.232 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 21:33:39.232 INFO [stderr] | Dec 04 21:33:39.232 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 04 21:33:39.232 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 21:33:39.232 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 04 21:33:39.232 INFO [stderr] Dec 04 21:33:39.233 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 04 21:33:39.233 INFO [stderr] --> src/word_count.rs:38:13 Dec 04 21:33:39.233 INFO [stderr] | Dec 04 21:33:39.233 INFO [stderr] 38 | write!(&mut output, "{} ", self.words); Dec 04 21:33:39.234 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 21:33:39.234 INFO [stderr] | Dec 04 21:33:39.234 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 21:33:39.234 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 04 21:33:39.234 INFO [stderr] Dec 04 21:33:39.235 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 04 21:33:39.235 INFO [stderr] --> src/word_count.rs:41:13 Dec 04 21:33:39.235 INFO [stderr] | Dec 04 21:33:39.235 INFO [stderr] 41 | write!(&mut output, "{} ", self.bytes); Dec 04 21:33:39.235 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 21:33:39.236 INFO [stderr] | Dec 04 21:33:39.236 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 21:33:39.236 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 04 21:33:39.236 INFO [stderr] Dec 04 21:33:39.237 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 04 21:33:39.237 INFO [stderr] --> src/word_count.rs:44:13 Dec 04 21:33:39.237 INFO [stderr] | Dec 04 21:33:39.237 INFO [stderr] 44 | write!(&mut output, "{} ", self.chars); Dec 04 21:33:39.237 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 21:33:39.238 INFO [stderr] | Dec 04 21:33:39.238 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 21:33:39.238 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 04 21:33:39.238 INFO [stderr] Dec 04 21:33:39.238 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 04 21:33:39.239 INFO [stderr] --> src/word_count.rs:47:13 Dec 04 21:33:39.239 INFO [stderr] | Dec 04 21:33:39.239 INFO [stderr] 47 | write!(&mut output, "{} ", self.max_length); Dec 04 21:33:39.239 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 21:33:39.239 INFO [stderr] | Dec 04 21:33:39.240 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 21:33:39.240 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 04 21:33:39.240 INFO [stderr] Dec 04 21:33:39.283 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.85s Dec 04 21:33:39.291 INFO [stderr] su: No module specific data is present Dec 04 21:33:40.683 INFO running `"docker" "inspect" "b0f1c72974b1ca1e6d8de45b78dd3c041dfc6a9f0392dd73e83d70c6873285f2"` Dec 04 21:33:41.043 INFO running `"docker" "rm" "-f" "b0f1c72974b1ca1e6d8de45b78dd3c041dfc6a9f0392dd73e83d70c6873285f2"` Dec 04 21:33:41.307 INFO [stdout] b0f1c72974b1ca1e6d8de45b78dd3c041dfc6a9f0392dd73e83d70c6873285f2