[INFO] updating cached repository https://github.com/moritayasuaki/mahj
[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] 1fedb186262eade0780773910a582e3bba62f450
[INFO] checking moritayasuaki/mahj against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmoritayasuaki%2Fmahj" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/moritayasuaki/mahj on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/moritayasuaki/mahj
[INFO] finished tweaking git repo https://github.com/moritayasuaki/mahj
[INFO] tweaked toml for git repo https://github.com/moritayasuaki/mahj written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/moritayasuaki/mahj already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"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" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 66b4edae5de327c3a22828a3042a444216fd456c86e71fd6b20260622550653e
[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" "66b4edae5de327c3a22828a3042a444216fd456c86e71fd6b20260622550653e"`
[INFO] [stderr]    Compiling proc-macro2 v0.4.20
[INFO] [stderr]     Checking futures-await-await-macro v0.1.1
[INFO] [stderr]     Checking backtrace v0.3.9
[INFO] [stderr]    Compiling quote v0.6.8
[INFO] [stderr]    Compiling syn v0.14.9
[INFO] [stderr]    Compiling synstructure v0.9.0
[INFO] [stderr]    Compiling futures-await-async-macro v0.1.4
[INFO] [stderr]    Compiling failure_derive v0.1.2
[INFO] [stderr]     Checking failure v0.1.2
[INFO] [stderr]     Checking futures-await v0.1.1
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-await-0.1.1/src/lib.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | #![feature(on_unimplemented)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: this is an internal attribute that will never be stable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-await-0.1.1/src/lib.rs:64:5
[INFO] [stderr]    |
[INFO] [stderr] 64 | /     #[rustc_on_unimplemented = "async functions must return a `Result` or \
[INFO] [stderr] 65 | |                                 a typedef of `Result`"]
[INFO] [stderr]    | |_______________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = help: add `#![feature(rustc_attrs)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `resume` found for type parameter `T` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-await-0.1.1/src/lib.rs:120:35
[INFO] [stderr]     |
[INFO] [stderr] 120 |             match unsafe { self.0.resume() } {
[INFO] [stderr]     |                                   ^^^^^^ method not found in `T`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the type parameter is bounded by the trait
[INFO] [stderr] help: the following trait defines an item `resume`, perhaps you need to restrict type parameter `T` with it:
[INFO] [stderr]     |
[INFO] [stderr] 112 |     impl<T: std::ops::Generator> Future for GenFuture<T>
[INFO] [stderr]     |          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `resume` found for type parameter `T` in the current scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-await-0.1.1/src/lib.rs:140:37
[INFO] [stderr]     |
[INFO] [stderr] 140 |             match unsafe { self.gen.resume() } {
[INFO] [stderr]     |                                     ^^^^^^ method not found in `T`
[INFO] [stderr]     |
[INFO] [stderr]     = help: items from traits can only be used if the type parameter is bounded by the trait
[INFO] [stderr] help: the following trait defines an item `resume`, perhaps you need to restrict type parameter `T` with it:
[INFO] [stderr]     |
[INFO] [stderr] 131 |     impl<U, T: std::ops::Generator> Stream for GenStream<U, T>
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0557, E0599, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0557`.
[INFO] [stderr] error: could not compile `futures-await`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "66b4edae5de327c3a22828a3042a444216fd456c86e71fd6b20260622550653e"`
[INFO] running `"docker" "rm" "-f" "66b4edae5de327c3a22828a3042a444216fd456c86e71fd6b20260622550653e"`
[INFO] [stdout] 66b4edae5de327c3a22828a3042a444216fd456c86e71fd6b20260622550653e
