[INFO] crate futures-await 0.1.1 is already in cache
[INFO] checking futures-await-0.1.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate futures-await 0.1.1 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate futures-await 0.1.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate futures-await 0.1.1
[INFO] finished tweaking crates.io crate futures-await 0.1.1
[INFO] tweaked toml for crates.io crate futures-await 0.1.1 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-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" "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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 8b59a7d5837c28a174bc3a74e06aeec18703b2ac938202941a90a976f5d27e6d
[INFO] running `"docker" "start" "-a" "8b59a7d5837c28a174bc3a74e06aeec18703b2ac938202941a90a976f5d27e6d"`
[INFO] [stderr]     Checking futures-await-await-macro v0.1.1
[INFO] [stderr]    Compiling syn v0.14.9
[INFO] [stderr]    Compiling futures-await-async-macro v0.1.4
[INFO] [stderr]     Checking futures-await v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> src/lib.rs:17:12
[INFO] [stderr]    |
[INFO] [stderr] 17 | #![feature(on_unimplemented)]
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stderr] 
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> 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]   --> 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: ambiguous associated item
[INFO] [stderr]    --> src/lib.rs:76:40
[INFO] [stderr]     |
[INFO] [stderr] 76  |         fn into_result(self) -> Result<Self::Ok, Self::Err> { self }
[INFO] [stderr]     |                                        ^^^^^^^^ help: use fully-qualified syntax: `<std::result::Result<T, E> as IsResult>::Ok`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[deny(ambiguous_associated_items)]` on by default
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #57644 <https://github.com/rust-lang/rust/issues/57644>
[INFO] [stderr] note: `Ok` could refer to the variant defined here
[INFO] [stderr] note: `Ok` could also refer to the associated type defined here
[INFO] [stderr]    --> src/lib.rs:67:9
[INFO] [stderr]     |
[INFO] [stderr] 67  |         type Ok;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: ambiguous associated item
[INFO] [stderr]    --> src/lib.rs:76:50
[INFO] [stderr]     |
[INFO] [stderr] 76  |         fn into_result(self) -> Result<Self::Ok, Self::Err> { self }
[INFO] [stderr]     |                                                  ^^^^^^^^^ help: use fully-qualified syntax: `<std::result::Result<T, E> as IsResult>::Err`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #57644 <https://github.com/rust-lang/rust/issues/57644>
[INFO] [stderr] note: `Err` could refer to the variant defined here
[INFO] [stderr] note: `Err` could also refer to the associated type defined here
[INFO] [stderr]    --> src/lib.rs:68:9
[INFO] [stderr]     |
[INFO] [stderr] 68  |         type Err;
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0557, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0557`.
[INFO] [stderr] error[E0658]: this is an internal attribute that will never be stable
[INFO] [stderr]   --> 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: ambiguous associated item
[INFO] [stderr]    --> src/lib.rs:76:40
[INFO] [stderr]     |
[INFO] [stderr] 76  |         fn into_result(self) -> Result<Self::Ok, Self::Err> { self }
[INFO] [stderr]     |                                        ^^^^^^^^ help: use fully-qualified syntax: `<std::result::Result<T, E> as IsResult>::Ok`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[deny(ambiguous_associated_items)]` on by default
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #57644 <https://github.com/rust-lang/rust/issues/57644>
[INFO] [stderr] note: `Ok` could refer to the variant defined here
[INFO] [stderr] note: `Ok` could also refer to the associated type defined here
[INFO] [stderr]    --> src/lib.rs:67:9
[INFO] [stderr]     |
[INFO] [stderr] 67  |         type Ok;
[INFO] [stderr]     |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: ambiguous associated item
[INFO] [stderr]    --> src/lib.rs:76:50
[INFO] [stderr]     |
[INFO] [stderr] 76  |         fn into_result(self) -> Result<Self::Ok, Self::Err> { self }
[INFO] [stderr]     |                                                  ^^^^^^^^^ help: use fully-qualified syntax: `<std::result::Result<T, E> as IsResult>::Err`
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = note: for more information, see issue #57644 <https://github.com/rust-lang/rust/issues/57644>
[INFO] [stderr] note: `Err` could refer to the variant defined here
[INFO] [stderr] note: `Err` could also refer to the associated type defined here
[INFO] [stderr]    --> src/lib.rs:68:9
[INFO] [stderr]     |
[INFO] [stderr] 68  |         type Err;
[INFO] [stderr]     |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 4 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0557, 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] [stderr] warning: build failed, waiting for other jobs to finish...
[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" "8b59a7d5837c28a174bc3a74e06aeec18703b2ac938202941a90a976f5d27e6d"`
[INFO] running `"docker" "rm" "-f" "8b59a7d5837c28a174bc3a74e06aeec18703b2ac938202941a90a976f5d27e6d"`
[INFO] [stdout] 8b59a7d5837c28a174bc3a74e06aeec18703b2ac938202941a90a976f5d27e6d
