[INFO] updating cached repository https://github.com/rkusa/web-rs [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] aa092951a50e0a8c83b98053c9e066baa9baf2f5 [INFO] checking rkusa/web-rs against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frkusa%2Fweb-rs" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rkusa/web-rs on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rkusa/web-rs [INFO] finished tweaking git repo https://github.com/rkusa/web-rs [INFO] tweaked toml for git repo https://github.com/rkusa/web-rs written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/rkusa/web-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b141621807e636c5f87131139fce47b78a5d3c9a107805b08f4af044c2be638c [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" "b141621807e636c5f87131139fce47b78a5d3c9a107805b08f4af044c2be638c"` [INFO] [stderr] Checking futures-await-await-macro v0.1.2 (https://github.com/alexcrichton/futures-await#cd38b747) [INFO] [stderr] Checking tokio-sync v0.1.3 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking h2 v0.1.16 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking tokio-reactor v0.1.9 [INFO] [stderr] Checking tokio-tcp v0.1.3 [INFO] [stderr] Checking tokio v0.1.16 [INFO] [stderr] Checking hyper v0.12.25 [INFO] [stderr] Compiling futures-await-async-macro v0.1.4 (https://github.com/alexcrichton/futures-await#cd38b747) [INFO] [stderr] Checking web v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking futures-await v0.1.1 (https://github.com/alexcrichton/futures-await#cd38b747) [INFO] [stderr] error[E0599]: no method named `resume` found for type `T` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/futures-await-a6ad9b15490168c1/cd38b74/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 `T` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/futures-await-a6ad9b15490168c1/cd38b74/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 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [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" "b141621807e636c5f87131139fce47b78a5d3c9a107805b08f4af044c2be638c"` [INFO] running `"docker" "rm" "-f" "b141621807e636c5f87131139fce47b78a5d3c9a107805b08f4af044c2be638c"` [INFO] [stdout] b141621807e636c5f87131139fce47b78a5d3c9a107805b08f4af044c2be638c