[INFO] fetching crate rtsparse 1.0.0... [INFO] testing rtsparse-1.0.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate rtsparse 1.0.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate rtsparse 1.0.0 [INFO] finished tweaking crates.io crate rtsparse 1.0.0 [INFO] tweaked toml for crates.io crate rtsparse 1.0.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate rtsparse 1.0.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded gcc v0.3.55 [INFO] [stderr] Downloaded pico-sys v0.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 07bf8ffcdc5ddf854fa78b0846fe6650202b1a2ead92ca9c9980556f1862fb73 [INFO] running `Command { std: "docker" "start" "-a" "07bf8ffcdc5ddf854fa78b0846fe6650202b1a2ead92ca9c9980556f1862fb73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "07bf8ffcdc5ddf854fa78b0846fe6650202b1a2ead92ca9c9980556f1862fb73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07bf8ffcdc5ddf854fa78b0846fe6650202b1a2ead92ca9c9980556f1862fb73", kill_on_drop: false }` [INFO] [stdout] 07bf8ffcdc5ddf854fa78b0846fe6650202b1a2ead92ca9c9980556f1862fb73 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f49383252567076ce9b783aeb3c8e947a0826525aa3d4659859d00d95c686df [INFO] running `Command { std: "docker" "start" "-a" "7f49383252567076ce9b783aeb3c8e947a0826525aa3d4659859d00d95c686df", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling rtsparse v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:128:21 [INFO] [stdout] | [INFO] [stdout] 128 | let major = try!(num.parse::().map_err(|e| e.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:137:21 [INFO] [stdout] | [INFO] [stdout] 137 | let minor = try!(num.parse::().map_err(|e| e.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:146:21 [INFO] [stdout] | [INFO] [stdout] 146 | let patch = try!(num.parse::().map_err(|e| e.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | not(httparse_simd_target_feature_sse42), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | not(httparse_simd_target_feature_avx2), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:175:9 [INFO] [stdout] | [INFO] [stdout] 175 | not(httparse_simd_target_feature_avx2), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:9 [INFO] [stdout] | [INFO] [stdout] 302 | complete!(skip_empty_lines(&mut bytes)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:28 [INFO] [stdout] | [INFO] [stdout] 303 | self.method = Some(complete!(parse_token(&mut bytes))); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:304:26 [INFO] [stdout] | [INFO] [stdout] 304 | self.path = Some(complete!(parse_uri(&mut bytes))); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 305 | self.version = Some(complete!(parse_version(&mut bytes))); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:309:27 [INFO] [stdout] | [INFO] [stdout] 309 | let headers_len = complete!(parse_headers_iter(&mut self.headers, &mut bytes)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:370:9 [INFO] [stdout] | [INFO] [stdout] 370 | complete!(skip_empty_lines(&mut bytes)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:371:29 [INFO] [stdout] | [INFO] [stdout] 371 | self.version = Some(complete!(parse_version(&mut bytes))); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:373:26 [INFO] [stdout] | [INFO] [stdout] 373 | self.code = Some(complete!(parse_code(&mut bytes))); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:387:36 [INFO] [stdout] | [INFO] [stdout] 387 | self.reason = Some(complete!(parse_reason(&mut bytes))); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:400:27 [INFO] [stdout] | [INFO] [stdout] 400 | let headers_len = complete!(parse_headers_iter(&mut self.headers, &mut bytes)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:524:48 [INFO] [stdout] | [INFO] [stdout] 524 | let hundreds = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:525:44 [INFO] [stdout] | [INFO] [stdout] 525 | let tens = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:526:44 [INFO] [stdout] | [INFO] [stdout] 526 | let ones = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:554:15 [INFO] [stdout] | [INFO] [stdout] 554 | let pos = complete!(parse_headers_iter(&mut dst, &mut iter)); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:711:18 [INFO] [stdout] | [INFO] [stdout] 711 | b'0' ... b'9' if in_chunk_size => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:719:18 [INFO] [stdout] | [INFO] [stdout] 719 | b'a' ... b'f' if in_chunk_size => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:727:18 [INFO] [stdout] | [INFO] [stdout] 727 | b'A' ... b'F' if in_chunk_size => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/simd/mod.rs:60:43 [INFO] [stdout] | [INFO] [stdout] 60 | use core::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/simd/mod.rs:62:35 [INFO] [stdout] | [INFO] [stdout] 62 | static FEATURE: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 62 - static FEATURE: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] 62 + static FEATURE: AtomicUsize = AtomicUsize::new(0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `Command { std: "docker" "inspect" "7f49383252567076ce9b783aeb3c8e947a0826525aa3d4659859d00d95c686df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f49383252567076ce9b783aeb3c8e947a0826525aa3d4659859d00d95c686df", kill_on_drop: false }` [INFO] [stdout] 7f49383252567076ce9b783aeb3c8e947a0826525aa3d4659859d00d95c686df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c6fe5aee95f85eefab1b8667d91dff7857aa445e6bd45a9eafb5b5a9bd45d177 [INFO] running `Command { std: "docker" "start" "-a" "c6fe5aee95f85eefab1b8667d91dff7857aa445e6bd45a9eafb5b5a9bd45d177", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:128:21 [INFO] [stdout] | [INFO] [stdout] 128 | let major = try!(num.parse::().map_err(|e| e.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:137:21 [INFO] [stdout] | [INFO] [stdout] 137 | let minor = try!(num.parse::().map_err(|e| e.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> build.rs:146:21 [INFO] [stdout] | [INFO] [stdout] 146 | let patch = try!(num.parse::().map_err(|e| e.to_string())); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | not(httparse_simd_target_feature_sse42), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | not(httparse_simd_target_feature_avx2), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:175:9 [INFO] [stdout] | [INFO] [stdout] 175 | not(httparse_simd_target_feature_avx2), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:9 [INFO] [stdout] | [INFO] [stdout] 302 | complete!(skip_empty_lines(&mut bytes)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:28 [INFO] [stdout] | [INFO] [stdout] 303 | self.method = Some(complete!(parse_token(&mut bytes))); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:304:26 [INFO] [stdout] | [INFO] [stdout] 304 | self.path = Some(complete!(parse_uri(&mut bytes))); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 305 | self.version = Some(complete!(parse_version(&mut bytes))); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:309:27 [INFO] [stdout] | [INFO] [stdout] 309 | let headers_len = complete!(parse_headers_iter(&mut self.headers, &mut bytes)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:370:9 [INFO] [stdout] | [INFO] [stdout] 370 | complete!(skip_empty_lines(&mut bytes)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:371:29 [INFO] [stdout] | [INFO] [stdout] 371 | self.version = Some(complete!(parse_version(&mut bytes))); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:373:26 [INFO] [stdout] | [INFO] [stdout] 373 | self.code = Some(complete!(parse_code(&mut bytes))); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:387:36 [INFO] [stdout] | [INFO] [stdout] 387 | self.reason = Some(complete!(parse_reason(&mut bytes))); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:400:27 [INFO] [stdout] | [INFO] [stdout] 400 | let headers_len = complete!(parse_headers_iter(&mut self.headers, &mut bytes)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:524:48 [INFO] [stdout] | [INFO] [stdout] 524 | let hundreds = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:525:44 [INFO] [stdout] | [INFO] [stdout] 525 | let tens = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:526:44 [INFO] [stdout] | [INFO] [stdout] 526 | let ones = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:554:15 [INFO] [stdout] | [INFO] [stdout] 554 | let pos = complete!(parse_headers_iter(&mut dst, &mut iter)); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:711:18 [INFO] [stdout] | [INFO] [stdout] 711 | b'0' ... b'9' if in_chunk_size => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:719:18 [INFO] [stdout] | [INFO] [stdout] 719 | b'a' ... b'f' if in_chunk_size => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:727:18 [INFO] [stdout] | [INFO] [stdout] 727 | b'A' ... b'F' if in_chunk_size => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/simd/mod.rs:60:43 [INFO] [stdout] | [INFO] [stdout] 60 | use core::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/simd/mod.rs:62:35 [INFO] [stdout] | [INFO] [stdout] 62 | static FEATURE: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 62 - static FEATURE: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] 62 + static FEATURE: AtomicUsize = AtomicUsize::new(0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pico-sys v0.0.1 [INFO] [stderr] Compiling rtsparse v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 2 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | not(httparse_simd_target_feature_sse42), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:42:5 [INFO] [stdout] | [INFO] [stdout] 42 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:129:5 [INFO] [stdout] | [INFO] [stdout] 129 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:142:5 [INFO] [stdout] | [INFO] [stdout] 142 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:143:5 [INFO] [stdout] | [INFO] [stdout] 143 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | not(httparse_simd_target_feature_avx2), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:173:5 [INFO] [stdout] | [INFO] [stdout] 173 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stdout] --> src/simd/mod.rs:174:5 [INFO] [stdout] | [INFO] [stdout] 174 | httparse_simd_target_feature_sse42, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:175:9 [INFO] [stdout] | [INFO] [stdout] 175 | not(httparse_simd_target_feature_avx2), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:184:5 [INFO] [stdout] | [INFO] [stdout] 184 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:185:5 [INFO] [stdout] | [INFO] [stdout] 185 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stdout] --> src/simd/mod.rs:231:5 [INFO] [stdout] | [INFO] [stdout] 231 | httparse_simd, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stdout] --> src/simd/mod.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | httparse_simd_target_feature_avx2, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:302:9 [INFO] [stdout] | [INFO] [stdout] 302 | complete!(skip_empty_lines(&mut bytes)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:303:28 [INFO] [stdout] | [INFO] [stdout] 303 | self.method = Some(complete!(parse_token(&mut bytes))); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:304:26 [INFO] [stdout] | [INFO] [stdout] 304 | self.path = Some(complete!(parse_uri(&mut bytes))); [INFO] [stdout] | -------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:305:29 [INFO] [stdout] | [INFO] [stdout] 305 | self.version = Some(complete!(parse_version(&mut bytes))); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:309:27 [INFO] [stdout] | [INFO] [stdout] 309 | let headers_len = complete!(parse_headers_iter(&mut self.headers, &mut bytes)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:370:9 [INFO] [stdout] | [INFO] [stdout] 370 | complete!(skip_empty_lines(&mut bytes)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:371:29 [INFO] [stdout] | [INFO] [stdout] 371 | self.version = Some(complete!(parse_version(&mut bytes))); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:373:26 [INFO] [stdout] | [INFO] [stdout] 373 | self.code = Some(complete!(parse_code(&mut bytes))); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:387:36 [INFO] [stdout] | [INFO] [stdout] 387 | self.reason = Some(complete!(parse_reason(&mut bytes))); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:400:27 [INFO] [stdout] | [INFO] [stdout] 400 | let headers_len = complete!(parse_headers_iter(&mut self.headers, &mut bytes)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:524:48 [INFO] [stdout] | [INFO] [stdout] 524 | let hundreds = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` implied by `#[warn(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:525:44 [INFO] [stdout] | [INFO] [stdout] 525 | let tens = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:526:44 [INFO] [stdout] | [INFO] [stdout] 526 | let ones = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/macros.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | match try!($e) { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:554:15 [INFO] [stdout] | [INFO] [stdout] 554 | let pos = complete!(parse_headers_iter(&mut dst, &mut iter)); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:711:18 [INFO] [stdout] | [INFO] [stdout] 711 | b'0' ... b'9' if in_chunk_size => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:719:18 [INFO] [stdout] | [INFO] [stdout] 719 | b'a' ... b'f' if in_chunk_size => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/lib.rs:727:18 [INFO] [stdout] | [INFO] [stdout] 727 | b'A' ... b'F' if in_chunk_size => { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/simd/mod.rs:60:43 [INFO] [stdout] | [INFO] [stdout] 60 | use core::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/simd/mod.rs:62:35 [INFO] [stdout] | [INFO] [stdout] 62 | static FEATURE: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: replace the use of the deprecated constant [INFO] [stdout] | [INFO] [stdout] 62 - static FEATURE: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stdout] 62 + static FEATURE: AtomicUsize = AtomicUsize::new(0); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:1124:41 [INFO] [stdout] | [INFO] [stdout] 1124 | assert_eq!(err.to_string(), err.description()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 4.35s [INFO] running `Command { std: "docker" "inspect" "c6fe5aee95f85eefab1b8667d91dff7857aa445e6bd45a9eafb5b5a9bd45d177", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6fe5aee95f85eefab1b8667d91dff7857aa445e6bd45a9eafb5b5a9bd45d177", kill_on_drop: false }` [INFO] [stdout] c6fe5aee95f85eefab1b8667d91dff7857aa445e6bd45a9eafb5b5a9bd45d177 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f5ce860d1c15ef73997bc3555616c227b6b6df1aa53fed44a277114e8a958157 [INFO] running `Command { std: "docker" "start" "-a" "f5ce860d1c15ef73997bc3555616c227b6b6df1aa53fed44a277114e8a958157", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:128:21 [INFO] [stderr] | [INFO] [stderr] 128 | let major = try!(num.parse::().map_err(|e| e.to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:137:21 [INFO] [stderr] | [INFO] [stderr] 137 | let minor = try!(num.parse::().map_err(|e| e.to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> build.rs:146:21 [INFO] [stderr] | [INFO] [stderr] 146 | let patch = try!(num.parse::().map_err(|e| e.to_string())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: `rtsparse` (build script) generated 3 warnings [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | httparse_simd, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | httparse_simd, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | httparse_simd, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | httparse_simd, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stderr] --> src/simd/mod.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | httparse_simd_target_feature_avx2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stderr] --> src/simd/mod.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | not(httparse_simd_target_feature_sse42), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:42:5 [INFO] [stderr] | [INFO] [stderr] 42 | httparse_simd, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stderr] --> src/simd/mod.rs:44:9 [INFO] [stderr] | [INFO] [stderr] 44 | httparse_simd_target_feature_sse42, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stderr] --> src/simd/mod.rs:45:9 [INFO] [stderr] | [INFO] [stderr] 45 | httparse_simd_target_feature_avx2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:129:5 [INFO] [stderr] | [INFO] [stderr] 129 | httparse_simd, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stderr] --> src/simd/mod.rs:131:9 [INFO] [stderr] | [INFO] [stderr] 131 | httparse_simd_target_feature_sse42, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stderr] --> src/simd/mod.rs:132:9 [INFO] [stderr] | [INFO] [stderr] 132 | httparse_simd_target_feature_avx2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:142:5 [INFO] [stderr] | [INFO] [stderr] 142 | httparse_simd, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stderr] --> src/simd/mod.rs:143:5 [INFO] [stderr] | [INFO] [stderr] 143 | httparse_simd_target_feature_sse42, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stderr] --> src/simd/mod.rs:144:9 [INFO] [stderr] | [INFO] [stderr] 144 | not(httparse_simd_target_feature_avx2), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:173:5 [INFO] [stderr] | [INFO] [stderr] 173 | httparse_simd, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_sse42` [INFO] [stderr] --> src/simd/mod.rs:174:5 [INFO] [stderr] | [INFO] [stderr] 174 | httparse_simd_target_feature_sse42, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_sse42)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_sse42)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stderr] --> src/simd/mod.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | not(httparse_simd_target_feature_avx2), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | httparse_simd, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stderr] --> src/simd/mod.rs:185:5 [INFO] [stderr] | [INFO] [stderr] 185 | httparse_simd_target_feature_avx2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:231:5 [INFO] [stderr] | [INFO] [stderr] 231 | httparse_simd, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd_target_feature_avx2` [INFO] [stderr] --> src/simd/mod.rs:232:5 [INFO] [stderr] | [INFO] [stderr] 232 | httparse_simd_target_feature_avx2, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd_target_feature_avx2)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd_target_feature_avx2)");` to the top of the `build.rs` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:302:9 [INFO] [stderr] | [INFO] [stderr] 302 | complete!(skip_empty_lines(&mut bytes)); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:303:28 [INFO] [stderr] | [INFO] [stderr] 303 | self.method = Some(complete!(parse_token(&mut bytes))); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:304:26 [INFO] [stderr] | [INFO] [stderr] 304 | self.path = Some(complete!(parse_uri(&mut bytes))); [INFO] [stderr] | -------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:305:29 [INFO] [stderr] | [INFO] [stderr] 305 | self.version = Some(complete!(parse_version(&mut bytes))); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:309:27 [INFO] [stderr] | [INFO] [stderr] 309 | let headers_len = complete!(parse_headers_iter(&mut self.headers, &mut bytes)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:370:9 [INFO] [stderr] | [INFO] [stderr] 370 | complete!(skip_empty_lines(&mut bytes)); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:371:29 [INFO] [stderr] | [INFO] [stderr] 371 | self.version = Some(complete!(parse_version(&mut bytes))); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:373:26 [INFO] [stderr] | [INFO] [stderr] 373 | self.code = Some(complete!(parse_code(&mut bytes))); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:387:36 [INFO] [stderr] | [INFO] [stderr] 387 | self.reason = Some(complete!(parse_reason(&mut bytes))); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stdout] [INFO] [stderr] | ^^^ [INFO] [stdout] running 31 tests [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:400:27 [INFO] [stderr] | [INFO] [stderr] 400 | let headers_len = complete!(parse_headers_iter(&mut self.headers, &mut bytes)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:524:48 [INFO] [stderr] | [INFO] [stderr] 524 | let hundreds = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:525:44 [INFO] [stderr] | [INFO] [stderr] 525 | let tens = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:526:44 [INFO] [stderr] | [INFO] [stderr] 526 | let ones = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | match try!($e) { [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:554:15 [INFO] [stderr] | [INFO] [stderr] 554 | let pos = complete!(parse_headers_iter(&mut dst, &mut iter)); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:711:18 [INFO] [stderr] | [INFO] [stderr] 711 | b'0' ... b'9' if in_chunk_size => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:719:18 [INFO] [stderr] | [INFO] [stderr] 719 | b'a' ... b'f' if in_chunk_size => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:727:18 [INFO] [stderr] | [INFO] [stderr] 727 | b'A' ... b'F' if in_chunk_size => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/simd/mod.rs:60:43 [INFO] [stderr] | [INFO] [stderr] 60 | use core::sync::atomic::{AtomicUsize, ATOMIC_USIZE_INIT, Ordering}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::atomic::ATOMIC_USIZE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/simd/mod.rs:62:35 [INFO] [stderr] | [INFO] [stderr] 62 | static FEATURE: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: replace the use of the deprecated constant [INFO] [stderr] | [INFO] [stderr] 62 - static FEATURE: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] 62 + static FEATURE: AtomicUsize = AtomicUsize::new(0); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `rtsparse` (lib) generated 41 warnings (run `cargo fix --lib -p rtsparse` to apply 7 suggestions) [INFO] [stderr] warning: unexpected `cfg` condition name: `httparse_simd` [INFO] [stderr] --> src/simd/mod.rs:2:5 [INFO] [stdout] test tests::test_request_empty_lines_prefix ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_request_empty_lines_prefix_lf_only ... ok [INFO] [stderr] 2 | httparse_simd, [INFO] [stdout] test tests::test_request_header_value_htab_long ... ok [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stdout] test tests::test_request_header_value_htab_med ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_request_header_value_htab_short ... ok [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] test tests::test_request_headers_max ... ok [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stdout] test tests::test_request_headers ... ok [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] test tests::test_request_headers_optional_whitespace ... ok [INFO] [stderr] [lints.rust] [INFO] [stdout] test tests::test_request_multibyte ... ok [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(httparse_simd)'] } [INFO] [stdout] test tests::test_request_partial_version ... ok [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(httparse_simd)");` to the top of the `build.rs` [INFO] [stdout] test tests::test_request_simple ... ok [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stdout] test tests::test_request_simple_with_query_params ... ok [INFO] [stderr] note: the lint level is defined here [INFO] [stdout] test tests::test_request_simple_with_whatwg_query_params ... ok [INFO] [stderr] --> src/lib.rs:2:24 [INFO] [stdout] test tests::test_request_with_invalid_token_delimiter ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_response_code_missing_space ... ok [INFO] [stderr] 2 | #![cfg_attr(test, deny(warnings))] [INFO] [stdout] test tests::test_response_newlines ... ok [INFO] [stderr] | ^^^^^^^^ [INFO] [stdout] test tests::test_request_newlines ... ok [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` implied by `#[warn(warnings)]` [INFO] [stdout] test tests::test_request_partial ... ok [INFO] [stderr] [INFO] [stdout] test tests::test_response_reason_missing ... ok [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] test tests::test_request_with_invalid_but_short_version ... ok [INFO] [stderr] --> src/macros.rs:26:15 [INFO] [stdout] test tests::test_response_empty_lines_prefix_lf_only ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_response_reason_missing_no_space_with_headers ... ok [INFO] [stderr] 26 | match try!($e) { [INFO] [stdout] test tests::test_response_reason_with_nul_byte ... ok [INFO] [stderr] | ^^^ [INFO] [stdout] test tests::test_response_reason_with_space_and_tab ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_response_version_missing_space ... ok [INFO] [stderr] ::: src/lib.rs:302:9 [INFO] [stdout] test tests::test_shrink ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_response_reason_with_obsolete_text_byte ... ok [INFO] [stderr] 302 | complete!(skip_empty_lines(&mut bytes)); [INFO] [stdout] test tests::test_response_simple ... ok [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stdout] test tests::test_std_error ... ok [INFO] [stderr] | [INFO] [stdout] test tests::test_response_reason_missing_no_space ... ok [INFO] [stderr] = note: `#[warn(deprecated)]` implied by `#[warn(warnings)]` [INFO] [stderr] = note: this warning originates in the macro `complete` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:524:48 [INFO] [stderr] | [INFO] [stderr] 524 | let hundreds = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:1124:41 [INFO] [stderr] | [INFO] [stderr] 1124 | assert_eq!(err.to_string(), err.description()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `rtsparse` (lib test) generated 42 warnings (38 duplicates) (run `cargo fix --lib -p rtsparse --tests` to apply 1 suggestion) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rtsparse-b6bbb2abfbff4696) [INFO] [stdout] test tests::test_chunk_size ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/uri.rs (/opt/rustwide/target/debug/deps/uri-5a252bd8fb4bbca6) [INFO] [stdout] [INFO] [stdout] running 262 tests [INFO] [stdout] test urltest_001 ... ok [INFO] [stdout] test urltest_002 ... ok [INFO] [stdout] test urltest_003 ... ok [INFO] [stdout] test urltest_005 ... ok [INFO] [stdout] test urltest_004 ... ok [INFO] [stdout] test urltest_006 ... ok [INFO] [stdout] test urltest_008 ... ok [INFO] [stdout] test urltest_007 ... ok [INFO] [stdout] test urltest_009 ... ok [INFO] [stdout] test urltest_010 ... ok [INFO] [stdout] test urltest_015 ... ok [INFO] [stdout] test urltest_016 ... ok [INFO] [stdout] test urltest_011 ... ok [INFO] [stdout] test urltest_012 ... ok [INFO] [stdout] test urltest_013 ... ok [INFO] [stdout] test urltest_014 ... ok [INFO] [stdout] test urltest_017 ... ok [INFO] [stdout] test urltest_018 ... ok [INFO] [stdout] test urltest_019 ... ok [INFO] [stdout] test urltest_020 ... ok [INFO] [stdout] test urltest_023 ... ok [INFO] [stdout] test urltest_024 ... ok [INFO] [stdout] test urltest_026 ... ok [INFO] [stdout] test urltest_028 ... ok [INFO] [stdout] test urltest_027 ... ok [INFO] [stdout] test urltest_029 ... ok [INFO] [stdout] test urltest_030 ... ok [INFO] [stdout] test urltest_033 ... ok [INFO] [stdout] test urltest_021 ... ok [INFO] [stdout] test urltest_034 ... ok [INFO] [stdout] test urltest_022 ... ok [INFO] [stdout] test urltest_025 ... ok [INFO] [stdout] test urltest_031 ... ok [INFO] [stdout] test urltest_035 ... ok [INFO] [stdout] test urltest_036 ... ok [INFO] [stdout] test urltest_037 ... ok [INFO] [stdout] test urltest_038 ... ok [INFO] [stdout] test urltest_032 ... ok [INFO] [stdout] test urltest_040 ... ok [INFO] [stdout] test urltest_041 ... ok [INFO] [stdout] test urltest_044 ... ok [INFO] [stdout] test urltest_045 ... ok [INFO] [stdout] test urltest_048 ... ok [INFO] [stdout] test urltest_049 ... ok [INFO] [stdout] test urltest_042 ... ok [INFO] [stdout] test urltest_043 ... ok [INFO] [stdout] test urltest_046 ... ok [INFO] [stdout] test urltest_047 ... ok [INFO] [stdout] test urltest_051 ... ok [INFO] [stdout] test urltest_039 ... ok [INFO] [stdout] test urltest_050 ... ok [INFO] [stdout] test urltest_057 ... ok [INFO] [stdout] test urltest_058 ... ok [INFO] [stdout] test urltest_052 ... ok [INFO] [stdout] test urltest_060 ... ok [INFO] [stdout] test urltest_054 ... ok [INFO] [stdout] test urltest_059 ... ok [INFO] [stdout] test urltest_055 ... ok [INFO] [stdout] test urltest_056 ... ok [INFO] [stdout] test urltest_053 ... ok [INFO] [stdout] test urltest_062 ... ok [INFO] [stdout] test urltest_061 ... ok [INFO] [stdout] test urltest_063 ... ok [INFO] [stdout] test urltest_064 ... ok [INFO] [stdout] test urltest_066 ... ok [INFO] [stdout] test urltest_067 ... ok [INFO] [stdout] test urltest_070 ... ok [INFO] [stdout] test urltest_071 ... ok [INFO] [stdout] test urltest_074 ... ok [INFO] [stdout] test urltest_075 ... ok [INFO] [stdout] test urltest_065 ... ok [INFO] [stdout] test urltest_076 ... ok [INFO] [stdout] test urltest_068 ... ok [INFO] [stdout] test urltest_069 ... ok [INFO] [stdout] test urltest_072 ... ok [INFO] [stdout] test urltest_077 ... ok [INFO] [stdout] test urltest_073 ... ok [INFO] [stdout] test urltest_079 ... ok [INFO] [stdout] test urltest_080 ... ok [INFO] [stdout] test urltest_083 ... ok [INFO] [stdout] test urltest_084 ... ok [INFO] [stdout] test urltest_086 ... ok [INFO] [stdout] test urltest_088 ... ok [INFO] [stdout] test urltest_087 ... ok [INFO] [stdout] test urltest_078 ... ok [INFO] [stdout] test urltest_089 ... ok [INFO] [stdout] test urltest_081 ... ok [INFO] [stdout] test urltest_090 ... ok [INFO] [stdout] test urltest_082 ... ok [INFO] [stdout] test urltest_085 ... ok [INFO] [stdout] test urltest_092 ... ok [INFO] [stdout] test urltest_093 ... ok [INFO] [stdout] test urltest_096 ... ok [INFO] [stdout] test urltest_097 ... ok [INFO] [stdout] test urltest_099 ... ok [INFO] [stdout] test urltest_100 ... ok [INFO] [stdout] test urltest_101 ... ok [INFO] [stdout] test urltest_102 ... ok [INFO] [stdout] test urltest_103 ... ok [INFO] [stdout] test urltest_094 ... ok [INFO] [stdout] test urltest_104 ... ok [INFO] [stdout] test urltest_095 ... ok [INFO] [stdout] test urltest_098 ... ok [INFO] [stdout] test urltest_091 ... ok [INFO] [stdout] test urltest_105 ... ok [INFO] [stdout] test urltest_106 ... ok [INFO] [stdout] test urltest_109 ... ok [INFO] [stdout] test urltest_110 ... ok [INFO] [stdout] test urltest_111 ... ok [INFO] [stdout] test urltest_114 ... ok [INFO] [stdout] test urltest_107 ... ok [INFO] [stdout] test urltest_112 ... ok [INFO] [stdout] test urltest_108 ... ok [INFO] [stdout] test urltest_113 ... ok [INFO] [stdout] test urltest_115 ... ok [INFO] [stdout] test urltest_118 ... ok [INFO] [stdout] test urltest_119 ... ok [INFO] [stdout] test urltest_120 ... ok [INFO] [stdout] test urltest_122 ... ok [INFO] [stdout] test urltest_121 ... ok [INFO] [stdout] test urltest_124 ... ok [INFO] [stdout] test urltest_125 ... ok [INFO] [stdout] test urltest_126 ... ok [INFO] [stdout] test urltest_127 ... ok [INFO] [stdout] test urltest_129 ... ok [INFO] [stdout] test urltest_132 ... ok [INFO] [stdout] test urltest_116 ... ok [INFO] [stdout] test urltest_133 ... ok [INFO] [stdout] test urltest_117 ... ok [INFO] [stdout] test urltest_123 ... ok [INFO] [stdout] test urltest_128 ... ok [INFO] [stdout] test urltest_130 ... ok [INFO] [stdout] test urltest_131 ... ok [INFO] [stdout] test urltest_134 ... ok [INFO] [stdout] test urltest_135 ... ok [INFO] [stdout] test urltest_136 ... ok [INFO] [stdout] test urltest_137 ... ok [INFO] [stdout] test urltest_138 ... ok [INFO] [stdout] test urltest_139 ... ok [INFO] [stdout] test urltest_140 ... ok [INFO] [stdout] test urltest_141 ... ok [INFO] [stdout] test urltest_142 ... ok [INFO] [stdout] test urltest_143 ... ok [INFO] [stdout] test urltest_145 ... ok [INFO] [stdout] test urltest_147 ... ok [INFO] [stdout] test urltest_148 ... ok [INFO] [stdout] test urltest_149 ... ok [INFO] [stdout] test urltest_150 ... ok [INFO] [stdout] test urltest_144 ... ok [INFO] [stdout] test urltest_146 ... ok [INFO] [stdout] test urltest_156 ... ok [INFO] [stdout] test urltest_159 ... ok [INFO] [stdout] test urltest_151 ... ok [INFO] [stdout] test urltest_152 ... ok [INFO] [stdout] test urltest_153 ... ok [INFO] [stdout] test urltest_154 ... ok [INFO] [stdout] test urltest_155 ... ok [INFO] [stdout] test urltest_157 ... ok [INFO] [stdout] test urltest_158 ... ok [INFO] [stdout] test urltest_160 ... ok [INFO] [stdout] test urltest_162 ... ok [INFO] [stdout] test urltest_164 ... ok [INFO] [stdout] test urltest_167 ... ok [INFO] [stdout] test urltest_169 ... ok [INFO] [stdout] test urltest_171 ... ok [INFO] [stdout] test urltest_161 ... ok [INFO] [stdout] test urltest_163 ... ok [INFO] [stdout] test urltest_165 ... ok [INFO] [stdout] test urltest_166 ... ok [INFO] [stdout] test urltest_168 ... ok [INFO] [stdout] test urltest_170 ... ok [INFO] [stdout] test urltest_172 ... ok [INFO] [stdout] test urltest_173 ... ok [INFO] [stdout] test urltest_176 ... ok [INFO] [stdout] test urltest_179 ... ok [INFO] [stdout] test urltest_180 ... ok [INFO] [stdout] test urltest_174 ... ok [INFO] [stdout] test urltest_175 ... ok [INFO] [stdout] test urltest_177 ... ok [INFO] [stdout] test urltest_178 ... ok [INFO] [stdout] test urltest_181 ... ok [INFO] [stdout] test urltest_182 ... ok [INFO] [stdout] test urltest_183 ... ok [INFO] [stdout] test urltest_186 ... ok [INFO] [stdout] test urltest_188 ... ok [INFO] [stdout] test urltest_190 ... ok [INFO] [stdout] test urltest_192 ... ok [INFO] [stdout] test urltest_193 ... ok [INFO] [stdout] test urltest_196 ... ok [INFO] [stdout] test urltest_184 ... ok [INFO] [stdout] test urltest_185 ... ok [INFO] [stdout] test urltest_187 ... ok [INFO] [stdout] test urltest_189 ... ok [INFO] [stdout] test urltest_191 ... ok [INFO] [stdout] test urltest_194 ... ok [INFO] [stdout] test urltest_195 ... ok [INFO] [stdout] test urltest_197 ... ok [INFO] [stdout] test urltest_200 ... ok [INFO] [stdout] test urltest_203 ... ok [INFO] [stdout] test urltest_205 ... ok [INFO] [stdout] test urltest_207 ... ok [INFO] [stdout] test urltest_198 ... ok [INFO] [stdout] test urltest_199 ... ok [INFO] [stdout] test urltest_201 ... ok [INFO] [stdout] test urltest_202 ... ok [INFO] [stdout] test urltest_204 ... ok [INFO] [stdout] test urltest_206 ... ok [INFO] [stdout] test urltest_208 ... ok [INFO] [stdout] test urltest_209 ... ok [INFO] [stdout] test urltest_210 ... ok [INFO] [stdout] test urltest_211 ... ok [INFO] [stdout] test urltest_212 ... ok [INFO] [stdout] test urltest_213 ... ok [INFO] [stdout] test urltest_214 ... ok [INFO] [stdout] test urltest_215 ... ok [INFO] [stdout] test urltest_216 ... ok [INFO] [stdout] test urltest_217 ... ok [INFO] [stdout] test urltest_218 ... ok [INFO] [stdout] test urltest_219 ... ok [INFO] [stdout] test urltest_220 ... ok [INFO] [stdout] test urltest_221 ... ok [INFO] [stdout] test urltest_222 ... ok [INFO] [stdout] test urltest_223 ... ok [INFO] [stdout] test urltest_224 ... ok [INFO] [stdout] test urltest_225 ... ok [INFO] [stdout] test urltest_226 ... ok [INFO] [stdout] test urltest_227 ... ok [INFO] [stdout] test urltest_228 ... ok [INFO] [stdout] test urltest_229 ... ok [INFO] [stdout] test urltest_230 ... ok [INFO] [stdout] test urltest_231 ... ok [INFO] [stdout] test urltest_232 ... ok [INFO] [stdout] test urltest_233 ... ok [INFO] [stdout] test urltest_236 ... ok [INFO] [stdout] test urltest_238 ... ok [INFO] [stdout] test urltest_240 ... ok [INFO] [stdout] test urltest_241 ... ok [INFO] [stdout] test urltest_244 ... ok [INFO] [stdout] test urltest_235 ... ok [INFO] [stdout] test urltest_237 ... ok [INFO] [stdout] test urltest_239 ... ok [INFO] [stdout] test urltest_242 ... ok [INFO] [stdout] test urltest_243 ... ok [INFO] [stdout] test urltest_234 ... ok [INFO] [stdout] test urltest_245 ... ok [INFO] [stdout] test urltest_246 ... ok [INFO] [stdout] test urltest_248 ... ok [INFO] [stdout] test urltest_252 ... ok [INFO] [stdout] test urltest_253 ... ok [INFO] [stdout] test urltest_247 ... ok [INFO] [stdout] test urltest_249 ... ok [INFO] [stdout] test urltest_250 ... ok [INFO] [stdout] test urltest_251 ... ok [INFO] [stdout] test urltest_255 ... ok [INFO] [stdout] test urltest_256 ... ok [INFO] [stdout] test urltest_257 ... ok [INFO] [stdout] test urltest_258 ... ok [INFO] [stdout] test urltest_259 ... ok [INFO] [stdout] test urltest_260 ... ok [INFO] [stdout] test urltest_261 ... ok [INFO] [stdout] test urltest_262 ... ok [INFO] [stdout] test urltest_254 ... ok [INFO] [stdout] [INFO] [stderr] Doc-tests rtsparse [INFO] [stdout] test result: ok. 262 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:524:48 [INFO] [stderr] | [INFO] [stderr] 524 | let hundreds = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:525:44 [INFO] [stderr] | [INFO] [stderr] 525 | let tens = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:526:44 [INFO] [stderr] | [INFO] [stderr] 526 | let ones = expect!(bytes.next() == b'0'...b'9' => Err(Error::Status)); [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:711:18 [INFO] [stderr] | [INFO] [stderr] 711 | b'0' ... b'9' if in_chunk_size => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:719:18 [INFO] [stderr] | [INFO] [stderr] 719 | b'a' ... b'f' if in_chunk_size => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/lib.rs:727:18 [INFO] [stderr] | [INFO] [stderr] 727 | b'A' ... b'F' if in_chunk_size => { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/lib.rs - Request (line 257) - compile ... ok [INFO] [stdout] test src/lib.rs - EMPTY_HEADER (line 424) ... ok [INFO] [stdout] test src/lib.rs - parse_chunk_size (line 695) ... ok [INFO] [stdout] test src/lib.rs - parse_headers (line 542) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f5ce860d1c15ef73997bc3555616c227b6b6df1aa53fed44a277114e8a958157", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5ce860d1c15ef73997bc3555616c227b6b6df1aa53fed44a277114e8a958157", kill_on_drop: false }` [INFO] [stdout] f5ce860d1c15ef73997bc3555616c227b6b6df1aa53fed44a277114e8a958157