plotly-fork 0.8.4

A plotting library powered by Plotly.js
Documentation
Build #10060482023-11-25T23:01:04.139520+00:00
# rustc version
rustc 1.76.0-nightly (37b2813a7 2023-11-24)# docs.rs version
docsrs 0.6.0 (7f551f6b 2023-11-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/plotly-fork-0.8.4/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/plotly-fork-0.8.4/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20231124-1.76.0-nightly-37b2813a7\", \"--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] 74d1168a94d605dbc6fe6b287361d5149a5c2cb9e0b93f2022a817634c9848fd
[INFO] running `Command { std: "docker" "start" "-a" "74d1168a94d605dbc6fe6b287361d5149a5c2cb9e0b93f2022a817634c9848fd", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting plotly-fork v0.8.4 (/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]     |                                                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://chart-studio.plotly.com>`
[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] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/layout/mod.rs:867:5
[INFO] [stderr]     |
[INFO] [stderr] 867 | /     /// Determines which regions of complex paths constitute the interior. For
[INFO] [stderr] 868 | |     /// more info please visit https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule
[INFO] [stderr]     | |___________________________________________________________________________________________________^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/layout/mod.rs:932:5
[INFO] [stderr]     |
[INFO] [stderr] 932 | /     /// Determines the path's interior. For more info please
[INFO] [stderr] 933 | |     /// visit https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule
[INFO] [stderr]     | |__________________________________________________________________________________^ help: use an automatic link instead: `<https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/fill-rule>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `em`
[INFO] [stderr]     --> src/layout/mod.rs:1008:5
[INFO] [stderr]      |
[INFO] [stderr] 1008 | /     /// Sets the text associated with this annotation. Plotly uses a subset of
[INFO] [stderr] 1009 | |     /// HTML tags to do things like newline (<br>), bold (<b></b>), italics
[INFO] [stderr] 1010 | |     /// (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub>
[INFO] [stderr] 1011 | |     /// <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:1008:5
[INFO] [stderr]      |
[INFO] [stderr] 1008 | /     /// Sets the text associated with this annotation. Plotly uses a subset of
[INFO] [stderr] 1009 | |     /// HTML tags to do things like newline (<br>), bold (<b></b>), italics
[INFO] [stderr] 1010 | |     /// (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub>
[INFO] [stderr] 1011 | |     /// <span> are also supported.
[INFO] [stderr]      | |__________________________________^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `sub`
[INFO] [stderr]     --> src/layout/mod.rs:1008:5
[INFO] [stderr]      |
[INFO] [stderr] 1008 | /     /// Sets the text associated with this annotation. Plotly uses a subset of
[INFO] [stderr] 1009 | |     /// HTML tags to do things like newline (<br>), bold (<b></b>), italics
[INFO] [stderr] 1010 | |     /// (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub>
[INFO] [stderr] 1011 | |     /// <span> are also supported.
[INFO] [stderr]      | |__________________________________^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `span`
[INFO] [stderr]     --> src/layout/mod.rs:1008:5
[INFO] [stderr]      |
[INFO] [stderr] 1008 | /     /// Sets the text associated with this annotation. Plotly uses a subset of
[INFO] [stderr] 1009 | |     /// HTML tags to do things like newline (<br>), bold (<b></b>), italics
[INFO] [stderr] 1010 | |     /// (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub>
[INFO] [stderr] 1011 | |     /// <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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://plotly.com/javascript/plotlyjs-events/#event-data.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://plotly.com/javascript/plotlyjs-events/#event-data.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |____________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-format/tree/v1.4.5#d3-format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |____________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |____________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-format/tree/v1.4.5#d3-format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |____________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |____________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-format/tree/v1.4.5#d3-format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |____________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_____________________________________________________________________________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-format/tree/v1.4.5#d3-format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://plotly.com/javascript/plotlyjs-events/#event-data.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://plotly.com/javascript/plotlyjs-events/#event-data.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |______________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-format/tree/v1.4.5#d3-format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |______________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |______________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-format/tree/v1.4.5#d3-format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |______________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |______________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-format/tree/v1.4.5#d3-format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |______________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://plotly.com/javascript/plotlyjs-events/#event-data.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Formatting.md#d3_format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://github.com/d3/d3-3.x-api-reference/blob/master/Time-Formatting.md#format>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[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]     | |_______________________________________________________^ help: use an automatic link instead: `<https://plotly.com/javascript/plotlyjs-events/#event-data.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `plotly-fork` (lib doc) generated 41 warnings (run `cargo fix --lib -p plotly-fork` to apply 34 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 6.44s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/plotly_fork/index.html
[INFO] running `Command { std: "docker" "inspect" "74d1168a94d605dbc6fe6b287361d5149a5c2cb9e0b93f2022a817634c9848fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74d1168a94d605dbc6fe6b287361d5149a5c2cb9e0b93f2022a817634c9848fd", kill_on_drop: false }`
[INFO] [stdout] 74d1168a94d605dbc6fe6b287361d5149a5c2cb9e0b93f2022a817634c9848fd