Oct 21 21:29:13.091 INFO checking Gisleburt/pfwd against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:29:13.091 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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:29:13.227 INFO blam! 24d10a33681287b6df2815d48b8d8cfef41dbef4468afc066e602dce0aa5d498 Oct 21 21:29:13.228 INFO running `"docker" "start" "-a" "24d10a33681287b6df2815d48b8d8cfef41dbef4468afc066e602dce0aa5d498"` Oct 21 21:29:13.518 INFO kablam! usermod: no changes Oct 21 21:29:13.536 INFO kablam! Checking pfwd v0.1.1 (/source) Oct 21 21:29:13.857 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.857 INFO kablam! --> src/main.rs:36:21 Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! 36 | tx1.send(()); Oct 21 21:29:13.857 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:29:13.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.857 INFO kablam! Oct 21 21:29:13.857 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.857 INFO kablam! --> src/main.rs:37:21 Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! 37 | incoming.shutdown(Shutdown::Read); Oct 21 21:29:13.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.857 INFO kablam! Oct 21 21:29:13.857 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.857 INFO kablam! --> src/main.rs:38:21 Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! 38 | outgoing.shutdown(Shutdown::Write); Oct 21 21:29:13.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.857 INFO kablam! Oct 21 21:29:13.857 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.857 INFO kablam! --> src/main.rs:54:21 Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! 54 | tx2.send(()); Oct 21 21:29:13.857 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.857 INFO kablam! Oct 21 21:29:13.857 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.857 INFO kablam! --> src/main.rs:55:21 Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! 55 | outgoing2.shutdown(Shutdown::Read); Oct 21 21:29:13.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.857 INFO kablam! Oct 21 21:29:13.857 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.857 INFO kablam! --> src/main.rs:56:21 Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! 56 | incoming2.shutdown(Shutdown::Write); Oct 21 21:29:13.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:29:13.857 INFO kablam! | Oct 21 21:29:13.857 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.857 INFO kablam! Oct 21 21:29:13.927 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.927 INFO kablam! --> src/main.rs:36:21 Oct 21 21:29:13.927 INFO kablam! | Oct 21 21:29:13.927 INFO kablam! 36 | tx1.send(()); Oct 21 21:29:13.927 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:29:13.927 INFO kablam! | Oct 21 21:29:13.927 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 21:29:13.927 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.928 INFO kablam! Oct 21 21:29:13.928 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.928 INFO kablam! --> src/main.rs:37:21 Oct 21 21:29:13.928 INFO kablam! | Oct 21 21:29:13.928 INFO kablam! 37 | incoming.shutdown(Shutdown::Read); Oct 21 21:29:13.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:29:13.928 INFO kablam! | Oct 21 21:29:13.928 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.928 INFO kablam! Oct 21 21:29:13.928 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.928 INFO kablam! --> src/main.rs:38:21 Oct 21 21:29:13.928 INFO kablam! | Oct 21 21:29:13.928 INFO kablam! 38 | outgoing.shutdown(Shutdown::Write); Oct 21 21:29:13.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:29:13.928 INFO kablam! | Oct 21 21:29:13.928 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.928 INFO kablam! Oct 21 21:29:13.928 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.928 INFO kablam! --> src/main.rs:54:21 Oct 21 21:29:13.928 INFO kablam! | Oct 21 21:29:13.928 INFO kablam! 54 | tx2.send(()); Oct 21 21:29:13.928 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 21:29:13.928 INFO kablam! | Oct 21 21:29:13.928 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.928 INFO kablam! Oct 21 21:29:13.928 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.928 INFO kablam! --> src/main.rs:55:21 Oct 21 21:29:13.928 INFO kablam! | Oct 21 21:29:13.928 INFO kablam! 55 | outgoing2.shutdown(Shutdown::Read); Oct 21 21:29:13.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:29:13.928 INFO kablam! | Oct 21 21:29:13.928 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.928 INFO kablam! Oct 21 21:29:13.928 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 21:29:13.928 INFO kablam! --> src/main.rs:56:21 Oct 21 21:29:13.928 INFO kablam! | Oct 21 21:29:13.928 INFO kablam! 56 | incoming2.shutdown(Shutdown::Write); Oct 21 21:29:13.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:29:13.928 INFO kablam! | Oct 21 21:29:13.928 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 21:29:13.928 INFO kablam! Oct 21 21:29:13.928 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.39s Oct 21 21:29:13.928 INFO kablam! su: No module specific data is present Oct 21 21:29:14.153 INFO running `"docker" "rm" "-f" "24d10a33681287b6df2815d48b8d8cfef41dbef4468afc066e602dce0aa5d498"` Oct 21 21:29:14.204 INFO blam! 24d10a33681287b6df2815d48b8d8cfef41dbef4468afc066e602dce0aa5d498