Build #1546828 2024-11-16T17:49:15.713185+00:00
# rustc version
rustc 1.84.0-nightly (917a50a03 2024-11-15)# docs.rs version
docsrs 0.6.0 (36c721fb 2024-11-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/rusty_v8-0.32.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/rusty_v8-0.32.1/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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20241115-1.84.0-nightly-917a50a03\", \"--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] 2875982beefda0f2edf011faf9589b4047447b3d59e08fa4791bbe66f9829b21
[INFO] running `Command { std: "docker" "start" "-a" "2875982beefda0f2edf011faf9589b4047447b3d59e08fa4791bbe66f9829b21", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: hello_world, process, shell
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting rusty_v8 v0.32.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `0`
[INFO] [stderr] --> src/bigint.rs:60:30
[INFO] [stderr] |
[INFO] [stderr] 60 | /// (-1)^sign_bit * (words[0] * (2^64)^0 + words[1] * (2^64)^1 + ...)
[INFO] [stderr] | ^ no item named `0` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `1`
[INFO] [stderr] --> src/bigint.rs:60:52
[INFO] [stderr] |
[INFO] [stderr] 60 | /// (-1)^sign_bit * (words[0] * (2^64)^0 + words[1] * (2^64)^1 + ...)
[INFO] [stderr] | ^ no item named `1` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `PromiseResult`
[INFO] [stderr] --> src/promise.rs:80:36
[INFO] [stderr] |
[INFO] [stderr] 80 | /// Returns the content of the [[PromiseResult]] field. The Promise must not
[INFO] [stderr] | ^^^^^^^^^^^^^ no item named `PromiseResult` in scope
[INFO] [stderr] |
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/array_buffer.rs:243:30
[INFO] [stderr] |
[INFO] [stderr] 243 | /// See a document linked in http://crbug.com/v8/9908 for more information.
[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] 243 | /// See a document linked in <http://crbug.com/v8/9908> for more information.
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/context.rs:50:7
[INFO] [stderr] |
[INFO] [stderr] 50 | /// https://wiki.mozilla.org/Gecko:SplitWindow).
[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] 50 | /// <https://wiki.mozilla.org/Gecko:SplitWindow>).
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr] --> src/data.rs:542:5
[INFO] [stderr] |
[INFO] [stderr] 542 | /// ```ignore
[INFO] [stderr] | _____^
[INFO] [stderr] 543 | | /// func_property in function == true;
[INFO] [stderr] 544 | | /// function.func_property == 1;
[INFO] [stderr] 545 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 551 | | /// instance.instance_property == 3;
[INFO] [stderr] 552 | | /// ```
[INFO] [stderr] | |_______^
[INFO] [stderr] |
[INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
[INFO] [stderr] --> src/data.rs:542:5
[INFO] [stderr] |
[INFO] [stderr] 542 | /// ```ignore
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint
[INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr] --> src/data.rs:586:5
[INFO] [stderr] |
[INFO] [stderr] 586 | /// ```ignore
[INFO] [stderr] | _____^
[INFO] [stderr] 587 | | /// child_func.prototype.__proto__ == function.prototype;
[INFO] [stderr] 588 | | /// child_instance.instance_accessor calls 'InstanceAccessorCallback'
[INFO] [stderr] 589 | | /// child_instance.instance_property == 3;
[INFO] [stderr] 590 | | /// ```
[INFO] [stderr] | |_______^
[INFO] [stderr] |
[INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
[INFO] [stderr] --> src/data.rs:586:5
[INFO] [stderr] |
[INFO] [stderr] 586 | /// ```ignore
[INFO] [stderr] | ^^^
[INFO] [stderr] = note: error from rustc: character literal may only contain one codepoint
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/data.rs:1176:22
[INFO] [stderr] |
[INFO] [stderr] 1176 | /// A BigInt object (https://tc39.github.io/proposal-bigint)
[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] 1176 | /// A BigInt object (<https://tc39.github.io/proposal-bigint>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/data.rs:1429:32
[INFO] [stderr] |
[INFO] [stderr] 1429 | /// A JavaScript BigInt value (https://tc39.github.io/proposal-bigint)
[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] 1429 | /// A JavaScript BigInt value (<https://tc39.github.io/proposal-bigint>)
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `Value`
[INFO] [stderr] --> src/function.rs:113:59
[INFO] [stderr] |
[INFO] [stderr] 113 | /// it turns out that in most of the APIs it's ReturnValue<Value>
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 113 | /// it turns out that in most of the APIs it's `ReturnValue<Value>`
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `Function`
[INFO] [stderr] --> src/function.rs:408:44
[INFO] [stderr] |
[INFO] [stderr] 408 | /// This is the same as FunctionBuilder::<Function>::new().
[INFO] [stderr] | ^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 408 | /// This is the same as `FunctionBuilder::<Function>::new`().
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `Object`
[INFO] [stderr] --> src/handle.rs:46:12
[INFO] [stderr] |
[INFO] [stderr] 46 | /// a Local<Object>); the value will still be governed by a handle
[INFO] [stderr] | ^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 46 | /// a `Local<Object>`); the value will still be governed by a handle
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `Local`
[INFO] [stderr] --> src/handle.rs:52:11
[INFO] [stderr] |
[INFO] [stderr] 52 | /// Option<Local>.
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 52 | /// `Option<Local>`.
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/icu.rs:9:5
[INFO] [stderr] |
[INFO] [stderr] 9 | /// https://unicode-org.github.io/icu/userguide/icudata
[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] 9 | /// <https://unicode-org.github.io/icu/userguide/icudata>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/isolate.rs:536:7
[INFO] [stderr] |
[INFO] [stderr] 536 | /// https://v8.dev/docs/stack-trace-api
[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] 536 | /// <https://v8.dev/docs/stack-trace-api>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `bool`
[INFO] [stderr] --> src/module.rs:276:29
[INFO] [stderr] |
[INFO] [stderr] 276 | /// Returns an empty Maybe<bool> if an exception occurred during
[INFO] [stderr] | ^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 276 | /// Returns an empty `Maybe<bool>` if an exception occurred during
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/module.rs:414:7
[INFO] [stderr] |
[INFO] [stderr] 414 | /// https://tc39.es/proposal-import-assertions/#sec-hostgetsupportedimportassertions,
[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] 414 | /// <https://tc39.es/proposal-import-assertions/#sec-hostgetsupportedimportassertions>,
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `Value`
[INFO] [stderr] --> src/object.rs:561:48
[INFO] [stderr] |
[INFO] [stderr] 561 | /// Creates a JavaScript array out of a Local<Value> array with a known
[INFO] [stderr] | ^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 561 | /// Creates a JavaScript array out of a `Local<Value>` array with a known
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/scope.rs:428:16
[INFO] [stderr] |
[INFO] [stderr] 428 | /// tracker: https://bugs.chromium.org/p/v8/issues/detail?id=10537.
[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] 428 | /// tracker: <https://bugs.chromium.org/p/v8/issues/detail?id=10537.>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: unclosed HTML tag `FunctionTemplate`
[INFO] [stderr] --> src/template.rs:163:44
[INFO] [stderr] |
[INFO] [stderr] 163 | /// This is the same as FunctionBuilder::<FunctionTemplate>::new().
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] help: try marking as source code
[INFO] [stderr] |
[INFO] [stderr] 163 | /// This is the same as `FunctionBuilder::<FunctionTemplate>::new`().
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/value.rs:432:8
[INFO] [stderr] |
[INFO] [stderr] 432 | /// (http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero).
[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] 432 | /// (<http://ecma-international.org/ecma-262/6.0/#sec-samevaluezero>).
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/inspector.rs:7:5
[INFO] [stderr] |
[INFO] [stderr] 7 | //! https://medium.com/@hyperandroid/v8-inspector-from-an-embedder-standpoint-7f9c0472e2b7
[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] 7 | //! <https://medium.com/@hyperandroid/v8-inspector-from-an-embedder-standpoint-7f9c0472e2b7>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/inspector.rs:8:5
[INFO] [stderr] |
[INFO] [stderr] 8 | //! https://v8.dev/docs/inspector
[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] 8 | //! <https://v8.dev/docs/inspector>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/inspector.rs:9:5
[INFO] [stderr] |
[INFO] [stderr] 9 | //! https://chromedevtools.github.io/debugger-protocol-viewer/tot/
[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] 9 | //! <https://chromedevtools.github.io/debugger-protocol-viewer/tot/>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/inspector.rs:10:5
[INFO] [stderr] |
[INFO] [stderr] 10 | //! https://cs.chromium.org/chromium/src/v8/include/v8-inspector.h
[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] 10 | //! <https://cs.chromium.org/chromium/src/v8/include/v8-inspector.h>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/inspector.rs:11:5
[INFO] [stderr] |
[INFO] [stderr] 11 | //! https://github.com/nodejs/node/blob/v13.7.0/src/inspector_agent.cc
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 11 | //! <https://github.com/nodejs/node/blob/v13.7.0/src/inspector_agent.cc>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/inspector.rs:12:5
[INFO] [stderr] |
[INFO] [stderr] 12 | //! https://github.com/nodejs/node/blob/v13.7.0/src/inspector_agent.h
[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] 12 | //! <https://github.com/nodejs/node/blob/v13.7.0/src/inspector_agent.h>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/inspector.rs:13:5
[INFO] [stderr] |
[INFO] [stderr] 13 | //! https://github.com/nodejs/node/tree/v13.7.0/src/inspector
[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] 13 | //! <https://github.com/nodejs/node/tree/v13.7.0/src/inspector>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/inspector.rs:14:5
[INFO] [stderr] |
[INFO] [stderr] 14 | //! https://github.com/denoland/deno/blob/v0.38.0/cli/inspector.rs
[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] 14 | //! <https://github.com/denoland/deno/blob/v0.38.0/cli/inspector.rs>
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: `rusty_v8` (lib doc) generated 29 warnings (run `cargo fix --lib -p rusty_v8` to apply 17 suggestions)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rusty_v8/index.html
[INFO] running `Command { std: "docker" "inspect" "2875982beefda0f2edf011faf9589b4047447b3d59e08fa4791bbe66f9829b21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2875982beefda0f2edf011faf9589b4047447b3d59e08fa4791bbe66f9829b21", kill_on_drop: false }`
[INFO] [stdout] 2875982beefda0f2edf011faf9589b4047447b3d59e08fa4791bbe66f9829b21