[INFO] fetching crate bhttp 0.5.3...
[INFO] checking bhttp-0.5.3 against master#3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777 for pr-132289
[INFO] extracting crate bhttp 0.5.3 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate bhttp 0.5.3 on toolchain 3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate bhttp 0.5.3
[INFO] finished tweaking crates.io crate bhttp 0.5.3
[INFO] tweaked toml for crates.io crate bhttp 0.5.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 15 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 36c7315f0f2ea64f30c91881bb3573d35fa551113fad0f7f52271fa00a3986f2
[INFO] running `Command { std: "docker" "start" "-a" "36c7315f0f2ea64f30c91881bb3573d35fa551113fad0f7f52271fa00a3986f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "36c7315f0f2ea64f30c91881bb3573d35fa551113fad0f7f52271fa00a3986f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36c7315f0f2ea64f30c91881bb3573d35fa551113fad0f7f52271fa00a3986f2", kill_on_drop: false }`
[INFO] [stdout] 36c7315f0f2ea64f30c91881bb3573d35fa551113fad0f7f52271fa00a3986f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+3f1be1ec7ec3d8e80beb381ee82164a0aa3ca777" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5272a23222425aa8641009951fe73524c0556626cd8aee24bb770eb0a9ed7862
[INFO] running `Command { std: "docker" "start" "-a" "5272a23222425aa8641009951fe73524c0556626cd8aee24bb770eb0a9ed7862", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.85
[INFO] [stderr]    Compiling thiserror-impl v1.0.65
[INFO] [stderr]     Checking thiserror v1.0.65
[INFO] [stderr]     Checking bhttp v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: unexpected `cfg` condition value: `stream`
[INFO] [stdout]   --> src/err.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[cfg(feature = "stream")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bhttp`, `default`, `http`, `read-bhttp`, `read-http`, `url`, `write-bhttp`, and `write-http`
[INFO] [stdout]    = help: consider adding `stream` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:1:9
[INFO] [stdout]    |
[INFO] [stdout] 1  | #![deny(warnings, clippy::pedantic)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unexpected_cfgs)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unexpected `cfg` condition value: `stream`
[INFO] [stdout]   --> src/err.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[cfg(feature = "stream")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `bhttp`, `default`, `http`, `read-bhttp`, `read-http`, `url`, `write-bhttp`, and `write-http`
[INFO] [stdout]    = help: consider adding `stream` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:1:9
[INFO] [stdout]    |
[INFO] [stdout] 1  | #![deny(warnings, clippy::pedantic)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unexpected_cfgs)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bhttp` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `bhttp` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "5272a23222425aa8641009951fe73524c0556626cd8aee24bb770eb0a9ed7862", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5272a23222425aa8641009951fe73524c0556626cd8aee24bb770eb0a9ed7862", kill_on_drop: false }`
[INFO] [stdout] 5272a23222425aa8641009951fe73524c0556626cd8aee24bb770eb0a9ed7862
