[INFO] fetching crate webparse 0.3.0... [INFO] checking webparse-0.3.0 against try#c387b04bf028733cd561d62128c8a5eee4bc1458+rustflags=-Dtail_expr_drop_order for pr-130930 [INFO] extracting crate webparse 0.3.0 into /workspace/builds/worker-0-tc2/source [INFO] validating manifest of crates.io crate webparse 0.3.0 on toolchain c387b04bf028733cd561d62128c8a5eee4bc1458 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate webparse 0.3.0 [INFO] finished tweaking crates.io crate webparse 0.3.0 [INFO] tweaked toml for crates.io crate webparse 0.3.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] crate crates.io crate webparse 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5db3919e08aa9529c0a1d0dd865e593b366b0a36f0360644ea6120171e3ada6f [INFO] running `Command { std: "docker" "start" "-a" "5db3919e08aa9529c0a1d0dd865e593b366b0a36f0360644ea6120171e3ada6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5db3919e08aa9529c0a1d0dd865e593b366b0a36f0360644ea6120171e3ada6f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5db3919e08aa9529c0a1d0dd865e593b366b0a36f0360644ea6120171e3ada6f", kill_on_drop: false }` [INFO] [stdout] 5db3919e08aa9529c0a1d0dd865e593b366b0a36f0360644ea6120171e3ada6f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:6252d7ea7fb8caaf7af6d800c5fb250a9cd862b9a7f9508afb3c54fa7fe1102e" "/opt/rustwide/cargo-home/bin/cargo" "+c387b04bf028733cd561d62128c8a5eee4bc1458" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f9f07aa2b50274d405c532f38ef868f47515b738da2ce5783d810079cb20e061 [INFO] running `Command { std: "docker" "start" "-a" "f9f07aa2b50274d405c532f38ef868f47515b738da2ce5783d810079cb20e061", kill_on_drop: false }` [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking allocator-api2 v0.2.18 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Compiling syn v2.0.77 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling algorithm-macro v0.1.0 [INFO] [stderr] Checking algorithm v0.1.12 [INFO] [stderr] Checking webparse v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `finish` that must be used [INFO] [stdout] --> src/http/name.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | state.finish(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 70 | let _ = state.finish(); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BtMut` and `Bt` [INFO] [stdout] --> examples/http2.rs:6:33 [INFO] [stdout] | [INFO] [stdout] 6 | use algorithm::buf::{BinaryMut, Bt, BtMut}; [INFO] [stdout] | ^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `webparse::http::http2::Decoder` [INFO] [stdout] --> examples/demo.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use webparse::http::http2::Decoder; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BinaryMut` [INFO] [stdout] --> examples/demo.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | use algorithm::buf::{BinaryMut, Bt, BtMut}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable statement [INFO] [stdout] --> examples/demo.rs:136:5 [INFO] [stdout] | [INFO] [stdout] 134 | return; [INFO] [stdout] | ------ any code following this expression is unreachable [INFO] [stdout] 135 | // // let value = url::Url::parse("/path"); [INFO] [stdout] 136 | / let _bytes = [ [INFO] [stdout] 137 | | 80, 79, 83, 84, 32, 47, 112, 111, 115, 116, 32, 72, 84, 84, 80, 47, 49, 46, 49, 13, 10, 72, [INFO] [stdout] 138 | | 111, 115, 116, 58, 32, 49, 57, 50, 46, 49, 54, 56, 46, 49, 55, 57, 46, 49, 51, 51, 58, 56, [INFO] [stdout] 139 | | 48, 56, 48, 13, 10, 85, 115, 101, 114, 45, 65, 103, 101, 110, 116, 58, 32, 99, 117, 114, [INFO] [stdout] ... | [INFO] [stdout] 151 | | 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, 48, [INFO] [stdout] 152 | | ]; [INFO] [stdout] | |______^ unreachable statement [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unreachable_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `hexstr_to_vec` is never used [INFO] [stdout] --> examples/demo.rs:29:4 [INFO] [stdout] | [INFO] [stdout] 29 | fn hexstr_to_vec(s: &str) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `hex_debug_print` is never used [INFO] [stdout] --> examples/demo.rs:59:4 [INFO] [stdout] | [INFO] [stdout] 59 | fn hex_debug_print(val: &[u8]) { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `debug_request_parse_full_http2` is never used [INFO] [stdout] --> examples/demo.rs:70:4 [INFO] [stdout] | [INFO] [stdout] 70 | fn debug_request_parse_full_http2() { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `finish` that must be used [INFO] [stdout] --> src/http/name.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | state.finish(); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 70 | let _ = state.finish(); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s [INFO] running `Command { std: "docker" "inspect" "f9f07aa2b50274d405c532f38ef868f47515b738da2ce5783d810079cb20e061", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f9f07aa2b50274d405c532f38ef868f47515b738da2ce5783d810079cb20e061", kill_on_drop: false }` [INFO] [stdout] f9f07aa2b50274d405c532f38ef868f47515b738da2ce5783d810079cb20e061