[INFO] updating cached repository https://github.com/ebkalderon/sink-futures-example [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] aa79c026aabcd060d404b9baac8e06f31092c5d6 [INFO] checking ebkalderon/sink-futures-example against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Febkalderon%2Fsink-futures-example" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ebkalderon/sink-futures-example on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ebkalderon/sink-futures-example [INFO] finished tweaking git repo https://github.com/ebkalderon/sink-futures-example [INFO] tweaked toml for git repo https://github.com/ebkalderon/sink-futures-example written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/ebkalderon/sink-futures-example already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-10/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 9665adc31e746efc3e5c8f2c9d76150b48fea34586e9d0bd85810da985f6b0ff [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "9665adc31e746efc3e5c8f2c9d76150b48fea34586e9d0bd85810da985f6b0ff"` [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking tokio-threadpool v0.1.17 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [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-tcp v0.1.3 [INFO] [stderr] Checking tokio-udp v0.1.5 [INFO] [stderr] Checking tokio-uds v0.2.5 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking sink-futures-example v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: incorrect use of `await` [INFO] [stderr] --> src/bin/new.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | for entry in await!(rx.next()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: `await` is a postfix operation: `rx.next().await` [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/bin/new.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await, await_macro, futures_api)] [INFO] [stderr] | ^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `.await` syntax [INFO] [stderr] [INFO] [stderr] error: incorrect use of `await` [INFO] [stderr] --> src/bin/new.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | for entry in await!(rx.next()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: `await` is a postfix operation: `rx.next().await` [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/bin/new.rs:1:25 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(async_await, await_macro, futures_api)] [INFO] [stderr] | ^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `.await` syntax [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stderr] --> src/bin/new.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | use std::task::{LocalWaker, Poll}; [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `sink-futures-example`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `std::task::LocalWaker` [INFO] [stderr] --> src/bin/new.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | use std::task::{LocalWaker, Poll}; [INFO] [stderr] | ^^^^^^^^^^ no `LocalWaker` in `task` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `sink-futures-example`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9665adc31e746efc3e5c8f2c9d76150b48fea34586e9d0bd85810da985f6b0ff"` [INFO] running `"docker" "rm" "-f" "9665adc31e746efc3e5c8f2c9d76150b48fea34586e9d0bd85810da985f6b0ff"` [INFO] [stdout] 9665adc31e746efc3e5c8f2c9d76150b48fea34586e9d0bd85810da985f6b0ff