Dec 14 02:07:12.572 INFO testing avonarret1/brookser against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 02:07:12.572 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-alt build --frozen" "-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 14 02:07:12.947 INFO [stdout] 9ca328a5b00a988936e535c0327536974f5984cca970ff901b354c36090fe49c Dec 14 02:07:12.953 INFO running `"docker" "start" "-a" "9ca328a5b00a988936e535c0327536974f5984cca970ff901b354c36090fe49c"` Dec 14 02:07:13.983 INFO [stderr] usermod: no changes Dec 14 02:07:14.023 INFO [stderr] Compiling brookser v0.1.0 (/source) Dec 14 02:07:14.815 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:14.976 INFO [stderr] --> src/net/url.rs:255:17 Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] 255 | write!(f, "{}://", protocol); Dec 14 02:07:14.976 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 14 02:07:14.976 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:14.976 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 14 02:07:14.976 INFO [stderr] Dec 14 02:07:14.976 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:14.976 INFO [stderr] --> src/net/url.rs:262:21 Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] 262 | write!(f, "{}@", auth.0); Dec 14 02:07:14.976 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:14.976 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 14 02:07:14.976 INFO [stderr] Dec 14 02:07:14.976 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:14.976 INFO [stderr] --> src/net/url.rs:266:21 Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] 266 | write!(f, "{}:{}@", auth.0, auth.1); Dec 14 02:07:14.976 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:14.976 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 14 02:07:14.976 INFO [stderr] Dec 14 02:07:14.976 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:14.976 INFO [stderr] --> src/net/url.rs:272:17 Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] 272 | write!(f, "{}", host); Dec 14 02:07:14.976 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:14.976 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 14 02:07:14.976 INFO [stderr] Dec 14 02:07:14.976 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:14.976 INFO [stderr] --> src/net/url.rs:276:21 Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] 276 | write!(f, ":{}", port); Dec 14 02:07:14.976 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:14.976 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 14 02:07:14.976 INFO [stderr] Dec 14 02:07:14.976 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:14.976 INFO [stderr] --> src/net/url.rs:281:9 Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] 281 | write!(f, "{}", self.get_path()); Dec 14 02:07:14.976 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:14.976 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 14 02:07:14.976 INFO [stderr] Dec 14 02:07:14.976 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:14.976 INFO [stderr] --> src/net/url.rs:282:9 Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] 282 | write!(f, "{}", self.get_params()); Dec 14 02:07:14.976 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:14.976 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 14 02:07:14.976 INFO [stderr] Dec 14 02:07:14.976 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:14.976 INFO [stderr] --> src/net/url.rs:286:13 Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.976 INFO [stderr] 286 | write!(f, "#{}", fragment); Dec 14 02:07:14.976 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:14.976 INFO [stderr] | Dec 14 02:07:14.977 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:14.977 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 14 02:07:14.977 INFO [stderr] Dec 14 02:07:16.026 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.02s Dec 14 02:07:16.027 INFO [stderr] su: No module specific data is present Dec 14 02:07:16.423 INFO running `"docker" "inspect" "9ca328a5b00a988936e535c0327536974f5984cca970ff901b354c36090fe49c"` Dec 14 02:07:16.660 INFO running `"docker" "rm" "-f" "9ca328a5b00a988936e535c0327536974f5984cca970ff901b354c36090fe49c"` Dec 14 02:07:16.856 INFO [stdout] 9ca328a5b00a988936e535c0327536974f5984cca970ff901b354c36090fe49c Dec 14 02:07:16.863 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-alt test --frozen --no-run" "-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 14 02:07:17.207 INFO [stdout] 5c6590bbfbcbb88d3ad4d6f6bb723dab49b2cb89df2c8428b18b5de18c767aaa Dec 14 02:07:17.209 INFO running `"docker" "start" "-a" "5c6590bbfbcbb88d3ad4d6f6bb723dab49b2cb89df2c8428b18b5de18c767aaa"` Dec 14 02:07:18.037 INFO [stderr] usermod: no changes Dec 14 02:07:18.089 INFO [stderr] Compiling brookser v0.1.0 (/source) Dec 14 02:07:18.983 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:18.983 INFO [stderr] --> src/net/url.rs:255:17 Dec 14 02:07:18.983 INFO [stderr] | Dec 14 02:07:18.983 INFO [stderr] 255 | write!(f, "{}://", protocol); Dec 14 02:07:18.983 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:18.983 INFO [stderr] | Dec 14 02:07:18.983 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 14 02:07:18.983 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:18.983 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 14 02:07:18.983 INFO [stderr] Dec 14 02:07:18.983 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:18.983 INFO [stderr] --> src/net/url.rs:262:21 Dec 14 02:07:18.983 INFO [stderr] | Dec 14 02:07:18.983 INFO [stderr] 262 | write!(f, "{}@", auth.0); Dec 14 02:07:18.983 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:18.983 INFO [stderr] | Dec 14 02:07:18.983 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:18.983 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 14 02:07:18.984 INFO [stderr] Dec 14 02:07:18.984 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:18.984 INFO [stderr] --> src/net/url.rs:266:21 Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] 266 | write!(f, "{}:{}@", auth.0, auth.1); Dec 14 02:07:18.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:18.984 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 14 02:07:18.984 INFO [stderr] Dec 14 02:07:18.984 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:18.984 INFO [stderr] --> src/net/url.rs:272:17 Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] 272 | write!(f, "{}", host); Dec 14 02:07:18.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:18.984 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 14 02:07:18.984 INFO [stderr] Dec 14 02:07:18.984 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:18.984 INFO [stderr] --> src/net/url.rs:276:21 Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] 276 | write!(f, ":{}", port); Dec 14 02:07:18.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:18.984 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 14 02:07:18.984 INFO [stderr] Dec 14 02:07:18.984 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:18.984 INFO [stderr] --> src/net/url.rs:281:9 Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] 281 | write!(f, "{}", self.get_path()); Dec 14 02:07:18.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:18.984 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 14 02:07:18.984 INFO [stderr] Dec 14 02:07:18.984 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:18.984 INFO [stderr] --> src/net/url.rs:282:9 Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] 282 | write!(f, "{}", self.get_params()); Dec 14 02:07:18.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:18.984 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 14 02:07:18.984 INFO [stderr] Dec 14 02:07:18.984 INFO [stderr] warning: unused `std::result::Result` that must be used Dec 14 02:07:18.984 INFO [stderr] --> src/net/url.rs:286:13 Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] 286 | write!(f, "#{}", fragment); Dec 14 02:07:18.984 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 14 02:07:18.984 INFO [stderr] | Dec 14 02:07:18.984 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 14 02:07:18.984 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 14 02:07:18.984 INFO [stderr] Dec 14 02:07:19.299 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.22s Dec 14 02:07:19.299 INFO [stderr] su: No module specific data is present Dec 14 02:07:19.685 INFO running `"docker" "inspect" "5c6590bbfbcbb88d3ad4d6f6bb723dab49b2cb89df2c8428b18b5de18c767aaa"` Dec 14 02:07:19.863 INFO running `"docker" "rm" "-f" "5c6590bbfbcbb88d3ad4d6f6bb723dab49b2cb89df2c8428b18b5de18c767aaa"` Dec 14 02:07:20.125 INFO [stdout] 5c6590bbfbcbb88d3ad4d6f6bb723dab49b2cb89df2c8428b18b5de18c767aaa Dec 14 02:07:20.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-4/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-alt test --frozen" "-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 14 02:07:20.489 INFO [stdout] 1ed1e8043e7926a78f2f60613cc6efbf08ee81a549c8a04d9214d0811d4242c0 Dec 14 02:07:20.490 INFO running `"docker" "start" "-a" "1ed1e8043e7926a78f2f60613cc6efbf08ee81a549c8a04d9214d0811d4242c0"` Dec 14 02:07:21.439 INFO [stderr] usermod: no changes Dec 14 02:07:21.501 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Dec 14 02:07:21.511 INFO [stderr] Running /target/debug/deps/brookser-abbe85d2436860f2 Dec 14 02:07:21.524 INFO [stdout] Dec 14 02:07:21.524 INFO [stdout] running 0 tests Dec 14 02:07:21.524 INFO [stdout] Dec 14 02:07:21.524 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 02:07:21.524 INFO [stdout] Dec 14 02:07:21.539 INFO [stderr] su: No module specific data is present Dec 14 02:07:22.107 INFO running `"docker" "inspect" "1ed1e8043e7926a78f2f60613cc6efbf08ee81a549c8a04d9214d0811d4242c0"` Dec 14 02:07:22.317 INFO running `"docker" "rm" "-f" "1ed1e8043e7926a78f2f60613cc6efbf08ee81a549c8a04d9214d0811d4242c0"` Dec 14 02:07:22.530 INFO [stdout] 1ed1e8043e7926a78f2f60613cc6efbf08ee81a549c8a04d9214d0811d4242c0