[INFO] fetching crate fruity 0.3.0... [INFO] documenting fruity-0.3.0 against beta-2025-09-21 for beta-rustdoc-1.91-2 [INFO] extracting crate fruity 0.3.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate fruity 0.3.0 [INFO] finished tweaking crates.io crate fruity 0.3.0 [INFO] tweaked toml for crates.io crate fruity 0.3.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate fruity 0.3.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 16 packages to latest compatible versions [INFO] [stderr] Adding rand v0.7.3 (available: v0.9.2) [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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 603fd3a56fbf1e91b485f3d3f17eb68078c2850c27ecbaa5dbfbb383b96a9158 [INFO] running `Command { std: "docker" "start" "-a" "603fd3a56fbf1e91b485f3d3f17eb68078c2850c27ecbaa5dbfbb383b96a9158", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "603fd3a56fbf1e91b485f3d3f17eb68078c2850c27ecbaa5dbfbb383b96a9158", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "603fd3a56fbf1e91b485f3d3f17eb68078c2850c27ecbaa5dbfbb383b96a9158", kill_on_drop: false }` [INFO] [stdout] 603fd3a56fbf1e91b485f3d3f17eb68078c2850c27ecbaa5dbfbb383b96a9158 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] fabf1aa2c4843d7b8d49f4d9ce9e3b3140fb631d5701ebdfbbebaed76be8cc95 [INFO] running `Command { std: "docker" "start" "-a" "fabf1aa2c4843d7b8d49f4d9ce9e3b3140fb631d5701ebdfbbebaed76be8cc95", kill_on_drop: false }` [INFO] [stderr] Checking malloced v1.3.1 [INFO] [stderr] Documenting fruity v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stdout] --> src/app_kit/mod.rs:9:58 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg(all(feature = "app_kit", any(target_os = "macos", mac_catalyst)))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `foundation` [INFO] [stdout] --> src/lib.rs:41:47 [INFO] [stdout] | [INFO] [stdout] 41 | //! For example, this is how you enable the [`foundation`] module: [INFO] [stdout] | ^^^^^^^^^^ no item named `foundation` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `objc` [INFO] [stdout] --> src/lib.rs:49:45 [INFO] [stdout] | [INFO] [stdout] 49 | //! This feature transitively enables the [`objc`] and [`core_graphics`] [INFO] [stdout] | ^^^^ no item named `objc` 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 `core_graphics` [INFO] [stdout] --> src/lib.rs:49:58 [INFO] [stdout] | [INFO] [stdout] 49 | //! This feature transitively enables the [`objc`] and [`core_graphics`] [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `core_graphics` 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 `objc::NSObject` [INFO] [stdout] --> src/lib.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | //! [`NSObject`](objc::NSObject) is a smart pointer that calls [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `objc` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `objc::NSObject` [INFO] [stdout] --> src/lib.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 78 | //! [`NSObject`](objc::NSObject)) [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `objc` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `objc::NSObject` [INFO] [stdout] --> src/lib.rs:89:36 [INFO] [stdout] | [INFO] [stdout] 89 | //! This is because [`NSObject`](objc::NSObject) is a [INFO] [stdout] | ^^^^^^^^^^^^^^ no item named `objc` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `foundation::NSString` [INFO] [stdout] --> src/lib.rs:138:34 [INFO] [stdout] | [INFO] [stdout] 138 | //! - **Creating an [`NSString`](foundation::NSString) from a Rust string [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ no item named `foundation` in scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `ns_string` [INFO] [stdout] --> src/lib.rs:141:26 [INFO] [stdout] | [INFO] [stdout] 141 | //! The [`ns_string!`](ns_string) macro creates an `NSString` literal (i.e. [INFO] [stdout] | ^^^^^^^^^ no item named `ns_string` 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::objc::ObjectType` [INFO] [stdout] --> src/core/object_type.rs:19:28 [INFO] [stdout] | [INFO] [stdout] 19 | /// - [`objc::ObjectType`](crate::objc::ObjectType) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no item named `objc` in module `fruity` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/lib.rs:101:43 [INFO] [stdout] | [INFO] [stdout] 101 | //! Fruity instead returns a [`Result`](Result), which is the canonical way to [INFO] [stdout] | -------- ^^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 101 - //! Fruity instead returns a [`Result`](Result), which is the canonical way to [INFO] [stdout] 101 + //! Fruity instead returns a [`Result`], which is the canonical way to [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/core/os_err.rs:6:49 [INFO] [stdout] | [INFO] [stdout] 6 | /// This is the old counterpart to [`OSStatus`](super::OSStatus). [INFO] [stdout] | ---------- ^^^^^^^^^^^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 6 - /// This is the old counterpart to [`OSStatus`](super::OSStatus). [INFO] [stdout] 6 + /// This is the old counterpart to [`OSStatus`]. [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: redundant explicit link target [INFO] [stdout] --> src/core/os_status.rs:6:46 [INFO] [stdout] | [INFO] [stdout] 6 | /// This is the new counterpart to [`OSErr`](super::OSErr). [INFO] [stdout] | ------- ^^^^^^^^^^^^ explicit target is redundant [INFO] [stdout] | | [INFO] [stdout] | because label contains path that resolves to same destination [INFO] [stdout] | [INFO] [stdout] = note: when a link's destination is not specified, [INFO] [stdout] the label is used to resolve intra-doc links [INFO] [stdout] help: remove explicit link target [INFO] [stdout] | [INFO] [stdout] 6 - /// This is the new counterpart to [`OSErr`](super::OSErr). [INFO] [stdout] 6 + /// This is the new counterpart to [`OSErr`]. [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s [INFO] [stderr] Generated /opt/rustwide/target/doc/fruity/index.html [INFO] running `Command { std: "docker" "inspect" "fabf1aa2c4843d7b8d49f4d9ce9e3b3140fb631d5701ebdfbbebaed76be8cc95", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fabf1aa2c4843d7b8d49f4d9ce9e3b3140fb631d5701ebdfbbebaed76be8cc95", kill_on_drop: false }` [INFO] [stdout] fabf1aa2c4843d7b8d49f4d9ce9e3b3140fb631d5701ebdfbbebaed76be8cc95 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=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\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 941625c8548dcebbddab342a6ef0df82f427a433983367cc5d422d0f6aeaf037 [INFO] running `Command { std: "docker" "start" "-a" "941625c8548dcebbddab342a6ef0df82f427a433983367cc5d422d0f6aeaf037", kill_on_drop: false }` [INFO] [stderr] Documenting fruity v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stdout] --> src/app_kit/mod.rs:9:58 [INFO] [stdout] | [INFO] [stdout] 9 | #![cfg(all(feature = "app_kit", any(target_os = "macos", mac_catalyst)))] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: expected names are: `docsrs`, `feature`, and `test` and 31 more [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stdout] --> src/objc/bool.rs:25:38 [INFO] [stdout] | [INFO] [stdout] 25 | all(any(target_os = "macos", mac_catalyst), target_arch = "x86_64"), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition name: `mac_catalyst` [INFO] [stdout] --> src/objc/bool.rs:31:38 [INFO] [stdout] | [INFO] [stdout] 31 | all(any(target_os = "macos", mac_catalyst), target_arch = "x86_64"), [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: consider using a Cargo feature instead [INFO] [stdout] = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint: [INFO] [stdout] [lints.rust] [INFO] [stdout] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(mac_catalyst)'] } [INFO] [stdout] = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(mac_catalyst)");` to the top of the `build.rs` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/cf_network/mod.rs:20:35 [INFO] [stdout] | [INFO] [stdout] 20 | #[link(name = "CFNetwork", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/core_animation/mod.rs:19:36 [INFO] [stdout] | [INFO] [stdout] 19 | #[link(name = "QuartzCore", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/core_audio/mod.rs:11:35 [INFO] [stdout] | [INFO] [stdout] 11 | #[link(name = "CoreAudio", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/core_foundation/sys.rs:10:40 [INFO] [stdout] | [INFO] [stdout] 10 | #[link(name = "CoreFoundation", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/core_graphics/mod.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | #[link(name = "CoreGraphics", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/core_image/mod.rs:11:35 [INFO] [stdout] | [INFO] [stdout] 11 | #[link(name = "CoreImage", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/core_services/sys.rs:3:38 [INFO] [stdout] | [INFO] [stdout] 3 | #[link(name = "CoreServices", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/core_text/mod.rs:18:34 [INFO] [stdout] | [INFO] [stdout] 18 | #[link(name = "CoreText", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/core_video/mod.rs:11:35 [INFO] [stdout] | [INFO] [stdout] 11 | #[link(name = "CoreImage", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/foundation/mod.rs:55:36 [INFO] [stdout] | [INFO] [stdout] 55 | #[link(name = "Foundation", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/io_kit/sys.rs:3:31 [INFO] [stdout] | [INFO] [stdout] 3 | #[link(name = "IOKit", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/system_configuration/mod.rs:19:45 [INFO] [stdout] | [INFO] [stdout] 19 | #[link(name = "SystemConfiguration", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0455]: link kind `framework` is only supported on Apple targets [INFO] [stdout] --> src/ui_kit/mod.rs:15:31 [INFO] [stdout] | [INFO] [stdout] 15 | #[link(name = "UIKit", kind = "framework")] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0455`. [INFO] [stdout] [INFO] [stderr] error: could not document `fruity` [INFO] running `Command { std: "docker" "inspect" "941625c8548dcebbddab342a6ef0df82f427a433983367cc5d422d0f6aeaf037", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "941625c8548dcebbddab342a6ef0df82f427a433983367cc5d422d0f6aeaf037", kill_on_drop: false }` [INFO] [stdout] 941625c8548dcebbddab342a6ef0df82f427a433983367cc5d422d0f6aeaf037