[INFO] cloning repository https://github.com/pfernie/ws-sample [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pfernie/ws-sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpfernie%2Fws-sample", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpfernie%2Fws-sample'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 76702141689fe8595113e090fc2caa2c725ae105 [INFO] checking pfernie/ws-sample against try#b2f80f6008cdafc35b4472bd46afa16cc6b0cd63 for pr-79470 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpfernie%2Fws-sample" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pfernie/ws-sample on toolchain b2f80f6008cdafc35b4472bd46afa16cc6b0cd63 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/pfernie/ws-sample [INFO] finished tweaking git repo https://github.com/pfernie/ws-sample [INFO] tweaked toml for git repo https://github.com/pfernie/ws-sample written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/pfernie/ws-sample already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded headers-derive v0.1.0 [INFO] [stderr] Downloaded headers v0.2.1 [INFO] [stderr] Downloaded tungstenite v0.8.1 [INFO] [stderr] Downloaded warp v0.1.16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e1bca5c8fadaddbc29d833d75f6959354e5b01454e894d711cabeb682fa922cf [INFO] running `Command { std: "docker" "start" "-a" "e1bca5c8fadaddbc29d833d75f6959354e5b01454e894d711cabeb682fa922cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e1bca5c8fadaddbc29d833d75f6959354e5b01454e894d711cabeb682fa922cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1bca5c8fadaddbc29d833d75f6959354e5b01454e894d711cabeb682fa922cf", kill_on_drop: false }` [INFO] [stdout] e1bca5c8fadaddbc29d833d75f6959354e5b01454e894d711cabeb682fa922cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+b2f80f6008cdafc35b4472bd46afa16cc6b0cd63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7f22907326cd2b2542e150858faf29a159f71bc874d2a4947fd9c2ad751c8544 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7f22907326cd2b2542e150858faf29a159f71bc874d2a4947fd9c2ad751c8544", kill_on_drop: false }` [INFO] [stderr] Checking scopeguard v0.3.3 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Checking memoffset v0.2.1 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling serde v1.0.93 [INFO] [stderr] Compiling httparse v1.3.3 [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking quick-error v1.2.2 [INFO] [stderr] Checking utf-8 v0.7.5 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Checking urlencoding v1.0.0 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Checking tokio-sync v0.1.6 [INFO] [stderr] Compiling unicase v2.4.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Checking owning_ref v0.4.0 [INFO] [stderr] Checking humantime v1.2.0 [INFO] [stderr] Checking arrayvec v0.4.10 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking tokio-timer v0.2.11 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Checking http v0.1.17 [INFO] [stderr] Checking input_buffer v0.2.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking sha-1 v0.8.1 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking env_logger v0.6.1 [INFO] [stderr] Checking crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking mime v0.3.13 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Checking tokio-threadpool v0.1.14 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Checking num-integer v0.1.41 [INFO] [stderr] Checking tokio-fs v0.1.6 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking chrono v0.4.7 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.3 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking h2 v0.1.24 [INFO] [stderr] Checking headers-core v0.1.1 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Checking tungstenite v0.8.1 [INFO] [stderr] Checking tokio v0.1.21 [INFO] [stderr] Checking pretty_env_logger v0.3.0 [INFO] [stderr] Compiling headers-derive v0.1.0 [INFO] [stderr] Checking headers v0.2.1 [INFO] [stderr] Checking hyper v0.12.30 [INFO] [stderr] Checking serde_json v1.0.39 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking warp v0.1.16 [INFO] [stdout] error[E0277]: the trait bound `!: From<()>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:493:22 [INFO] [stdout] | [INFO] [stdout] 493 | .forward(tx.sink_map_err(|_| ())) [INFO] [stdout] | ^^^^^^^ the trait `From<()>` is not implemented for `!` [INFO] [stdout] | [INFO] [stdout] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information). Consider whether you meant to use the type `()` here instead. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `!: From<()>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:494:22 [INFO] [stdout] | [INFO] [stdout] 494 | .map(|_| ()); [INFO] [stdout] | ^^^ the trait `From<()>` is not implemented for `!` [INFO] [stdout] | [INFO] [stdout] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information). Consider whether you meant to use the type `()` here instead. [INFO] [stdout] = note: required because of the requirements on the impl of `futures::Future` for `Forward, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:490:30: 492:22]>, SinkMapErr, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:493:46: 493:52]>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `!: From<()>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:501:22 [INFO] [stdout] | [INFO] [stdout] 501 | .forward(rd_tx.sink_map_err(|_| ())) [INFO] [stdout] | ^^^^^^^ the trait `From<()>` is not implemented for `!` [INFO] [stdout] | [INFO] [stdout] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information). Consider whether you meant to use the type `()` here instead. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `!: From<()>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:502:22 [INFO] [stdout] | [INFO] [stdout] 502 | .map(|_| ()); [INFO] [stdout] | ^^^ the trait `From<()>` is not implemented for `!` [INFO] [stdout] | [INFO] [stdout] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information). Consider whether you meant to use the type `()` here instead. [INFO] [stdout] = note: required because of the requirements on the impl of `futures::Future` for `Forward, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:497:33: 499:22], Finished>, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:500:27: 500:46], std::result::Result, !>>, SinkMapErr>, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:501:49: 501:55]>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `!: From<()>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:504:35 [INFO] [stdout] | [INFO] [stdout] 504 | rt.block_on(write.join(read)).expect("websocket forward"); [INFO] [stdout] | ^^^^ the trait `From<()>` is not implemented for `!` [INFO] [stdout] | [INFO] [stdout] = note: the trait is implemented for `()`. Possibly this error has been caused by changes to Rust's type-inference algorithm (see issue #48950 for more information). Consider whether you meant to use the type `()` here instead. [INFO] [stdout] = note: required because of the requirements on the impl of `futures::Future` for `Forward, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:490:30: 492:22]>, SinkMapErr, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:493:46: 493:52]>>` [INFO] [stdout] = note: 1 redundant requirements hidden [INFO] [stdout] = 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.16/src/test.rs:490:30: 492:22]>, SinkMapErr, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:493:46: 493:52]>>, [closure@/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/warp-0.1.16/src/test.rs:494:26: 494:32]>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `warp` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "7f22907326cd2b2542e150858faf29a159f71bc874d2a4947fd9c2ad751c8544", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7f22907326cd2b2542e150858faf29a159f71bc874d2a4947fd9c2ad751c8544", kill_on_drop: false }` [INFO] [stdout] 7f22907326cd2b2542e150858faf29a159f71bc874d2a4947fd9c2ad751c8544