holochain_conductor_api 0.0.28

Message types for Holochain admin and app interface protocols
Documentation
Build #519672 2022-03-04T01:14:20.491693+00:00
# rustc version
rustc 1.61.0-nightly (10913c000 2022-03-03)
# docs.rs version
docsrs 0.6.0 (3968c84 2022-02-20)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/holochain_conductor_api-0.0.28/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/holochain_conductor_api-0.0.28/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220303-1.61.0-nightly-10913c000\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 19d14ab3c1edc90065b8002abbbdfde645d4118f272c0b56e0f82d06493365c6
[INFO] running `Command { std: "docker" "start" "-a" "19d14ab3c1edc90065b8002abbbdfde645d4118f272c0b56e0f82d06493365c6", kill_on_drop: false }`
[INFO] [stderr]  Documenting holochain_conductor_api v0.0.28 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `AppRequest`
[INFO] [stderr]    --> src/admin_interface.rs:218:43
[INFO] [stderr]     |
[INFO] [stderr] 218 |     /// over which you can then use the [`AppRequest`] API.
[INFO] [stderr]     |                                           ^^^^^^^^^^ no item named `AppRequest` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `AttachAppInterface`
[INFO] [stderr]    --> src/admin_interface.rs:234:63
[INFO] [stderr]     |
[INFO] [stderr] 234 |     /// List all the app interfaces currently attached with [`AttachAppInterface`].
[INFO] [stderr]     |                                                               ^^^^^^^^^^^^^^^^^^ no item named `AttachAppInterface` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `FullIntegrationDump`
[INFO] [stderr]    --> src/admin_interface.rs:270:54
[INFO] [stderr]     |
[INFO] [stderr] 270 |         /// The last seen DhtOp RowId, returned in [`FullIntegrationDump`]
[INFO] [stderr]     |                                                      ^^^^^^^^^^^^^^^^^^^ no item named `FullIntegrationDump` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `InstalledAppStatus`
[INFO] [stderr]    --> src/app_interface.rs:154:60
[INFO] [stderr]     |
[INFO] [stderr] 154 | /// A flat, slightly more API-friendly representation of [`InstalledAppStatus`]
[INFO] [stderr]     |                                                            ^^^^^^^^^^^^^^^^^^ no item named `InstalledAppStatus` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ConductorConfig`
[INFO] [stderr]   --> src/config/interface.rs:18:38
[INFO] [stderr]    |
[INFO] [stderr] 18 | /// NB: This struct is used in both [ConductorConfig] and [ConductorState], so
[INFO] [stderr]    |                                      ^^^^^^^^^^^^^^^ no item named `ConductorConfig` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ConductorState`
[INFO] [stderr]   --> src/config/interface.rs:18:60
[INFO] [stderr]    |
[INFO] [stderr] 18 | /// NB: This struct is used in both [ConductorConfig] and [ConductorState], so
[INFO] [stderr]    |                                                            ^^^^^^^^^^^^^^ no item named `ConductorState` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/config/conductor/keystore_config.rs:21:30
[INFO] [stderr]    |
[INFO] [stderr] 21 |         /// [ConfigBuilder]()https://docs.rs/lair_keystore_api/0.0.1-alpha.4/lair_keystore_api/struct.ConfigBuilder.html)
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://docs.rs/lair_keystore_api/0.0.1-alpha.4/lair_keystore_api/struct.ConfigBuilder.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `holochain_conductor_api` (lib doc) generated 7 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 4.19s
[INFO] running `Command { std: "docker" "inspect" "19d14ab3c1edc90065b8002abbbdfde645d4118f272c0b56e0f82d06493365c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "19d14ab3c1edc90065b8002abbbdfde645d4118f272c0b56e0f82d06493365c6", kill_on_drop: false }`
[INFO] [stdout] 19d14ab3c1edc90065b8002abbbdfde645d4118f272c0b56e0f82d06493365c6