[INFO] fetching crate feldera-rest-api 0.123.0...
[INFO] checking feldera-rest-api-0.123.0 against master#fce0e74720d199eb7839fdb51af35ac5226da178 for pr-145262
[INFO] extracting crate feldera-rest-api 0.123.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate feldera-rest-api 0.123.0
[INFO] finished tweaking crates.io crate feldera-rest-api 0.123.0
[INFO] tweaked toml for crates.io crate feldera-rest-api 0.123.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate feldera-rest-api 0.123.0 on toolchain fce0e74720d199eb7839fdb51af35ac5226da178
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate feldera-rest-api 0.123.0 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" "+fce0e74720d199eb7839fdb51af35ac5226da178" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded progenitor v0.7.0
[INFO] [stderr]   Downloaded typify-macro v0.1.0
[INFO] [stderr]   Downloaded progenitor-client v0.9.1
[INFO] [stderr]   Downloaded progenitor-client v0.7.0
[INFO] [stderr]   Downloaded progenitor-impl v0.7.0
[INFO] [stderr]   Downloaded typify v0.1.0
[INFO] [stderr]   Downloaded progenitor-macro v0.7.0
[INFO] [stderr]   Downloaded feldera-types v0.123.0
[INFO] [stderr]   Downloaded openapiv3 v2.1.0
[INFO] [stderr]   Downloaded typify-impl v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1a00fa2c4f44745dc2bf5c5e2c96117d0cef31218a4b66fca9484877b785c834
[INFO] running `Command { std: "docker" "start" "-a" "1a00fa2c4f44745dc2bf5c5e2c96117d0cef31218a4b66fca9484877b785c834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a00fa2c4f44745dc2bf5c5e2c96117d0cef31218a4b66fca9484877b785c834", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a00fa2c4f44745dc2bf5c5e2c96117d0cef31218a4b66fca9484877b785c834", kill_on_drop: false }`
[INFO] [stdout] 1a00fa2c4f44745dc2bf5c5e2c96117d0cef31218a4b66fca9484877b785c834
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e5eddd0318838567e924a5fd122efb9da1c6523b02333a471f82f257f9924248
[INFO] running `Command { std: "docker" "start" "-a" "e5eddd0318838567e924a5fd122efb9da1c6523b02333a471f82f257f9924248", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling icu_properties_data v2.0.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.0.0
[INFO] [stderr]     Checking lock_api v0.4.12
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking hashbrown v0.15.3
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling litemap v0.8.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling writeable v0.6.1
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling dyn-clone v1.0.19
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]     Checking mio v1.0.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]     Checking foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling cc v1.2.24
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]     Checking tokio v1.45.1
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]     Checking miniz_oxide v0.8.8
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]     Checking foreign-types v0.3.2
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]     Checking local-waker v0.1.4
[INFO] [stderr]     Checking alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling getopts v0.2.21
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking alloc-stdlib v0.2.2
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]     Checking openssl-probe v0.1.6
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking brotli-decompressor v5.0.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking actix-utils v3.0.1
[INFO] [stderr]     Checking bytestring v1.4.0
[INFO] [stderr]    Compiling regress v0.9.1
[INFO] [stderr]     Checking actix-service v2.0.3
[INFO] [stderr]    Compiling cookie v0.16.2
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]    Compiling prettyplease v0.2.32
[INFO] [stderr]    Compiling regex-lite v0.1.6
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking tokio-util v0.7.15
[INFO] [stderr]     Checking actix-rt v2.10.0
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking brotli v8.0.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking flate2 v1.1.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking local-channel v0.1.5
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking language-tags v0.3.2
[INFO] [stderr]     Checking iri-string v0.7.8
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking tower-http v0.6.6
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling actix-macros v0.2.4
[INFO] [stderr]    Compiling enum-map-derive v0.17.0
[INFO] [stderr]     Checking actix-codec v0.5.2
[INFO] [stderr]     Checking backtrace v0.3.75
[INFO] [stderr]     Checking actix-server v2.6.0
[INFO] [stderr]     Checking impl-more v0.1.9
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]     Checking enum-map v2.7.3
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking actix-router v0.5.3
[INFO] [stderr]     Checking erased-serde v0.3.31
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]    Compiling serde_tokenstream v0.2.2
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]    Compiling utoipa-gen v4.3.1
[INFO] [stderr]     Checking h2 v0.4.10
[INFO] [stderr]     Checking h2 v0.3.26
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling actix-web-codegen v4.3.0
[INFO] [stderr]    Compiling openapiv3 v2.1.0
[INFO] [stderr]    Compiling typify-impl v0.1.0
[INFO] [stderr]     Checking utoipa v4.2.3
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking actix-http v3.11.0
[INFO] [stderr]     Checking hyper-util v0.1.13
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling typify-macro v0.1.0
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.20
[INFO] [stderr]    Compiling typify v0.1.0
[INFO] [stderr]    Compiling progenitor-impl v0.7.0
[INFO] [stderr]     Checking actix-web v4.11.0
[INFO] [stderr]     Checking progenitor-client v0.9.1
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling progenitor-macro v0.7.0
[INFO] [stderr]    Compiling progenitor-client v0.7.0
[INFO] [stderr]     Checking feldera-types v0.123.0
[INFO] [stderr]    Compiling progenitor v0.7.0
[INFO] [stderr]    Compiling feldera-rest-api v0.123.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:10945:38
[INFO] [stdout]       |
[INFO] [stdout] 10945 |     pub fn get_config_authentication(&self) -> builder::GetConfigAuthentication {
[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] 10945 |     pub fn get_config_authentication(&self) -> builder::GetConfigAuthentication<'_> {
[INFO] [stdout]       |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:10957:26
[INFO] [stdout]       |
[INFO] [stdout] 10957 |     pub fn list_api_keys(&self) -> builder::ListApiKeys {
[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] 10957 |     pub fn list_api_keys(&self) -> builder::ListApiKeys<'_> {
[INFO] [stdout]       |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:10972:25
[INFO] [stdout]       |
[INFO] [stdout] 10972 |     pub fn post_api_key(&self) -> builder::PostApiKey {
[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] 10972 |     pub fn post_api_key(&self) -> builder::PostApiKey<'_> {
[INFO] [stdout]       |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:10987:24
[INFO] [stdout]       |
[INFO] [stdout] 10987 |     pub fn get_api_key(&self) -> builder::GetApiKey {
[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] 10987 |     pub fn get_api_key(&self) -> builder::GetApiKey<'_> {
[INFO] [stdout]       |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11002:27
[INFO] [stdout]       |
[INFO] [stdout] 11002 |     pub fn delete_api_key(&self) -> builder::DeleteApiKey {
[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] 11002 |     pub fn delete_api_key(&self) -> builder::DeleteApiKey<'_> {
[INFO] [stdout]       |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11012:23
[INFO] [stdout]       |
[INFO] [stdout] 11012 |     pub fn get_health(&self) -> builder::GetHealth {
[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] 11012 |     pub fn get_health(&self) -> builder::GetHealth<'_> {
[INFO] [stdout]       |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11024:23
[INFO] [stdout]       |
[INFO] [stdout] 11024 |     pub fn get_config(&self) -> builder::GetConfig {
[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] 11024 |     pub fn get_config(&self) -> builder::GetConfig<'_> {
[INFO] [stdout]       |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11036:29
[INFO] [stdout]       |
[INFO] [stdout] 11036 |     pub fn get_config_demos(&self) -> builder::GetConfigDemos {
[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] 11036 |     pub fn get_config_demos(&self) -> builder::GetConfigDemos<'_> {
[INFO] [stdout]       |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11052:24
[INFO] [stdout]       |
[INFO] [stdout] 11052 |     pub fn get_metrics(&self) -> builder::GetMetrics {
[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] 11052 |     pub fn get_metrics(&self) -> builder::GetMetrics<'_> {
[INFO] [stdout]       |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11072:27
[INFO] [stdout]       |
[INFO] [stdout] 11072 |     pub fn list_pipelines(&self) -> builder::ListPipelines {
[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] 11072 |     pub fn list_pipelines(&self) -> builder::ListPipelines<'_> {
[INFO] [stdout]       |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11085:26
[INFO] [stdout]       |
[INFO] [stdout] 11085 |     pub fn post_pipeline(&self) -> builder::PostPipeline {
[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] 11085 |     pub fn post_pipeline(&self) -> builder::PostPipeline<'_> {
[INFO] [stdout]       |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11107:25
[INFO] [stdout]       |
[INFO] [stdout] 11107 |     pub fn get_pipeline(&self) -> builder::GetPipeline {
[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] 11107 |     pub fn get_pipeline(&self) -> builder::GetPipeline<'_> {
[INFO] [stdout]       |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11124:25
[INFO] [stdout]       |
[INFO] [stdout] 11124 |     pub fn put_pipeline(&self) -> builder::PutPipeline {
[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] 11124 |     pub fn put_pipeline(&self) -> builder::PutPipeline<'_> {
[INFO] [stdout]       |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11139:28
[INFO] [stdout]       |
[INFO] [stdout] 11139 |     pub fn delete_pipeline(&self) -> builder::DeletePipeline {
[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] 11139 |     pub fn delete_pipeline(&self) -> builder::DeletePipeline<'_> {
[INFO] [stdout]       |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11156:27
[INFO] [stdout]       |
[INFO] [stdout] 11156 |     pub fn patch_pipeline(&self) -> builder::PatchPipeline {
[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] 11156 |     pub fn patch_pipeline(&self) -> builder::PatchPipeline<'_> {
[INFO] [stdout]       |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11174:32
[INFO] [stdout]       |
[INFO] [stdout] 11174 |     pub fn checkpoint_pipeline(&self) -> builder::CheckpointPipeline {
[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] 11174 |     pub fn checkpoint_pipeline(&self) -> builder::CheckpointPipeline<'_> {
[INFO] [stdout]       |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11189:34
[INFO] [stdout]       |
[INFO] [stdout] 11189 |     pub fn get_checkpoint_status(&self) -> builder::GetCheckpointStatus {
[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] 11189 |     pub fn get_checkpoint_status(&self) -> builder::GetCheckpointStatus<'_> {
[INFO] [stdout]       |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11204:41
[INFO] [stdout]       |
[INFO] [stdout] 11204 |     pub fn get_pipeline_circuit_profile(&self) -> builder::GetPipelineCircuitProfile {
[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] 11204 |     pub fn get_pipeline_circuit_profile(&self) -> builder::GetPipelineCircuitProfile<'_> {
[INFO] [stdout]       |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11226:32
[INFO] [stdout]       |
[INFO] [stdout] 11226 |     pub fn post_pipeline_clear(&self) -> builder::PostPipelineClear {
[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] 11226 |     pub fn post_pipeline_clear(&self) -> builder::PostPipelineClear<'_> {
[INFO] [stdout]       |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11241:31
[INFO] [stdout]       |
[INFO] [stdout] 11241 |     pub fn commit_transaction(&self) -> builder::CommitTransaction {
[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] 11241 |     pub fn commit_transaction(&self) -> builder::CommitTransaction<'_> {
[INFO] [stdout]       |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11260:30
[INFO] [stdout]       |
[INFO] [stdout] 11260 |     pub fn completion_status(&self) -> builder::CompletionStatus {
[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] 11260 |     pub fn completion_status(&self) -> builder::CompletionStatus<'_> {
[INFO] [stdout]       |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11292:24
[INFO] [stdout]       |
[INFO] [stdout] 11292 |     pub fn http_output(&self) -> builder::HttpOutput {
[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] 11292 |     pub fn http_output(&self) -> builder::HttpOutput<'_> {
[INFO] [stdout]       |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11307:38
[INFO] [stdout]       |
[INFO] [stdout] 11307 |     pub fn get_pipeline_heap_profile(&self) -> builder::GetPipelineHeapProfile {
[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] 11307 |     pub fn get_pipeline_heap_profile(&self) -> builder::GetPipelineHeapProfile<'_> {
[INFO] [stdout]       |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11346:23
[INFO] [stdout]       |
[INFO] [stdout] 11346 |     pub fn http_input(&self) -> builder::HttpInput {
[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] 11346 |     pub fn http_input(&self) -> builder::HttpInput<'_> {
[INFO] [stdout]       |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11373:30
[INFO] [stdout]       |
[INFO] [stdout] 11373 |     pub fn get_pipeline_logs(&self) -> builder::GetPipelineLogs {
[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] 11373 |     pub fn get_pipeline_logs(&self) -> builder::GetPipelineLogs<'_> {
[INFO] [stdout]       |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11390:33
[INFO] [stdout]       |
[INFO] [stdout] 11390 |     pub fn get_pipeline_metrics(&self) -> builder::GetPipelineMetrics {
[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] 11390 |     pub fn get_pipeline_metrics(&self) -> builder::GetPipelineMetrics<'_> {
[INFO] [stdout]       |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11414:32
[INFO] [stdout]       |
[INFO] [stdout] 11414 |     pub fn post_pipeline_pause(&self) -> builder::PostPipelinePause {
[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] 11414 |     pub fn post_pipeline_pause(&self) -> builder::PostPipelinePause<'_> {
[INFO] [stdout]       |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11435:31
[INFO] [stdout]       |
[INFO] [stdout] 11435 |     pub fn pipeline_adhoc_sql(&self) -> builder::PipelineAdhocSql {
[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] 11435 |     pub fn pipeline_adhoc_sql(&self) -> builder::PipelineAdhocSql<'_> {
[INFO] [stdout]       |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11459:32
[INFO] [stdout]       |
[INFO] [stdout] 11459 |     pub fn post_pipeline_start(&self) -> builder::PostPipelineStart {
[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] 11459 |     pub fn post_pipeline_start(&self) -> builder::PostPipelineStart<'_> {
[INFO] [stdout]       |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11474:30
[INFO] [stdout]       |
[INFO] [stdout] 11474 |     pub fn start_transaction(&self) -> builder::StartTransaction {
[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] 11474 |     pub fn start_transaction(&self) -> builder::StartTransaction<'_> {
[INFO] [stdout]       |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11489:31
[INFO] [stdout]       |
[INFO] [stdout] 11489 |     pub fn get_pipeline_stats(&self) -> builder::GetPipelineStats {
[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] 11489 |     pub fn get_pipeline_stats(&self) -> builder::GetPipelineStats<'_> {
[INFO] [stdout]       |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11531:31
[INFO] [stdout]       |
[INFO] [stdout] 11531 |     pub fn post_pipeline_stop(&self) -> builder::PostPipelineStop {
[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] 11531 |     pub fn post_pipeline_stop(&self) -> builder::PostPipelineStop<'_> {
[INFO] [stdout]       |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11550:40
[INFO] [stdout]       |
[INFO] [stdout] 11550 |     pub fn get_pipeline_support_bundle(&self) -> builder::GetPipelineSupportBundle {
[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] 11550 |     pub fn get_pipeline_support_bundle(&self) -> builder::GetPipelineSupportBundle<'_> {
[INFO] [stdout]       |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11573:29
[INFO] [stdout]       |
[INFO] [stdout] 11573 |     pub fn completion_token(&self) -> builder::CompletionToken {
[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] 11573 |     pub fn completion_token(&self) -> builder::CompletionToken<'_> {
[INFO] [stdout]       |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11593:9
[INFO] [stdout]       |
[INFO] [stdout] 11593 |         &self,
[INFO] [stdout]       |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 11594 |     ) -> builder::GetPipelineInputConnectorStatus {
[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] 11594 |     ) -> builder::GetPipelineInputConnectorStatus<'_> {
[INFO] [stdout]       |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11642:9
[INFO] [stdout]       |
[INFO] [stdout] 11642 |         &self,
[INFO] [stdout]       |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 11643 |     ) -> builder::PostPipelineInputConnectorAction {
[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] 11643 |     ) -> builder::PostPipelineInputConnectorAction<'_> {
[INFO] [stdout]       |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11663:9
[INFO] [stdout]       |
[INFO] [stdout] 11663 |         &self,
[INFO] [stdout]       |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 11664 |     ) -> builder::GetPipelineOutputConnectorStatus {
[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] 11664 |     ) -> builder::GetPipelineOutputConnectorStatus<'_> {
[INFO] [stdout]       |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:10945:38
[INFO] [stdout]       |
[INFO] [stdout] 10945 |     pub fn get_config_authentication(&self) -> builder::GetConfigAuthentication {
[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] 10945 |     pub fn get_config_authentication(&self) -> builder::GetConfigAuthentication<'_> {
[INFO] [stdout]       |                                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:10957:26
[INFO] [stdout]       |
[INFO] [stdout] 10957 |     pub fn list_api_keys(&self) -> builder::ListApiKeys {
[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] 10957 |     pub fn list_api_keys(&self) -> builder::ListApiKeys<'_> {
[INFO] [stdout]       |                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:10972:25
[INFO] [stdout]       |
[INFO] [stdout] 10972 |     pub fn post_api_key(&self) -> builder::PostApiKey {
[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] 10972 |     pub fn post_api_key(&self) -> builder::PostApiKey<'_> {
[INFO] [stdout]       |                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:10987:24
[INFO] [stdout]       |
[INFO] [stdout] 10987 |     pub fn get_api_key(&self) -> builder::GetApiKey {
[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] 10987 |     pub fn get_api_key(&self) -> builder::GetApiKey<'_> {
[INFO] [stdout]       |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11002:27
[INFO] [stdout]       |
[INFO] [stdout] 11002 |     pub fn delete_api_key(&self) -> builder::DeleteApiKey {
[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] 11002 |     pub fn delete_api_key(&self) -> builder::DeleteApiKey<'_> {
[INFO] [stdout]       |                                                          ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11012:23
[INFO] [stdout]       |
[INFO] [stdout] 11012 |     pub fn get_health(&self) -> builder::GetHealth {
[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] 11012 |     pub fn get_health(&self) -> builder::GetHealth<'_> {
[INFO] [stdout]       |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11024:23
[INFO] [stdout]       |
[INFO] [stdout] 11024 |     pub fn get_config(&self) -> builder::GetConfig {
[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] 11024 |     pub fn get_config(&self) -> builder::GetConfig<'_> {
[INFO] [stdout]       |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11036:29
[INFO] [stdout]       |
[INFO] [stdout] 11036 |     pub fn get_config_demos(&self) -> builder::GetConfigDemos {
[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] 11036 |     pub fn get_config_demos(&self) -> builder::GetConfigDemos<'_> {
[INFO] [stdout]       |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11052:24
[INFO] [stdout]       |
[INFO] [stdout] 11052 |     pub fn get_metrics(&self) -> builder::GetMetrics {
[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] 11052 |     pub fn get_metrics(&self) -> builder::GetMetrics<'_> {
[INFO] [stdout]       |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11072:27
[INFO] [stdout]       |
[INFO] [stdout] 11072 |     pub fn list_pipelines(&self) -> builder::ListPipelines {
[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] 11072 |     pub fn list_pipelines(&self) -> builder::ListPipelines<'_> {
[INFO] [stdout]       |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11085:26
[INFO] [stdout]       |
[INFO] [stdout] 11085 |     pub fn post_pipeline(&self) -> builder::PostPipeline {
[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] 11085 |     pub fn post_pipeline(&self) -> builder::PostPipeline<'_> {
[INFO] [stdout]       |                                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11107:25
[INFO] [stdout]       |
[INFO] [stdout] 11107 |     pub fn get_pipeline(&self) -> builder::GetPipeline {
[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] 11107 |     pub fn get_pipeline(&self) -> builder::GetPipeline<'_> {
[INFO] [stdout]       |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11124:25
[INFO] [stdout]       |
[INFO] [stdout] 11124 |     pub fn put_pipeline(&self) -> builder::PutPipeline {
[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] 11124 |     pub fn put_pipeline(&self) -> builder::PutPipeline<'_> {
[INFO] [stdout]       |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11139:28
[INFO] [stdout]       |
[INFO] [stdout] 11139 |     pub fn delete_pipeline(&self) -> builder::DeletePipeline {
[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] 11139 |     pub fn delete_pipeline(&self) -> builder::DeletePipeline<'_> {
[INFO] [stdout]       |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11156:27
[INFO] [stdout]       |
[INFO] [stdout] 11156 |     pub fn patch_pipeline(&self) -> builder::PatchPipeline {
[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] 11156 |     pub fn patch_pipeline(&self) -> builder::PatchPipeline<'_> {
[INFO] [stdout]       |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11174:32
[INFO] [stdout]       |
[INFO] [stdout] 11174 |     pub fn checkpoint_pipeline(&self) -> builder::CheckpointPipeline {
[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] 11174 |     pub fn checkpoint_pipeline(&self) -> builder::CheckpointPipeline<'_> {
[INFO] [stdout]       |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11189:34
[INFO] [stdout]       |
[INFO] [stdout] 11189 |     pub fn get_checkpoint_status(&self) -> builder::GetCheckpointStatus {
[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] 11189 |     pub fn get_checkpoint_status(&self) -> builder::GetCheckpointStatus<'_> {
[INFO] [stdout]       |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11204:41
[INFO] [stdout]       |
[INFO] [stdout] 11204 |     pub fn get_pipeline_circuit_profile(&self) -> builder::GetPipelineCircuitProfile {
[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] 11204 |     pub fn get_pipeline_circuit_profile(&self) -> builder::GetPipelineCircuitProfile<'_> {
[INFO] [stdout]       |                                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11226:32
[INFO] [stdout]       |
[INFO] [stdout] 11226 |     pub fn post_pipeline_clear(&self) -> builder::PostPipelineClear {
[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] 11226 |     pub fn post_pipeline_clear(&self) -> builder::PostPipelineClear<'_> {
[INFO] [stdout]       |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11241:31
[INFO] [stdout]       |
[INFO] [stdout] 11241 |     pub fn commit_transaction(&self) -> builder::CommitTransaction {
[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] 11241 |     pub fn commit_transaction(&self) -> builder::CommitTransaction<'_> {
[INFO] [stdout]       |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11260:30
[INFO] [stdout]       |
[INFO] [stdout] 11260 |     pub fn completion_status(&self) -> builder::CompletionStatus {
[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] 11260 |     pub fn completion_status(&self) -> builder::CompletionStatus<'_> {
[INFO] [stdout]       |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11292:24
[INFO] [stdout]       |
[INFO] [stdout] 11292 |     pub fn http_output(&self) -> builder::HttpOutput {
[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] 11292 |     pub fn http_output(&self) -> builder::HttpOutput<'_> {
[INFO] [stdout]       |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11307:38
[INFO] [stdout]       |
[INFO] [stdout] 11307 |     pub fn get_pipeline_heap_profile(&self) -> builder::GetPipelineHeapProfile {
[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] 11307 |     pub fn get_pipeline_heap_profile(&self) -> builder::GetPipelineHeapProfile<'_> {
[INFO] [stdout]       |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11346:23
[INFO] [stdout]       |
[INFO] [stdout] 11346 |     pub fn http_input(&self) -> builder::HttpInput {
[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] 11346 |     pub fn http_input(&self) -> builder::HttpInput<'_> {
[INFO] [stdout]       |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11373:30
[INFO] [stdout]       |
[INFO] [stdout] 11373 |     pub fn get_pipeline_logs(&self) -> builder::GetPipelineLogs {
[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] 11373 |     pub fn get_pipeline_logs(&self) -> builder::GetPipelineLogs<'_> {
[INFO] [stdout]       |                                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11390:33
[INFO] [stdout]       |
[INFO] [stdout] 11390 |     pub fn get_pipeline_metrics(&self) -> builder::GetPipelineMetrics {
[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] 11390 |     pub fn get_pipeline_metrics(&self) -> builder::GetPipelineMetrics<'_> {
[INFO] [stdout]       |                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11414:32
[INFO] [stdout]       |
[INFO] [stdout] 11414 |     pub fn post_pipeline_pause(&self) -> builder::PostPipelinePause {
[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] 11414 |     pub fn post_pipeline_pause(&self) -> builder::PostPipelinePause<'_> {
[INFO] [stdout]       |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11435:31
[INFO] [stdout]       |
[INFO] [stdout] 11435 |     pub fn pipeline_adhoc_sql(&self) -> builder::PipelineAdhocSql {
[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] 11435 |     pub fn pipeline_adhoc_sql(&self) -> builder::PipelineAdhocSql<'_> {
[INFO] [stdout]       |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11459:32
[INFO] [stdout]       |
[INFO] [stdout] 11459 |     pub fn post_pipeline_start(&self) -> builder::PostPipelineStart {
[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] 11459 |     pub fn post_pipeline_start(&self) -> builder::PostPipelineStart<'_> {
[INFO] [stdout]       |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11474:30
[INFO] [stdout]       |
[INFO] [stdout] 11474 |     pub fn start_transaction(&self) -> builder::StartTransaction {
[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] 11474 |     pub fn start_transaction(&self) -> builder::StartTransaction<'_> {
[INFO] [stdout]       |                                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11489:31
[INFO] [stdout]       |
[INFO] [stdout] 11489 |     pub fn get_pipeline_stats(&self) -> builder::GetPipelineStats {
[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] 11489 |     pub fn get_pipeline_stats(&self) -> builder::GetPipelineStats<'_> {
[INFO] [stdout]       |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11531:31
[INFO] [stdout]       |
[INFO] [stdout] 11531 |     pub fn post_pipeline_stop(&self) -> builder::PostPipelineStop {
[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] 11531 |     pub fn post_pipeline_stop(&self) -> builder::PostPipelineStop<'_> {
[INFO] [stdout]       |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11550:40
[INFO] [stdout]       |
[INFO] [stdout] 11550 |     pub fn get_pipeline_support_bundle(&self) -> builder::GetPipelineSupportBundle {
[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] 11550 |     pub fn get_pipeline_support_bundle(&self) -> builder::GetPipelineSupportBundle<'_> {
[INFO] [stdout]       |                                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11573:29
[INFO] [stdout]       |
[INFO] [stdout] 11573 |     pub fn completion_token(&self) -> builder::CompletionToken {
[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] 11573 |     pub fn completion_token(&self) -> builder::CompletionToken<'_> {
[INFO] [stdout]       |                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11593:9
[INFO] [stdout]       |
[INFO] [stdout] 11593 |         &self,
[INFO] [stdout]       |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 11594 |     ) -> builder::GetPipelineInputConnectorStatus {
[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] 11594 |     ) -> builder::GetPipelineInputConnectorStatus<'_> {
[INFO] [stdout]       |                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11642:9
[INFO] [stdout]       |
[INFO] [stdout] 11642 |         &self,
[INFO] [stdout]       |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 11643 |     ) -> builder::PostPipelineInputConnectorAction {
[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] 11643 |     ) -> builder::PostPipelineInputConnectorAction<'_> {
[INFO] [stdout]       |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]      --> /opt/rustwide/target/debug/build/feldera-rest-api-c803c201b676a1a7/out/codegen.rs:11663:9
[INFO] [stdout]       |
[INFO] [stdout] 11663 |         &self,
[INFO] [stdout]       |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 11664 |     ) -> builder::GetPipelineOutputConnectorStatus {
[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] 11664 |     ) -> builder::GetPipelineOutputConnectorStatus<'_> {
[INFO] [stdout]       |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "e5eddd0318838567e924a5fd122efb9da1c6523b02333a471f82f257f9924248", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5eddd0318838567e924a5fd122efb9da1c6523b02333a471f82f257f9924248", kill_on_drop: false }`
[INFO] [stdout] e5eddd0318838567e924a5fd122efb9da1c6523b02333a471f82f257f9924248
