[INFO] crate coconut 0.1.0 is already in cache [INFO] testing coconut-0.1.0 against try#03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 for pr-74409 [INFO] extracting crate coconut 0.1.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate coconut 0.1.0 on toolchain 03a1ea71b075ab964b5278bc6e74cd6c52c36ee0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate coconut 0.1.0 [INFO] finished tweaking crates.io crate coconut 0.1.0 [INFO] tweaked toml for crates.io crate coconut 0.1.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9e704719be3434f91316f2dfa5c2c7afc44d39c5a04574c7dab0347a05471d48 [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" "9e704719be3434f91316f2dfa5c2c7afc44d39c5a04574c7dab0347a05471d48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9e704719be3434f91316f2dfa5c2c7afc44d39c5a04574c7dab0347a05471d48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9e704719be3434f91316f2dfa5c2c7afc44d39c5a04574c7dab0347a05471d48", kill_on_drop: false }` [INFO] [stdout] 9e704719be3434f91316f2dfa5c2c7afc44d39c5a04574c7dab0347a05471d48 [INFO] running `Command { std: "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@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+03a1ea71b075ab964b5278bc6e74cd6c52c36ee0" "build" "--frozen" "--message-format=json", 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] c99d5a68abef44122949e9bd468fb726d30803096e358ca79df9f1efe426b0b2 [INFO] running `Command { std: "docker" "start" "-a" "c99d5a68abef44122949e9bd468fb726d30803096e358ca79df9f1efe426b0b2", kill_on_drop: false }` [INFO] [stderr] Compiling futures-sink-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-core-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling futures-channel-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling coconut v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0437]: type `SinkError` is not a member of trait `Sink` [INFO] [stdout] --> src/lib.rs:150:5 [INFO] [stdout] | [INFO] [stdout] 150 | type SinkError = FramesError; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a member of trait `Sink` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `SinkError` not found for `Self` [INFO] [stdout] --> src/lib.rs:152:89 [INFO] [stdout] | [INFO] [stdout] 152 | fn poll_ready(self: Pin<&mut Self>, _cx: &mut Context<'_>) -> Poll> { [INFO] [stdout] | ^^^^^^^^^ associated type `SinkError` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `SinkError` not found for `Self` [INFO] [stdout] --> src/lib.rs:156:70 [INFO] [stdout] | [INFO] [stdout] 156 | fn start_send(self: Pin<&mut Self>, item: T) -> Result<(), Self::SinkError> { [INFO] [stdout] | ^^^^^^^^^ associated type `SinkError` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `SinkError` not found for `Self` [INFO] [stdout] --> src/lib.rs:162:92 [INFO] [stdout] | [INFO] [stdout] 162 | fn poll_flush(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll> { [INFO] [stdout] | ^^^^^^^^^ associated type `SinkError` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `SinkError` not found for `Self` [INFO] [stdout] --> src/lib.rs:178:92 [INFO] [stdout] | [INFO] [stdout] 178 | fn poll_close(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll> { [INFO] [stdout] | ^^^^^^^^^ associated type `SinkError` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0220, E0437. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0220`. [INFO] [stdout] [INFO] [stderr] error: could not compile `coconut`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c99d5a68abef44122949e9bd468fb726d30803096e358ca79df9f1efe426b0b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c99d5a68abef44122949e9bd468fb726d30803096e358ca79df9f1efe426b0b2", kill_on_drop: false }` [INFO] [stdout] c99d5a68abef44122949e9bd468fb726d30803096e358ca79df9f1efe426b0b2