Oct 21 17:09:39.501 INFO checking iseurie/ytshorten against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 17:09:39.501 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 17:09:44.180 INFO blam! a656e11496113ed3d586f80d80ca5174124bbd3bf689e7e0ed04ed11aa006480 Oct 21 17:09:44.183 INFO running `"docker" "start" "-a" "a656e11496113ed3d586f80d80ca5174124bbd3bf689e7e0ed04ed11aa006480"` Oct 21 17:09:46.894 INFO kablam! usermod: no changes Oct 21 17:09:47.112 INFO kablam! Checking ytshorten v0.1.0 (/source) Oct 21 17:09:48.679 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:09:48.679 INFO kablam! --> src/main.rs:27:17 Oct 21 17:09:48.679 INFO kablam! | Oct 21 17:09:48.679 INFO kablam! 27 | writelck.write(b"https://youtu.be/"); Oct 21 17:09:48.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:09:48.682 INFO kablam! | Oct 21 17:09:48.682 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:09:48.682 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:09:48.682 INFO kablam! Oct 21 17:09:48.682 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:09:48.682 INFO kablam! --> src/main.rs:29:13 Oct 21 17:09:48.682 INFO kablam! | Oct 21 17:09:48.682 INFO kablam! 29 | writelck.write(id.as_bytes()); Oct 21 17:09:48.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:09:48.682 INFO kablam! | Oct 21 17:09:48.682 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:09:48.682 INFO kablam! Oct 21 17:09:48.682 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:09:48.682 INFO kablam! --> src/main.rs:30:13 Oct 21 17:09:48.682 INFO kablam! | Oct 21 17:09:48.682 INFO kablam! 30 | writelck.write(b"\n"); Oct 21 17:09:48.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:09:48.682 INFO kablam! | Oct 21 17:09:48.682 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:09:48.682 INFO kablam! Oct 21 17:09:48.743 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:09:48.743 INFO kablam! --> src/main.rs:27:17 Oct 21 17:09:48.743 INFO kablam! | Oct 21 17:09:48.743 INFO kablam! 27 | writelck.write(b"https://youtu.be/"); Oct 21 17:09:48.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:09:48.743 INFO kablam! | Oct 21 17:09:48.743 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 17:09:48.743 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:09:48.743 INFO kablam! Oct 21 17:09:48.743 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:09:48.743 INFO kablam! --> src/main.rs:29:13 Oct 21 17:09:48.743 INFO kablam! | Oct 21 17:09:48.743 INFO kablam! 29 | writelck.write(id.as_bytes()); Oct 21 17:09:48.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:09:48.743 INFO kablam! | Oct 21 17:09:48.743 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:09:48.743 INFO kablam! Oct 21 17:09:48.743 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 17:09:48.743 INFO kablam! --> src/main.rs:30:13 Oct 21 17:09:48.743 INFO kablam! | Oct 21 17:09:48.743 INFO kablam! 30 | writelck.write(b"\n"); Oct 21 17:09:48.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 21 17:09:48.744 INFO kablam! | Oct 21 17:09:48.744 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 17:09:48.744 INFO kablam! Oct 21 17:09:48.766 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Oct 21 17:09:48.768 INFO kablam! su: No module specific data is present Oct 21 17:09:50.228 INFO running `"docker" "rm" "-f" "a656e11496113ed3d586f80d80ca5174124bbd3bf689e7e0ed04ed11aa006480"` Oct 21 17:09:50.471 INFO blam! a656e11496113ed3d586f80d80ca5174124bbd3bf689e7e0ed04ed11aa006480