[INFO] updating cached repository https://github.com/motss/learning-rust [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] ba8b1604551ac72a4b3e93a0ed2de3e5ae9f6621 [INFO] checking motss/learning-rust against try#e60d9e09c55855f5a848fde8ad83e13131a5b241 for pr-68350 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmotss%2Flearning-rust" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/motss/learning-rust 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/motss/learning-rust [INFO] finished tweaking git repo https://github.com/motss/learning-rust [INFO] tweaked toml for git repo https://github.com/motss/learning-rust written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/motss/learning-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e60d9e09c55855f5a848fde8ad83e13131a5b241" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-0/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [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] e260098d1227d79314ed7b44467b7e7f0ec74db5ae57ffcf1746ea769827940e [INFO] running `"docker" "start" "-a" "e260098d1227d79314ed7b44467b7e7f0ec74db5ae57ffcf1746ea769827940e"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking buf_redux v0.8.4 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking headers-core v0.1.1 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking pretty_env_logger v0.2.5 [INFO] [stderr] Checking sha-1 v0.8.2 [INFO] [stderr] Checking multipart v0.16.1 [INFO] [stderr] Checking tungstenite v0.9.2 [INFO] [stderr] Checking headers v0.2.3 [INFO] [stderr] Checking warp v0.1.20 [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e260098d1227d79314ed7b44467b7e7f0ec74db5ae57ffcf1746ea769827940e"` [INFO] running `"docker" "rm" "-f" "e260098d1227d79314ed7b44467b7e7f0ec74db5ae57ffcf1746ea769827940e"` [INFO] [stdout] e260098d1227d79314ed7b44467b7e7f0ec74db5ae57ffcf1746ea769827940e