[INFO] fetching crate awc 0.1.0-alpha.6... [INFO] extracting crate awc 0.1.0-alpha.6 into work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/awc/0.1.0-alpha.6 [INFO] extracting crate awc 0.1.0-alpha.6 into work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/awc/0.1.0-alpha.6 [INFO] validating manifest of awc-0.1.0-alpha.6 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 awc-0.1.0-alpha.6 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 awc-0.1.0-alpha.6 [INFO] finished frobbing awc-0.1.0-alpha.6 [INFO] frobbed toml for awc-0.1.0-alpha.6 written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/awc/0.1.0-alpha.6/Cargo.toml [INFO] started frobbing awc-0.1.0-alpha.6 [INFO] finished frobbing awc-0.1.0-alpha.6 [INFO] frobbed toml for awc-0.1.0-alpha.6 written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/reg/awc/0.1.0-alpha.6/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 awc-0.1.0-alpha.6 against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-4/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/reg/awc/0.1.0-alpha.6:/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] 922629dc7357f2e47e0cf166f80b1a6331f2698240bb8de71b47f5fa57c0033a [INFO] running `"docker" "start" "-a" "922629dc7357f2e47e0cf166f80b1a6331f2698240bb8de71b47f5fa57c0033a"` [INFO] [stderr] Checking copyless v0.1.2 [INFO] [stderr] Checking actix-service v0.3.6 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.14.0 [INFO] [stderr] Checking string v0.2.0 [INFO] [stderr] Compiling actix-web-codegen v0.1.0-beta.1 [INFO] [stderr] Checking actix-codec v0.1.2 [INFO] [stderr] Checking tokio-openssl v0.3.0 [INFO] [stderr] Checking actix-router v0.1.3 [INFO] [stderr] Checking actix-server-config v0.1.1 [INFO] [stderr] Checking actix-utils v0.3.5 [INFO] [stderr] Checking trust-dns-proto v0.7.3 [INFO] [stderr] Checking actix-threadpool v0.1.0 [INFO] [stderr] Checking actix-rt v0.2.2 [INFO] [stderr] Checking trust-dns-resolver v0.11.0 [INFO] [stderr] Checking actix-server v0.4.3 [INFO] [stderr] Checking actix-connect v0.1.5 [INFO] [stderr] Checking actix-http v0.1.2 [INFO] [stderr] Checking awc v0.1.1 [INFO] [stderr] Checking awc v0.1.0-alpha.6 (/opt/crater/workdir) [INFO] [stderr] error[E0271]: type mismatch resolving `::Request == http::uri::Uri` [INFO] [stderr] --> src/lib.rs:80:37 [INFO] [stderr] | [INFO] [stderr] 80 | connector: RefCell::new(Box::new(ConnectorWrapper( [INFO] [stderr] | _____________________________________^ [INFO] [stderr] 81 | | Connector::new().finish(), [INFO] [stderr] 82 | | ))), [INFO] [stderr] | |______________^ expected struct `actix_http::client::Connect`, found struct `http::uri::Uri` [INFO] [stderr] | [INFO] [stderr] = note: expected type `actix_http::client::Connect` [INFO] [stderr] found type `http::uri::Uri` [INFO] [stderr] = note: required because of the requirements on the impl of `connect::Connect` for `connect::ConnectorWrapper` [INFO] [stderr] = note: required for the cast to the object type `dyn connect::Connect` [INFO] [stderr] [INFO] [stderr] error[E0271]: type mismatch resolving `::Request == http::uri::Uri` [INFO] [stderr] --> src/builder.rs:33:41 [INFO] [stderr] | [INFO] [stderr] 33 | connector: RefCell::new(Box::new(ConnectorWrapper( [INFO] [stderr] | _________________________________________^ [INFO] [stderr] 34 | | Connector::new().finish(), [INFO] [stderr] 35 | | ))), [INFO] [stderr] | |__________________^ expected struct `actix_http::client::Connect`, found struct `http::uri::Uri` [INFO] [stderr] | [INFO] [stderr] = note: expected type `actix_http::client::Connect` [INFO] [stderr] found type `http::uri::Uri` [INFO] [stderr] = note: required because of the requirements on the impl of `connect::Connect` for `connect::ConnectorWrapper` [INFO] [stderr] = note: required for the cast to the object type `dyn connect::Connect` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0271`. [INFO] [stderr] error: Could not compile `awc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "922629dc7357f2e47e0cf166f80b1a6331f2698240bb8de71b47f5fa57c0033a"` [INFO] running `"docker" "rm" "-f" "922629dc7357f2e47e0cf166f80b1a6331f2698240bb8de71b47f5fa57c0033a"` [INFO] [stdout] 922629dc7357f2e47e0cf166f80b1a6331f2698240bb8de71b47f5fa57c0033a