Build #1493698 2024-11-04T17:08:05.374775+00:00
# rustc version
rustc 1.84.0-nightly (b8c8287a2 2024-11-03)# docs.rs version
docsrs 0.6.0 (fd0fad95 2024-11-04)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/deno_core-0.318.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/deno_core-0.318.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/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\", \"-20241103-1.84.0-nightly-b8c8287a2\", \"--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] 6ddb83eee97ac98d22192b2f18818f027166ec25ca804835a0a1092a21996b95
[INFO] running `Command { std: "docker" "start" "-a" "6ddb83eee97ac98d22192b2f18818f027166ec25ca804835a0a1092a21996b95", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: disable_ops, eval_js_value, hello_world, op2, ts_module_loader
[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.318.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 `ascii_str`
[INFO] [stderr] --> fast_string.rs:125:50
[INFO] [stderr] |
[INFO] [stderr] 125 | /// Note that any [`FastString`] created using [`ascii_str!`] must contain only ASCII characters. Other [`FastString`] types
[INFO] [stderr] | ^^^^^^^^^^ no item named `ascii_str` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `ascii_str` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `ascii_str`
[INFO] [stderr] --> fast_string.rs:127:11
[INFO] [stderr] |
[INFO] [stderr] 127 | /// use [`ascii_str!`].
[INFO] [stderr] | ^^^^^^^^^^ no item named `ascii_str` in scope
[INFO] [stderr] |
[INFO] [stderr] = note: `macro_rules` named `ascii_str` exists in this crate, but it is not in scope at this link's location
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `new_module`
[INFO] [stderr] --> modules/mod.rs:230:12
[INFO] [stderr] |
[INFO] [stderr] 230 | /// [`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:301:7
[INFO] [stderr] |
[INFO] [stderr] 301 | /// [`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:519:12
[INFO] [stderr] |
[INFO] [stderr] 519 | /// 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: public documentation for `execute_script` links to private item `IntoModuleCodeString`
[INFO] [stderr] --> runtime/jsruntime.rs:1497:65
[INFO] [stderr] |
[INFO] [stderr] 1497 | /// The source may be any type that implements the internal [`IntoModuleCodeString`] trait, but
[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: public documentation for `load_main_es_module_from_code` links to private item `IntoModuleCodeString`
[INFO] [stderr] --> runtime/jsruntime.rs:2352:65
[INFO] [stderr] |
[INFO] [stderr] 2352 | /// The source may be any type that implements the internal [`IntoModuleCodeString`] trait, but
[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: public documentation for `load_side_es_module_from_code` links to private item `IntoModuleCodeString`
[INFO] [stderr] --> runtime/jsruntime.rs:2402:65
[INFO] [stderr] |
[INFO] [stderr] 2402 | /// The source may be any type that implements the internal [`IntoModuleCodeString`] trait, but
[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:171:61
[INFO] [stderr] |
[INFO] [stderr] 171 | /// 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:362:51
[INFO] [stderr] |
[INFO] [stderr] 362 | /// 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:368:67
[INFO] [stderr] |
[INFO] [stderr] 368 | /// * 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:369:79
[INFO] [stderr] |
[INFO] [stderr] 369 | /// * 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:371:58
[INFO] [stderr] |
[INFO] [stderr] 371 | /// * 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:801:11
[INFO] [stderr] |
[INFO] [stderr] 801 | /// 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: this URL is not a hyperlink
[INFO] [stderr] --> module_specifier.rs:139:28
[INFO] [stderr] |
[INFO] [stderr] 139 | /// According to RFC 3986 (https://tools.ietf.org/html/rfc3986#section-3.1),
[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] 139 | /// According to RFC 3986 (<https://tools.ietf.org/html/rfc3986#section-3.1>),
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr] --> modules/mod.rs:511:7
[INFO] [stderr] |
[INFO] [stderr] 511 | /// ```ignore
[INFO] [stderr] | _______^
[INFO] [stderr] 512 | | /// import jsonData from "./data.json" with { type: "json" };
[INFO] [stderr] 513 | | ///
[INFO] [stderr] 514 | | /// const jsonData2 = await import"./data2.json", { with { type: "json" } });
[INFO] [stderr] 515 | | /// ```
[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:511:7
[INFO] [stderr] |
[INFO] [stderr] 511 | /// ```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:523:7
[INFO] [stderr] |
[INFO] [stderr] 523 | /// ```ignore
[INFO] [stderr] | _______^
[INFO] [stderr] 524 | | /// import text from "./log.txt" with { type: "text" };
[INFO] [stderr] 525 | | ///
[INFO] [stderr] 526 | | /// const imgData = await import(`./images/${name}.png`, { with: { type: "bytes" }});
[INFO] [stderr] 527 | | /// ```
[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:523:7
[INFO] [stderr] |
[INFO] [stderr] 523 | /// ```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:1492:12
[INFO] [stderr] |
[INFO] [stderr] 1492 | /// - "<anon>"
[INFO] [stderr] | ^^^^^^
[INFO] [stderr]
[INFO] [stderr] warning: `deno_core` (lib doc) generated 20 warnings (run `cargo fix --lib -p deno_core` to apply 1 suggestion)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/deno_core/index.html
[INFO] running `Command { std: "docker" "inspect" "6ddb83eee97ac98d22192b2f18818f027166ec25ca804835a0a1092a21996b95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ddb83eee97ac98d22192b2f18818f027166ec25ca804835a0a1092a21996b95", kill_on_drop: false }`
[INFO] [stdout] 6ddb83eee97ac98d22192b2f18818f027166ec25ca804835a0a1092a21996b95