Build #753055 2023-02-26T12:01:55.403559+00:00
# rustc version
rustc 1.69.0-nightly (34e6673a0 2023-02-25)# docs.rs version
docsrs 0.6.0 (54cb6675 2023-02-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_transforms_compat-0.141.15/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_transforms_compat-0.141.15/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:e2a9e7e193985ba0d5a8221c3984785a9e0a75acc409a02815633ff67a1f464e" "/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\", \"-20230225-1.69.0-nightly-34e6673a0\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-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] 8ae5be855b10c00e2714a10d082b799c3356bea815858eec8b00768b8723882c
[INFO] running `Command { std: "docker" "start" "-a" "8ae5be855b10c00e2714a10d082b799c3356bea815858eec8b00768b8723882c", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Documenting swc_ecma_transforms_compat v0.141.15 (/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: 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] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[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: unresolved link to `self::regenerator::regenerator`
[INFO] [stderr] --> src/es2015/mod.rs:47:1
[INFO] [stderr] |
[INFO] [stderr] 47 | / /// Compiles es2015 to es5.
[INFO] [stderr] 48 | | ///
[INFO] [stderr] 49 | | /// # Parameters
[INFO] [stderr] 50 | | ///
[INFO] [stderr] ... |
[INFO] [stderr] 54 | | /// See the documentation of [regenerator](self::regenerator::regenerator) for
[INFO] [stderr] 55 | | /// more details.
[INFO] [stderr] | |_________________^
[INFO] [stderr] |
[INFO] [stderr] = note: the link appears in this line:
[INFO] [stderr]
[INFO] [stderr] See the documentation of [regenerator](self::regenerator::regenerator) for
[INFO] [stderr] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] = note: no item named `regenerator` in module `regenerator`
[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: bare URLs are not automatically turned into clickable links
[INFO] [stderr] = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/es2015/generator.rs:25:41
[INFO] [stderr] |
[INFO] [stderr] 25 | ...at https://github.com/microsoft/TypeScript/blob/162224763681465b417274383317ca9a0a573835/src/compiler/transformers/generators.ts
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/microsoft/TypeScript/blob/162224763681465b417274383317ca9a0a573835/src/compiler/transformers/generators.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] --> 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 6 warnings (run `cargo fix --lib -p swc_ecma_transforms_compat` to apply 3 suggestions)
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.39s
[INFO] running `Command { std: "docker" "inspect" "8ae5be855b10c00e2714a10d082b799c3356bea815858eec8b00768b8723882c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ae5be855b10c00e2714a10d082b799c3356bea815858eec8b00768b8723882c", kill_on_drop: false }`
[INFO] [stdout] 8ae5be855b10c00e2714a10d082b799c3356bea815858eec8b00768b8723882c