# rustc version rustc 1.84.0-nightly (3fee0f12e 2024-11-20)
# docs.rs version docsrs 0.6.0 (3767aed0 2024-11-29)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/plotly-0.11.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/plotly-0.11.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-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" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-11-21" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241120-1.84.0-nightly-3fee0f12e\", \"--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" "-j6" "--target" "x86_64-unknown-linux-gnu", 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] d5dd6fcaeecbd2e5a8a9a96747672a1a20e4552df0b2aeac9122a06f96944e61 [INFO] running `Command { std: "docker" "start" "-a" "d5dd6fcaeecbd2e5a8a9a96747672a1a20e4552df0b2aeac9122a06f96944e61", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting plotly v0.11.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `;base64` [INFO] [stderr] --> src/traces/image.rs:219:5 [INFO] [stderr] | [INFO] [stderr] 219 | / /// Specifies the data URI of the image to be visualized. The URI consists [INFO] [stderr] 220 | | /// of "data:image/[<media subtype>][;base64],<data>". [INFO] [stderr] | |__________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] of "data:image/[<media subtype>][;base64],<data>". [INFO] [stderr] ^^^^^^^ [INFO] [stderr] = note: no item named `;base64` in scope [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: this URL is not a hyperlink [INFO] [stderr] --> src/configuration.rs:215:74 [INFO] [stderr] | [INFO] [stderr] 215 | /// Chart Studio Cloud, you need to set both `plotly_server_url` to "https://chart-studio.plotly.com" and [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] 215 | /// Chart Studio Cloud, you need to set both `plotly_server_url` to "<https://chart-studio.plotly.com>" and [INFO] [stderr] | + + [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/layout/mod.rs:931:5 [INFO] [stderr] | [INFO] [stderr] 931 | / /// Determines which regions of complex paths constitute the interior. For [INFO] [stderr] 932 | | /// more info please visit https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule [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] 931 ~ </// Determines which regions of complex paths constitute the interior. For [INFO] [stderr] 932 ~ /// more info please visit https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/layout/mod.rs:996:5 [INFO] [stderr] | [INFO] [stderr] 996 | / /// Determines the path's interior. For more info please [INFO] [stderr] 997 | | /// visit https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule [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] 996 ~ </// Determines the path's interior. For more info please [INFO] [stderr] 997 ~ /// visit https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `em` [INFO] [stderr] --> src/layout/mod.rs:1072:5 [INFO] [stderr] | [INFO] [stderr] 1072 | / /// Sets the text associated with this annotation. Plotly uses a subset of [INFO] [stderr] 1073 | | /// HTML tags to do things like newline (<br>), bold (<b></b>), italics [INFO] [stderr] 1074 | | /// (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub> [INFO] [stderr] 1075 | | /// <span> are also supported. [INFO] [stderr] | |__________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `sup` [INFO] [stderr] --> src/layout/mod.rs:1072:5 [INFO] [stderr] | [INFO] [stderr] 1072 | / /// Sets the text associated with this annotation. Plotly uses a subset of [INFO] [stderr] 1073 | | /// HTML tags to do things like newline (<br>), bold (<b></b>), italics [INFO] [stderr] 1074 | | /// (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub> [INFO] [stderr] 1075 | | /// <span> are also supported. [INFO] [stderr] | |__________________________________^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `sub` [INFO] [stderr] --> src/layout/mod.rs:1072:5 [INFO] [stderr] | [INFO] [stderr] 1072 | / /// Sets the text associated with this annotation. Plotly uses a subset of [INFO] [stderr] 1073 | | /// HTML tags to do things like newline (<br>), bold (<b></b>), italics [INFO] [stderr] 1074 | | /// (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub> [INFO] [stderr] 1075 | | /// <span> are also supported. [INFO] [stderr] | |__________________________________^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `span` [INFO] [stderr] --> src/layout/mod.rs:1072:5 [INFO] [stderr] | [INFO] [stderr] 1072 | / /// Sets the text associated with this annotation. Plotly uses a subset of [INFO] [stderr] 1073 | | /// HTML tags to do things like newline (<br>), bold (<b></b>), italics [INFO] [stderr] 1074 | | /// (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub> [INFO] [stderr] 1075 | | /// <span> are also supported. [INFO] [stderr] | |__________________________________^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `media` [INFO] [stderr] --> src/traces/image.rs:219:5 [INFO] [stderr] | [INFO] [stderr] 219 | / /// Specifies the data URI of the image to be visualized. The URI consists [INFO] [stderr] 220 | | /// of "data:image/[<media subtype>][;base64],<data>". [INFO] [stderr] | |__________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: unclosed HTML tag `data` [INFO] [stderr] --> src/traces/image.rs:219:5 [INFO] [stderr] | [INFO] [stderr] 219 | / /// Specifies the data URI of the image to be visualized. The URI consists [INFO] [stderr] 220 | | /// of "data:image/[<media subtype>][;base64],<data>". [INFO] [stderr] | |__________________________________________________________^ [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/image.rs:243:5 [INFO] [stderr] | [INFO] [stderr] 243 | / /// Template string used for rendering the information that appear on hover [INFO] [stderr] 244 | | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] 245 | | /// inserted using %{variable}, for example "y: %{y}". Numbers are [INFO] [stderr] 246 | | /// formatted using d3-format's syntax %{variable:d3-format}, for example [INFO] [stderr] ... | [INFO] [stderr] 257 | | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 258 | | /// completely, use an empty tag `<extra></extra>`. [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] 243 ~ </// Template string used for rendering the information that appear on hover [INFO] [stderr] 244 | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] ... [INFO] [stderr] 257 | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 258 ~ /// completely, use an empty tag `<extra></extra>`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/mesh3d.rs:188:5 [INFO] [stderr] | [INFO] [stderr] 188 | / /// Template string used for rendering the information that appear on hover [INFO] [stderr] 189 | | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] 190 | | /// inserted using %{variable}, for example "y: %{y}". Numbers are [INFO] [stderr] 191 | | /// formatted using d3-format's syntax %{variable:d3-format}, for example [INFO] [stderr] ... | [INFO] [stderr] 202 | | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 203 | | /// completely, use an empty tag `<extra></extra>`. [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] 188 ~ </// Template string used for rendering the information that appear on hover [INFO] [stderr] 189 | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] ... [INFO] [stderr] 202 | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 203 ~ /// completely, use an empty tag `<extra></extra>`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/mesh3d.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / /// Sets the hover text formatting rulefor `x` using d3 formatting [INFO] [stderr] 207 | | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format... [INFO] [stderr] 208 | | /// see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date [INFO] [stderr] 209 | | /// formatter: "%h" for half of the year as a decimal number as well as [INFO] [stderr] ... | [INFO] [stderr] 212 | | /// "09~15~23.46"By default the values are formatted using [INFO] [stderr] 213 | | /// `xaxis.hoverformat`. [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] 206 ~ </// Sets the hover text formatting rulefor `x` using d3 formatting [INFO] [stderr] 207 | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates [INFO] [stderr] ... [INFO] [stderr] 212 | /// "09~15~23.46"By default the values are formatted using [INFO] [stderr] 213 ~ /// `xaxis.hoverformat`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/mesh3d.rs:216:5 [INFO] [stderr] | [INFO] [stderr] 216 | / /// Sets the hover text formatting rulefor `y` using d3 formatting [INFO] [stderr] 217 | | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format... [INFO] [stderr] 218 | | /// see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date [INFO] [stderr] 219 | | /// formatter: "%h" for half of the year as a decimal number as well as [INFO] [stderr] ... | [INFO] [stderr] 222 | | /// "09~15~23.46"By default the values are formatted using [INFO] [stderr] 223 | | /// `yaxis.hoverformat`. [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] 216 ~ </// Sets the hover text formatting rulefor `y` using d3 formatting [INFO] [stderr] 217 | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates [INFO] [stderr] ... [INFO] [stderr] 222 | /// "09~15~23.46"By default the values are formatted using [INFO] [stderr] 223 ~ /// `yaxis.hoverformat`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/mesh3d.rs:288:5 [INFO] [stderr] | [INFO] [stderr] 288 | / /// Sets the hover text formatting rulefor `z` using d3 formatting [INFO] [stderr] 289 | | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format... [INFO] [stderr] 290 | | /// see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's date [INFO] [stderr] 291 | | /// formatter: "%h" for half of the year as a decimal number as well as [INFO] [stderr] ... | [INFO] [stderr] 294 | | /// "09~15~23.46". By default the values are formatted using [INFO] [stderr] 295 | | /// `zaxis.hoverformat`. [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] 288 ~ </// Sets the hover text formatting rulefor `z` using d3 formatting [INFO] [stderr] 289 | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for dates [INFO] [stderr] ... [INFO] [stderr] 294 | /// "09~15~23.46". By default the values are formatted using [INFO] [stderr] 295 ~ /// `zaxis.hoverformat`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/sankey.rs:334:5 [INFO] [stderr] | [INFO] [stderr] 334 | / /// Sets the value formatting rule using d3 formatting mini-languages which [INFO] [stderr] 335 | | /// are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. [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] 334 ~ </// Sets the value formatting rule using d3 formatting mini-languages which [INFO] [stderr] 335 ~ /// are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/scatter.rs:144:5 [INFO] [stderr] | [INFO] [stderr] 144 | / /// Template string used for rendering the information that appear on hover [INFO] [stderr] 145 | | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] 146 | | /// inserted using %{variable}, for example "y: %{y}". Numbers are [INFO] [stderr] 147 | | /// formatted using d3-format's syntax %{variable:d3-format}, for example [INFO] [stderr] ... | [INFO] [stderr] 158 | | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 159 | | /// completely, use an empty tag `<extra></extra>`. [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] 144 ~ </// Template string used for rendering the information that appear on hover [INFO] [stderr] 145 | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] ... [INFO] [stderr] 158 | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 159 ~ /// completely, use an empty tag `<extra></extra>`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/scatter3d.rs:168:5 [INFO] [stderr] | [INFO] [stderr] 168 | / /// Template string used for rendering the information that appear on hover [INFO] [stderr] 169 | | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] 170 | | /// inserted using %{variable}, for example "y: %{y}". Numbers are [INFO] [stderr] 171 | | /// formatted using d3-format's syntax %{variable:d3-format}, for example [INFO] [stderr] ... | [INFO] [stderr] 182 | | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 183 | | /// completely, use an empty tag `<extra></extra>`. [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] 168 ~ </// Template string used for rendering the information that appear on hover [INFO] [stderr] 169 | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] ... [INFO] [stderr] 182 | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 183 ~ /// completely, use an empty tag `<extra></extra>`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/scatter3d.rs:186:5 [INFO] [stderr] | [INFO] [stderr] 186 | / /// Sets the hover text formatting rulefor `x` using d3 formatting [INFO] [stderr] 187 | | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format... [INFO] [stderr] 188 | | /// dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's [INFO] [stderr] 189 | | /// date formatter: "%h" for half of the year as a decimal number as well as [INFO] [stderr] ... | [INFO] [stderr] 192 | | /// "09~15~23.46". By default the values are formatted using [INFO] [stderr] 193 | | /// `x_axis.hover_format`. [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] 186 ~ </// Sets the hover text formatting rulefor `x` using d3 formatting [INFO] [stderr] 187 | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for [INFO] [stderr] ... [INFO] [stderr] 192 | /// "09~15~23.46". By default the values are formatted using [INFO] [stderr] 193 ~ /// `x_axis.hover_format`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/scatter3d.rs:196:5 [INFO] [stderr] | [INFO] [stderr] 196 | / /// Sets the hover text formatting rulefor `y` using d3 formatting [INFO] [stderr] 197 | | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format... [INFO] [stderr] 198 | | /// dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's [INFO] [stderr] 199 | | /// date formatter: "%h" for half of the year as a decimal number as well as [INFO] [stderr] ... | [INFO] [stderr] 202 | | /// "09~15~23.46". By default the values are formatted using [INFO] [stderr] 203 | | /// `y_axis.hover_format`. [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] 196 ~ </// Sets the hover text formatting rulefor `y` using d3 formatting [INFO] [stderr] 197 | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for [INFO] [stderr] ... [INFO] [stderr] 202 | /// "09~15~23.46". By default the values are formatted using [INFO] [stderr] 203 ~ /// `y_axis.hover_format`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/scatter3d.rs:206:5 [INFO] [stderr] | [INFO] [stderr] 206 | / /// Sets the hover text formatting rulefor `z` using d3 formatting [INFO] [stderr] 207 | | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format... [INFO] [stderr] 208 | | /// dates see: https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format. We add two items to d3's [INFO] [stderr] 209 | | /// date formatter: "%h" for half of the year as a decimal number as well as [INFO] [stderr] ... | [INFO] [stderr] 212 | | /// "09~15~23.46". By default the values are formatted using [INFO] [stderr] 213 | | /// `z_axis.hover_format`. [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] 206 ~ </// Sets the hover text formatting rulefor `z` using d3 formatting [INFO] [stderr] 207 | /// mini-languages which are very similar to those in Python. For numbers, see: https://github.com/d3/d3-format/tree/v1.4.5#d3-format. And for [INFO] [stderr] ... [INFO] [stderr] 212 | /// "09~15~23.46". By default the values are formatted using [INFO] [stderr] 213 ~ /// `z_axis.hover_format`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/scatter_mapbox.rs:146:5 [INFO] [stderr] | [INFO] [stderr] 146 | / /// Template string used for rendering the information that appear on hover [INFO] [stderr] 147 | | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] 148 | | /// inserted using %{variable}, for example "y: %{y}". Numbers are [INFO] [stderr] 149 | | /// formatted using d3-format's syntax %{variable:d3-format}, for example [INFO] [stderr] ... | [INFO] [stderr] 160 | | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 161 | | /// completely, use an empty tag `<extra></extra>`. [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] 146 ~ </// Template string used for rendering the information that appear on hover [INFO] [stderr] 147 | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] ... [INFO] [stderr] 160 | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 161 ~ /// completely, use an empty tag `<extra></extra>`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this URL is not a hyperlink [INFO] [stderr] --> src/traces/scatter_polar.rs:131:5 [INFO] [stderr] | [INFO] [stderr] 131 | / /// Template string used for rendering the information that appear on hover [INFO] [stderr] 132 | | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] 133 | | /// inserted using %{variable}, for example "y: %{y}". Numbers are [INFO] [stderr] 134 | | /// formatted using d3-format's syntax %{variable:d3-format}, for example [INFO] [stderr] ... | [INFO] [stderr] 145 | | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 146 | | /// completely, use an empty tag `<extra></extra>`. [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] 131 ~ </// Template string used for rendering the information that appear on hover [INFO] [stderr] 132 | /// box. Note that this will override `HoverInfo`. Variables are [INFO] [stderr] ... [INFO] [stderr] 145 | /// "<extra>{fullData.name}</extra>". To hide the secondary box [INFO] [stderr] 146 ~ /// completely, use an empty tag `<extra></extra>`.> [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `plotly` (lib doc) generated 23 warnings (run `cargo fix --lib -p plotly` to apply 16 suggestions) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.19s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/plotly/index.html [INFO] running `Command { std: "docker" "inspect" "d5dd6fcaeecbd2e5a8a9a96747672a1a20e4552df0b2aeac9122a06f96944e61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d5dd6fcaeecbd2e5a8a9a96747672a1a20e4552df0b2aeac9122a06f96944e61", kill_on_drop: false }` [INFO] [stdout] d5dd6fcaeecbd2e5a8a9a96747672a1a20e4552df0b2aeac9122a06f96944e61