Build #1792807 2025-02-22T11:02:25.155763+00:00
# rustc version
rustc 1.87.0-nightly (794c12416 2025-02-21)# docs.rs version
docsrs 0.6.0 (35977596 2025-02-09)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/tao-0.32.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/tao-0.32.0/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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "rwh_04 rwh_05 rwh_06 serde" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250221-1.87.0-nightly-794c12416\", \"--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}/i686-pc-windows-msvc\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "i686-pc-windows-msvc", 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] dc13b3a8000ecc8d23d81e073705e64634205083965bc20db8b09096ff2dabb7
[INFO] running `Command { std: "docker" "start" "-a" "dc13b3a8000ecc8d23d81e073705e64634205083965bc20db8b09096ff2dabb7", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: control_flow, cursor, cursor_grab, custom_events, decorations, drag_window, fullscreen, handling_close, min_max_size, minimize, monitor_list, mouse_wheel, multithreaded, multiwindow, overlay, parentwindow, progress_bar, reopen_event, request_redraw, request_redraw_threaded, resizable, set_ime_position, theme, timer, transparent, video_modes, window, window_debug, window_icon, window_run_return
[INFO] [stderr] If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr] to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Documenting tao v0.32.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/event.rs:59:26
[INFO] [stderr] |
[INFO] [stderr] 59 | /// the [`StartCause`][crate::event::StartCause] to see if a timer set by
[INFO] [stderr] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 59 - /// the [`StartCause`][crate::event::StartCause] to see if a timer set by
[INFO] [stderr] 59 + /// the [`StartCause`] to see if a timer set by
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/event.rs:93:34
[INFO] [stderr] |
[INFO] [stderr] 93 | /// [`Event::RedrawRequested`](crate::event::Event::RedrawRequested), which gets emitted
[INFO] [stderr] | ------------------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 93 - /// [`Event::RedrawRequested`](crate::event::Event::RedrawRequested), which gets emitted
[INFO] [stderr] 93 + /// [`Event::RedrawRequested`], which gets emitted
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr] --> src/event.rs:141:20
[INFO] [stderr] |
[INFO] [stderr] 141 | /// - **macOS**: https://developer.apple.com/documentation/appkit/nsapplicationdelegate/1428638-applicationshouldhandlereopen with retu...
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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] help: use an automatic link instead
[INFO] [stderr] |
[INFO] [stderr] 141 | /// - **macOS**: <https://developer.apple.com/documentation/appkit/nsapplicationdelegate/1428638-applicationshouldhandlereopen> with return value same as hasVisibleWindows
[INFO] [stderr] | + +
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/event.rs:402:66
[INFO] [stderr] |
[INFO] [stderr] 402 | /// For more information about DPI in general, see the [`dpi`](crate::dpi) module.
[INFO] [stderr] | ----- ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 402 - /// For more information about DPI in general, see the [`dpi`](crate::dpi) module.
[INFO] [stderr] 402 + /// For more information about DPI in general, see the [`dpi`] module.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/event_loop.rs:8:38
[INFO] [stderr] |
[INFO] [stderr] 8 | //! to acquire an [`EventLoopProxy`][event_loop_proxy] and call its [`send_event`][send_event] method.
[INFO] [stderr] | ---------------- ^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] note: referenced explicit link target defined here
[INFO] [stderr] --> src/event_loop.rs:14:25
[INFO] [stderr] |
[INFO] [stderr] 14 | //! [event_loop_proxy]: crate::event_loop::EventLoopProxy
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 8 - //! to acquire an [`EventLoopProxy`][event_loop_proxy] and call its [`send_event`][send_event] method.
[INFO] [stderr] 8 + //! to acquire an [`EventLoopProxy`] and call its [`send_event`][send_event] method.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/event_loop.rs:124:91
[INFO] [stderr] |
[INFO] [stderr] 124 | /// Indicates the desired behavior of the event loop after [`Event::RedrawEventsCleared`][events_cleared]
[INFO] [stderr] | ---------------------------- ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] note: referenced explicit link target defined here
[INFO] [stderr] --> src/event_loop.rs:133:23
[INFO] [stderr] |
[INFO] [stderr] 133 | /// [events_cleared]: crate::event::Event::RedrawEventsCleared
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 124 - /// Indicates the desired behavior of the event loop after [`Event::RedrawEventsCleared`][events_cleared]
[INFO] [stderr] 124 + /// Indicates the desired behavior of the event loop after [`Event::RedrawEventsCleared`]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/monitor.rs:7:93
[INFO] [stderr] |
[INFO] [stderr] 7 | //! If you want to get basic information about a monitor, you can use the [`MonitorHandle`][monitor_handle]
[INFO] [stderr] | --------------- ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] note: referenced explicit link target defined here
[INFO] [stderr] --> src/monitor.rs:13:23
[INFO] [stderr] |
[INFO] [stderr] 13 | //! [monitor_handle]: crate::monitor::MonitorHandle
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 7 - //! If you want to get basic information about a monitor, you can use the [`MonitorHandle`][monitor_handle]
[INFO] [stderr] 7 + //! If you want to get basic information about a monitor, you can use the [`MonitorHandle`]
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/monitor.rs:9:23
[INFO] [stderr] |
[INFO] [stderr] 9 | //! [`MonitorHandle`][monitor_handle]:
[INFO] [stderr] | --------------- ^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[INFO] [stderr] |
[INFO] [stderr] note: referenced explicit link target defined here
[INFO] [stderr] --> src/monitor.rs:13:23
[INFO] [stderr] |
[INFO] [stderr] 13 | //! [monitor_handle]: crate::monitor::MonitorHandle
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 9 - //! [`MonitorHandle`][monitor_handle]:
[INFO] [stderr] 9 + //! [`MonitorHandle`]:
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/monitor.rs:145:23
[INFO] [stderr] |
[INFO] [stderr] 145 | /// See the [`dpi`](crate::dpi) module for more information.
[INFO] [stderr] | ----- ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 145 - /// See the [`dpi`](crate::dpi) module for more information.
[INFO] [stderr] 145 + /// See the [`dpi`] module for more information.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: redundant explicit link target
[INFO] [stderr] --> src/window.rs:616:23
[INFO] [stderr] |
[INFO] [stderr] 616 | /// See the [`dpi`](crate::dpi) module for more information.
[INFO] [stderr] | ----- ^^^^^^^^^^ explicit target is redundant
[INFO] [stderr] | |
[INFO] [stderr] | because label contains path that resolves to same destination
[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] help: remove explicit link target
[INFO] [stderr] |
[INFO] [stderr] 616 - /// See the [`dpi`](crate::dpi) module for more information.
[INFO] [stderr] 616 + /// See the [`dpi`] module for more information.
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] warning: `tao` (lib doc) generated 10 warnings (run `cargo fix --lib -p tao` to apply 1 suggestion)
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
[INFO] [stderr] Generated /opt/rustwide/target/i686-pc-windows-msvc/doc/tao/index.html
[INFO] running `Command { std: "docker" "inspect" "dc13b3a8000ecc8d23d81e073705e64634205083965bc20db8b09096ff2dabb7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc13b3a8000ecc8d23d81e073705e64634205083965bc20db8b09096ff2dabb7", kill_on_drop: false }`
[INFO] [stdout] dc13b3a8000ecc8d23d81e073705e64634205083965bc20db8b09096ff2dabb7