[INFO] fetching crate winsafe 0.0.25...
[INFO] documenting winsafe-0.0.25 against beta-2025-09-21 for beta-rustdoc-1.91-2
[INFO] extracting crate winsafe 0.0.25 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate winsafe 0.0.25
[INFO] finished tweaking crates.io crate winsafe 0.0.25
[INFO] tweaked toml for crates.io crate winsafe 0.0.25 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate winsafe 0.0.25 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate winsafe 0.0.25 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] aedc2e2dfc0886008e4adfe6e057fe1808be4f34e19ee5cf2c906d49c55e97c1
[INFO] running `Command { std: "docker" "start" "-a" "aedc2e2dfc0886008e4adfe6e057fe1808be4f34e19ee5cf2c906d49c55e97c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "aedc2e2dfc0886008e4adfe6e057fe1808be4f34e19ee5cf2c906d49c55e97c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aedc2e2dfc0886008e4adfe6e057fe1808be4f34e19ee5cf2c906d49c55e97c1", kill_on_drop: false }`
[INFO] [stdout] aedc2e2dfc0886008e4adfe6e057fe1808be4f34e19ee5cf2c906d49c55e97c1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e389cea38488ca5f760e3bc5e5f360e3f58b4500d11fab412145bb258f6fabd1
[INFO] running `Command { std: "docker" "start" "-a" "e389cea38488ca5f760e3bc5e5f360e3f58b4500d11fab412145bb258f6fabd1", kill_on_drop: false }`
[INFO] [stderr]  Documenting winsafe v0.0.25 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `crate::gui::WindowMain`
[INFO] [stdout]   --> src/lib.md:56:359
[INFO] [stdout]    |
[INFO] [stdout] 56 | ...ually start with the [`WindowMain`](crate::gui::WindowMain).
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^ no item named `gui` in module `winsafe`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `gui`
[INFO] [stdout]   --> src/lib.md:60:38
[INFO] [stdout]    |
[INFO] [stdout] 60 | GUI structs can be found in module [`gui`].
[INFO] [stdout]    |                                      ^^^ no item named `gui` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::HWND::GetDesktopWindow`
[INFO] [stdout]   --> src/lib.md:82:31
[INFO] [stdout]    |
[INFO] [stdout] 82 | Note how [`GetDesktopWindow`](crate::HWND::GetDesktopWindow) is a static method of [`HWND`], and [`SetFocus`](crate::HWND::SetFocus) is a...
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `HWND` in module `winsafe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `HWND`
[INFO] [stdout]   --> src/lib.md:82:86
[INFO] [stdout]    |
[INFO] [stdout] 82 | Note how [`GetDesktopWindow`](crate::HWND::GetDesktopWindow) is a static method of [`HWND`], and [`SetFocus`](crate::HWND::SetFocus) is a...
[INFO] [stdout]    |                                                                                      ^^^^ no item named `HWND` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::HWND::SetFocus`
[INFO] [stdout]   --> src/lib.md:82:111
[INFO] [stdout]    |
[INFO] [stdout] 82 | ...ethod of [`HWND`], and [`SetFocus`](crate::HWND::SetFocus) is an instance method called directly upon `hwnd`. All native handles (`HWN...
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^ no item named `HWND` in module `winsafe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `HDC`
[INFO] [stdout]   --> src/lib.md:82:215
[INFO] [stdout]    |
[INFO] [stdout] 82 | ...irectly upon `hwnd`. All native handles (`HWND`, [`HDC`], [`HINSTANCE`], etc.) are structs, thus:
[INFO] [stdout]    |                                                       ^^^ no item named `HDC` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `HINSTANCE`
[INFO] [stdout]   --> src/lib.md:82:224
[INFO] [stdout]    |
[INFO] [stdout] 82 | ...wnd`. All native handles (`HWND`, [`HDC`], [`HINSTANCE`], etc.) are structs, thus:
[INFO] [stdout]    |                                                 ^^^^^^^^^ no item named `HINSTANCE` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `PostQuitMessage`
[INFO] [stdout]    --> src/lib.md:101:9
[INFO] [stdout]     |
[INFO] [stdout] 101 | Since [`PostQuitMessage`] is a free function, it's simply at the root of the crate.
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ no item named `PostQuitMessage` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::HWND::BeginPaint`
[INFO] [stdout]    --> src/lib.md:103:85
[INFO] [stdout]     |
[INFO] [stdout] 103 | ...anup routine – like [`BeginPaint`](crate::HWND::BeginPaint), for example – will return the resource wrapped in a [guard], which will p...
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^ no item named `HWND` in module `winsafe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `guard`
[INFO] [stdout]    --> src/lib.md:103:164
[INFO] [stdout]     |
[INFO] [stdout] 103 | ...example – will return the resource wrapped in a [guard], which will perform the cleanup automatically. You'll never have to manually c...
[INFO] [stdout]     |                                                     ^^^^^ no item named `guard` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `msg`
[INFO] [stdout]    --> src/lib.md:105:48
[INFO] [stdout]     |
[INFO] [stdout] 105 | Sending messages are a special case, see the [`msg`] module.
[INFO] [stdout]     |                                                ^^^ no item named `msg` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `co`
[INFO] [stdout]    --> src/lib.md:109:50
[INFO] [stdout]     |
[INFO] [stdout] 109 | All native Win32 constants can be found in the [`co`] module. They're all *typed*, what means that different constant types cannot be mix...
[INFO] [stdout]     |                                                  ^^ no item named `co` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::HWND::MessageBox`
[INFO] [stdout]    --> src/lib.md:113:93
[INFO] [stdout]     |
[INFO] [stdout] 113 | ...ample, constants of [`MessageBox`](crate::HWND::MessageBox) function, like `MB_OKCANCEL`, belong to a type called [`MB`](crate::co::MB).
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^ no item named `HWND` in module `winsafe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::co::MB`
[INFO] [stdout]    --> src/lib.md:113:179
[INFO] [stdout]     |
[INFO] [stdout] 113 | ...KCANCEL`, belong to a type called [`MB`](crate::co::MB).
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^ no item named `co` in module `winsafe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::HWND::MessageBox`
[INFO] [stdout]    --> src/lib.md:132:27
[INFO] [stdout]     |
[INFO] [stdout] 132 | The method [`MessageBox`](crate::HWND::MessageBox), like most functions that can return errors, will return [`SysResult`], which can cont...
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^ no item named `HWND` in module `winsafe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `SysResult`
[INFO] [stdout]    --> src/lib.md:132:111
[INFO] [stdout]     |
[INFO] [stdout] 132 | ...ctions that can return errors, will return [`SysResult`], which can contain an [`ERROR`](crate::co::ERROR) constant.
[INFO] [stdout]     |                                                 ^^^^^^^^^ no item named `SysResult` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::co::ERROR`
[INFO] [stdout]    --> src/lib.md:132:155
[INFO] [stdout]     |
[INFO] [stdout] 132 | ...sult`], which can contain an [`ERROR`](crate::co::ERROR) constant.
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^ no item named `co` in module `winsafe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `WString`
[INFO] [stdout]    --> src/lib.md:138:198
[INFO] [stdout]     |
[INFO] [stdout] 138 | ...ter field, you need to pass a reference to a [`WString`] buffer, which will keep the actual string contents.
[INFO] [stdout]     |                                                   ^^^^^^^ no item named `WString` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `GetLastError`
[INFO] [stdout]    --> src/lib.md:168:37
[INFO] [stdout]     |
[INFO] [stdout] 168 | Note how you *don't need* to call [`GetLastError`] to retrieve the error code: it's returned by the method itself in the [`SysResult`].
[INFO] [stdout]     |                                     ^^^^^^^^^^^^ no item named `GetLastError` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `SysResult`
[INFO] [stdout]    --> src/lib.md:168:124
[INFO] [stdout]     |
[INFO] [stdout] 168 | Note how you *don't need* to call [`GetLastError`] to retrieve the error code: it's returned by the method itself in the [`SysResult`].
[INFO] [stdout]     |                                                                                                                            ^^^^^^^^^ no item named `SysResult` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `WString`
[INFO] [stdout]    --> src/lib.md:176:147
[INFO] [stdout]     |
[INFO] [stdout] 176 | ...in32 structs. In such cases, you can use the [`WString`] struct, which is also capable of working as a buffer to receive text from Win...
[INFO] [stdout]     |                                                   ^^^^^^^ no item named `WString` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `SysResult`
[INFO] [stdout]    --> src/lib.md:184:5
[INFO] [stdout]     |
[INFO] [stdout] 184 | | [`SysResult`] | [`ERROR`](crate::co::ERROR) | Standard [system errors](https://learn.microsoft.com/en-us/windows/win32/debug/system-err...
[INFO] [stdout]     |     ^^^^^^^^^ no item named `SysResult` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::co::ERROR`
[INFO] [stdout]    --> src/lib.md:184:29
[INFO] [stdout]     |
[INFO] [stdout] 184 | | [`SysResult`] | [`ERROR`](crate::co::ERROR) | Standard [system errors](https://learn.microsoft.com/en-us/windows/win32/debug/system-err...
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^ no item named `co` in module `winsafe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `HrResult`
[INFO] [stdout]    --> src/lib.md:185:5
[INFO] [stdout]     |
[INFO] [stdout] 185 | | [`HrResult`] | [`HRESULT`](crate::co::HRESULT) | [COM errors](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/06...
[INFO] [stdout]     |     ^^^^^^^^ no item named `HrResult` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::co::HRESULT`
[INFO] [stdout]    --> src/lib.md:185:30
[INFO] [stdout]     |
[INFO] [stdout] 185 | | [`HrResult`] | [`HRESULT`](crate::co::HRESULT) | [COM errors](https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-erref/06...
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^^^ no item named `co` in module `winsafe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `AnyResult`
[INFO] [stdout]    --> src/lib.md:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | | [`AnyResult`] | `Box<dyn Error + Send + Sync>` | Holding different error types. All other `Result` aliases can be converted into it. |
[INFO] [stdout]     |     ^^^^^^^^^ no item named `AnyResult` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::gui`
[INFO] [stdout]    --> src/lib.md:190:18
[INFO] [stdout]     |
[INFO] [stdout] 190 | Beyond the [GUI](crate::gui) API, WinSafe features a few high-level abstractions to deal with some particularly complex Win32 topics. Unl...
[INFO] [stdout]     |                  ^^^^^^^^^^ no item named `gui` in module `winsafe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Encoding`
[INFO] [stdout]    --> src/lib.md:194:5
[INFO] [stdout]     |
[INFO] [stdout] 194 | | [`Encoding`] | String encodings. |
[INFO] [stdout]     |     ^^^^^^^^ no item named `Encoding` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `File`
[INFO] [stdout]    --> src/lib.md:195:5
[INFO] [stdout]     |
[INFO] [stdout] 195 | | [`File`] | File read/write and other operations. |
[INFO] [stdout]     |     ^^^^ no item named `File` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FileMapped`
[INFO] [stdout]    --> src/lib.md:196:5
[INFO] [stdout]     |
[INFO] [stdout] 196 | | [`FileMapped`] | Memory-mapped file operations. |
[INFO] [stdout]     |     ^^^^^^^^^^ no item named `FileMapped` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `path`
[INFO] [stdout]    --> src/lib.md:197:5
[INFO] [stdout]     |
[INFO] [stdout] 197 | | [`path`] | File path operations. |
[INFO] [stdout]     |     ^^^^ no item named `path` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `WString`
[INFO] [stdout]    --> src/lib.md:198:5
[INFO] [stdout]     |
[INFO] [stdout] 198 | | [`WString`] | Managing native wide strings. |
[INFO] [stdout]     |     ^^^^^^^ no item named `WString` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/winsafe/index.html
[INFO] running `Command { std: "docker" "inspect" "e389cea38488ca5f760e3bc5e5f360e3f58b4500d11fab412145bb258f6fabd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e389cea38488ca5f760e3bc5e5f360e3f58b4500d11fab412145bb258f6fabd1", kill_on_drop: false }`
[INFO] [stdout] e389cea38488ca5f760e3bc5e5f360e3f58b4500d11fab412145bb258f6fabd1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df2c985db8c5950f0b68a8eaf0a98aea26012fae00a6a7b3cc61c26a7a0bf233
[INFO] running `Command { std: "docker" "start" "-a" "df2c985db8c5950f0b68a8eaf0a98aea26012fae00a6a7b3cc61c26a7a0bf233", kill_on_drop: false }`
[INFO] [stderr]  Documenting winsafe v0.0.25 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/advapi/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "advapi32";
[INFO] [stdout]  4 | |     AdjustTokenPrivileges(HANDLE, BOOL, PCVOID, u32, PVOID, *mut u32) -> BOOL
[INFO] [stdout]  5 | |     AllocateAndInitializeSid(PCVOID, u8, u32, u32, u32, u32, u32, u32, u32, u32, PVOID) -> BOOL
[INFO] [stdout]  6 | |     CheckTokenCapability(HANDLE, PCVOID, *mut BOOL) -> BOOL
[INFO] [stdout] ...  |
[INFO] [stdout] 82 | |     SetServiceStatus(HANDLE, PCVOID) -> BOOL
[INFO] [stdout] 83 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/advapi/ffi.rs:85:1
[INFO] [stdout]    |
[INFO] [stdout] 85 | / extern_sys! { "ktmw32";
[INFO] [stdout] 86 | |     CommitTransaction(HANDLE) -> BOOL
[INFO] [stdout] 87 | |     CreateTransaction(PCVOID, PVOID, u32, u32, u32, u32, PSTR) -> HANDLE
[INFO] [stdout] 88 | |     GetTransactionId(HANDLE, PVOID) -> BOOL
[INFO] [stdout] 89 | |     OpenTransaction(u32, PCVOID) -> HANDLE
[INFO] [stdout] 90 | |     RollbackTransaction(HANDLE) -> BOOL
[INFO] [stdout] 91 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/comctl/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "comctl32";
[INFO] [stdout]  4 | |     CreatePropertySheetPageW(PCVOID) -> HANDLE
[INFO] [stdout]  5 | |     DefSubclassProc(HANDLE, u32, usize, isize) -> isize
[INFO] [stdout]  6 | |     DestroyPropertySheetPage(HANDLE) -> BOOL
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     UninitializeFlatSB(HANDLE) -> HRES
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/dwm/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "dwmapi";
[INFO] [stdout]  4 | |     DwmEnableMMCSS(BOOL) -> HRES
[INFO] [stdout]  5 | |     DwmExtendFrameIntoClientArea(HANDLE, PCVOID) -> HRES
[INFO] [stdout]  6 | |     DwmFlush() -> HRES
[INFO] [stdout] ...  |
[INFO] [stdout] 11 | |     DwmSetIconicThumbnail(HANDLE, HANDLE, u32) -> HRES
[INFO] [stdout] 12 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/dxgi/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "dxgi";
[INFO] [stdout]  4 | |     CreateDXGIFactory(PCVOID, *mut COMPTR) -> HRES
[INFO] [stdout]  5 | |     CreateDXGIFactory1(PCVOID, *mut COMPTR) -> HRES
[INFO] [stdout]  6 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]    --> src/macros/ffis.rs:23:62
[INFO] [stdout]     |
[INFO] [stdout]  23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/gdi/ffi.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / extern_sys! { "gdi32";
[INFO] [stdout]   4 | |     AbortDoc(HANDLE) -> BOOL
[INFO] [stdout]   5 | |     AbortPath(HANDLE) -> BOOL
[INFO] [stdout]   6 | |     AngleArc(HANDLE, i32, i32, u32, f32, f32) -> BOOL
[INFO] [stdout] ...   |
[INFO] [stdout] 121 | |     WidenPath(HANDLE) -> BOOL
[INFO] [stdout] 122 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]     = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]     = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]    --> src/macros/ffis.rs:23:62
[INFO] [stdout]     |
[INFO] [stdout]  23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/gdi/ffi.rs:124:1
[INFO] [stdout]     |
[INFO] [stdout] 124 | / extern_sys! { "msimg32";
[INFO] [stdout] 125 | |     AlphaBlend(HANDLE, i32, i32, i32, i32, HANDLE, i32, i32, i32, i32, PCVOID) -> BOOL
[INFO] [stdout] 126 | |     TransparentBlt(HANDLE, i32, i32, i32, i32, HANDLE, i32, i32, i32, i32, u32) -> BOOL
[INFO] [stdout] 127 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]     = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]     = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]    --> src/macros/ffis.rs:23:62
[INFO] [stdout]     |
[INFO] [stdout]  23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/gdi/ffi.rs:129:1
[INFO] [stdout]     |
[INFO] [stdout] 129 | / extern_sys! { "user32";
[INFO] [stdout] 130 | |     LoadImageW(HANDLE, PCSTR, u32, i32, i32, u32) -> HANDLE // returns GdiObjectGuard, so needs gdi feature
[INFO] [stdout] 131 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]     = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]     = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]    --> src/macros/ffis.rs:23:62
[INFO] [stdout]     |
[INFO] [stdout]  23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/kernel/ffi.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 | / extern_sys! { "kernel32";
[INFO] [stdout]   4 | |     BeginUpdateResourceW(PCSTR, BOOL) -> HANDLE
[INFO] [stdout]   5 | |     CheckRemoteDebuggerPresent(HANDLE, *mut BOOL) -> BOOL
[INFO] [stdout]   6 | |     CloseHandle(HANDLE) -> BOOL
[INFO] [stdout] ...   |
[INFO] [stdout] 202 | |     WritePrivateProfileStringW(PCSTR, PCSTR, PCSTR, PCSTR) -> BOOL
[INFO] [stdout] 203 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]     = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]     = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]    --> src/macros/ffis.rs:23:62
[INFO] [stdout]     |
[INFO] [stdout]  23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/kernel/ffi.rs:205:1
[INFO] [stdout]     |
[INFO] [stdout] 205 | / extern_sys! { "user32"; // these functions should belong to kernel
[INFO] [stdout] 206 | |     CharLowerW(PSTR) -> PSTR
[INFO] [stdout] 207 | |     CharUpperW(PSTR) -> PSTR
[INFO] [stdout] 208 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]     = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]     = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/mf/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "mf";
[INFO] [stdout]  4 | |     MFCreateMediaSession(COMPTR, *mut COMPTR) -> HRES
[INFO] [stdout]  5 | |     MFCreateTopology(*mut COMPTR) -> HRES
[INFO] [stdout]  6 | |     MFCreateTopologyNode(u32, *mut COMPTR) -> HRES
[INFO] [stdout]  7 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/mf/ffi.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / extern_sys! { "mfplat";
[INFO] [stdout] 10 | |     MFCreateAsyncResult(COMPTR, COMPTR, COMPTR, *mut COMPTR) -> HRES
[INFO] [stdout] 11 | |     MFCreateMFByteStreamOnStream(COMPTR, *mut COMPTR) -> HRES
[INFO] [stdout] 12 | |     MFCreateSourceResolver(*mut COMPTR) -> HRES
[INFO] [stdout] 13 | |     MFShutdown() -> HRES
[INFO] [stdout] 14 | |     MFStartup(u32, u32) -> HRES
[INFO] [stdout] 15 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/ole/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "ole32";
[INFO] [stdout]  4 | |     CLSIDFromProgID(PCSTR, PVOID) -> HRES
[INFO] [stdout]  5 | |     CLSIDFromProgIDEx(PCSTR, PVOID) -> HRES
[INFO] [stdout]  6 | |     CLSIDFromString(PCSTR, PVOID) -> HRES
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     StringFromCLSID(PCVOID, *mut PSTR) -> HRES
[INFO] [stdout] 27 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/oleaut/ffi.rs:5:1
[INFO] [stdout]    |
[INFO] [stdout]  5 | / extern_sys! { "ole32";
[INFO] [stdout]  6 | |     PropVariantClear(PVOID) -> HRES
[INFO] [stdout]  7 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/oleaut/ffi.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / extern_sys! { "oleaut32";
[INFO] [stdout] 10 | |     OleLoadPicture(COMPTR, i32, BOOL, PCVOID, *mut COMPTR) -> HRES
[INFO] [stdout] 11 | |     OleLoadPicturePath(PCSTR, COMPTR, u32, u32, PCVOID, *mut COMPTR) -> HRES
[INFO] [stdout] 12 | |     SysAllocString(PCSTR) -> PSTR
[INFO] [stdout] ...  |
[INFO] [stdout] 19 | |     VariantTimeToSystemTime(f64, PVOID)  -> i32
[INFO] [stdout] 20 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/oleaut/ffi.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / extern_sys! { "propsys";
[INFO] [stdout] 23 | |     PSGetNameFromPropertyKey(PCVOID, *mut PSTR) -> HRES
[INFO] [stdout] 24 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/psapi/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "psapi";
[INFO] [stdout]  4 | |     EmptyWorkingSet(HANDLE) -> BOOL
[INFO] [stdout]  5 | |     EnumProcessModules(HANDLE, *mut HANDLE, u32, *const u32) -> BOOL
[INFO] [stdout]  6 | |     GetMappedFileNameW(HANDLE, PVOID, PSTR, u32) -> BOOL
[INFO] [stdout] ...  |
[INFO] [stdout] 12 | |     GetProcessMemoryInfo(HANDLE, PVOID, u32) -> BOOL
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/shell/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "shell32";
[INFO] [stdout]  4 | |     CommandLineToArgvW(PCSTR, *mut i32) -> *mut PSTR
[INFO] [stdout]  5 | |     DragAcceptFiles(HANDLE, BOOL)
[INFO] [stdout]  6 | |     DragFinish(HANDLE)
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | |     SHGetStockIconInfo(u32, u32, PVOID) -> HRES
[INFO] [stdout] 26 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/shell/ffi.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / extern_sys! { "shlwapi";
[INFO] [stdout] 29 | |     PathCombineW(PSTR, PCSTR, PCSTR) -> PSTR
[INFO] [stdout] 30 | |     PathCommonPrefixW(PCSTR, PCSTR, PSTR) -> i32
[INFO] [stdout] 31 | |     PathSkipRootW(PCSTR) -> PCSTR
[INFO] [stdout] ...  |
[INFO] [stdout] 35 | |     SHCreateMemStream(*const u8, u32) -> COMPTR
[INFO] [stdout] 36 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/shell/ffi.rs:38:1
[INFO] [stdout]    |
[INFO] [stdout] 38 | / extern_sys! { "userenv";
[INFO] [stdout] 39 | |     GetAllUsersProfileDirectoryW(PSTR, *mut u32) -> BOOL
[INFO] [stdout] 40 | |     GetDefaultUserProfileDirectoryW(PSTR, *mut u32) -> BOOL
[INFO] [stdout] 41 | |     GetProfilesDirectoryW(PSTR, *mut u32) -> BOOL
[INFO] [stdout] 42 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/user/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "comdlg32";
[INFO] [stdout]  4 | |     ChooseColorW(PVOID) -> BOOL
[INFO] [stdout]  5 | |     CommDlgExtendedError() -> u32
[INFO] [stdout]  6 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/user/ffi.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / extern_sys! { "user32";
[INFO] [stdout] 16 | |     GetWindowLongPtrW(HANDLE, i32) -> isize
[INFO] [stdout] 17 | |     SetWindowLongPtrW(HANDLE, i32, isize) -> isize
[INFO] [stdout] 18 | |     InSendMessageEx() -> u32
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]    --> src/macros/ffis.rs:23:62
[INFO] [stdout]     |
[INFO] [stdout]  23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]     |                                                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/user/ffi.rs:21:1
[INFO] [stdout]     |
[INFO] [stdout]  21 | / extern_sys! { "user32";
[INFO] [stdout]  22 | |     AdjustWindowRectEx(PVOID, u32, BOOL, u32) -> BOOL
[INFO] [stdout]  23 | |     AdjustWindowRectExForDpi(PVOID, u32, BOOL, u32, u32) -> BOOL
[INFO] [stdout]  24 | |     AllowSetForegroundWindow(u32) -> BOOL
[INFO] [stdout] ...   |
[INFO] [stdout] 300 | |     WinHelpW(HANDLE, PCSTR, u32, usize) -> BOOL
[INFO] [stdout] 301 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]     = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]     = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uxtheme/ffi.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | / extern_sys! { "uxtheme";
[INFO] [stdout]  5 | |     IsThemeDialogTextureEnabled() -> BOOL
[INFO] [stdout]  6 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/uxtheme/ffi.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | / extern_sys! { "uxtheme";
[INFO] [stdout]  9 | |     CloseThemeData(HANDLE) -> HRES
[INFO] [stdout] 10 | |     DrawThemeBackground(HANDLE, HANDLE, i32, i32, PCVOID, PCVOID) -> HRES
[INFO] [stdout] 11 | |     GetThemeAppProperties() -> u32
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | |     SetWindowTheme(HANDLE, PCSTR, PCSTR) -> HRES
[INFO] [stdout] 29 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/version/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "version";
[INFO] [stdout]  4 | |     GetFileVersionInfoSizeW(PCSTR, *mut u32) -> u32
[INFO] [stdout]  5 | |     GetFileVersionInfoW(PCSTR, u32, u32, PVOID) -> BOOL
[INFO] [stdout]  6 | |     VerQueryValueW(PCVOID, PCSTR, PVOID, *mut u32) -> BOOL
[INFO] [stdout]  7 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/wininet/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "wininet";
[INFO] [stdout]  4 | |     HttpAddRequestHeadersW(HANDLE, PCSTR, u32, u32) -> BOOL
[INFO] [stdout]  5 | |     HttpOpenRequestW(HANDLE, PCSTR, PCSTR, PCSTR, PCSTR, *const PCSTR, u32, isize) -> HANDLE
[INFO] [stdout]  6 | |     HttpQueryInfoW(HANDLE, u32, PVOID, *mut u32, *mut u32) -> BOOL
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |     InternetTimeToSystemTimeW(PCSTR, PVOID, u32) -> BOOL
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/winspool/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "winspool";
[INFO] [stdout]  4 | |     AbortPrinter(HANDLE) -> BOOL
[INFO] [stdout]  5 | |     AddFormW(HANDLE, u32, PCVOID) -> BOOL
[INFO] [stdout]  6 | |     AddJobW(HANDLE, u32, PVOID, u32, *mut u32) -> BOOL
[INFO] [stdout] ...  |
[INFO] [stdout] 29 | |     SetDefaultPrinterW(PCSTR) -> BOOL
[INFO] [stdout] 30 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/advapi_shell/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "shell32";
[INFO] [stdout]  4 | |     ShellExecuteExW(PVOID) -> BOOL
[INFO] [stdout]  5 | |     SHGetKnownFolderPath(PCVOID, u32, HANDLE, *mut PSTR) -> HRES
[INFO] [stdout]  6 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: link kind `raw-dylib` is unstable on ELF platforms
[INFO] [stdout]   --> src/macros/ffis.rs:23:62
[INFO] [stdout]    |
[INFO] [stdout] 23 |           #[cfg_attr(feature = "raw-dylib", link(name = $dll, kind = "raw-dylib"))]
[INFO] [stdout]    |                                                                      ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/comctl_gdi/ffi.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | / extern_sys! { "comctl32";
[INFO] [stdout]  4 | |     ImageList_DrawIndirect(HANDLE, PCVOID) -> BOOL
[INFO] [stdout]  5 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #135694 <https://github.com/rust-lang/rust/issues/135694> for more information
[INFO] [stdout]    = help: add `#![feature(raw_dylib_elf)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2025-09-20; consider upgrading it if it is out of date
[INFO] [stdout]    = note: this error originates in the macro `extern_sys` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0658`.
[INFO] [stdout] 
[INFO] [stderr] error: could not document `winsafe`
[INFO] running `Command { std: "docker" "inspect" "df2c985db8c5950f0b68a8eaf0a98aea26012fae00a6a7b3cc61c26a7a0bf233", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df2c985db8c5950f0b68a8eaf0a98aea26012fae00a6a7b3cc61c26a7a0bf233", kill_on_drop: false }`
[INFO] [stdout] df2c985db8c5950f0b68a8eaf0a98aea26012fae00a6a7b3cc61c26a7a0bf233
