Build #530112 2022-03-22T12:16:16.793744+00:00
# rustc version
rustc 1.61.0-nightly (3c17c84a3 2022-03-21)# docs.rs version
docsrs 0.6.0 (539cd8a 2022-03-21)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_transforms_compat-0.84.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_transforms_compat-0.84.1/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/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\", \"-20220321-1.61.0-nightly-3c17c84a3\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ba175ce412679b1053f991a3832cbee563bc26bfdf7d035d10d3a650b8da581f
[INFO] running `Command { std: "docker" "start" "-a" "ba175ce412679b1053f991a3832cbee563bc26bfdf7d035d10d3a650b8da581f", kill_on_drop: false }`
[INFO] [stderr] Documenting swc_ecma_transforms_compat v0.84.1 (/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:19:5
[INFO] [stderr] |
[INFO] [stderr] 19 | /// 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 8.20s
[INFO] running `Command { std: "docker" "inspect" "ba175ce412679b1053f991a3832cbee563bc26bfdf7d035d10d3a650b8da581f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba175ce412679b1053f991a3832cbee563bc26bfdf7d035d10d3a650b8da581f", kill_on_drop: false }`
[INFO] [stdout] ba175ce412679b1053f991a3832cbee563bc26bfdf7d035d10d3a650b8da581f