[INFO] fetching crate winsafe 0.0.25...
[INFO] documenting winsafe-0.0.25 against 1.90.0 for beta-rustdoc-1.91-2
[INFO] extracting crate winsafe 0.0.25 into /workspace/builds/worker-6-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate winsafe 0.0.25 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 343899709fa95c4640b2935b000ec92d01fbe4c033c553e043bef5ef0c24107c
[INFO] running `Command { std: "docker" "start" "-a" "343899709fa95c4640b2935b000ec92d01fbe4c033c553e043bef5ef0c24107c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "343899709fa95c4640b2935b000ec92d01fbe4c033c553e043bef5ef0c24107c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "343899709fa95c4640b2935b000ec92d01fbe4c033c553e043bef5ef0c24107c", kill_on_drop: false }`
[INFO] [stdout] 343899709fa95c4640b2935b000ec92d01fbe4c033c553e043bef5ef0c24107c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+1.90.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb4589700604b6f6156b8a9427dccbe064ae70752d1434fa8ac102dc7044087d
[INFO] running `Command { std: "docker" "start" "-a" "eb4589700604b6f6156b8a9427dccbe064ae70752d1434fa8ac102dc7044087d", 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.48s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/winsafe/index.html
[INFO] running `Command { std: "docker" "inspect" "eb4589700604b6f6156b8a9427dccbe064ae70752d1434fa8ac102dc7044087d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb4589700604b6f6156b8a9427dccbe064ae70752d1434fa8ac102dc7044087d", kill_on_drop: false }`
[INFO] [stdout] eb4589700604b6f6156b8a9427dccbe064ae70752d1434fa8ac102dc7044087d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+1.90.0" "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] 91c774c9a1ced713da3e63d5ded8e5aaaa1e438837c49e44c1baf79196a2d600
[INFO] running `Command { std: "docker" "start" "-a" "91c774c9a1ced713da3e63d5ded8e5aaaa1e438837c49e44c1baf79196a2d600", kill_on_drop: false }`
[INFO] [stderr]  Documenting winsafe v0.0.25 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.20s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/winsafe/index.html
[INFO] running `Command { std: "docker" "inspect" "91c774c9a1ced713da3e63d5ded8e5aaaa1e438837c49e44c1baf79196a2d600", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91c774c9a1ced713da3e63d5ded8e5aaaa1e438837c49e44c1baf79196a2d600", kill_on_drop: false }`
[INFO] [stdout] 91c774c9a1ced713da3e63d5ded8e5aaaa1e438837c49e44c1baf79196a2d600
