nominal-api 0.1209.0

API bindings for the Nominal platform
Documentation
Build #3174190 2026-04-23 16:11:12

# rustc version rustc 1.97.0-nightly (913e4bea8 2026-04-22)

# docs.rs version docsrs 0.0.0 (9a14b3d3fb884a3034195abfb368439d6d1cca28 2026-04-21 )

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder3/builds/nominal-api-0.1209.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder3/builds/nominal-api-0.1209.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder3/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "6442450944" "--cpuset-cpus" "16-19" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c20a98b24aa30658c4f5318e8061c84c41bb630a82e1bf779308424b68d33f9a [INFO] running `Command { std: "docker" "start" "c20a98b24aa30658c4f5318e8061c84c41bb630a82e1bf779308424b68d33f9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "c20a98b24aa30658c4f5318e8061c84c41bb630a82e1bf779308424b68d33f9a" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260422-1.97.0-nightly-913e4bea8\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j4" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting nominal-api v0.1209.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unexpected `cfg` condition name: `bazel` [INFO] [stderr] --> src/lib.rs:6:11 [INFO] [stderr] | [INFO] [stderr] 6 | #[cfg(all(bazel, feature = "tonic"))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: expected names are: `docsrs`, `feature`, and `test` and 32 more [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bazel)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bazel)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `bazel` [INFO] [stderr] --> src/lib.rs:12:15 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg(all(not(bazel), feature = "tonic", not(feature = "_build")))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bazel)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bazel)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition name: `bazel` [INFO] [stderr] --> src/lib.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | #[cfg(all(any(bazel, not(feature = "_build")), feature = "tonic"))] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: consider using a Cargo feature instead [INFO] [stderr] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stderr] [lints.rust] [INFO] [stderr] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bazel)'] } [INFO] [stderr] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(bazel)");` to the top of the `build.rs` [INFO] [stderr] = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `INTERNAL` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/timeseries/metadata/series_metadata_service.rs:2:6 [INFO] [stderr] | [INFO] [stderr] 2 | /// [INTERNAL] [INFO] [stderr] | ^^^^^^^^ no item named `INTERNAL` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `INTERNAL` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/timeseries/metadata/series_metadata_service.rs:144:6 [INFO] [stderr] | [INFO] [stderr] 144 | /// [INTERNAL] [INFO] [stderr] | ^^^^^^^^ no item named `INTERNAL` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `INTERNAL` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/timeseries/metadata/series_metadata_service.rs:286:6 [INFO] [stderr] | [INFO] [stderr] 286 | /// [INTERNAL] [INFO] [stderr] | ^^^^^^^^ no item named `INTERNAL` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `INTERNAL` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/timeseries/metadata/series_metadata_service.rs:2:6 [INFO] [stderr] | [INFO] [stderr] 2 | /// [INTERNAL] [INFO] [stderr] | ^^^^^^^^ no item named `INTERNAL` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `INTERNAL` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/timeseries/metadata/series_metadata_service.rs:146:6 [INFO] [stderr] | [INFO] [stderr] 146 | /// [INTERNAL] [INFO] [stderr] | ^^^^^^^^ no item named `INTERNAL` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `INTERNAL` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/timeseries/metadata/series_metadata_service.rs:290:6 [INFO] [stderr] | [INFO] [stderr] 290 | /// [INTERNAL] [INFO] [stderr] | ^^^^^^^^ no item named `INTERNAL` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/objects/scout/compute/api/extract_numeric_from_struct_series.rs:35:78 [INFO] [stderr] | [INFO] [stderr] 35 | /// A bare numeric name like `0` refers to an object key named "0"; use [0] to index [INFO] [stderr] | ^ no item named `0` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `0` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/objects/scout/compute/api/extract_struct_from_struct_series.rs:32:78 [INFO] [stderr] | [INFO] [stderr] 32 | /// A bare numeric name like `0` refers to an object key named "0"; use [0] to index [INFO] [stderr] | ^ no item named `0` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `google.api.HttpRule` [INFO] [stderr] --> src/proto/google.api.rs:3:16 [INFO] [stderr] | [INFO] [stderr] 3 | /// [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `google.api.HttpRule.body` [INFO] [stderr] --> src/proto/google.api.rs:183:50 [INFO] [stderr] | [INFO] [stderr] 183 | /// - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule.body` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `google.api.HttpRule.body` [INFO] [stderr] --> src/proto/google.api.rs:190:29 [INFO] [stderr] | [INFO] [stderr] 190 | /// 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule.body` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `google.api.HttpRule.body` [INFO] [stderr] --> src/proto/google.api.rs:193:29 [INFO] [stderr] | [INFO] [stderr] 193 | /// 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule.body` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `google.api.DocumentationRule.selector` [INFO] [stderr] --> src/proto/google.api.rs:289:29 [INFO] [stderr] | [INFO] [stderr] 289 | /// Refer to [selector][google.api.DocumentationRule.selector] for syntax [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.DocumentationRule.selector` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `DEPRACATED` [INFO] [stderr] --> src/proto/nominal.ai.v1.rs:1489:30 [INFO] [stderr] | [INFO] [stderr] 1489 | ... /// GetConversation [DEPRACATED] handles getting a complete conversation list, with an optional limit on number of messages ... [INFO] [stderr] | ^^^^^^^^^^ no item named `DEPRACATED` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:76:59 [INFO] [stderr] | [INFO] [stderr] 76 | /// format. We follow the specification defined here: https://prometheus.io/docs/specs/remote_write_spec/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 76 | /// format. We follow the specification defined here: <https://prometheus.io/docs/specs/remote_write_spec/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:102:14 [INFO] [stderr] | [INFO] [stderr] 102 | /// See: https://github.com/vectordotdev/vector/issues/8279 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 102 | /// See: <https://github.com/vectordotdev/vector/issues/8279> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `double` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:225:54 [INFO] [stderr] | [INFO] [stderr] 225 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 225 | /// - Array points contain repeated values (`array<double>` or array<string>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `string` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:225:71 [INFO] [stderr] | [INFO] [stderr] 225 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 225 | /// - Array points contain repeated values (array<double> or `array<string>`) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:412:59 [INFO] [stderr] | [INFO] [stderr] 412 | /// format. We follow the specification defined here: https://prometheus.io/docs/specs/remote_write_spec/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 412 | /// format. We follow the specification defined here: <https://prometheus.io/docs/specs/remote_write_spec/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:438:14 [INFO] [stderr] | [INFO] [stderr] 438 | /// See: https://github.com/vectordotdev/vector/issues/8279 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 438 | /// See: <https://github.com/vectordotdev/vector/issues/8279> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `double` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:561:54 [INFO] [stderr] | [INFO] [stderr] 561 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 561 | /// - Array points contain repeated values (`array<double>` or array<string>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `string` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:561:71 [INFO] [stderr] | [INFO] [stderr] 561 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 561 | /// - Array points contain repeated values (array<double> or `array<string>`) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:748:59 [INFO] [stderr] | [INFO] [stderr] 748 | /// format. We follow the specification defined here: https://prometheus.io/docs/specs/remote_write_spec/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 748 | /// format. We follow the specification defined here: <https://prometheus.io/docs/specs/remote_write_spec/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:774:14 [INFO] [stderr] | [INFO] [stderr] 774 | /// See: https://github.com/vectordotdev/vector/issues/8279 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 774 | /// See: <https://github.com/vectordotdev/vector/issues/8279> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `double` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:897:54 [INFO] [stderr] | [INFO] [stderr] 897 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 897 | /// - Array points contain repeated values (`array<double>` or array<string>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `string` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/clients/storage/writer/api/nominal_channel_writer_service.rs:897:71 [INFO] [stderr] | [INFO] [stderr] 897 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 897 | /// - Array points contain repeated values (array<double> or `array<string>`) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:67:59 [INFO] [stderr] | [INFO] [stderr] 67 | /// format. We follow the specification defined here: https://prometheus.io/docs/specs/remote_write_spec/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 67 | /// format. We follow the specification defined here: <https://prometheus.io/docs/specs/remote_write_spec/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:94:14 [INFO] [stderr] | [INFO] [stderr] 94 | /// See: https://github.com/vectordotdev/vector/issues/8279 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 94 | /// See: <https://github.com/vectordotdev/vector/issues/8279> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `double` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:219:54 [INFO] [stderr] | [INFO] [stderr] 219 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 219 | /// - Array points contain repeated values (`array<double>` or array<string>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `string` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:219:71 [INFO] [stderr] | [INFO] [stderr] 219 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 219 | /// - Array points contain repeated values (array<double> or `array<string>`) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:398:59 [INFO] [stderr] | [INFO] [stderr] 398 | /// format. We follow the specification defined here: https://prometheus.io/docs/specs/remote_write_spec/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 398 | /// format. We follow the specification defined here: <https://prometheus.io/docs/specs/remote_write_spec/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:425:14 [INFO] [stderr] | [INFO] [stderr] 425 | /// See: https://github.com/vectordotdev/vector/issues/8279 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 425 | /// See: <https://github.com/vectordotdev/vector/issues/8279> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `double` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:550:54 [INFO] [stderr] | [INFO] [stderr] 550 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 550 | /// - Array points contain repeated values (`array<double>` or array<string>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `string` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:550:71 [INFO] [stderr] | [INFO] [stderr] 550 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 550 | /// - Array points contain repeated values (array<double> or `array<string>`) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:730:59 [INFO] [stderr] | [INFO] [stderr] 730 | /// format. We follow the specification defined here: https://prometheus.io/docs/specs/remote_write_spec/ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 730 | /// format. We follow the specification defined here: <https://prometheus.io/docs/specs/remote_write_spec/> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:757:14 [INFO] [stderr] | [INFO] [stderr] 757 | /// See: https://github.com/vectordotdev/vector/issues/8279 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 757 | /// See: <https://github.com/vectordotdev/vector/issues/8279> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `double` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:882:54 [INFO] [stderr] | [INFO] [stderr] 882 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 882 | /// - Array points contain repeated values (`array<double>` or array<string>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `string` [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/endpoints/storage/writer/api/nominal_channel_writer_service.rs:882:71 [INFO] [stderr] | [INFO] [stderr] 882 | /// - Array points contain repeated values (array<double> or array<string>) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] help: try marking as source code [INFO] [stderr] | [INFO] [stderr] 882 | /// - Array points contain repeated values (array<double> or `array<string>`) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/objects/scout/api/symbol.rs:11:25 [INFO] [stderr] | [INFO] [stderr] 11 | /// Image url (e.g. https://example.com/image.png) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 11 | /// Image url (e.g. <https://example.com/image.png>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/objects/scout/chartdefinition/api/figure.rs:42:9 [INFO] [stderr] | [INFO] [stderr] 42 | /// https://plotly.com/python/figure-structure/#the-toplevel-config-attribute [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 42 | /// <https://plotly.com/python/figure-structure/#the-toplevel-config-attribute> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/objects/scout/chartdefinition/api/layout.rs:27:9 [INFO] [stderr] | [INFO] [stderr] 27 | /// https://plotly.com/python/figure-structure/#the-toplevel-layout-attribute [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 27 | /// <https://plotly.com/python/figure-structure/#the-toplevel-layout-attribute> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/objects/scout/chartdefinition/api/trace.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 37 | /// https://plotly.com/python/figure-structure/#the-toplevel-data-attribute [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 37 | /// <https://plotly.com/python/figure-structure/#the-toplevel-data-attribute> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/objects/scout/compute/api/log_regex_filter_operator.rs:2:32 [INFO] [stderr] | [INFO] [stderr] 2 | /// Regular expression syntax: https://github.com/google/re2/wiki/Syntax. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 2 | /// Regular expression syntax: <https://github.com/google/re2/wiki/Syntax.> [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> /opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/nominal-api-a0836415542ebc6a/out/conjure/objects/security/api/workspace/workspace_symbol.rs:11:35 [INFO] [stderr] | [INFO] [stderr] 11 | /// Workspace image url (e.g. https://example.com/image.png) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: bare URLs are not automatically turned into clickable links [INFO] [stderr] help: use an automatic link instead [INFO] [stderr] | [INFO] [stderr] 11 | /// Workspace image url (e.g. <https://example.com/image.png>) [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: could not parse code block as Rust code [INFO] [stderr] --> src/proto/google.api.rs:199:9 [INFO] [stderr] | [INFO] [stderr] 199 | /// Template = "/" Segments \[ Verb \] ; [INFO] [stderr] | _________^ [INFO] [stderr] 200 | | /// Segments = Segment { "/" Segment } ; [INFO] [stderr] 201 | | /// Segment = "*" | "**" | LITERAL | Variable ; [INFO] [stderr] 202 | | /// Variable = "{" FieldPath \[ "=" Segments \] "}" ; [INFO] [stderr] 203 | | /// FieldPath = IDENT { "." IDENT } ; [INFO] [stderr] 204 | | /// Verb = ":" LITERAL ; [INFO] [stderr] | |_________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: error from rustc: unknown start of token: \ [INFO] [stderr] = note: error from rustc: unknown start of token: \ [INFO] [stderr] = note: error from rustc: unknown start of token: \ [INFO] [stderr] = note: error from rustc: unknown start of token: \ [INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `token` [INFO] [stderr] --> src/proto/nominal.connections.v1.rs:161:36 [INFO] [stderr] | [INFO] [stderr] 161 | /// "Authorization: Bearer <token>" [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `nominal-api` (lib doc) generated 49 warnings (run `cargo fix --lib -p nominal-api` to apply 18 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/nominal_api/index.html [INFO] running `Command { std: "docker" "stop" "-t" "1" "c20a98b24aa30658c4f5318e8061c84c41bb630a82e1bf779308424b68d33f9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c20a98b24aa30658c4f5318e8061c84c41bb630a82e1bf779308424b68d33f9a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c20a98b24aa30658c4f5318e8061c84c41bb630a82e1bf779308424b68d33f9a", kill_on_drop: false }` [INFO] [stdout] c20a98b24aa30658c4f5318e8061c84c41bb630a82e1bf779308424b68d33f9a