[INFO] fetching crate octocrab_wasi 0.19.1...
[INFO] testing octocrab_wasi-0.19.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate octocrab_wasi 0.19.1 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate octocrab_wasi 0.19.1
[INFO] finished tweaking crates.io crate octocrab_wasi 0.19.1
[INFO] tweaked toml for crates.io crate octocrab_wasi 0.19.1 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate octocrab_wasi 0.19.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate octocrab_wasi 0.19.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 513a645b44d80ef15a04865e4b2686f70b4833ab34604a21409504914eda7b02
[INFO] running `Command { std: "docker" "start" "-a" "513a645b44d80ef15a04865e4b2686f70b4833ab34604a21409504914eda7b02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "513a645b44d80ef15a04865e4b2686f70b4833ab34604a21409504914eda7b02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "513a645b44d80ef15a04865e4b2686f70b4833ab34604a21409504914eda7b02", kill_on_drop: false }`
[INFO] [stdout] 513a645b44d80ef15a04865e4b2686f70b4833ab34604a21409504914eda7b02
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef2f2ac6842f706a1593c92261be51184e64f7e78bdf76db04c3461c341e41cb
[INFO] running `Command { std: "docker" "start" "-a" "ef2f2ac6842f706a1593c92261be51184e64f7e78bdf76db04c3461c341e41cb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling zeroize v1.6.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling const-oid v0.9.5
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling futures-core v0.3.29
[INFO] [stderr]    Compiling serde v1.0.192
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling der v0.7.8
[INFO] [stderr]    Compiling memchr v2.6.4
[INFO] [stderr]    Compiling base16ct v0.2.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-sink v0.3.29
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]    Compiling syn v2.0.39
[INFO] [stderr]    Compiling http v0.2.11
[INFO] [stderr]    Compiling pem-rfc7468 v0.6.0
[INFO] [stderr]    Compiling getrandom v0.2.11
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling spki v0.7.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling mio v0.8.9
[INFO] [stderr]    Compiling ff v0.13.0
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling crypto-bigint v0.5.4
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling socket2 v0.5.5
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling hkdf v0.12.3
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling openssl v0.10.59
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling signature v2.1.0
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling openssl-sys v0.9.95
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling cpufeatures v0.2.11
[INFO] [stderr]    Compiling hashbrown v0.14.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling futures-io v0.3.29
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling elliptic-curve v0.13.7
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling indexmap v2.1.0
[INFO] [stderr]    Compiling serde_json v1.0.108
[INFO] [stderr]    Compiling log v0.4.20
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling num-bigint-dig v0.8.4
[INFO] [stderr]    Compiling ecdsa v0.16.8
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling smallvec v1.11.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling gimli v0.28.0
[INFO] [stderr]    Compiling thiserror v1.0.50
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling pkcs1 v0.4.1
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling object v0.32.1
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling hyperx v1.4.0
[INFO] [stderr]    Compiling ct-codecs v1.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.192
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio v1.34.0
[INFO] [stderr]    Compiling addr2line v0.21.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.50
[INFO] [stderr]    Compiling rustc-demangle v0.1.23
[INFO] [stderr]    Compiling rsa v0.7.2
[INFO] [stderr]    Compiling ed25519-compact v2.0.4
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling p384 v0.13.0
[INFO] [stderr]    Compiling k256 v0.13.2
[INFO] [stderr]    Compiling snafu-derive v0.7.5
[INFO] [stderr]    Compiling hmac-sha512 v1.1.5
[INFO] [stderr]    Compiling hmac-sha256 v1.1.7
[INFO] [stderr]    Compiling coarsetime v0.1.33
[INFO] [stderr]    Compiling encoding_rs v0.8.33
[INFO] [stderr]    Compiling base64 v0.21.5
[INFO] [stderr]    Compiling language-tags v0.3.2
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling binstring v0.1.1
[INFO] [stderr]    Compiling h2 v0.3.22
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.58
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling hmac-sha1-compact v1.1.4
[INFO] [stderr]    Compiling snafu v0.7.5
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling arc-swap v1.6.0
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling base64 v0.20.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.3.0
[INFO] [stderr]    Compiling chrono v0.4.31
[INFO] [stderr]    Compiling serde_path_to_error v0.1.14
[INFO] [stderr]    Compiling jwt-simple v0.11.9
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.22
[INFO] [stderr]    Compiling octocrab_wasi v0.19.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Repository` and `User`
[INFO] [stdout]  --> src/models/events/payload/pull_request_review.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Repository, User,
[INFO] [stdout]   |     ^^^^^^^^^^  ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_type` is never read
[INFO] [stdout]    --> src/api/search.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub struct QueryHandler<'octo, 'query, T> {
[INFO] [stdout]     |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 140 |     content_type: ContentType,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QueryHandler` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:522:20
[INFO] [stdout]     |
[INFO] [stdout] 522 |     pub fn actions(&self) -> actions::ActionsHandler {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 522 |     pub fn actions(&self) -> actions::ActionsHandler<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:528:20
[INFO] [stdout]     |
[INFO] [stdout] 528 |     pub fn current(&self) -> current::CurrentAuthHandler {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 528 |     pub fn current(&self) -> current::CurrentAuthHandler<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:533:21
[INFO] [stdout]     |
[INFO] [stdout] 533 |     pub fn activity(&self) -> activity::ActivityHandler {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     pub fn activity(&self) -> activity::ActivityHandler<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:538:17
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn apps(&self) -> apps::AppsRequestHandler {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn apps(&self) -> apps::AppsRequestHandler<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:544:22
[INFO] [stdout]     |
[INFO] [stdout] 544 |     pub fn gitignore(&self) -> gitignore::GitignoreHandler {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 544 |     pub fn gitignore(&self) -> gitignore::GitignoreHandler<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:551:9
[INFO] [stdout]     |
[INFO] [stdout] 551 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 554 |     ) -> issues::IssueHandler {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 554 |     ) -> issues::IssueHandler<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:559:9
[INFO] [stdout]     |
[INFO] [stdout] 559 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 562 |     ) -> commits::CommitHandler {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 562 |     ) -> commits::CommitHandler<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:567:21
[INFO] [stdout]     |
[INFO] [stdout] 567 |     pub fn licenses(&self) -> licenses::LicenseHandler {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 567 |     pub fn licenses(&self) -> licenses::LicenseHandler<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:572:21
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub fn markdown(&self) -> markdown::MarkdownHandler {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub fn markdown(&self) -> markdown::MarkdownHandler<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:578:17
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn orgs(&self, owner: impl Into<String>) -> orgs::OrgHandler {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn orgs(&self, owner: impl Into<String>) -> orgs::OrgHandler<'_> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:585:9
[INFO] [stdout]     |
[INFO] [stdout] 585 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 588 |     ) -> pulls::PullRequestHandler {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 588 |     ) -> pulls::PullRequestHandler<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:594:18
[INFO] [stdout]     |
[INFO] [stdout] 594 |     pub fn repos(&self, owner: impl Into<String>, repo: impl Into<String>) -> repos::RepoHandler {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here                            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 594 |     pub fn repos(&self, owner: impl Into<String>, repo: impl Into<String>) -> repos::RepoHandler<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:600:19
[INFO] [stdout]     |
[INFO] [stdout] 600 |     pub fn search(&self) -> search::SearchHandler {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 600 |     pub fn search(&self) -> search::SearchHandler<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:606:18
[INFO] [stdout]     |
[INFO] [stdout] 606 |     pub fn teams(&self, owner: impl Into<String>) -> teams::TeamHandler {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 606 |     pub fn teams(&self, owner: impl Into<String>) -> teams::TeamHandler<'_> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:613:9
[INFO] [stdout]     |
[INFO] [stdout] 613 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 616 |     ) -> workflows::WorkflowsHandler {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 616 |     ) -> workflows::WorkflowsHandler<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:622:19
[INFO] [stdout]     |
[INFO] [stdout] 622 |     pub fn events(&self) -> events::EventsBuilder {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 622 |     pub fn events(&self) -> events::EventsBuilder<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:628:18
[INFO] [stdout]     |
[INFO] [stdout] 628 |     pub fn gists(&self) -> gists::GistsHandler {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 628 |     pub fn gists(&self) -> gists::GistsHandler<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:633:22
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn ratelimit(&self) -> ratelimit::RateLimitHandler {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn ratelimit(&self) -> ratelimit::RateLimitHandler<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/api/apps.rs:66:26
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn installations(&self) -> installations::InstallationsRequestBuilder {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         |
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn installations(&self) -> installations::InstallationsRequestBuilder<'_> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/gists.rs:113:25
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn list_commits(&self, gist_id: impl Into<String>) -> list_commits::ListCommitsBuilder {
[INFO] [stdout]     |                         ^^^^^                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |                                     |
[INFO] [stdout]     |                         |                                     the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is elided here           the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn list_commits(&self, gist_id: impl Into<String>) -> list_commits::ListCommitsBuilder<'_> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/issues.rs:270:27
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub fn list_assignees(&self) -> ListAssigneesBuilder {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |         |
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub fn list_assignees(&self) -> ListAssigneesBuilder<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/issues.rs:486:34
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn list_labels_for_issue(&self, number: u64) -> ListLabelsForIssueBuilder {
[INFO] [stdout]     |                                  ^^^^^                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |                      |
[INFO] [stdout]     |                                  |                      the same lifetime is hidden here
[INFO] [stdout]     |                                  |                      the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn list_labels_for_issue(&self, number: u64) -> ListLabelsForIssueBuilder<'_> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/issues.rs:504:33
[INFO] [stdout]     |
[INFO] [stdout] 504 |     pub fn list_labels_for_repo(&self) -> ListLabelsForRepoBuilder {
[INFO] [stdout]     |                                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |         |
[INFO] [stdout]     |                                 |         the same lifetime is hidden here
[INFO] [stdout]     |                                 |         the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 504 |     pub fn list_labels_for_repo(&self) -> ListLabelsForRepoBuilder<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/orgs.rs:128:23
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn list_repos(&self) -> list_repos::ListReposBuilder {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn list_repos(&self) -> list_repos::ListReposBuilder<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/orgs.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn list_members(&self) -> list_members::ListOrgMembersBuilder {
[INFO] [stdout]     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |         |
[INFO] [stdout]     |                         |         the same lifetime is hidden here
[INFO] [stdout]     |                         |         the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn list_members(&self) -> list_members::ListOrgMembersBuilder<'_> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/pulls.rs:243:17
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn list(&self) -> list::ListPullRequestsBuilder {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn list(&self) -> list::ListPullRequestsBuilder<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/pulls.rs:332:26
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub fn list_comments(&self, pr: Option<u64>) -> comment::ListCommentsBuilder {
[INFO] [stdout]     |                          ^^^^^                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                          |
[INFO] [stdout]     |                          |                          the same lifetime is hidden here
[INFO] [stdout]     |                          |                          the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub fn list_comments(&self, pr: Option<u64>) -> comment::ListCommentsBuilder<'_> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/pulls.rs:357:18
[INFO] [stdout]     |
[INFO] [stdout] 357 |     pub fn merge(&self, pr: u64) -> merge::MergePullRequestsBuilder {
[INFO] [stdout]     |                  ^^^^^              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |                  |
[INFO] [stdout]     |                  |                  the same lifetime is hidden here
[INFO] [stdout]     |                  |                  the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 357 |     pub fn merge(&self, pr: u64) -> merge::MergePullRequestsBuilder<'_> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/repos.rs:412:26
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub fn create_status(&self, sha: String, state: models::StatusState) -> CreateStatusBuilder {
[INFO] [stdout]     |                          ^^^^^                                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                                                  |
[INFO] [stdout]     |                          |                                                  the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is elided here                        the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub fn create_status(&self, sha: String, state: models::StatusState) -> CreateStatusBuilder<'_> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/api/teams.rs:85:19
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn create(&self, name: impl Into<String>) -> CreateTeamBuilder {
[INFO] [stdout]    |                   ^^^^^                              ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |                                  |
[INFO] [stdout]    |                   |                                  the same lifetime is hidden here
[INFO] [stdout]    |                   |                                  the same lifetime is hidden here
[INFO] [stdout]    |                   |                                  the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here        the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn create(&self, name: impl Into<String>) -> CreateTeamBuilder<'_> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/teams.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn edit(&self, team_slug: impl Into<String>, name: impl Into<String>) -> EditTeamBuilder {
[INFO] [stdout]     |                 ^^^^^                                                            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |                                                                |
[INFO] [stdout]     |                 |                                                                the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here                                      the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn edit(&self, team_slug: impl Into<String>, name: impl Into<String>) -> EditTeamBuilder<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/teams.rs:142:26
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn list_children(&self, team_slug: impl Into<String>) -> ListChildTeamsBuilder {
[INFO] [stdout]     |                          ^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                                       |
[INFO] [stdout]     |                          |                                       the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is elided here             the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn list_children(&self, team_slug: impl Into<String>) -> ListChildTeamsBuilder<'_> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/teams.rs:148:18
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn repos(&self, team_slug: impl Into<String>) -> TeamRepoHandler {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn repos(&self, team_slug: impl Into<String>) -> TeamRepoHandler<'_> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/teams.rs:166:20
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn members(&self, team_slug: impl Into<String>) -> ListTeamMembersBuilder {
[INFO] [stdout]     |                    ^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |                                       |
[INFO] [stdout]     |                    |                                       the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here             the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn members(&self, team_slug: impl Into<String>) -> ListTeamMembersBuilder<'_> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/teams.rs:184:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn invitations(&self, team_slug: impl Into<String>) -> ListTeamInvitationsBuilder {
[INFO] [stdout]     |                        ^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |                                       |
[INFO] [stdout]     |                        |                                       the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here             the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn invitations(&self, team_slug: impl Into<String>) -> ListTeamInvitationsBuilder<'_> {
[INFO] [stdout]     |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "ef2f2ac6842f706a1593c92261be51184e64f7e78bdf76db04c3461c341e41cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef2f2ac6842f706a1593c92261be51184e64f7e78bdf76db04c3461c341e41cb", kill_on_drop: false }`
[INFO] [stdout] ef2f2ac6842f706a1593c92261be51184e64f7e78bdf76db04c3461c341e41cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e9e28fae68067e8a94057bce980b586b3c352082b4a7e49e40910f6f1b2823e2
[INFO] running `Command { std: "docker" "start" "-a" "e9e28fae68067e8a94057bce980b586b3c352082b4a7e49e40910f6f1b2823e2", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling fastrand v1.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling http-types v2.12.0
[INFO] [stderr]    Compiling waker-fn v1.1.1
[INFO] [stderr]    Compiling event-listener v2.5.3
[INFO] [stderr]    Compiling parking v2.2.0
[INFO] [stderr]    Compiling serde_qs v0.8.5
[INFO] [stderr]    Compiling futures-executor v0.3.29
[INFO] [stderr]    Compiling infer v0.2.3
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling futures-lite v1.13.0
[INFO] [stderr]    Compiling concurrent-queue v2.3.0
[INFO] [stderr]    Compiling retain_mut v0.1.9
[INFO] [stderr]    Compiling deadpool-runtime v0.1.3
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling deadpool v0.9.5
[INFO] [stderr]    Compiling futures v0.3.29
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling async-channel v1.9.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling futures-timer v3.0.2
[INFO] [stdout] warning: unused imports: `Repository` and `User`
[INFO] [stdout]  --> src/models/events/payload/pull_request_review.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Repository, User,
[INFO] [stdout]   |     ^^^^^^^^^^  ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `content_type` is never read
[INFO] [stdout]    --> src/api/search.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 132 | pub struct QueryHandler<'octo, 'query, T> {
[INFO] [stdout]     |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 140 |     content_type: ContentType,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `QueryHandler` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:522:20
[INFO] [stdout]     |
[INFO] [stdout] 522 |     pub fn actions(&self) -> actions::ActionsHandler {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 522 |     pub fn actions(&self) -> actions::ActionsHandler<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:528:20
[INFO] [stdout]     |
[INFO] [stdout] 528 |     pub fn current(&self) -> current::CurrentAuthHandler {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 528 |     pub fn current(&self) -> current::CurrentAuthHandler<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:533:21
[INFO] [stdout]     |
[INFO] [stdout] 533 |     pub fn activity(&self) -> activity::ActivityHandler {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 533 |     pub fn activity(&self) -> activity::ActivityHandler<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:538:17
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn apps(&self) -> apps::AppsRequestHandler {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 538 |     pub fn apps(&self) -> apps::AppsRequestHandler<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:544:22
[INFO] [stdout]     |
[INFO] [stdout] 544 |     pub fn gitignore(&self) -> gitignore::GitignoreHandler {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 544 |     pub fn gitignore(&self) -> gitignore::GitignoreHandler<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:551:9
[INFO] [stdout]     |
[INFO] [stdout] 551 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 554 |     ) -> issues::IssueHandler {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 554 |     ) -> issues::IssueHandler<'_> {
[INFO] [stdout]     |                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:559:9
[INFO] [stdout]     |
[INFO] [stdout] 559 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 562 |     ) -> commits::CommitHandler {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 562 |     ) -> commits::CommitHandler<'_> {
[INFO] [stdout]     |                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:567:21
[INFO] [stdout]     |
[INFO] [stdout] 567 |     pub fn licenses(&self) -> licenses::LicenseHandler {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 567 |     pub fn licenses(&self) -> licenses::LicenseHandler<'_> {
[INFO] [stdout]     |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:572:21
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub fn markdown(&self) -> markdown::MarkdownHandler {
[INFO] [stdout]     |                     ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 572 |     pub fn markdown(&self) -> markdown::MarkdownHandler<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:578:17
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn orgs(&self, owner: impl Into<String>) -> orgs::OrgHandler {
[INFO] [stdout]     |                 ^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn orgs(&self, owner: impl Into<String>) -> orgs::OrgHandler<'_> {
[INFO] [stdout]     |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:585:9
[INFO] [stdout]     |
[INFO] [stdout] 585 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 588 |     ) -> pulls::PullRequestHandler {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 588 |     ) -> pulls::PullRequestHandler<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:594:18
[INFO] [stdout]     |
[INFO] [stdout] 594 |     pub fn repos(&self, owner: impl Into<String>, repo: impl Into<String>) -> repos::RepoHandler {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here                            ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 594 |     pub fn repos(&self, owner: impl Into<String>, repo: impl Into<String>) -> repos::RepoHandler<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:600:19
[INFO] [stdout]     |
[INFO] [stdout] 600 |     pub fn search(&self) -> search::SearchHandler {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 600 |     pub fn search(&self) -> search::SearchHandler<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:606:18
[INFO] [stdout]     |
[INFO] [stdout] 606 |     pub fn teams(&self, owner: impl Into<String>) -> teams::TeamHandler {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here   ^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 606 |     pub fn teams(&self, owner: impl Into<String>) -> teams::TeamHandler<'_> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:613:9
[INFO] [stdout]     |
[INFO] [stdout] 613 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 616 |     ) -> workflows::WorkflowsHandler {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 616 |     ) -> workflows::WorkflowsHandler<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:622:19
[INFO] [stdout]     |
[INFO] [stdout] 622 |     pub fn events(&self) -> events::EventsBuilder {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 622 |     pub fn events(&self) -> events::EventsBuilder<'_> {
[INFO] [stdout]     |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:628:18
[INFO] [stdout]     |
[INFO] [stdout] 628 |     pub fn gists(&self) -> gists::GistsHandler {
[INFO] [stdout]     |                  ^^^^^     ^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 628 |     pub fn gists(&self) -> gists::GistsHandler<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:633:22
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn ratelimit(&self) -> ratelimit::RateLimitHandler {
[INFO] [stdout]     |                      ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn ratelimit(&self) -> ratelimit::RateLimitHandler<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/api/apps.rs:66:26
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn installations(&self) -> installations::InstallationsRequestBuilder {
[INFO] [stdout]    |                          ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                          |         |
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          |         the same lifetime is hidden here
[INFO] [stdout]    |                          the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn installations(&self) -> installations::InstallationsRequestBuilder<'_> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/gists.rs:113:25
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn list_commits(&self, gist_id: impl Into<String>) -> list_commits::ListCommitsBuilder {
[INFO] [stdout]     |                         ^^^^^                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |                                     |
[INFO] [stdout]     |                         |                                     the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is elided here           the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 113 |     pub fn list_commits(&self, gist_id: impl Into<String>) -> list_commits::ListCommitsBuilder<'_> {
[INFO] [stdout]     |                                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/issues.rs:270:27
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub fn list_assignees(&self) -> ListAssigneesBuilder {
[INFO] [stdout]     |                           ^^^^^     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                           |         |
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           |         the same lifetime is hidden here
[INFO] [stdout]     |                           the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 270 |     pub fn list_assignees(&self) -> ListAssigneesBuilder<'_> {
[INFO] [stdout]     |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/issues.rs:486:34
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn list_labels_for_issue(&self, number: u64) -> ListLabelsForIssueBuilder {
[INFO] [stdout]     |                                  ^^^^^                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                  |                      |
[INFO] [stdout]     |                                  |                      the same lifetime is hidden here
[INFO] [stdout]     |                                  |                      the same lifetime is hidden here
[INFO] [stdout]     |                                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 486 |     pub fn list_labels_for_issue(&self, number: u64) -> ListLabelsForIssueBuilder<'_> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/issues.rs:504:33
[INFO] [stdout]     |
[INFO] [stdout] 504 |     pub fn list_labels_for_repo(&self) -> ListLabelsForRepoBuilder {
[INFO] [stdout]     |                                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                 |         |
[INFO] [stdout]     |                                 |         the same lifetime is hidden here
[INFO] [stdout]     |                                 |         the same lifetime is hidden here
[INFO] [stdout]     |                                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 504 |     pub fn list_labels_for_repo(&self) -> ListLabelsForRepoBuilder<'_> {
[INFO] [stdout]     |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/orgs.rs:128:23
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn list_repos(&self) -> list_repos::ListReposBuilder {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                       |         |
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       |         the same lifetime is hidden here
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn list_repos(&self) -> list_repos::ListReposBuilder<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/orgs.rs:185:25
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn list_members(&self) -> list_members::ListOrgMembersBuilder {
[INFO] [stdout]     |                         ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |         |
[INFO] [stdout]     |                         |         the same lifetime is hidden here
[INFO] [stdout]     |                         |         the same lifetime is hidden here
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn list_members(&self) -> list_members::ListOrgMembersBuilder<'_> {
[INFO] [stdout]     |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/pulls.rs:243:17
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn list(&self) -> list::ListPullRequestsBuilder {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |         |
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 |         the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn list(&self) -> list::ListPullRequestsBuilder<'_> {
[INFO] [stdout]     |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/pulls.rs:332:26
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub fn list_comments(&self, pr: Option<u64>) -> comment::ListCommentsBuilder {
[INFO] [stdout]     |                          ^^^^^                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                          |
[INFO] [stdout]     |                          |                          the same lifetime is hidden here
[INFO] [stdout]     |                          |                          the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 332 |     pub fn list_comments(&self, pr: Option<u64>) -> comment::ListCommentsBuilder<'_> {
[INFO] [stdout]     |                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/pulls.rs:357:18
[INFO] [stdout]     |
[INFO] [stdout] 357 |     pub fn merge(&self, pr: u64) -> merge::MergePullRequestsBuilder {
[INFO] [stdout]     |                  ^^^^^              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                  |                  |
[INFO] [stdout]     |                  |                  the same lifetime is hidden here
[INFO] [stdout]     |                  |                  the same lifetime is hidden here
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 357 |     pub fn merge(&self, pr: u64) -> merge::MergePullRequestsBuilder<'_> {
[INFO] [stdout]     |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/repos.rs:412:26
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub fn create_status(&self, sha: String, state: models::StatusState) -> CreateStatusBuilder {
[INFO] [stdout]     |                          ^^^^^                                              ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                                                  |
[INFO] [stdout]     |                          |                                                  the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is elided here                        the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 412 |     pub fn create_status(&self, sha: String, state: models::StatusState) -> CreateStatusBuilder<'_> {
[INFO] [stdout]     |                                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/api/teams.rs:85:19
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn create(&self, name: impl Into<String>) -> CreateTeamBuilder {
[INFO] [stdout]    |                   ^^^^^                              ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                   |                                  |
[INFO] [stdout]    |                   |                                  the same lifetime is hidden here
[INFO] [stdout]    |                   |                                  the same lifetime is hidden here
[INFO] [stdout]    |                   |                                  the same lifetime is hidden here
[INFO] [stdout]    |                   the lifetime is elided here        the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn create(&self, name: impl Into<String>) -> CreateTeamBuilder<'_> {
[INFO] [stdout]    |                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/teams.rs:105:17
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn edit(&self, team_slug: impl Into<String>, name: impl Into<String>) -> EditTeamBuilder {
[INFO] [stdout]     |                 ^^^^^                                                            ^^^^^^^^^^^^^^^
[INFO] [stdout]     |                 |                                                                |
[INFO] [stdout]     |                 |                                                                the same lifetime is hidden here
[INFO] [stdout]     |                 the lifetime is elided here                                      the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn edit(&self, team_slug: impl Into<String>, name: impl Into<String>) -> EditTeamBuilder<'_> {
[INFO] [stdout]     |                                                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/teams.rs:142:26
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn list_children(&self, team_slug: impl Into<String>) -> ListChildTeamsBuilder {
[INFO] [stdout]     |                          ^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                          |                                       |
[INFO] [stdout]     |                          |                                       the same lifetime is hidden here
[INFO] [stdout]     |                          the lifetime is elided here             the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub fn list_children(&self, team_slug: impl Into<String>) -> ListChildTeamsBuilder<'_> {
[INFO] [stdout]     |                                                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/teams.rs:148:18
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn repos(&self, team_slug: impl Into<String>) -> TeamRepoHandler {
[INFO] [stdout]     |                  ^^^^^ the lifetime is elided here       ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn repos(&self, team_slug: impl Into<String>) -> TeamRepoHandler<'_> {
[INFO] [stdout]     |                                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/teams.rs:166:20
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn members(&self, team_slug: impl Into<String>) -> ListTeamMembersBuilder {
[INFO] [stdout]     |                    ^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                    |                                       |
[INFO] [stdout]     |                    |                                       the same lifetime is hidden here
[INFO] [stdout]     |                    the lifetime is elided here             the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 166 |     pub fn members(&self, team_slug: impl Into<String>) -> ListTeamMembersBuilder<'_> {
[INFO] [stdout]     |                                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/api/teams.rs:184:24
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn invitations(&self, team_slug: impl Into<String>) -> ListTeamInvitationsBuilder {
[INFO] [stdout]     |                        ^^^^^                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                        |                                       |
[INFO] [stdout]     |                        |                                       the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here             the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 184 |     pub fn invitations(&self, team_slug: impl Into<String>) -> ListTeamInvitationsBuilder<'_> {
[INFO] [stdout]     |                                                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling wiremock v0.5.21
[INFO] [stderr]    Compiling octocrab_wasi v0.19.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> examples/github_app_authentication_manual.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use octocrab::models::{InstallationToken, InstallationRepositories};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> examples/github_app_authentication_manual.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use octocrab::params::apps::CreateInstallationAccessToken;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> tests/team_members_tests.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use octocrab::{models::{User}, Octocrab, Page};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> examples/github_app_authentication.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use octocrab::models::InstallationRepositories;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `octocrab`
[INFO] [stdout]  --> tests/team_members_tests.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use octocrab::{models::{User}, Octocrab, Page};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `octocrab`
[INFO] [stdout]  --> examples/github_app_authentication_manual.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use octocrab::Octocrab;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `octocrab`
[INFO] [stdout]  --> examples/github_app_authentication.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use octocrab::Octocrab;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `octocrab`
[INFO] [stdout]  --> examples/paging_results.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use octocrab::{params, Octocrab};
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> tests/repos_events_test.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use octocrab::{
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `octocrab`
[INFO] [stdout]  --> examples/get_rate_limit.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use octocrab::Octocrab;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `octocrab`
[INFO] [stdout]  --> tests/repos_events_test.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use octocrab::{
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jsonwebtoken`
[INFO] [stdout]  --> examples/github_app_authentication_manual.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let key = jsonwebtoken::EncodingKey::from_rsa_pem(app_private_key.as_bytes()).unwrap();
[INFO] [stdout]   |               ^^^^^^^^^^^^ use of unresolved module or unlinked crate `jsonwebtoken`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `jsonwebtoken`, use `cargo add jsonwebtoken` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   --> examples/github_app_authentication_manual.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let token = octocrab::auth::create_jwt(app_id.parse::<u64>().unwrap().into(), &key).unwrap();
[INFO] [stdout]    |                 ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]    |
[INFO] [stdout]  1 + use octocrab_wasi::auth;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `auth`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 11 -     let token = octocrab::auth::create_jwt(app_id.parse::<u64>().unwrap().into(), &key).unwrap();
[INFO] [stdout] 11 +     let token = auth::create_jwt(app_id.parse::<u64>().unwrap().into(), &key).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   --> examples/github_app_authentication_manual.rs:34:20
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let octocrab = octocrab::OctocrabBuilder::new()
[INFO] [stdout]    |                    ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use octocrab_wasi::OctocrabBuilder;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `OctocrabBuilder`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 34 -     let octocrab = octocrab::OctocrabBuilder::new()
[INFO] [stdout] 34 +     let octocrab = OctocrabBuilder::new()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/paging_results.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 |     let mut current_page = octocrab
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     let mut prs = current_page.take_items();
[INFO] [stdout]    |                   ------------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `current_page` an explicit type
[INFO] [stdout]    |
[INFO] [stdout]  7 |     let mut current_page: /* Type */ = octocrab
[INFO] [stdout]    |                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/paging_results.rs:17:20
[INFO] [stdout]    |
[INFO] [stdout] 17 |         prs.extend(new_page.take_items());
[INFO] [stdout]    |                    ^^^^^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `jsonwebtoken`
[INFO] [stdout]  --> examples/github_app_authentication.rs:8:15
[INFO] [stdout]   |
[INFO] [stdout] 8 |     let key = jsonwebtoken::EncodingKey::from_rsa_pem(app_private_key.as_bytes()).unwrap();
[INFO] [stdout]   |               ^^^^^^^^^^^^ use of unresolved module or unlinked crate `jsonwebtoken`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `jsonwebtoken`, use `cargo add jsonwebtoken` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> examples/print_pr_diff.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 |     let diff = octocrab::instance()
[INFO] [stdout]   |                ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/team_members_tests.rs:54:9
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let result = teams.members(TEAM.to_owned()).send().await;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 55 |     assert!(
[INFO] [stdout] 56 |         result.is_ok(),
[INFO] [stdout]    |         ------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `result` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let result: /* Type */ = teams.members(TEAM.to_owned()).send().await;
[INFO] [stdout]    |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> examples/paging_results.rs:4:20
[INFO] [stdout]   |
[INFO] [stdout] 4 | async fn main() -> octocrab::Result<()> {
[INFO] [stdout]   |                    ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `octocrab_wasi` (example "paging_results") due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/github_app_authentication.rs:11:53
[INFO] [stdout]    |
[INFO] [stdout] 11 |       let installed_repos: InstallationRepositories = octocrab
[INFO] [stdout]    |  _____________________________________________________^
[INFO] [stdout] 12 | |         .get("/installation/repositories", None::<&()>)
[INFO] [stdout] 13 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> examples/get_rate_limit.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 |     let ratelimit = octocrab::instance().ratelimit().get().await?;
[INFO] [stdout]   |                     ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> examples/print_pr_diff.rs:2:20
[INFO] [stdout]   |
[INFO] [stdout] 2 | async fn main() -> octocrab::Result<()> {
[INFO] [stdout]   |                    ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/github_app_authentication_manual.rs:15:25
[INFO] [stdout]    |
[INFO] [stdout] 15 |       let installations = octocrab
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 16 | |         .apps()
[INFO] [stdout] 17 | |         .installations()
[INFO] [stdout] 18 | |         .send()
[INFO] [stdout] 19 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/github_app_authentication_manual.rs:26:37
[INFO] [stdout]    |
[INFO] [stdout] 26 |       let access: InstallationToken = octocrab
[INFO] [stdout]    |  _____________________________________^
[INFO] [stdout] 27 | |         .post(
[INFO] [stdout] 28 | |             installations[0].access_tokens_url.as_ref().unwrap(),
[INFO] [stdout] 29 | |             Some(&create_access_token),
[INFO] [stdout] 30 | |         )
[INFO] [stdout] 31 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> examples/github_app_authentication_manual.rs:39:53
[INFO] [stdout]    |
[INFO] [stdout] 39 |       let installed_repos: InstallationRepositories = octocrab
[INFO] [stdout]    |  _____________________________________________________^
[INFO] [stdout] 40 | |         .get("/installation/repositories", None::<&()>)
[INFO] [stdout] 41 | |         .await
[INFO] [stdout]    | |______________^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `octocrab_wasi` (example "print_pr_diff") due to 2 previous errors
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> examples/github_app_authentication_manual.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | async fn main() -> octocrab::Result<()> {
[INFO] [stdout]   |                    ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]  --> examples/github_app_authentication.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | async fn main() -> octocrab::Result<()> {
[INFO] [stdout]   |                    ^^^^^^^^ use of unresolved module or unlinked crate `octocrab`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `octocrab`, use `cargo add octocrab` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `octocrab_wasi` (example "github_app_authentication_manual") due to 10 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `octocrab_wasi` (example "github_app_authentication") due to 5 previous errors
[INFO] [stdout] error: this function depends on never type fallback being `()`
[INFO] [stdout]   --> examples/get_rate_limit.rs:4:7
[INFO] [stdout]    |
[INFO] [stdout]  4 | async fn main() -> Result<(), Box<dyn std::error::Error>> {
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in Rust 2024 and in a future release in all editions!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/never-type-fallback.html>
[INFO] [stdout]    = help: specify the types explicitly
[INFO] [stdout] note: in edition 2024, the requirement `!: http_types::convert::Serialize` will fail
[INFO] [stdout]   --> examples/get_rate_limit.rs:6:49
[INFO] [stdout]    |
[INFO] [stdout]  6 |     println!("{}", serde_json::to_string_pretty(&ratelimit)?);
[INFO] [stdout]    |                                                 ^^^^^^^^^^
[INFO] [stdout]    = note: `#[deny(dependency_on_unit_never_type_fallback)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `()` annotations to avoid fallback changes
[INFO] [stdout]    |
[INFO] [stdout]  5 ~     let ratelimit: () = octocrab::instance().ratelimit().get().await?;
[INFO] [stdout]  6 |     println!("{}", serde_json::to_string_pretty(&ratelimit)?);
[INFO] [stdout] ...
[INFO] [stdout]  9 |     let octocrab = Octocrab::builder().personal_token(token).build()?;
[INFO] [stdout] 10 ~     let ratelimit: () = octocrab.ratelimit().get().await?;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/repos_events_test.rs:57:9
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let result = repos.events().send().await;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 58 |     assert!(
[INFO] [stdout] 59 |         result.is_ok(),
[INFO] [stdout]    |         ------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `result` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let result: /* Type */ = repos.events().send().await;
[INFO] [stdout]    |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/repos_events_test.rs:68:24
[INFO] [stdout]    |
[INFO] [stdout] 68 |             assert_eq!(page.take_items(), page_response.items);
[INFO] [stdout]    |                        ^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `octocrab_wasi` (test "team_members_tests") due to 3 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]   --> tests/repos_events_test.rs:82:9
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let result = repos.events().send().await;
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 83 |     assert!(
[INFO] [stdout] 84 |         result.is_ok(),
[INFO] [stdout]    |         ------ type must be known at this point
[INFO] [stdout]    |
[INFO] [stdout] help: consider giving `result` an explicit type
[INFO] [stdout]    |
[INFO] [stdout] 82 |     let result: /* Type */ = repos.events().send().await;
[INFO] [stdout]    |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `octocrab_wasi` (example "get_rate_limit") due to 4 previous errors
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/repos_events_test.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let result = repos.events().send().await;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 109 |     assert!(
[INFO] [stdout] 110 |         result.is_ok(),
[INFO] [stdout]     |         ------ type must be known at this point
[INFO] [stdout]     |
[INFO] [stdout] help: consider giving `result` an explicit type
[INFO] [stdout]     |
[INFO] [stdout] 108 |     let result: /* Type */ = repos.events().send().await;
[INFO] [stdout]     |               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0282]: type annotations needed
[INFO] [stdout]    --> tests/repos_events_test.rs:119:24
[INFO] [stdout]     |
[INFO] [stdout] 119 |             assert_eq!(page.take_items(), page_response.items);
[INFO] [stdout]     |                        ^^^^ cannot infer type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0282, E0432, E0433.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `octocrab_wasi` (test "repos_events_test") due to 7 previous errors
[INFO] [stdout] For more information about an error, try `rustc --explain E0282`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e9e28fae68067e8a94057bce980b586b3c352082b4a7e49e40910f6f1b2823e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9e28fae68067e8a94057bce980b586b3c352082b4a7e49e40910f6f1b2823e2", kill_on_drop: false }`
[INFO] [stdout] e9e28fae68067e8a94057bce980b586b3c352082b4a7e49e40910f6f1b2823e2
