[INFO] updating cached repository https://github.com/nickmass/nickmass-com [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 11300d5b9234759e62ebb1971b7b1c1aab9faec9 [INFO] checking nickmass/nickmass-com against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickmass%2Fnickmass-com" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nickmass/nickmass-com on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/nickmass/nickmass-com [INFO] finished tweaking git repo https://github.com/nickmass/nickmass-com [INFO] tweaked toml for git repo https://github.com/nickmass/nickmass-com written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/nickmass/nickmass-com already has a lockfile, it will not be regenerated [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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 29d06cb6f287c2fcdf988676b22640b0d5167348fe756d21082ce8a634b0d3a8 [INFO] running `"docker" "start" "-a" "29d06cb6f287c2fcdf988676b22640b0d5167348fe756d21082ce8a634b0d3a8"` [INFO] [stderr] Compiling cc v1.0.34 [INFO] [stderr] Compiling pulldown-cmark v0.4.0 [INFO] [stderr] Compiling redis v0.10.0 [INFO] [stderr] Checking ascii v0.9.1 [INFO] [stderr] Compiling proc-macro2 v0.4.27 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking http v0.1.16 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking rust-crypto v0.2.36 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking tokio-threadpool v0.1.13 [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking combine v3.8.1 [INFO] [stderr] Compiling quote v0.6.11 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tungstenite v0.6.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Compiling syn v0.15.30 [INFO] [stderr] Checking h2 v0.1.17 [INFO] [stderr] Checking headers-core v0.1.0 [INFO] [stderr] Compiling openssl-sys v0.9.43 [INFO] [stderr] Compiling miniz_oxide_c_api v0.2.1 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking jwt v0.4.0 [INFO] [stderr] Checking flate2 v1.0.7 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Compiling openssl v0.10.20 [INFO] [stderr] Compiling native-tls v0.2.2 [INFO] [stderr] Checking tokio v0.1.18 [INFO] [stderr] Checking hyper v0.12.25 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling headers-derive v0.1.0 [INFO] [stderr] Compiling structopt-derive v0.2.15 [INFO] [stderr] Checking headers v0.2.1 [INFO] [stderr] Checking structopt v0.2.15 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking warp v0.1.15 [INFO] [stderr] Checking reqwest v0.9.13 [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.15/src/test.rs:493:22 [INFO] [stderr] | [INFO] [stderr] 493 | .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.15/src/test.rs:494:22 [INFO] [stderr] | [INFO] [stderr] 494 | .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.15/src/test.rs:490:30: 492:22]>, futures::sink::SinkMapErr, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.15/src/test.rs:493:46: 493: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.15/src/test.rs:498:22 [INFO] [stderr] | [INFO] [stderr] 498 | .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.15/src/test.rs:499:22 [INFO] [stderr] | [INFO] [stderr] 499 | .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.15/src/test.rs:497:27: 497:46], std::result::Result, !>>, futures::sink::SinkMapErr>, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.15/src/test.rs:498:49: 498: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.15/src/test.rs:501:35 [INFO] [stderr] | [INFO] [stderr] 501 | 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.15/src/test.rs:490:30: 492:22]>, futures::sink::SinkMapErr, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.15/src/test.rs:493:46: 493: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.15/src/test.rs:490:30: 492:22]>, futures::sink::SinkMapErr, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.15/src/test.rs:493:46: 493:52]>>, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.15/src/test.rs:494:26: 494: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" "29d06cb6f287c2fcdf988676b22640b0d5167348fe756d21082ce8a634b0d3a8"` [INFO] running `"docker" "rm" "-f" "29d06cb6f287c2fcdf988676b22640b0d5167348fe756d21082ce8a634b0d3a8"` [INFO] [stdout] 29d06cb6f287c2fcdf988676b22640b0d5167348fe756d21082ce8a634b0d3a8