[INFO] crate interledger-store-memory 0.2.2-alpha.1 is already in cache [INFO] checking interledger-store-memory-0.2.2-alpha.1 against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] extracting crate interledger-store-memory 0.2.2-alpha.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate interledger-store-memory 0.2.2-alpha.1 on toolchain e60d9e09c55855f5a848fde8ad83e13131a5b241 [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate interledger-store-memory 0.2.2-alpha.1 [INFO] finished tweaking crates.io crate interledger-store-memory 0.2.2-alpha.1 [INFO] tweaked toml for crates.io crate interledger-store-memory 0.2.2-alpha.1 written to /workspace/builds/worker-0/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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] f5b331102d30ea7b550bfe6aca55e99d7770d19b529bbb4bb15c558422bc5530 [INFO] running `"docker" "start" "-a" "f5b331102d30ea7b550bfe6aca55e99d7770d19b529bbb4bb15c558422bc5530"` [INFO] [stderr] Compiling pest v1.0.6 [INFO] [stderr] Checking atoi v0.2.3 [INFO] [stderr] Checking checked v0.5.0 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking serde_plain v0.3.0 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking secrecy v0.4.1 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Compiling pest_derive v1.0.8 [INFO] [stderr] Checking multipart v0.16.1 [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking tokio-buf v0.1.1 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Checking interledger-packet v0.2.2-beta.5 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Checking tokio-reactor v0.1.11 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking tokio-tls v0.2.1 [INFO] [stderr] Checking interledger-service v0.2.2-beta.3 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking handlebars v1.0.5 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking headers-core v0.1.1 [INFO] [stderr] Checking tungstenite v0.9.2 [INFO] [stderr] Checking interledger-ildcp v0.2.2-beta.3 [INFO] [stderr] Checking interledger-router v0.2.2-beta.3 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking headers v0.2.3 [INFO] [stderr] Checking tokio-dns-unofficial v0.3.1 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking tokio-tungstenite v0.9.0 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Checking warp v0.1.20 [INFO] [stderr] Compiling tower-web-macros v0.3.5 [INFO] [stderr] Checking reqwest v0.9.24 [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" "f5b331102d30ea7b550bfe6aca55e99d7770d19b529bbb4bb15c558422bc5530"` [INFO] running `"docker" "rm" "-f" "f5b331102d30ea7b550bfe6aca55e99d7770d19b529bbb4bb15c558422bc5530"` [INFO] [stdout] f5b331102d30ea7b550bfe6aca55e99d7770d19b529bbb4bb15c558422bc5530