Build #591856 2022-07-12T08:39:28.312626+00:00
# rustc version
rustc 1.64.0-nightly (38b72154d 2022-07-11)# docs.rs version
docsrs 0.6.0 (3fb17bd 2022-07-06)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_transforms_compat-0.113.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_transforms_compat-0.113.2/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" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/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\", \"-20220711-1.64.0-nightly-38b72154d\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] 208b52c0c6b1535691429a9f9acecbf3a1d199a51bcc3c963bb0dca4ed9bb680
[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" "208b52c0c6b1535691429a9f9acecbf3a1d199a51bcc3c963bb0dca4ed9bb680", kill_on_drop: false }`
[INFO] [stderr] Documenting swc_ecma_transforms_compat v0.113.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `_f`
[INFO] [stderr] --> src/es2015/computed_props.rs:11:1
[INFO] [stderr] |
[INFO] [stderr] 11 | / /// `@babel/plugin-transform-computed-properties`
[INFO] [stderr] 12 | | ///
[INFO] [stderr] 13 | | /// # Example
[INFO] [stderr] 14 | | /// ## In
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | /// TODO(kdy1): cache reference like (_f = f, mutatorMap[_f].get = function(){})
[INFO] [stderr] 41 | | /// instead of (mutatorMap[f].get = function(){}
[INFO] [stderr] | |____________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] TODO(kdy1): cache reference like (_f = f, mutatorMap[_f].get = function(){})
[INFO] [stderr] ^^
[INFO] [stderr] = note: no item named `_f` in scope
[INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]
[INFO] [stderr] warning: unresolved link to `f`
[INFO] [stderr] --> src/es2015/computed_props.rs:11:1
[INFO] [stderr] |
[INFO] [stderr] 11 | / /// `@babel/plugin-transform-computed-properties`
[INFO] [stderr] 12 | | ///
[INFO] [stderr] 13 | | /// # Example
[INFO] [stderr] 14 | | /// ## In
[INFO] [stderr] ... |
[INFO] [stderr] 40 | | /// TODO(kdy1): cache reference like (_f = f, mutatorMap[_f].get = function(){})
[INFO] [stderr] 41 | | /// instead of (mutatorMap[f].get = function(){}
[INFO] [stderr] | |____________________________________________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] instead of (mutatorMap[f].get = function(){}
[INFO] [stderr] ^
[INFO] [stderr] = note: no item named `f` in scope
[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/bugfixes/async_arrows_in_class.rs:9:1
[INFO] [stderr] |
[INFO] [stderr] 9 | / /// Safari 10.3 had an issue where async arrow function expressions within any
[INFO] [stderr] 10 | | /// class method would throw. After an initial fix, any references to the
[INFO] [stderr] 11 | | /// instance via `this` within those methods would also throw. This is fixed by
[INFO] [stderr] 12 | | /// converting arrow functions in class methods into equivalent function
[INFO] [stderr] 13 | | /// expressions. See https://bugs.webkit.org/show_bug.cgi?id=166879
[INFO] [stderr] | |___________________________________________________________________^ help: use an automatic link instead: `<https://bugs.webkit.org/show_bug.cgi?id=166879>`
[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] --> src/es2022/private_in_object.rs:17:5
[INFO] [stderr] |
[INFO] [stderr] 17 | /// https://github.com/tc39/proposal-private-fields-in-in
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/tc39/proposal-private-fields-in-in>`
[INFO] [stderr] |
[INFO] [stderr] = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]
[INFO] [stderr] warning: `swc_ecma_transforms_compat` (lib doc) generated 4 warnings
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.76s
[INFO] running `Command { std: "docker" "inspect" "208b52c0c6b1535691429a9f9acecbf3a1d199a51bcc3c963bb0dca4ed9bb680", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "208b52c0c6b1535691429a9f9acecbf3a1d199a51bcc3c963bb0dca4ed9bb680", kill_on_drop: false }`
[INFO] [stdout] 208b52c0c6b1535691429a9f9acecbf3a1d199a51bcc3c963bb0dca4ed9bb680