Dec 18 03:40:33.868 INFO checking avonarret1/brookser against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 03:40:33.869 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-4/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/avonarret1/brookser:/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 03:40:34.099 INFO [stdout] d11795170c9627b11f11506739ed6770f8683e92b0ac3217fc1560b108209ce8 Dec 18 03:40:34.105 INFO running `"docker" "start" "-a" "d11795170c9627b11f11506739ed6770f8683e92b0ac3217fc1560b108209ce8"` Dec 18 03:40:35.159 INFO [stderr] Checking brookser v0.1.0 (/opt/crater/workdir) Dec 18 03:40:35.528 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` Dec 18 03:40:35.528 INFO [stderr] --> src/http/response.rs:40:28 Dec 18 03:40:35.528 INFO [stderr] | Dec 18 03:40:35.528 INFO [stderr] 40 | value[2..].trim_left().to_string().to_lowercase() Dec 18 03:40:35.528 INFO [stderr] | ^^^^^^^^^ Dec 18 03:40:35.528 INFO [stderr] | Dec 18 03:40:35.528 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 03:40:35.528 INFO [stderr] Dec 18 03:40:35.605 INFO [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` Dec 18 03:40:35.605 INFO [stderr] --> src/http/response.rs:40:28 Dec 18 03:40:35.605 INFO [stderr] | Dec 18 03:40:35.605 INFO [stderr] 40 | value[2..].trim_left().to_string().to_lowercase() Dec 18 03:40:35.605 INFO [stderr] | ^^^^^^^^^ Dec 18 03:40:35.605 INFO [stderr] | Dec 18 03:40:35.605 INFO [stderr] = note: #[warn(deprecated)] on by default Dec 18 03:40:35.605 INFO [stderr] Dec 18 03:40:35.796 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.796 INFO [stderr] --> src/net/url.rs:255:17 Dec 18 03:40:35.796 INFO [stderr] | Dec 18 03:40:35.796 INFO [stderr] 255 | write!(f, "{}://", protocol); Dec 18 03:40:35.796 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.796 INFO [stderr] | Dec 18 03:40:35.796 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 18 03:40:35.796 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.796 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 03:40:35.796 INFO [stderr] Dec 18 03:40:35.796 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.796 INFO [stderr] --> src/net/url.rs:262:21 Dec 18 03:40:35.796 INFO [stderr] | Dec 18 03:40:35.796 INFO [stderr] 262 | write!(f, "{}@", auth.0); Dec 18 03:40:35.796 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.796 INFO [stderr] | Dec 18 03:40:35.796 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.796 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 03:40:35.796 INFO [stderr] Dec 18 03:40:35.796 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.796 INFO [stderr] --> src/net/url.rs:266:21 Dec 18 03:40:35.796 INFO [stderr] | Dec 18 03:40:35.796 INFO [stderr] 266 | write!(f, "{}:{}@", auth.0, auth.1); Dec 18 03:40:35.796 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.796 INFO [stderr] | Dec 18 03:40:35.796 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.796 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 03:40:35.796 INFO [stderr] Dec 18 03:40:35.796 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.796 INFO [stderr] --> src/net/url.rs:272:17 Dec 18 03:40:35.796 INFO [stderr] | Dec 18 03:40:35.796 INFO [stderr] 272 | write!(f, "{}", host); Dec 18 03:40:35.796 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.796 INFO [stderr] | Dec 18 03:40:35.796 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.796 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 03:40:35.796 INFO [stderr] Dec 18 03:40:35.796 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.796 INFO [stderr] --> src/net/url.rs:276:21 Dec 18 03:40:35.796 INFO [stderr] | Dec 18 03:40:35.796 INFO [stderr] 276 | write!(f, ":{}", port); Dec 18 03:40:35.796 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.796 INFO [stderr] | Dec 18 03:40:35.796 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.796 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 03:40:35.796 INFO [stderr] Dec 18 03:40:35.796 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.796 INFO [stderr] --> src/net/url.rs:281:9 Dec 18 03:40:35.797 INFO [stderr] | Dec 18 03:40:35.797 INFO [stderr] 281 | write!(f, "{}", self.get_path()); Dec 18 03:40:35.797 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.797 INFO [stderr] | Dec 18 03:40:35.797 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.797 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 03:40:35.797 INFO [stderr] Dec 18 03:40:35.797 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.797 INFO [stderr] --> src/net/url.rs:282:9 Dec 18 03:40:35.797 INFO [stderr] | Dec 18 03:40:35.797 INFO [stderr] 282 | write!(f, "{}", self.get_params()); Dec 18 03:40:35.797 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.797 INFO [stderr] | Dec 18 03:40:35.797 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.797 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 03:40:35.797 INFO [stderr] Dec 18 03:40:35.797 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.797 INFO [stderr] --> src/net/url.rs:286:13 Dec 18 03:40:35.797 INFO [stderr] | Dec 18 03:40:35.797 INFO [stderr] 286 | write!(f, "#{}", fragment); Dec 18 03:40:35.797 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.797 INFO [stderr] | Dec 18 03:40:35.797 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.797 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 03:40:35.797 INFO [stderr] Dec 18 03:40:35.820 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.820 INFO [stderr] --> src/net/url.rs:255:17 Dec 18 03:40:35.820 INFO [stderr] | Dec 18 03:40:35.820 INFO [stderr] 255 | write!(f, "{}://", protocol); Dec 18 03:40:35.820 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.820 INFO [stderr] | Dec 18 03:40:35.820 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 18 03:40:35.820 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.820 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 03:40:35.820 INFO [stderr] Dec 18 03:40:35.820 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.820 INFO [stderr] --> src/net/url.rs:262:21 Dec 18 03:40:35.820 INFO [stderr] | Dec 18 03:40:35.820 INFO [stderr] 262 | write!(f, "{}@", auth.0); Dec 18 03:40:35.820 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.820 INFO [stderr] | Dec 18 03:40:35.820 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.820 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 03:40:35.820 INFO [stderr] Dec 18 03:40:35.820 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.820 INFO [stderr] --> src/net/url.rs:266:21 Dec 18 03:40:35.820 INFO [stderr] | Dec 18 03:40:35.820 INFO [stderr] 266 | write!(f, "{}:{}@", auth.0, auth.1); Dec 18 03:40:35.820 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.820 INFO [stderr] | Dec 18 03:40:35.820 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.820 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 03:40:35.820 INFO [stderr] Dec 18 03:40:35.820 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.820 INFO [stderr] --> src/net/url.rs:272:17 Dec 18 03:40:35.820 INFO [stderr] | Dec 18 03:40:35.820 INFO [stderr] 272 | write!(f, "{}", host); Dec 18 03:40:35.820 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.820 INFO [stderr] | Dec 18 03:40:35.820 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.820 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 03:40:35.820 INFO [stderr] Dec 18 03:40:35.820 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.820 INFO [stderr] --> src/net/url.rs:276:21 Dec 18 03:40:35.820 INFO [stderr] | Dec 18 03:40:35.820 INFO [stderr] 276 | write!(f, ":{}", port); Dec 18 03:40:35.820 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.820 INFO [stderr] | Dec 18 03:40:35.821 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.821 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 03:40:35.821 INFO [stderr] Dec 18 03:40:35.821 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.821 INFO [stderr] --> src/net/url.rs:281:9 Dec 18 03:40:35.821 INFO [stderr] | Dec 18 03:40:35.821 INFO [stderr] 281 | write!(f, "{}", self.get_path()); Dec 18 03:40:35.821 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.821 INFO [stderr] | Dec 18 03:40:35.821 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.821 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 03:40:35.821 INFO [stderr] Dec 18 03:40:35.821 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.821 INFO [stderr] --> src/net/url.rs:282:9 Dec 18 03:40:35.821 INFO [stderr] | Dec 18 03:40:35.821 INFO [stderr] 282 | write!(f, "{}", self.get_params()); Dec 18 03:40:35.821 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.821 INFO [stderr] | Dec 18 03:40:35.821 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.821 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 03:40:35.821 INFO [stderr] Dec 18 03:40:35.821 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 18 03:40:35.821 INFO [stderr] --> src/net/url.rs:286:13 Dec 18 03:40:35.821 INFO [stderr] | Dec 18 03:40:35.821 INFO [stderr] 286 | write!(f, "#{}", fragment); Dec 18 03:40:35.821 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 18 03:40:35.821 INFO [stderr] | Dec 18 03:40:35.821 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 18 03:40:35.821 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 03:40:35.821 INFO [stderr] Dec 18 03:40:35.860 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.71s Dec 18 03:40:36.196 INFO running `"docker" "inspect" "d11795170c9627b11f11506739ed6770f8683e92b0ac3217fc1560b108209ce8"` Dec 18 03:40:36.401 INFO running `"docker" "rm" "-f" "d11795170c9627b11f11506739ed6770f8683e92b0ac3217fc1560b108209ce8"` Dec 18 03:40:36.667 INFO [stdout] d11795170c9627b11f11506739ed6770f8683e92b0ac3217fc1560b108209ce8