[INFO] crate facade 0.0.0 is already in cache [INFO] checking facade-0.0.0 against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] extracting crate facade 0.0.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate facade 0.0.0 on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate facade 0.0.0 [INFO] finished tweaking crates.io crate facade 0.0.0 [INFO] tweaked toml for crates.io crate facade 0.0.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] de0b9983108f124f152e28cc87ba12be6cdf9f9faf8df7b9b76ea5c8ae6e35a2 [INFO] running `"docker" "start" "-a" "de0b9983108f124f152e28cc87ba12be6cdf9f9faf8df7b9b76ea5c8ae6e35a2"` [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking buf_redux v0.8.4 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Checking serde-hjson v0.8.2 [INFO] [stderr] Checking headers-core v0.1.1 [INFO] [stderr] Compiling futures-join-macro-preview v0.3.0-alpha.18 [INFO] [stderr] Compiling futures-select-macro-preview v0.3.0-alpha.18 [INFO] [stderr] Checking bigdecimal v0.1.0 [INFO] [stderr] Checking tungstenite v0.9.2 [INFO] [stderr] Checking headers v0.2.3 [INFO] [stderr] Checking multipart v0.16.1 [INFO] [stderr] Checking facade-protocol v0.1.0 [INFO] [stderr] Checking config v0.9.3 [INFO] [stderr] Checking warp v0.1.20 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.18 [INFO] [stderr] error[E0277]: the trait bound `!: std::convert::From<()>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:502:22 [INFO] [stderr] | [INFO] [stderr] 502 | .forward(tx.sink_map_err(|_| ())) [INFO] [stderr] | ^^^^^^^ the trait `std::convert::From<()>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: std::convert::From<()>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:503:22 [INFO] [stderr] | [INFO] [stderr] 503 | .map(|_| ()); [INFO] [stderr] | ^^^ the trait `std::convert::From<()>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: required because of the requirements on the impl of `futures::Future` for `futures::stream::Forward, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:499:30: 501:22]>, futures::sink::SinkMapErr, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:502:46: 502:52]>>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: std::convert::From<()>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:510:22 [INFO] [stderr] | [INFO] [stderr] 510 | .forward(rd_tx.sink_map_err(|_| ())) [INFO] [stderr] | ^^^^^^^ the trait `std::convert::From<()>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: std::convert::From<()>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:511:22 [INFO] [stderr] | [INFO] [stderr] 511 | .map(|_| ()); [INFO] [stderr] | ^^^ the trait `std::convert::From<()>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: required because of the requirements on the impl of `futures::Future` for `futures::stream::Forward, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:506:33: 508:22], futures::Done>, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:509:27: 509:46], std::result::Result, !>>, futures::sink::SinkMapErr>, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:510:49: 510:55]>>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `!: std::convert::From<()>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:513:35 [INFO] [stderr] | [INFO] [stderr] 513 | rt.block_on(write.join(read)).expect("websocket forward"); [INFO] [stderr] | ^^^^ the trait `std::convert::From<()>` is not implemented for `!` [INFO] [stderr] | [INFO] [stderr] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see: https://github.com/rust-lang/rust/issues/48950 for more info). Consider whether you meant to use the type `()` here instead. [INFO] [stderr] = note: required because of the requirements on the impl of `futures::Future` for `futures::stream::Forward, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:499:30: 501:22]>, futures::sink::SinkMapErr, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:502:46: 502:52]>>` [INFO] [stderr] = note: required because of the requirements on the impl of `futures::Future` for `futures::Map, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:499:30: 501:22]>, futures::sink::SinkMapErr, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:502:46: 502:52]>>, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.20/src/test.rs:503:26: 503:32]>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `warp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "de0b9983108f124f152e28cc87ba12be6cdf9f9faf8df7b9b76ea5c8ae6e35a2"` [INFO] running `"docker" "rm" "-f" "de0b9983108f124f152e28cc87ba12be6cdf9f9faf8df7b9b76ea5c8ae6e35a2"` [INFO] [stdout] de0b9983108f124f152e28cc87ba12be6cdf9f9faf8df7b9b76ea5c8ae6e35a2