[INFO] updating cached repository https://github.com/CryZe/speedrun-com-api [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] [stderr] From https://github.com/CryZe/speedrun-com-api [INFO] [stderr] 483f7ec..eb58fe7 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] eb58fe7c2f671014076af41116f74178ef426dee [INFO] checking CryZe/speedrun-com-api against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCryZe%2Fspeedrun-com-api" "/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/CryZe/speedrun-com-api on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/CryZe/speedrun-com-api [INFO] finished tweaking git repo https://github.com/CryZe/speedrun-com-api [INFO] tweaked toml for git repo https://github.com/CryZe/speedrun-com-api written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Updating git repository `https://github.com/hyperium/hyper` [INFO] [stderr] Updating git repository `https://github.com/CryZe/hyper-rustls` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-rustls v0.12.1 [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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "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] 83d8b4bdbae8a2c27776d5ba275a29013e71c83dec619151051bbbfb217fc8a6 [INFO] running `"docker" "start" "-a" "83d8b4bdbae8a2c27776d5ba275a29013e71c83dec619151051bbbfb217fc8a6"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ring v0.16.9 [INFO] [stderr] Compiling snafu-derive v0.6.0 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking arrayvec v0.5.1 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking sct v0.6.0 [INFO] [stderr] Checking webpki v0.21.0 [INFO] [stderr] Checking ct-logs v0.6.0 [INFO] [stderr] Checking rustls v0.16.0 [INFO] [stderr] Checking snafu v0.6.0 [INFO] [stderr] Checking hyper v0.13.0 [INFO] [stderr] Checking hyper v0.13.0 (https://github.com/hyperium/hyper#a07142da) [INFO] [stderr] Checking rustls-native-certs v0.1.0 [INFO] [stderr] Checking tokio-rustls v0.12.1 [INFO] [stderr] Checking hyper-rustls v0.19.0-alpha.3 (https://github.com/CryZe/hyper-rustls?branch=hyper-0.13.0#a02ef72a) [INFO] [stderr] Checking speedrun-com-api v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `request` found for type `hyper::client::Client>` in the current scope [INFO] [stderr] --> src/platform/native.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | self.client.request(request).await [INFO] [stderr] | ^^^^^^^ method not found in `hyper::client::Client>` [INFO] [stderr] | [INFO] [stderr] = note: the method `request` exists but the following trait bounds were not satisfied: [INFO] [stderr] `hyper_rustls::connector::HttpsConnector : hyper::client::connect::sealed::Connect` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `request` found for type `hyper::client::Client>` in the current scope [INFO] [stderr] --> src/platform/native.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | self.client.request(request).await [INFO] [stderr] | ^^^^^^^ method not found in `hyper::client::Client>` [INFO] [stderr] | [INFO] [stderr] = note: the method `request` exists but the following trait bounds were not satisfied: [INFO] [stderr] `hyper_rustls::connector::HttpsConnector : hyper::client::connect::sealed::Connect` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `speedrun-com-api`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `speedrun-com-api`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "83d8b4bdbae8a2c27776d5ba275a29013e71c83dec619151051bbbfb217fc8a6"` [INFO] running `"docker" "rm" "-f" "83d8b4bdbae8a2c27776d5ba275a29013e71c83dec619151051bbbfb217fc8a6"` [INFO] [stdout] 83d8b4bdbae8a2c27776d5ba275a29013e71c83dec619151051bbbfb217fc8a6