[INFO] crate awc 0.1.0-alpha.6 is already in cache [INFO] extracting crate awc 0.1.0-alpha.6 into work/ex/pr-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/reg/awc/0.1.0-alpha.6 [INFO] extracting crate awc 0.1.0-alpha.6 into work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/awc/0.1.0-alpha.6 [INFO] validating manifest of awc-0.1.0-alpha.6 on toolchain master#e305df1846a6d985315917ae0c81b74af8b4e641 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of awc-0.1.0-alpha.6 on toolchain try#99a7498759a22b5684caf798a98b7e90ad9d2443 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-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-60039-1/sources/master#e305df1846a6d985315917ae0c81b74af8b4e641/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-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/awc/0.1.0-alpha.6/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e305df1846a6d985315917ae0c81b74af8b4e641-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking awc-0.1.0-alpha.6 against try#99a7498759a22b5684caf798a98b7e90ad9d2443 for pr-60039-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-60039-1/worker-4/try#99a7498759a22b5684caf798a98b7e90ad9d2443:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-60039-1/sources/try#99a7498759a22b5684caf798a98b7e90ad9d2443/reg/awc/0.1.0-alpha.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+99a7498759a22b5684caf798a98b7e90ad9d2443-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8402197e7feb3479b16ef87a831371a283082022fa1ffc18d01a8de4f7048e67 [INFO] running `"docker" "start" "-a" "8402197e7feb3479b16ef87a831371a283082022fa1ffc18d01a8de4f7048e67"` [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.14.0 [INFO] [stderr] Compiling actix-web-codegen v0.1.0-beta.1 [INFO] [stderr] Checking tokio-openssl v0.3.0 [INFO] [stderr] Checking actix-router v0.1.3 [INFO] [stderr] Checking tokio-signal v0.2.7 [INFO] [stderr] Checking actix-server-config v0.1.1 [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.4 [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" "8402197e7feb3479b16ef87a831371a283082022fa1ffc18d01a8de4f7048e67"` [INFO] running `"docker" "rm" "-f" "8402197e7feb3479b16ef87a831371a283082022fa1ffc18d01a8de4f7048e67"` [INFO] [stdout] 8402197e7feb3479b16ef87a831371a283082022fa1ffc18d01a8de4f7048e67