Build #1237504 2024-06-02 10:19:33
# rustc version
rustc 1.80.0-nightly (f67a1acc0 2024-06-01)# docs.rs version
docsrs 0.6.0 (2d4f32bd 2024-05-19)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/rusaint-0.4.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/rusaint-0.4.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20240601-1.80.0-nightly-f67a1acc0\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--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" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stdout] ac6e4a5991daa3f165a47e9a57f9b27d187d73ee22fafa16acd04519e00439fb
[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" "ac6e4a5991daa3f165a47e9a57f9b27d187d73ee22fafa16acd04519e00439fb", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting rusaint v0.4.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/webdynpro/element/selection/list_box/mod.rs:179:96
[INFO] [stderr] |
[INFO] [stderr] 179 | /// [`ElementWrapper`](crate::webdynpro::element::ElementWrapper)에서 [`ListBoxWrapper`](crate::webdynpro::element::selection::list_box::ListBoxWrapper)로 변 ...
[INFO] [stderr] | ---------------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] ...
[INFO] [stderr] 200 | / def_listbox_subset![
[INFO] [stderr] 201 | | {
[INFO] [stderr] 202 | | #[doc = "팝업 형태로 표시되는 [`ListBox`]"]
[INFO] [stderr] 203 | | ListBoxPopup = "LIB_P",
[INFO] [stderr] ... |
[INFO] [stderr] 236 | | }
[INFO] [stderr] 237 | | ];
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stderr] = note: this warning originates in the macro `def_listbox_subset` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 179 | /// [`ElementWrapper`](crate::webdynpro::element::ElementWrapper)에서 [`ListBoxWrapper`]로 변환을 시도합니다.
[INFO] [stderr] | ~~~~~~~~~~~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/webdynpro/element/mod.rs:351:26
[INFO] [stderr] |
[INFO] [stderr] 351 | /// [`Body`](crate::webdynpro::client::body::Body)에서 [`ElementWrapper`]를 반환합니다.
[INFO] [stderr] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] ...
[INFO] [stderr] 366 | / register_elements![
[INFO] [stderr] 367 | | Button: Button<'a>,
[INFO] [stderr] 368 | | ButtonRow: ButtonRow<'a>,
[INFO] [stderr] 369 | | CheckBox: CheckBox<'a>,
[INFO] [stderr] ... |
[INFO] [stderr] 399 | | Caption: Caption<'a>,
[INFO] [stderr] 400 | | ];
[INFO] [stderr] | |_- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: when a link's destination is not specified,
[INFO] [stderr] the label is used to resolve intra-doc links
[INFO] [stderr] = note: this warning originates in the macro `register_elements` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 351 | /// [`Body`]에서 [`ElementWrapper`]를 반환합니다.
[INFO] [stderr] | ~~~~~~~~
[INFO] [stderr]
[INFO] [stderr] warning: `rusaint` (lib doc) generated 2 warnings
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
[INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/rusaint/index.html
[INFO] running `Command { std: "docker" "inspect" "ac6e4a5991daa3f165a47e9a57f9b27d187d73ee22fafa16acd04519e00439fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ac6e4a5991daa3f165a47e9a57f9b27d187d73ee22fafa16acd04519e00439fb", kill_on_drop: false }`
[INFO] [stdout] ac6e4a5991daa3f165a47e9a57f9b27d187d73ee22fafa16acd04519e00439fb