[INFO] fetching crate saphir-cli 0.5.1...
[INFO] checking saphir-cli-0.5.1 against 1.95.0 for pr-155915
[INFO] extracting crate saphir-cli 0.5.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate saphir-cli 0.5.1
[INFO] finished tweaking crates.io crate saphir-cli 0.5.1
[INFO] tweaked toml for crates.io crate saphir-cli 0.5.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate saphir-cli 0.5.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate saphir-cli 0.5.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" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cargo-platform v0.1.2
[INFO] [stderr]   Downloaded cargo_metadata v0.15.2
[INFO] [stderr]   Downloaded camino v1.1.2
[INFO] [stderr]   Downloaded toml v0.5.10
[INFO] [stderr]   Downloaded regex v1.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4f60201f7aff19fda8c4153529418539cd654fef5690a6cd75cfd16374b49dca
[INFO] running `Command { std: "docker" "start" "-a" "4f60201f7aff19fda8c4153529418539cd654fef5690a6cd75cfd16374b49dca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4f60201f7aff19fda8c4153529418539cd654fef5690a6cd75cfd16374b49dca", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f60201f7aff19fda8c4153529418539cd654fef5690a6cd75cfd16374b49dca", kill_on_drop: false }`
[INFO] [stdout] 4f60201f7aff19fda8c4153529418539cd654fef5690a6cd75cfd16374b49dca
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8a87ed4819c8b7b03ed9a5240e2118951150fef5085b57ec1db63eec6533d888
[INFO] running `Command { std: "docker" "start" "-a" "8a87ed4819c8b7b03ed9a5240e2118951150fef5085b57ec1db63eec6533d888", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]     Checking itoa v1.0.5
[INFO] [stderr]    Compiling rustix v0.36.6
[INFO] [stderr]    Compiling semver v1.0.16
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling camino v1.1.2
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]     Checking ryu v1.0.12
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking os_str_bytes v6.4.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]     Checking aho-corasick v0.7.20
[INFO] [stderr]     Checking regex-syntax v0.6.28
[INFO] [stderr]     Checking unsafe-libyaml v0.2.5
[INFO] [stderr]     Checking bytes v1.3.0
[INFO] [stderr]     Checking clap_lex v0.3.0
[INFO] [stderr]     Checking unicode-segmentation v1.10.0
[INFO] [stderr]     Checking once_cell v1.17.0
[INFO] [stderr]     Checking lazycell v1.3.0
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking http v0.2.8
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking is-terminal v0.4.2
[INFO] [stderr]     Checking regex v1.7.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.38
[INFO] [stderr]    Compiling clap_derive v4.0.21
[INFO] [stderr]     Checking clap v4.0.32
[INFO] [stderr]     Checking cargo-platform v0.1.2
[INFO] [stderr]     Checking serde_yaml v0.9.16
[INFO] [stderr]     Checking toml v0.5.10
[INFO] [stderr]     Checking cargo_metadata v0.15.2
[INFO] [stderr]     Checking saphir-cli v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `CrateModule`, `Enum`, `FileModule`, `ImplItem`, `InlineModule`, `ModuleKind`, `Struct`, and `Use`
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     item::{Enum, Impl, ImplItem, ImplItemKind, Item, ItemKind, Method, Struct, Use},
[INFO] [stdout]    |            ^^^^        ^^^^^^^^                                        ^^^^^^  ^^^
[INFO] [stdout] 17 |     module::{CrateModule, FileModule, InlineModule, Module, ModuleKind},
[INFO] [stdout]    |              ^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `CrateModule`, `Enum`, `FileModule`, `ImplItem`, `InlineModule`, `ModuleKind`, `Struct`, and `Use`
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/mod.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 16 |     item::{Enum, Impl, ImplItem, ImplItemKind, Item, ItemKind, Method, Struct, Use},
[INFO] [stdout]    |            ^^^^        ^^^^^^^^                                        ^^^^^^  ^^^
[INFO] [stdout] 17 |     module::{CrateModule, FileModule, InlineModule, Module, ModuleKind},
[INFO] [stdout]    |              ^^^^^^^^^^^  ^^^^^^^^^^  ^^^^^^^^^^^^          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/openapi/generate/response_info.rs:334:41
[INFO] [stdout]     |
[INFO] [stdout] 334 | ...                   if let Some(mut type_info) = success_response.type_info.as_mut() {
[INFO] [stdout]     |                                   ----^^^^^^^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/openapi/generate/response_info.rs:334:41
[INFO] [stdout]     |
[INFO] [stdout] 334 | ...                   if let Some(mut type_info) = success_response.type_info.as_mut() {
[INFO] [stdout]     |                                   ----^^^^^^^^^
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `target` and `path` are never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/file.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct File<'b> {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 13 |     pub target: &'b Target<'b>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 14 |     pub file: SynFile,
[INFO] [stdout] 15 |     pub path: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `File` has a derived impl for the trait `Debug`, but this is 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: field `0` is never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     Use(Use<'b>),
[INFO] [stdout]    |     --- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ItemKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 30 -     Use(Use<'b>),
[INFO] [stdout] 30 +     Use(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Struct(Struct<'b>),
[INFO] [stdout]    |     ------ ^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ItemKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 31 -     Struct(Struct<'b>),
[INFO] [stdout] 31 +     Struct(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 |     Enum(Enum<'b>),
[INFO] [stdout]    |     ---- ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ItemKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 32 -     Enum(Enum<'b>),
[INFO] [stdout] 32 +     Enum(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `item` and `syn` are never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct Use<'b> {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] 39 |     pub item: &'b Item<'b>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 40 |     pub syn: &'b SynItemUse,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Use` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `item` and `syn` are never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct Enum<'b> {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 45 |     pub item: &'b Item<'b>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 46 |     pub syn: &'b SynItemEnum,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Enum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `item` and `syn` are never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct Struct<'b> {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 51 |     pub item: &'b Item<'b>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 52 |     pub syn: &'b SynItemStruct,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Struct` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `syn` is never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct ImplItem<'b> {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 70 |     pub im: &'b Impl<'b>,
[INFO] [stdout] 71 |     pub syn: &'b SynImplItem,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ImplItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/browser.rs:23:28
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn package_by_name(&self, name: &str) -> Option<&'b Package> {
[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] 23 |     pub fn package_by_name(&self, name: &str) -> Option<&'b Package<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/browser.rs:39:42
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn packages(&'b self) -> &'b Vec<Package> {
[INFO] [stdout]    |                      --           --     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |            |
[INFO] [stdout]    |                      |            the same lifetime is named here
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn packages(&'b self) -> &'b Vec<Package<'b>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/openapi/generate/crate_syn_browser/module.rs:186:27
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn items(&'b self) -> &Vec<Item<'b>> {
[INFO] [stdout]     |               --          ^^^^^^^^^^--^^
[INFO] [stdout]     |               |           |         |
[INFO] [stdout]     |               |           |         the same lifetime is named here
[INFO] [stdout]     |               |           the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn items(&'b self) -> &'b Vec<Item<'b>> {
[INFO] [stdout]     |                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/openapi/generate/crate_syn_browser/module.rs:215:48
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn modules(&'b self) -> Result<&'b Vec<Module>, Error> {
[INFO] [stdout]     |                     --                  --     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                   |
[INFO] [stdout]     |                     |                   the same lifetime is named here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn modules(&'b self) -> Result<&'b Vec<Module<'b>>, Error> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/package.rs:41:59
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn dependancy(&'b self, name: &str) -> Option<&'b Package> {
[INFO] [stdout]    |                        --                              -- ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                               |
[INFO] [stdout]    |                        the lifetime is named here      the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn dependancy(&'b self, name: &str) -> Option<&'b Package<'b>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/package.rs:73:37
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn targets(&'b self) -> &'b Vec<Target> {
[INFO] [stdout]    |                 --           --     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |            |
[INFO] [stdout]    |                 |            the same lifetime is named here
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn targets(&'b self) -> &'b Vec<Target<'b>> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/package.rs:81:47
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn bin_target(&'b self) -> Option<&'b Target> {
[INFO] [stdout]    |                        --                  -- ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                   |
[INFO] [stdout]    |                        |                   the same lifetime is named here
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn bin_target(&'b self) -> Option<&'b Target<'b>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/package.rs:85:47
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn lib_target(&'b self) -> Option<&'b Target> {
[INFO] [stdout]    |                        --                  -- ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                   |
[INFO] [stdout]    |                        |                   the same lifetime is named here
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn lib_target(&'b self) -> Option<&'b Target<'b>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `target` and `path` are never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/file.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct File<'b> {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 13 |     pub target: &'b Target<'b>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 14 |     pub file: SynFile,
[INFO] [stdout] 15 |     pub path: String,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `File` has a derived impl for the trait `Debug`, but this is 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: field `0` is never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |     Use(Use<'b>),
[INFO] [stdout]    |     --- ^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ItemKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 30 -     Use(Use<'b>),
[INFO] [stdout] 30 +     Use(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 31 |     Struct(Struct<'b>),
[INFO] [stdout]    |     ------ ^^^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ItemKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 31 -     Struct(Struct<'b>),
[INFO] [stdout] 31 +     Struct(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:32:10
[INFO] [stdout]    |
[INFO] [stdout] 32 |     Enum(Enum<'b>),
[INFO] [stdout]    |     ---- ^^^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ItemKind` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 32 -     Enum(Enum<'b>),
[INFO] [stdout] 32 +     Enum(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `item` and `syn` are never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:39:9
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub struct Use<'b> {
[INFO] [stdout]    |            --- fields in this struct
[INFO] [stdout] 39 |     pub item: &'b Item<'b>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 40 |     pub syn: &'b SynItemUse,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Use` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `item` and `syn` are never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:45:9
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub struct Enum<'b> {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 45 |     pub item: &'b Item<'b>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 46 |     pub syn: &'b SynItemEnum,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Enum` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `item` and `syn` are never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:51:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | pub struct Struct<'b> {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] 51 |     pub item: &'b Item<'b>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 52 |     pub syn: &'b SynItemStruct,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Struct` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `syn` is never read
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/item.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 69 | pub struct ImplItem<'b> {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 70 |     pub im: &'b Impl<'b>,
[INFO] [stdout] 71 |     pub syn: &'b SynImplItem,
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ImplItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/browser.rs:23:28
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub fn package_by_name(&self, name: &str) -> Option<&'b Package> {
[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] 23 |     pub fn package_by_name(&self, name: &str) -> Option<&'b Package<'_>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/browser.rs:39:42
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn packages(&'b self) -> &'b Vec<Package> {
[INFO] [stdout]    |                      --           --     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                      |            |
[INFO] [stdout]    |                      |            the same lifetime is named here
[INFO] [stdout]    |                      the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn packages(&'b self) -> &'b Vec<Package<'b>> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/openapi/generate/crate_syn_browser/module.rs:186:27
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn items(&'b self) -> &Vec<Item<'b>> {
[INFO] [stdout]     |               --          ^^^^^^^^^^--^^
[INFO] [stdout]     |               |           |         |
[INFO] [stdout]     |               |           |         the same lifetime is named here
[INFO] [stdout]     |               |           the same lifetime is elided here
[INFO] [stdout]     |               the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 186 |     fn items(&'b self) -> &'b Vec<Item<'b>> {
[INFO] [stdout]     |                            ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/openapi/generate/crate_syn_browser/module.rs:215:48
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn modules(&'b self) -> Result<&'b Vec<Module>, Error> {
[INFO] [stdout]     |                     --                  --     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                   |
[INFO] [stdout]     |                     |                   the same lifetime is named here
[INFO] [stdout]     |                     the lifetime is named here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]     |
[INFO] [stdout] 215 |     pub fn modules(&'b self) -> Result<&'b Vec<Module<'b>>, Error> {
[INFO] [stdout]     |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/package.rs:41:59
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn dependancy(&'b self, name: &str) -> Option<&'b Package> {
[INFO] [stdout]    |                        --                              -- ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                               |
[INFO] [stdout]    |                        the lifetime is named here      the same lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn dependancy(&'b self, name: &str) -> Option<&'b Package<'b>> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/package.rs:73:37
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn targets(&'b self) -> &'b Vec<Target> {
[INFO] [stdout]    |                 --           --     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                 |            |
[INFO] [stdout]    |                 |            the same lifetime is named here
[INFO] [stdout]    |                 the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn targets(&'b self) -> &'b Vec<Target<'b>> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/package.rs:81:47
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn bin_target(&'b self) -> Option<&'b Target> {
[INFO] [stdout]    |                        --                  -- ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                   |
[INFO] [stdout]    |                        |                   the same lifetime is named here
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn bin_target(&'b self) -> Option<&'b Target<'b>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/openapi/generate/crate_syn_browser/package.rs:85:47
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn lib_target(&'b self) -> Option<&'b Target> {
[INFO] [stdout]    |                        --                  -- ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                        |                   |
[INFO] [stdout]    |                        |                   the same lifetime is named here
[INFO] [stdout]    |                        the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn lib_target(&'b self) -> Option<&'b Target<'b>> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.39s
[INFO] running `Command { std: "docker" "inspect" "8a87ed4819c8b7b03ed9a5240e2118951150fef5085b57ec1db63eec6533d888", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8a87ed4819c8b7b03ed9a5240e2118951150fef5085b57ec1db63eec6533d888", kill_on_drop: false }`
[INFO] [stdout] 8a87ed4819c8b7b03ed9a5240e2118951150fef5085b57ec1db63eec6533d888
