[INFO] updating cached repository https://github.com/kvinwang/astate [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] 0b04c300dc321bb82a4ff8cbf2fe85a0adac019e [INFO] checking kvinwang/astate against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkvinwang%2Fastate" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kvinwang/astate on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/kvinwang/astate [INFO] finished tweaking git repo https://github.com/kvinwang/astate [INFO] tweaked toml for git repo https://github.com/kvinwang/astate written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/kvinwang/astate already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e097bb4da066f15182c03cc0249b942c913bbe50c965ba6f5be59fc54437d0c9 [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" "e097bb4da066f15182c03cc0249b942c913bbe50c965ba6f5be59fc54437d0c9"` [INFO] [stderr] Checking futures v0.1.27 [INFO] [stderr] Checking tokio-trace-core v0.2.0 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Checking tokio-executor v0.2.0 (https://github.com/tokio-rs/tokio#d4adeeef) [INFO] [stderr] Checking tokio-io v0.2.0 (https://github.com/tokio-rs/tokio#d4adeeef) [INFO] [stderr] Checking tokio-sync v0.2.0 (https://github.com/tokio-rs/tokio#d4adeeef) [INFO] [stderr] Checking tokio-io v0.1.12 [INFO] [stderr] Checking tokio-sync v0.1.6 [INFO] [stderr] Checking tokio-executor v0.1.7 [INFO] [stderr] Checking tokio-threadpool v0.2.0 (https://github.com/tokio-rs/tokio#d4adeeef) [INFO] [stderr] Checking tokio-current-thread v0.2.0 (https://github.com/tokio-rs/tokio#d4adeeef) [INFO] [stderr] Checking tokio-timer v0.3.0 (https://github.com/tokio-rs/tokio#d4adeeef) [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-codec v0.1.1 [INFO] [stderr] Checking tokio-reactor v0.2.0 (https://github.com/tokio-rs/tokio#d4adeeef) [INFO] [stderr] Checking tokio-codec v0.2.0 (https://github.com/tokio-rs/tokio#d4adeeef) [INFO] [stderr] Checking tokio-futures v0.2.0 (https://github.com/tokio-rs/tokio#d4adeeef) [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tokio-377c595163f99a10/d4adeee/tokio-futures/src/lib.rs:2:25 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(async_await, await_macro)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: subsumed by `.await` syntax [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tokio-377c595163f99a10/d4adeee/tokio-futures/src/lib.rs:2:25 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(async_await, await_macro)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/tokio-377c595163f99a10/d4adeee/tokio-futures/src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(async_await, await_macro)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0554, E0557. [INFO] [stderr] For more information about an error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `tokio-futures`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e097bb4da066f15182c03cc0249b942c913bbe50c965ba6f5be59fc54437d0c9"` [INFO] running `"docker" "rm" "-f" "e097bb4da066f15182c03cc0249b942c913bbe50c965ba6f5be59fc54437d0c9"` [INFO] [stdout] e097bb4da066f15182c03cc0249b942c913bbe50c965ba6f5be59fc54437d0c9