deno_core 0.258.0

A modern JavaScript/TypeScript runtime built with V8, Rust, and Tokio
Documentation
Build #1113912 2024-02-03T17:30:19.264981+00:00
# rustc version
rustc 1.77.0-nightly (bf3c6c5be 2024-02-01)
# docs.rs version
docsrs 0.6.0 (7667f348 2024-01-17)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/deno_core-0.258.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/deno_core-0.258.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: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\", \"-20240201-1.77.0-nightly-bf3c6c5be\", \"--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] [stdout] c51e7190f33cfa33f65cebcd14c58f10b43d62797370614139b1d3792e263aa0
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "c51e7190f33cfa33f65cebcd14c58f10b43d62797370614139b1d3792e263aa0", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: hello_world, ts_module_loader, disable_ops, eval_js_value, wasm, op2
[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 deno_core v0.258.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `RefCell`
[INFO] [stderr]   --> external.rs:56:102
[INFO] [stderr]    |
[INFO] [stderr] 56 | /// the underlying data. To allow for interior mutation, use an interior-mutable container such as [`RefCell`].
[INFO] [stderr]    |                                                                                                      ^^^^^^^ no item named `RefCell` 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 `new_module`
[INFO] [stderr]    --> modules/mod.rs:145:12
[INFO] [stderr]     |
[INFO] [stderr] 145 |   ///    [`new_module`] call.
[INFO] [stderr]     |            ^^^^^^^^^^ no item named `new_module` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `ModuleType` links to private item `CustomModuleEvaluationCb`
[INFO] [stderr]    --> modules/mod.rs:216:7
[INFO] [stderr]     |
[INFO] [stderr] 216 | /// [`CustomModuleEvaluationCb`].
[INFO] [stderr]     |       ^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr]     = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: public documentation for `Other` links to private item `CustomModuleEvaluationCb`
[INFO] [stderr]    --> modules/mod.rs:425:12
[INFO] [stderr]     |
[INFO] [stderr] 425 |   /// If [`CustomModuleEvaluationCb`] was not passed when creating a runtime,
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stderr]     |
[INFO] [stderr]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `op`
[INFO] [stderr]    --> lib.rs:157:61
[INFO] [stderr]     |
[INFO] [stderr] 157 | /// An internal module re-exporting functions used by the #[op] (`deno_ops`) macro
[INFO] [stderr]     |                                                             ^^ no item named `op` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `extension`
[INFO] [stderr]    --> extensions.rs:331:51
[INFO] [stderr]     |
[INFO] [stderr] 331 | /// The following options are available for the [`extension`] macro:
[INFO] [stderr]     |                                                   ^^^^^^^^^ no item named `extension` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `macro_rules` named `extension` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `include_js_files`
[INFO] [stderr]    --> extensions.rs:337:67
[INFO] [stderr]     |
[INFO] [stderr] 337 | ///  * esm: a comma-separated list of ESM module filenames (see [`include_js_files`]), eg: `esm = [ dir "dir", "my_file.js" ]`
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^^^^^^ no item named `include_js_files` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `macro_rules` named `include_js_files` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `include_js_files`
[INFO] [stderr]    --> extensions.rs:338:79
[INFO] [stderr]     |
[INFO] [stderr] 338 | ///  * lazy_loaded_esm: a comma-separated list of ESM module filenames (see [`include_js_files`]), that will be included in
[INFO] [stderr]     |                                                                               ^^^^^^^^^^^^^^^^ no item named `include_js_files` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `macro_rules` named `include_js_files` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `include_js_files`
[INFO] [stderr]    --> extensions.rs:340:58
[INFO] [stderr]     |
[INFO] [stderr] 340 | ///  * js: a comma-separated list of JS filenames (see [`include_js_files`]), eg: `js = [ dir "dir", "my_file.js" ]`
[INFO] [stderr]     |                                                          ^^^^^^^^^^^^^^^^ no item named `include_js_files` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `macro_rules` named `include_js_files` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `include_js_files`
[INFO] [stderr]    --> extensions.rs:747:11
[INFO] [stderr]     |
[INFO] [stderr] 747 | /// See [`include_js_files!`] for details on available options.
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^ no item named `include_js_files` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `macro_rules` named `include_js_files` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `u8`
[INFO] [stderr]   --> io/buffers.rs:10:58
[INFO] [stderr]    |
[INFO] [stderr] 10 | /// be created from a [JsBuffer], [bytes::Bytes], or [Vec<u8>] and implements
[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] 10 | /// be created from a [JsBuffer], [bytes::Bytes], or [`Vec<u8>`] and implements
[INFO] [stderr]    |                                                       +       +
[INFO] [stderr] 
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr]    --> modules/mod.rs:417:7
[INFO] [stderr]     |
[INFO] [stderr] 417 |     /// ```ignore
[INFO] [stderr]     |  _______^
[INFO] [stderr] 418 | |   /// import jsonData from "./data.json" with { type: "json" };
[INFO] [stderr] 419 | |   ///
[INFO] [stderr] 420 | |   /// const jsonData2 = await import"./data2.json", { with { type: "json" } });
[INFO] [stderr] 421 | |   /// ```
[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]    --> modules/mod.rs:417:7
[INFO] [stderr]     |
[INFO] [stderr] 417 |   /// ```ignore
[INFO] [stderr]     |       ^^^
[INFO] [stderr]     = note: error from rustc: prefix `import` is unknown
[INFO] [stderr]     = note: error from rustc: unexpected closing delimiter: `)`
[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]    --> modules/mod.rs:429:7
[INFO] [stderr]     |
[INFO] [stderr] 429 |     /// ```ignore
[INFO] [stderr]     |  _______^
[INFO] [stderr] 430 | |   /// import text from "./log.txt" with { type: "text" };
[INFO] [stderr] 431 | |   ///
[INFO] [stderr] 432 | |   /// const imgData = await import(`./images/${name}.png`, { with: { type: "bytes" }});
[INFO] [stderr] 433 | |   /// ```
[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]    --> modules/mod.rs:429:7
[INFO] [stderr]     |
[INFO] [stderr] 429 |   /// ```ignore
[INFO] [stderr]     |       ^^^
[INFO] [stderr]     = note: error from rustc: unknown start of token: `
[INFO] [stderr]     = note: error from rustc: unknown start of token: `
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `anon`
[INFO] [stderr]     --> runtime/jsruntime.rs:1209:12
[INFO] [stderr]      |
[INFO] [stderr] 1209 |   ///   - "<anon>"
[INFO] [stderr]      |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unclosed HTML tag `anon`
[INFO] [stderr]     --> runtime/jsruntime.rs:1235:12
[INFO] [stderr]      |
[INFO] [stderr] 1235 |   ///   - "<anon>"
[INFO] [stderr]      |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `deno_core` (lib doc) generated 15 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.47s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/deno_core/index.html
[INFO] running `Command { std: "docker" "inspect" "c51e7190f33cfa33f65cebcd14c58f10b43d62797370614139b1d3792e263aa0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c51e7190f33cfa33f65cebcd14c58f10b43d62797370614139b1d3792e263aa0", kill_on_drop: false }`
[INFO] [stdout] c51e7190f33cfa33f65cebcd14c58f10b43d62797370614139b1d3792e263aa0