[INFO] fetching crate habitica_rust_client 0.1.8...
[INFO] checking habitica_rust_client-0.1.8 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate habitica_rust_client 0.1.8 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate habitica_rust_client 0.1.8 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate habitica_rust_client 0.1.8
[INFO] finished tweaking crates.io crate habitica_rust_client 0.1.8
[INFO] tweaked toml for crates.io crate habitica_rust_client 0.1.8 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cbbe635b7d42e4133d56a900610ae050bb249de0ff768c9846bdd4b2ddc1412e
[INFO] running `Command { std: "docker" "start" "-a" "cbbe635b7d42e4133d56a900610ae050bb249de0ff768c9846bdd4b2ddc1412e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cbbe635b7d42e4133d56a900610ae050bb249de0ff768c9846bdd4b2ddc1412e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cbbe635b7d42e4133d56a900610ae050bb249de0ff768c9846bdd4b2ddc1412e", kill_on_drop: false }`
[INFO] [stdout] cbbe635b7d42e4133d56a900610ae050bb249de0ff768c9846bdd4b2ddc1412e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 36980d627e63f31a67adc7e8e90270ef9aa09bf3092b3115e1b1339d10255453
[INFO] running `Command { std: "docker" "start" "-a" "36980d627e63f31a67adc7e8e90270ef9aa09bf3092b3115e1b1339d10255453", kill_on_drop: false }`
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking h2 v0.3.24
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.23
[INFO] [stderr]     Checking habitica_rust_client v0.1.8 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `get` do not match the trait declaration
[INFO] [stdout]    --> src/task/habitica_client.rs:101:15
[INFO] [stdout]     |
[INFO] [stdout] 101 |         fn get(&self, _url: &str) -> Result<Value, RestClientError> {
[INFO] [stdout]     |               ^ lifetimes do not match method in trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/task/rest_client.rs:11:14
[INFO] [stdout]     |
[INFO] [stdout] 11  |     async fn get(&self, url: &str) -> Result<Value, RestClientError>;
[INFO] [stdout]     |     -----    --------------------- lifetimes in impl do not match this method in trait
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this bound might be missing in the impl
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `get` do not match the trait declaration
[INFO] [stdout]    --> src/task/habitica_client.rs:107:15
[INFO] [stdout]     |
[INFO] [stdout] 107 |         fn get(&self, _url: &str) -> Result<Value, RestClientError> {
[INFO] [stdout]     |               ^ lifetimes do not match method in trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/task/rest_client.rs:11:14
[INFO] [stdout]     |
[INFO] [stdout] 11  |     async fn get(&self, url: &str) -> Result<Value, RestClientError>;
[INFO] [stdout]     |     -----    --------------------- lifetimes in impl do not match this method in trait
[INFO] [stdout]     |     |
[INFO] [stdout]     |     this bound might be missing in the impl
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_ok` found for opaque type `impl Future<Output = Result<tasks::Tasks, rest_client::RestClientError>>` in the current scope
[INFO] [stdout]   --> src/task/habitica_client.rs:82:23
[INFO] [stdout]    |
[INFO] [stdout] 82 |         assert!(tasks.is_ok());
[INFO] [stdout]    |                       ^^^^^ method not found in `impl Future<Output = Result<Tasks, RestClientError>>`
[INFO] [stdout]    |
[INFO] [stdout] help: consider `await`ing on the `Future` and calling the method on its `Output`
[INFO] [stdout]    |
[INFO] [stdout] 82 |         assert!(tasks.await.is_ok());
[INFO] [stdout]    |                       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_err` found for opaque type `impl Future<Output = Result<tasks::Tasks, rest_client::RestClientError>>` in the current scope
[INFO] [stdout]   --> src/task/habitica_client.rs:94:23
[INFO] [stdout]    |
[INFO] [stdout] 94 |         assert!(tasks.is_err());
[INFO] [stdout]    |                       ^^^^^^ method not found in `impl Future<Output = Result<Tasks, RestClientError>>`
[INFO] [stdout]    |
[INFO] [stdout] help: consider `await`ing on the `Future` and calling the method on its `Output`
[INFO] [stdout]    |
[INFO] [stdout] 94 |         assert!(tasks.await.is_err());
[INFO] [stdout]    |                       ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0195, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0195`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `habitica_rust_client` (lib test) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `unwrap` found for opaque type `impl Future<Output = Result<Tasks, habitica_rust_client::task::rest_client::RestClientError>>` in the current scope
[INFO] [stdout]   --> tests/task_integration_test.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     assert!(tasks.unwrap().get_tasks().len() > 1);
[INFO] [stdout]    |                   ^^^^^^ method not found in `impl Future<Output = Result<Tasks, RestClientError>>`
[INFO] [stdout]    |
[INFO] [stdout] help: consider `await`ing on the `Future` and calling the method on its `Output`
[INFO] [stdout]    |
[INFO] [stdout] 17 |     assert!(tasks.await.unwrap().get_tasks().len() > 1);
[INFO] [stdout]    |                   ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `habitica_rust_client` (test "task_integration_test") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "36980d627e63f31a67adc7e8e90270ef9aa09bf3092b3115e1b1339d10255453", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "36980d627e63f31a67adc7e8e90270ef9aa09bf3092b3115e1b1339d10255453", kill_on_drop: false }`
[INFO] [stdout] 36980d627e63f31a67adc7e8e90270ef9aa09bf3092b3115e1b1339d10255453
