[INFO] crate unbase 0.0.2 is already in cache [INFO] testing unbase-0.0.2 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate unbase 0.0.2 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate unbase 0.0.2 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate unbase 0.0.2 [INFO] finished tweaking crates.io crate unbase 0.0.2 [INFO] tweaked toml for crates.io crate unbase 0.0.2 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8ae00f6562414437ca9425dbf1827223d6358f5b06cc1f4be0e09ac98065778d [INFO] running `"docker" "start" "-a" "8ae00f6562414437ca9425dbf1827223d6358f5b06cc1f4be0e09ac98065778d"` [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling serde v0.9.15 [INFO] [stderr] Compiling dtoa v0.4.5 [INFO] [stderr] Compiling itoa v0.3.4 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling futures-await-await-macro v0.1.1 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling serde_codegen_internals v0.14.2 [INFO] [stderr] Compiling generic-array v0.6.0 [INFO] [stderr] Compiling digest-buffer v0.2.0 [INFO] [stderr] Compiling digest v0.4.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling sha2 v0.4.2 [INFO] [stderr] Compiling serde_derive v0.9.15 [INFO] [stderr] Compiling serde_json v0.9.10 [INFO] [stderr] Compiling futures-await-async-macro v0.1.4 [INFO] [stderr] Compiling 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 Future for GenFuture [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 Stream for GenStream [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" "8ae00f6562414437ca9425dbf1827223d6358f5b06cc1f4be0e09ac98065778d"` [INFO] running `"docker" "rm" "-f" "8ae00f6562414437ca9425dbf1827223d6358f5b06cc1f4be0e09ac98065778d"` [INFO] [stdout] 8ae00f6562414437ca9425dbf1827223d6358f5b06cc1f4be0e09ac98065778d