Build #528701 2022-03-19T11:38:49.772632+00:00
# rustc version
rustc 1.61.0-nightly (1bfe40d11 2022-03-18)# docs.rs version
docsrs 0.6.0 (5188c7e 2022-03-04)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_transforms_compat-0.83.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_transforms_compat-0.83.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:1ede1414886370302e694df474b9877c02906499f04c196936ce0973d30c5eaa" "/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\", \"-20220318-1.61.0-nightly-1bfe40d11\", \"--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] 9db7dac38f8adb93b0855c33220689328ef7c7b1e3921ce8b583a79adb4872c8
[INFO] running `Command { std: "docker" "start" "-a" "9db7dac38f8adb93b0855c33220689328ef7c7b1e3921ce8b583a79adb4872c8", kill_on_drop: false }`
[INFO] [stderr] Documenting swc_ecma_transforms_compat v0.83.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: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.14s
[INFO] running `Command { std: "docker" "inspect" "9db7dac38f8adb93b0855c33220689328ef7c7b1e3921ce8b583a79adb4872c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9db7dac38f8adb93b0855c33220689328ef7c7b1e3921ce8b583a79adb4872c8", kill_on_drop: false }`
[INFO] [stdout] 9db7dac38f8adb93b0855c33220689328ef7c7b1e3921ce8b583a79adb4872c8