[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 master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCryZe%2Fspeedrun-com-api" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/CryZe/speedrun-com-api on toolchain fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] 84840316e159906b6b81971ddc1d48950db2b63b4ce6fcbd39dc0feed914c628 [INFO] running `"docker" "start" "-a" "84840316e159906b6b81971ddc1d48950db2b63b4ce6fcbd39dc0feed914c628"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking tower-service v0.3.0 [INFO] [stderr] Checking futures-channel v0.3.1 [INFO] [stderr] Checking http-body v0.3.0 [INFO] [stderr] Checking ring v0.16.9 [INFO] [stderr] Compiling syn v1.0.11 [INFO] [stderr] Checking tokio v0.2.4 [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 tokio-util v0.2.0 [INFO] [stderr] Checking tokio-rustls v0.12.1 [INFO] [stderr] Checking rustls-native-certs v0.1.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling pin-project-internal v0.4.6 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling snafu-derive v0.6.0 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Checking pin-project v0.4.6 [INFO] [stderr] Checking snafu v0.6.0 [INFO] [stderr] Checking futures-util v0.3.1 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Checking serde v1.0.103 [INFO] [stderr] Checking hyper v0.13.0 [INFO] [stderr] Checking hyper v0.13.0 (https://github.com/hyperium/hyper#a07142da) [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 arrayvec v0.5.1 [INFO] [stderr] Checking serde_json v1.0.44 [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: 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[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: could not compile `speedrun-com-api`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "84840316e159906b6b81971ddc1d48950db2b63b4ce6fcbd39dc0feed914c628"` [INFO] running `"docker" "rm" "-f" "84840316e159906b6b81971ddc1d48950db2b63b4ce6fcbd39dc0feed914c628"` [INFO] [stdout] 84840316e159906b6b81971ddc1d48950db2b63b4ce6fcbd39dc0feed914c628