[INFO] cloning repository https://github.com/Tatch-AI/tempurview
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Tatch-AI/tempurview" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTatch-AI%2Ftempurview", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTatch-AI%2Ftempurview'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c611709ef182ef2d4630a11bd27f83b33df80a84
[INFO] documenting Tatch-AI/tempurview against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTatch-AI%2Ftempurview" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Tatch-AI/tempurview
[INFO] finished tweaking git repo https://github.com/Tatch-AI/tempurview
[INFO] tweaked toml for git repo https://github.com/Tatch-AI/tempurview written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Tatch-AI/tempurview on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Tatch-AI/tempurview 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: file `/workspace/builds/worker-3-tc2/source/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `tempurview`
[INFO] [stderr]   * `bin` target `tpv`
[INFO] [stderr] warning: `tempurview` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6
[INFO] running `Command { std: "docker" "start" "e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `tempurview`
[INFO] [stderr]   * `bin` target `tpv`
[INFO] [stderr] warning: `tempurview` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling zerocopy v0.8.38
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking ryu v1.0.22
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling instability v0.3.11
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]     Checking clap_lex v0.7.7
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking clap_builder v4.5.57
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]     Checking num-conv v0.2.0
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]     Checking matchit v0.7.3
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking comfy-table v7.2.2
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling prost v0.13.5
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking rustls-webpki v0.103.9
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking clap v4.5.57
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking tracing-appender v0.2.4
[INFO] [stderr]    Compiling prost-types v0.13.5
[INFO] [stderr]     Checking clap_complete v4.5.65
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking color-eyre v0.6.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]    Compiling prost-build v0.13.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]    Compiling tonic-build v0.12.3
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]    Compiling tempurview v0.0.0-dev (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.12.3
[INFO] [stderr]  Documenting tempurview v0.0.0-dev (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `insights`
[INFO] [stdout]    --> src/domain/insights.rs:123:44
[INFO] [stdout]     |
[INFO] [stdout] 123 | /// Loaded from ~/.tempurview/config.toml [insights] section.
[INFO] [stdout]     |                                            ^^^^^^^^ no item named `insights` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `google.api.HttpRule`
[INFO] [stdout]  --> src/proto/generated/google.api.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | /// [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `google.api.HttpRule.body`
[INFO] [stdout]    --> src/proto/generated/google.api.rs:190:50
[INFO] [stdout]     |
[INFO] [stdout] 190 | ///     - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule.body` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `google.api.HttpRule.body`
[INFO] [stdout]    --> src/proto/generated/google.api.rs:197:29
[INFO] [stdout]     |
[INFO] [stdout] 197 | ///   2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule.body` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `google.api.HttpRule.body`
[INFO] [stdout]    --> src/proto/generated/google.api.rs:200:29
[INFO] [stdout]     |
[INFO] [stdout] 200 | ///   3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule.body` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `google.api.DocumentationRule.selector`
[INFO] [stdout]    --> src/proto/generated/google.api.rs:297:29
[INFO] [stdout]     |
[INFO] [stdout] 297 |     /// Refer to [selector][google.api.DocumentationRule.selector] for syntax
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.DocumentationRule.selector` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `name`
[INFO] [stdout]    --> src/config.rs:222:22
[INFO] [stdout]     |
[INFO] [stdout] 222 |     /// 2. --profile <name> or TEMPURVIEW_PROFILE env var → look up in config.toml
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `Utc`
[INFO] [stdout]   --> src/domain/workflow_filter.rs:50:60
[INFO] [stdout]    |
[INFO] [stdout] 50 | /// Parse a user-provided date input string into a DateTime<Utc>.
[INFO] [stdout]    |                                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 50 | /// Parse a user-provided date input string into a `DateTime<Utc>`.
[INFO] [stdout]    |                                                    +             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: could not parse code block as Rust code
[INFO] [stdout]    --> src/proto/generated/google.api.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |   ///      Template = "/" Segments \[ Verb \] ;
[INFO] [stdout]     |  _________^
[INFO] [stdout] 207 | | ///      Segments = Segment { "/" Segment } ;
[INFO] [stdout] 208 | | ///      Segment  = "*" | "**" | LITERAL | Variable ;
[INFO] [stdout] 209 | | ///      Variable = "{" FieldPath \[ "=" Segments \] "}" ;
[INFO] [stdout] 210 | | ///      FieldPath = IDENT { "." IDENT } ;
[INFO] [stdout] 211 | | ///      Verb     = ":" LITERAL ;
[INFO] [stdout]     | |_________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: error from rustc: unknown start of token: \
[INFO] [stdout]     = note: error from rustc: unknown start of token: \
[INFO] [stdout]     = note: error from rustc: unknown start of token: \
[INFO] [stdout]     = note: error from rustc: unknown start of token: \
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `timezone`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:154:59
[INFO] [stdout]     |
[INFO] [stdout] 154 |     /// Optionally, the string can be preceded by CRON_TZ=<timezone name> or
[INFO] [stdout]     |                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `timezone`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:155:12
[INFO] [stdout]     |
[INFO] [stdout] 155 |     /// TZ=<timezone name>, which will get copied to timezone_name. (There must
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `interval`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:161:16
[INFO] [stdout]     |
[INFO] [stdout] 161 |     /// @every <interval>\[/<phase>\] is accepted and gets compiled into an
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `phase`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:161:29
[INFO] [stdout]     |
[INFO] [stdout] 161 |     /// @every <interval>\[/<phase>\] is accepted and gets compiled into an
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `interval`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:162:31
[INFO] [stdout]     |
[INFO] [stdout] 162 |     /// IntervalSpec instead. <interval> and <phase> should be a decimal integer
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `phase`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:162:46
[INFO] [stdout]     |
[INFO] [stdout] 162 |     /// IntervalSpec instead. <interval> and <phase> should be a decimal integer
[INFO] [stdout]     |                                              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/tempurview/index.html and 1 other file
[INFO] running `Command { std: "docker" "inspect" "e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `tempurview`
[INFO] [stderr]   * `bin` target `tpv`
[INFO] [stderr] warning: `tempurview` (manifest) generated 1 warning
[INFO] [stderr]  Documenting tempurview v0.0.0-dev (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `insights`
[INFO] [stdout]    --> src/domain/insights.rs:123:44
[INFO] [stdout]     |
[INFO] [stdout] 123 | /// Loaded from ~/.tempurview/config.toml [insights] section.
[INFO] [stdout]     |                                            ^^^^^^^^ no item named `insights` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `google.api.HttpRule`
[INFO] [stdout]  --> src/proto/generated/google.api.rs:3:16
[INFO] [stdout]   |
[INFO] [stdout] 3 | /// [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
[INFO] [stdout]   |                ^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `google.api.HttpRule.body`
[INFO] [stdout]    --> src/proto/generated/google.api.rs:190:50
[INFO] [stdout]     |
[INFO] [stdout] 190 | ///     - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule.body` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `google.api.HttpRule.body`
[INFO] [stdout]    --> src/proto/generated/google.api.rs:197:29
[INFO] [stdout]     |
[INFO] [stdout] 197 | ///   2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule.body` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `google.api.HttpRule.body`
[INFO] [stdout]    --> src/proto/generated/google.api.rs:200:29
[INFO] [stdout]     |
[INFO] [stdout] 200 | ///   3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.HttpRule.body` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `google.api.DocumentationRule.selector`
[INFO] [stdout]    --> src/proto/generated/google.api.rs:297:29
[INFO] [stdout]     |
[INFO] [stdout] 297 |     /// Refer to [selector][google.api.DocumentationRule.selector] for syntax
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `google.api.DocumentationRule.selector` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `name`
[INFO] [stdout]    --> src/config.rs:222:22
[INFO] [stdout]     |
[INFO] [stdout] 222 |     /// 2. --profile <name> or TEMPURVIEW_PROFILE env var → look up in config.toml
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `Utc`
[INFO] [stdout]   --> src/domain/workflow_filter.rs:50:60
[INFO] [stdout]    |
[INFO] [stdout] 50 | /// Parse a user-provided date input string into a DateTime<Utc>.
[INFO] [stdout]    |                                                            ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 50 | /// Parse a user-provided date input string into a `DateTime<Utc>`.
[INFO] [stdout]    |                                                    +             +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: could not parse code block as Rust code
[INFO] [stdout]    --> src/proto/generated/google.api.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |   ///      Template = "/" Segments \[ Verb \] ;
[INFO] [stdout]     |  _________^
[INFO] [stdout] 207 | | ///      Segments = Segment { "/" Segment } ;
[INFO] [stdout] 208 | | ///      Segment  = "*" | "**" | LITERAL | Variable ;
[INFO] [stdout] 209 | | ///      Variable = "{" FieldPath \[ "=" Segments \] "}" ;
[INFO] [stdout] 210 | | ///      FieldPath = IDENT { "." IDENT } ;
[INFO] [stdout] 211 | | ///      Verb     = ":" LITERAL ;
[INFO] [stdout]     | |_________________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: error from rustc: unknown start of token: \
[INFO] [stdout]     = note: error from rustc: unknown start of token: \
[INFO] [stdout]     = note: error from rustc: unknown start of token: \
[INFO] [stdout]     = note: error from rustc: unknown start of token: \
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `timezone`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:154:59
[INFO] [stdout]     |
[INFO] [stdout] 154 |     /// Optionally, the string can be preceded by CRON_TZ=<timezone name> or
[INFO] [stdout]     |                                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `timezone`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:155:12
[INFO] [stdout]     |
[INFO] [stdout] 155 |     /// TZ=<timezone name>, which will get copied to timezone_name. (There must
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `interval`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:161:16
[INFO] [stdout]     |
[INFO] [stdout] 161 |     /// @every <interval>\[/<phase>\] is accepted and gets compiled into an
[INFO] [stdout]     |                ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `phase`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:161:29
[INFO] [stdout]     |
[INFO] [stdout] 161 |     /// @every <interval>\[/<phase>\] is accepted and gets compiled into an
[INFO] [stdout]     |                             ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `interval`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:162:31
[INFO] [stdout]     |
[INFO] [stdout] 162 |     /// IntervalSpec instead. <interval> and <phase> should be a decimal integer
[INFO] [stdout]     |                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `phase`
[INFO] [stdout]    --> src/proto/generated/temporal.api.schedule.v1.rs:162:46
[INFO] [stdout]     |
[INFO] [stdout] 162 |     /// IntervalSpec instead. <interval> and <phase> should be a decimal integer
[INFO] [stdout]     |                                              ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.35s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/tempurview/index.html
[INFO] running `Command { std: "docker" "inspect" "e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6", kill_on_drop: false }`
[INFO] [stdout] e984760b08591eb03ecc71515c9832e85255c05457d9289b46b86d1931dbb6d6
