[INFO] crate h2 0.1.18 is already in cache [INFO] extracting crate h2 0.1.18 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/h2/0.1.18 [INFO] extracting crate h2 0.1.18 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/h2/0.1.18 [INFO] validating manifest of h2-0.1.18 on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of h2-0.1.18 on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing h2-0.1.18 [INFO] finished frobbing h2-0.1.18 [INFO] frobbed toml for h2-0.1.18 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/h2/0.1.18/Cargo.toml [INFO] started frobbing h2-0.1.18 [INFO] finished frobbing h2-0.1.18 [INFO] frobbed toml for h2-0.1.18 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/h2/0.1.18/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking h2-0.1.18 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-5/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/h2/0.1.18:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a45974198a69cd7d365be1cb80805ba768d5e6557072472fedac19910f859bd2 [INFO] running `"docker" "start" "-a" "a45974198a69cd7d365be1cb80805ba768d5e6557072472fedac19910f859bd2"` [INFO] [stderr] Checking sct v0.3.0 [INFO] [stderr] Checking h2 v0.1.18 (/opt/crater/workdir) [INFO] [stderr] Checking webpki-roots v0.14.0 [INFO] [stderr] Checking quickcheck v0.4.1 [INFO] [stderr] Checking rustls v0.12.0 [INFO] [stderr] warning: the item `header` is imported redundantly [INFO] [stderr] --> src/hpack/decoder.rs:575:9 [INFO] [stderr] | [INFO] [stderr] 5 | use http::header; [INFO] [stderr] | ------------ the item `header` is already imported here [INFO] [stderr] ... [INFO] [stderr] 575 | use http::header; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Checking tokio-rustls v0.5.0 [INFO] [stderr] error: the item `HeaderName` is imported redundantly [INFO] [stderr] --> src/hpack/encoder.rs:825:28 [INFO] [stderr] | [INFO] [stderr] 409 | use super::*; [INFO] [stderr] | -------- the item `HeaderName` is already imported here [INFO] [stderr] ... [INFO] [stderr] 825 | use http::header::{HeaderName, HeaderValue}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:89:24 [INFO] [stderr] | [INFO] [stderr] 89 | #![cfg_attr(test, deny(warnings))] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[deny(unused_imports)] implied by #[deny(warnings)] [INFO] [stderr] [INFO] [stderr] error: the item `HeaderValue` is imported redundantly [INFO] [stderr] --> src/hpack/encoder.rs:825:40 [INFO] [stderr] | [INFO] [stderr] 409 | use super::*; [INFO] [stderr] | -------- the item `HeaderValue` is already imported here [INFO] [stderr] ... [INFO] [stderr] 825 | use http::header::{HeaderName, HeaderValue}; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: the item `header` is imported redundantly [INFO] [stderr] --> src/hpack/decoder.rs:575:9 [INFO] [stderr] | [INFO] [stderr] 5 | use http::header; [INFO] [stderr] | ------------ the item `header` is already imported here [INFO] [stderr] ... [INFO] [stderr] 575 | use http::header; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `h2`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a45974198a69cd7d365be1cb80805ba768d5e6557072472fedac19910f859bd2"` [INFO] running `"docker" "rm" "-f" "a45974198a69cd7d365be1cb80805ba768d5e6557072472fedac19910f859bd2"` [INFO] [stdout] a45974198a69cd7d365be1cb80805ba768d5e6557072472fedac19910f859bd2