deno_core 0.96.0

A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio
Documentation
Build #421370 2021-08-10T09:21:22.385164+00:00
# rustc version
rustc 1.56.0-nightly (ae90dcf02 2021-08-09)
# docs.rs version
docsrs 0.6.0 (843531f 2021-06-26)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/deno_core-0.96.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/deno_core-0.96.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" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bf3311aec13679c042c55305eed4f6f98359c47a37eb765a3317ad487259f4e0" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210809-1.56.0-nightly-ae90dcf02" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 31ceeeedb6471c2f01c81e178b43f3ff4c05e9b4b59e08279fe35d9cf9c69ffb
[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" "31ceeeedb6471c2f01c81e178b43f3ff4c05e9b4b59e08279fe35d9cf9c69ffb", kill_on_drop: false }`
[INFO] [stderr]  Documenting deno_core v0.96.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `deno:<filename>:<line>:<column>`
[INFO] [stderr]    --> lib.rs:102:36
[INFO] [stderr]     |
[INFO] [stderr] 102 | /// Returns a string in form of: "[deno:<filename>:<line>:<column>]"
[INFO] [stderr]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ has invalid path separator
[INFO] [stderr]     |
[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]  --> inspector.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | //! https://chromedevtools.github.io/devtools-protocol/
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://chromedevtools.github.io/devtools-protocol/>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(rustdoc::bare_urls)]` on by default
[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]  --> inspector.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | //! https://hyperandroid.com/2020/02/12/v8-inspector-from-an-embedder-standpoint/
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://hyperandroid.com/2020/02/12/v8-inspector-from-an-embedder-standpoint/>`
[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]   --> module_specifier.rs:57:5
[INFO] [stderr]    |
[INFO] [stderr] 57 | /// https://html.spec.whatwg.org/multipage/webappapis.html#resolve-a-module-specifier
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://html.spec.whatwg.org/multipage/webappapis.html#resolve-a-module-specifier>`
[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]   --> modules.rs:44:15
[INFO] [stderr]    |
[INFO] [stderr] 44 | /// Eg. Both "https://example.com/a.ts" and
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/a.ts>`
[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]   --> modules.rs:45:6
[INFO] [stderr]    |
[INFO] [stderr] 45 | /// "https://example.com/b.ts" may point to "https://example.com/c.ts"
[INFO] [stderr]    |      ^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/b.ts>`
[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]   --> modules.rs:45:46
[INFO] [stderr]    |
[INFO] [stderr] 45 | /// "https://example.com/b.ts" may point to "https://example.com/c.ts"
[INFO] [stderr]    |                                              ^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://example.com/c.ts>`
[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]   --> modules.rs:68:7
[INFO] [stderr]    |
[INFO] [stderr] 68 |   /// https://html.spec.whatwg.org/multipage/webappapis.html#resolve-a-module-specifier
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://html.spec.whatwg.org/multipage/webappapis.html#resolve-a-module-specifier>`
[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]   --> normalize_path.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | /// https://github.com/rust-lang/cargo/blob/af307a38c20a753ec60f0ad18be5abed3db3c9ac/src/cargo/util/paths.rs#L60-L85
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/rust-lang/cargo/blob/af307a38c20a753ec60f0ad18be5abed3db3c9ac/src/cargo/util/paths.rs#L60-L85>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `deno_core` (lib doc) generated 9 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.07s
[INFO] running `Command { std: "docker" "inspect" "31ceeeedb6471c2f01c81e178b43f3ff4c05e9b4b59e08279fe35d9cf9c69ffb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "31ceeeedb6471c2f01c81e178b43f3ff4c05e9b4b59e08279fe35d9cf9c69ffb", kill_on_drop: false }`
[INFO] [stdout] 31ceeeedb6471c2f01c81e178b43f3ff4c05e9b4b59e08279fe35d9cf9c69ffb