[INFO] fetching crate fruity__bbqsrc 0.2.0... [INFO] documenting fruity__bbqsrc-0.2.0 against 1.90.0 for beta-rustdoc-1.91-2 [INFO] extracting crate fruity__bbqsrc 0.2.0 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate fruity__bbqsrc 0.2.0 [INFO] finished tweaking crates.io crate fruity__bbqsrc 0.2.0 [INFO] tweaked toml for crates.io crate fruity__bbqsrc 0.2.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fruity__bbqsrc 0.2.0 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded malloced v1.3.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 026cdb444c93cbf593f10ef18bc680001400c62cd8546af2d5348cd0e6ed5847 [INFO] running `Command { std: "docker" "start" "-a" "026cdb444c93cbf593f10ef18bc680001400c62cd8546af2d5348cd0e6ed5847", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "026cdb444c93cbf593f10ef18bc680001400c62cd8546af2d5348cd0e6ed5847", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "026cdb444c93cbf593f10ef18bc680001400c62cd8546af2d5348cd0e6ed5847", kill_on_drop: false }` [INFO] [stdout] 026cdb444c93cbf593f10ef18bc680001400c62cd8546af2d5348cd0e6ed5847 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 9735844809e9f30747240fad7eb1db72442da47f0851fb1e5eea91b2e30fe13f [INFO] running `Command { std: "docker" "start" "-a" "9735844809e9f30747240fad7eb1db72442da47f0851fb1e5eea91b2e30fe13f", kill_on_drop: false }` [INFO] [stderr] Checking malloced v1.3.1 [INFO] [stderr] Documenting fruity__bbqsrc v0.2.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__bbqsrc` [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.77s [INFO] [stderr] Generated /opt/rustwide/target/doc/fruity__bbqsrc/index.html [INFO] running `Command { std: "docker" "inspect" "9735844809e9f30747240fad7eb1db72442da47f0851fb1e5eea91b2e30fe13f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9735844809e9f30747240fad7eb1db72442da47f0851fb1e5eea91b2e30fe13f", kill_on_drop: false }` [INFO] [stdout] 9735844809e9f30747240fad7eb1db72442da47f0851fb1e5eea91b2e30fe13f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "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" "+1.90.0" "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] 35f0c6e132fab7fc3905f0c2fb91b03732cb753ec65b3ac52d861e2e408343d8 [INFO] running `Command { std: "docker" "start" "-a" "35f0c6e132fab7fc3905f0c2fb91b03732cb753ec65b3ac52d861e2e408343d8", kill_on_drop: false }` [INFO] [stderr] Documenting fruity__bbqsrc v0.2.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] warning: unnecessary braces around function argument [INFO] [stdout] --> src/foundation/ns_file_manager.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | unsafe { Arc::retain({ _msg_send_any![Self::class(), defaultManager] }) } [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 40 - unsafe { Arc::retain({ _msg_send_any![Self::class(), defaultManager] }) } [INFO] [stdout] 40 + unsafe { Arc::retain(_msg_send_any![Self::class(), defaultManager]) } [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/foundation/ns_file_manager.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn absolute_string(&self) -> &NSString<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/foundation/ns_file_manager.rs:31:5 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn path(&self) -> &NSString<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/foundation/ns_file_manager.rs:39:5 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn default_manager() -> Arc { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/foundation/ns_file_manager.rs:45:5 [INFO] [stdout] | [INFO] [stdout] 45 | / pub fn url_for_directory( [INFO] [stdout] 46 | | &self, [INFO] [stdout] 47 | | directory: NSSearchPathDirectory, [INFO] [stdout] 48 | | domain: NSSearchPathDomainMask, [INFO] [stdout] 49 | | appropriate_for_url: Option<&NSURL>, [INFO] [stdout] 50 | | create: bool, [INFO] [stdout] 51 | | ) -> Result<&NSURL<'_>, ()> { [INFO] [stdout] | |_______________________________^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/foundation/ns_file_manager.rs:64:5 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn current_directory_path(&self) -> Arc> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/foundation/ns_file_manager.rs:70:5 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn temporary_directory(&self) -> &NSURL<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a method [INFO] [stdout] --> src/foundation/ns_file_manager.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn home_directory_for_current_user(&self) -> &NSURL<'_> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct NSSearchPathDirectory(NSUInteger); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub const NSApplicationDirectory: NSSearchPathDirectory = NSSearchPathDirectory(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | pub const NSDemoApplicationDirectory: NSSearchPathDirectory = NSSearchPathDirectory(2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:13:1 [INFO] [stdout] | [INFO] [stdout] 13 | pub const NSDeveloperApplicationDirectory: NSSearchPathDirectory = NSSearchPathDirectory(3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | pub const NSAdminApplicationDirectory: NSSearchPathDirectory = NSSearchPathDirectory(4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | pub const NSLibraryDirectory: NSSearchPathDirectory = NSSearchPathDirectory(5); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:20:1 [INFO] [stdout] | [INFO] [stdout] 20 | pub const NSDeveloperDirectory: NSSearchPathDirectory = NSSearchPathDirectory(6); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:22:1 [INFO] [stdout] | [INFO] [stdout] 22 | pub const NSUserDirectory: NSSearchPathDirectory = NSSearchPathDirectory(7); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | pub const NSDocumentationDirectory: NSSearchPathDirectory = NSSearchPathDirectory(8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | pub const NSDocumentDirectory: NSSearchPathDirectory = NSSearchPathDirectory(9); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | pub const NSCoreServiceDirectory: NSSearchPathDirectory = NSSearchPathDirectory(10); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | pub const NSAutosavedInformationDirectory: NSSearchPathDirectory = NSSearchPathDirectory(11); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | pub const NSDesktopDirectory: NSSearchPathDirectory = NSSearchPathDirectory(12); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | pub const NSCachesDirectory: NSSearchPathDirectory = NSSearchPathDirectory(13); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | pub const NSApplicationSupportDirectory: NSSearchPathDirectory = NSSearchPathDirectory(14); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:38:1 [INFO] [stdout] | [INFO] [stdout] 38 | pub const NSDownloadsDirectory: NSSearchPathDirectory = NSSearchPathDirectory(15); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | pub const NSInputMethodsDirectory: NSSearchPathDirectory = NSSearchPathDirectory(16); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | pub const NSMoviesDirectory: NSSearchPathDirectory = NSSearchPathDirectory(17); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:44:1 [INFO] [stdout] | [INFO] [stdout] 44 | pub const NSMusicDirectory: NSSearchPathDirectory = NSSearchPathDirectory(18); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | pub const NSPicturesDirectory: NSSearchPathDirectory = NSSearchPathDirectory(19); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:48:1 [INFO] [stdout] | [INFO] [stdout] 48 | pub const NSPrinterDescriptionDirectory: NSSearchPathDirectory = NSSearchPathDirectory(20); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:50:1 [INFO] [stdout] | [INFO] [stdout] 50 | pub const NSSharedPublicDirectory: NSSearchPathDirectory = NSSearchPathDirectory(21); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | pub const NSPreferencePanesDirectory: NSSearchPathDirectory = NSSearchPathDirectory(22); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | pub const NSApplicationScriptsDirectory: NSSearchPathDirectory = NSSearchPathDirectory(23); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:56:1 [INFO] [stdout] | [INFO] [stdout] 56 | pub const NSItemReplacementDirectory: NSSearchPathDirectory = NSSearchPathDirectory(99); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | pub const NSAllApplicationsDirectory: NSSearchPathDirectory = NSSearchPathDirectory(100); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:60:1 [INFO] [stdout] | [INFO] [stdout] 60 | pub const NSAllLibrariesDirectory: NSSearchPathDirectory = NSSearchPathDirectory(101); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:62:1 [INFO] [stdout] | [INFO] [stdout] 62 | pub const NSTrashDirectory: NSSearchPathDirectory = NSSearchPathDirectory(102); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a struct [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:66:1 [INFO] [stdout] | [INFO] [stdout] 66 | pub struct NSSearchPathDomainMask(NSUInteger); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | pub const NSUserDomainMask: NSSearchPathDomainMask = NSSearchPathDomainMask(1); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:68:1 [INFO] [stdout] | [INFO] [stdout] 68 | pub const NSLocalDomainMask: NSSearchPathDomainMask = NSSearchPathDomainMask(2); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:69:1 [INFO] [stdout] | [INFO] [stdout] 69 | pub const NSNetworkDomainMask: NSSearchPathDomainMask = NSSearchPathDomainMask(4); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:70:1 [INFO] [stdout] | [INFO] [stdout] 70 | pub const NSSystemDomainMask: NSSearchPathDomainMask = NSSearchPathDomainMask(8); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for a constant [INFO] [stdout] --> src/foundation/ns_path_utilities.rs:71:1 [INFO] [stdout] | [INFO] [stdout] 71 | pub const NSAllDomainsMask: NSSearchPathDomainMask = NSSearchPathDomainMask(0x0ffff); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `1,1` [INFO] [stdout] --> src/core_graphics/geometry/cg_affine_transform.rs:10:32 [INFO] [stdout] | [INFO] [stdout] 10 | /// The entry at position [1,1] in the matrix. [INFO] [stdout] | ^^^ no item named `1,1` 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 `1,2` [INFO] [stdout] --> src/core_graphics/geometry/cg_affine_transform.rs:12:32 [INFO] [stdout] | [INFO] [stdout] 12 | /// The entry at position [1,2] in the matrix. [INFO] [stdout] | ^^^ no item named `1,2` 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 `2,1` [INFO] [stdout] --> src/core_graphics/geometry/cg_affine_transform.rs:14:32 [INFO] [stdout] | [INFO] [stdout] 14 | /// The entry at position [2,1] in the matrix. [INFO] [stdout] | ^^^ no item named `2,1` 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 `2,2` [INFO] [stdout] --> src/core_graphics/geometry/cg_affine_transform.rs:16:32 [INFO] [stdout] | [INFO] [stdout] 16 | /// The entry at position [2,2] in the matrix. [INFO] [stdout] | ^^^ no item named `2,2` 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 `3,1` [INFO] [stdout] --> src/core_graphics/geometry/cg_affine_transform.rs:18:32 [INFO] [stdout] | [INFO] [stdout] 18 | /// The entry at position [3,1] in the matrix. [INFO] [stdout] | ^^^ no item named `3,1` 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 `3,2` [INFO] [stdout] --> src/core_graphics/geometry/cg_affine_transform.rs:20:32 [INFO] [stdout] | [INFO] [stdout] 20 | /// The entry at position [3,2] in the matrix. [INFO] [stdout] | ^^^ no item named `3,2` 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 `super::AEDesc` [INFO] [stdout] --> src/core_services/apple_events/data_storage.rs:4:16 [INFO] [stdout] | [INFO] [stdout] 4 | /// [`AEDesc`](super::AEDesc) descriptor. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `AEDesc` in module `apple_events` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `super::AEDesc` [INFO] [stdout] --> src/core_services/apple_events/desc/type_.rs:4:60 [INFO] [stdout] | [INFO] [stdout] 4 | /// Specifies the type of the data stored in an [`AEDesc`](super::AEDesc) [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `AEDesc` in module `desc` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `AEAddressDesc` [INFO] [stdout] --> src/core_services/apple_events/desc/type_.rs:307:45 [INFO] [stdout] | [INFO] [stdout] 307 | /// A process serial number. See also [`AEAddressDesc`]. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `AEAddressDesc` 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::foundation::NSNetService` [INFO] [stdout] --> src/foundation/ns_error/domain.rs:61:30 [INFO] [stdout] | [INFO] [stdout] 61 | /// [`NSNetService`](crate::foundation::NSNetService) or the mach [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `NSNetService` in module `foundation` [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `domain` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `NSURL` [INFO] [stdout] --> src/foundation/ns_error/user_info_key.rs:35:45 [INFO] [stdout] | [INFO] [stdout] 35 | /// The corresponding value is an [`NSURL`]. [INFO] [stdout] | ^^^^^ no item named `NSURL` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `NSArray` [INFO] [stdout] --> src/foundation/ns_error/user_info_key.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | /// The corresponding value is an [`NSArray`]`<`[`NSString`]`>` [INFO] [stdout] | ^^^^^^^ no item named `NSArray` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `key` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `NSError::localized_recovery_options` [INFO] [stdout] --> src/foundation/ns_error/user_info_key.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | /// [`NSError::localized_recovery_options`]. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `NSError` has no field or associated item named `localized_recovery_options` [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `key` (in Nightly builds, run with -Z macro-backtrace for more info) [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s [INFO] [stderr] Generated /opt/rustwide/target/doc/fruity__bbqsrc/index.html [INFO] running `Command { std: "docker" "inspect" "35f0c6e132fab7fc3905f0c2fb91b03732cb753ec65b3ac52d861e2e408343d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35f0c6e132fab7fc3905f0c2fb91b03732cb753ec65b3ac52d861e2e408343d8", kill_on_drop: false }` [INFO] [stdout] 35f0c6e132fab7fc3905f0c2fb91b03732cb753ec65b3ac52d861e2e408343d8