[INFO] fetching crate h2_imp 0.3.21...
[INFO] checking h2_imp-0.3.21 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate h2_imp 0.3.21 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate h2_imp 0.3.21 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate h2_imp 0.3.21
[INFO] finished tweaking crates.io crate h2_imp 0.3.21
[INFO] tweaked toml for crates.io crate h2_imp 0.3.21 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate h2_imp 0.3.21 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rustls v0.21.7
[INFO] [stderr]   Downloaded rustls-webpki v0.101.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66a659267f0c400a627eb38093a7b47cab09c584ccc1f07bc1122798fdf92cc8
[INFO] running `Command { std: "docker" "start" "-a" "66a659267f0c400a627eb38093a7b47cab09c584ccc1f07bc1122798fdf92cc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66a659267f0c400a627eb38093a7b47cab09c584ccc1f07bc1122798fdf92cc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66a659267f0c400a627eb38093a7b47cab09c584ccc1f07bc1122798fdf92cc8", kill_on_drop: false }`
[INFO] [stdout] 66a659267f0c400a627eb38093a7b47cab09c584ccc1f07bc1122798fdf92cc8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da742ef6bdb1bf2ee661a7a769b2d56f4e5e9db9e1dc20a4e836f8ea1ca50253
[INFO] running `Command { std: "docker" "start" "-a" "da742ef6bdb1bf2ee661a7a769b2d56f4e5e9db9e1dc20a4e836f8ea1ca50253", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling rustls v0.21.7
[INFO] [stderr]     Checking hashbrown v0.14.1
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]     Checking webpki-roots v0.25.2
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking indexmap v2.0.2
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking socket2 v0.5.4
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]     Checking tokio v1.33.0
[INFO] [stderr]     Checking rustls-webpki v0.101.6
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking tokio-util v0.7.9
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking h2_imp v0.3.21 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `MAX_INITIAL_WINDOW_SIZE`
[INFO] [stdout]   --> src/frame/mod.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     MAX_INITIAL_WINDOW_SIZE, MAX_MAX_FRAME_SIZE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `MAX_INITIAL_WINDOW_SIZE`
[INFO] [stdout]   --> src/frame/mod.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     MAX_INITIAL_WINDOW_SIZE, MAX_MAX_FRAME_SIZE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:89:24
[INFO] [stdout]    |
[INFO] [stdout] 89 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `h2`
[INFO] [stdout]  --> examples/akamai.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use h2::client;
[INFO] [stdout]   |     ^^ use of undeclared crate or module `h2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `h2`
[INFO] [stdout]  --> examples/client.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use h2::client;
[INFO] [stdout]   |     ^^ use of undeclared crate or module `h2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `h2`
[INFO] [stdout]  --> examples/server.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use h2::server::{self, SendResponse};
[INFO] [stdout]   |     ^^ use of undeclared crate or module `h2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `h2`
[INFO] [stdout]  --> examples/server.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use h2::server::{self, SendResponse};
[INFO] [stdout]   |     ^^ use of undeclared crate or module `h2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `h2`
[INFO] [stdout]  --> examples/server.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use h2::RecvStream;
[INFO] [stdout]   |     ^^ use of undeclared crate or module `h2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `h2_imp` (example "client") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `h2_imp` (example "akamai") due to 2 previous errors
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `h2_imp` (example "server") due to 4 previous errors
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `h2_imp` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "da742ef6bdb1bf2ee661a7a769b2d56f4e5e9db9e1dc20a4e836f8ea1ca50253", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da742ef6bdb1bf2ee661a7a769b2d56f4e5e9db9e1dc20a4e836f8ea1ca50253", kill_on_drop: false }`
[INFO] [stdout] da742ef6bdb1bf2ee661a7a769b2d56f4e5e9db9e1dc20a4e836f8ea1ca50253
[INFO] checking h2_imp-0.3.21 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate h2_imp 0.3.21 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate h2_imp 0.3.21 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate h2_imp 0.3.21
[INFO] finished tweaking crates.io crate h2_imp 0.3.21
[INFO] tweaked toml for crates.io crate h2_imp 0.3.21 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate crates.io crate h2_imp 0.3.21 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1cb942277d492da09ef112bfce572449651c6cdb302a564b866d4238293b1d34
[INFO] running `Command { std: "docker" "start" "-a" "1cb942277d492da09ef112bfce572449651c6cdb302a564b866d4238293b1d34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1cb942277d492da09ef112bfce572449651c6cdb302a564b866d4238293b1d34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1cb942277d492da09ef112bfce572449651c6cdb302a564b866d4238293b1d34", kill_on_drop: false }`
[INFO] [stdout] 1cb942277d492da09ef112bfce572449651c6cdb302a564b866d4238293b1d34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e378fdd18b6bb465f963ee1b3ad04e6876a2ea89f23eb2e6a1b7a8e64813bf5d
[INFO] running `Command { std: "docker" "start" "-a" "e378fdd18b6bb465f963ee1b3ad04e6876a2ea89f23eb2e6a1b7a8e64813bf5d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling rustls v0.21.7
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking hashbrown v0.14.1
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]     Checking env_logger v0.10.0
[INFO] [stderr]     Checking webpki-roots v0.25.2
[INFO] [stderr]     Checking tracing-core v0.1.31
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]     Checking indexmap v2.0.2
[INFO] [stderr]     Checking socket2 v0.5.4
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]     Checking tokio v1.33.0
[INFO] [stderr]     Checking rustls-webpki v0.101.6
[INFO] [stderr]     Checking sct v0.7.0
[INFO] [stderr]     Checking tokio-util v0.7.9
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]     Checking h2_imp v0.3.21 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `MAX_INITIAL_WINDOW_SIZE`
[INFO] [stdout]   --> src/frame/mod.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     MAX_INITIAL_WINDOW_SIZE, MAX_MAX_FRAME_SIZE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unused import: `MAX_INITIAL_WINDOW_SIZE`
[INFO] [stdout]   --> src/frame/mod.rs:72:5
[INFO] [stdout]    |
[INFO] [stdout] 72 |     MAX_INITIAL_WINDOW_SIZE, MAX_MAX_FRAME_SIZE,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:89:24
[INFO] [stdout]    |
[INFO] [stdout] 89 | #![cfg_attr(test, deny(warnings))]
[INFO] [stdout]    |                        ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `h2`
[INFO] [stdout]  --> examples/akamai.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use h2::client;
[INFO] [stdout]   |     ^^ use of undeclared crate or module `h2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `h2`
[INFO] [stdout]  --> examples/client.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use h2::client;
[INFO] [stdout]   |     ^^ use of undeclared crate or module `h2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `h2`
[INFO] [stdout]  --> examples/server.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use h2::server::{self, SendResponse};
[INFO] [stdout]   |     ^^ use of undeclared crate or module `h2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `h2`
[INFO] [stdout]  --> examples/server.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use h2::server::{self, SendResponse};
[INFO] [stdout]   |     ^^ use of undeclared crate or module `h2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `h2`
[INFO] [stdout]  --> examples/server.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use h2::RecvStream;
[INFO] [stdout]   |     ^^ use of undeclared crate or module `h2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `h2_imp` (example "client") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `h2_imp` (example "akamai") due to 2 previous errors
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `h2_imp` (example "server") due to 4 previous errors
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `h2_imp` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "e378fdd18b6bb465f963ee1b3ad04e6876a2ea89f23eb2e6a1b7a8e64813bf5d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e378fdd18b6bb465f963ee1b3ad04e6876a2ea89f23eb2e6a1b7a8e64813bf5d", kill_on_drop: false }`
[INFO] [stdout] e378fdd18b6bb465f963ee1b3ad04e6876a2ea89f23eb2e6a1b7a8e64813bf5d
