Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.
# rustc version rustc 1.65.0-nightly (9243168fa 2022-08-31)
# docs.rs version docsrs 0.6.0 (b0f5bb8 2022-08-27)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/fluidity-core-0.1.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/fluidity-core-0.1.5/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustflags=[\"--cfg\", \"docsrs\"]" "-Zhost-config" "-Ztarget-applies-to-host" "--config" "host.rustflags=[\"--cfg\", \"docsrs\"]" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220831-1.65.0-nightly-9243168fa\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-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] 28a395b04f21514f9bf8ace71b1b4eb974bc6eb80899cf0e3771f91622d88524 [INFO] running `Command { std: "docker" "start" "-a" "28a395b04f21514f9bf8ace71b1b4eb974bc6eb80899cf0e3771f91622d88524", kill_on_drop: false }` [INFO] [stderr] Documenting fluidity-core v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `bson` in `scsys` [INFO] [stderr] --> src/core/states/state.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | use scsys::bson::{oid::ObjectId, DateTime}; [INFO] [stderr] | ^^^^ could not find `bson` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `bson` in `scsys` [INFO] [stderr] --> src/data/models/items.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use scsys::{bson::oid::ObjectId, Temporal}; [INFO] [stderr] | ^^^^ could not find `bson` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `scsys::bson` [INFO] [stderr] --> src/core/states/state.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | use scsys::bson::{oid::ObjectId, DateTime}; [INFO] [stderr] | ^^^^ could not find `bson` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/components/credentials/credential.rs:8:48 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/components/credentials/credential.rs:8:68 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/components/credentials/mod.rs:24:48 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/components/credentials/mod.rs:24:68 [INFO] [stderr] | [INFO] [stderr] 24 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/components/mnemonics/mnemonic.rs:9:48 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/components/mnemonics/mnemonic.rs:9:68 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/components/mnemonics/passphrase.rs:8:48 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/components/mnemonics/passphrase.rs:8:68 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/components/wallets/grant.rs:10:48 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/components/wallets/grant.rs:10:68 [INFO] [stderr] | [INFO] [stderr] 10 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/components/wallets/keys.rs:11:48 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/components/wallets/keys.rs:11:68 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/components/wallets/wallet.rs:12:48 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/components/wallets/wallet.rs:12:68 [INFO] [stderr] | [INFO] [stderr] 12 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/data/models/items.rs:9:42 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Debug, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/data/models/items.rs:9:62 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Clone, Debug, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/data/models/tokens.rs:19:48 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/data/models/tokens.rs:19:68 [INFO] [stderr] | [INFO] [stderr] 19 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/data/models/tokens.rs:44:48 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/data/models/tokens.rs:44:68 [INFO] [stderr] | [INFO] [stderr] 44 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/data/models/tokens.rs:60:54 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Copy, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/data/models/tokens.rs:60:74 [INFO] [stderr] | [INFO] [stderr] 60 | #[derive(Clone, Copy, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Deserialize` in `scsys` [INFO] [stderr] --> src/data/models/users.rs:22:48 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^^^ could not find `Deserialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `Serialize` in `scsys` [INFO] [stderr] --> src/data/models/users.rs:22:68 [INFO] [stderr] | [INFO] [stderr] 22 | #[derive(Clone, Debug, Hash, PartialEq, scsys::Deserialize, scsys::Serialize)] [INFO] [stderr] | ^^^^^^^^^ could not find `Serialize` in `scsys` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `serde` in this scope [INFO] [stderr] --> src/data/models/tokens.rs:23:7 [INFO] [stderr] | [INFO] [stderr] 23 | #[serde(skip_serializing_if = "Option::is_none")] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `serde` is in scope, but it is a crate, not an attribute [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `bson` in `scsys` [INFO] [stderr] --> src/components/credentials/credential.rs:11:25 [INFO] [stderr] | [INFO] [stderr] 11 | pub created: scsys::bson::DateTime, [INFO] [stderr] | ^^^^ could not find `bson` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `bson` in `scsys` [INFO] [stderr] --> src/components/credentials/credential.rs:16:53 [INFO] [stderr] | [INFO] [stderr] 16 | fn constructor(account: String, created: scsys::bson::DateTime, data: Vec<String>) -> Self { [INFO] [stderr] | ^^^^ could not find `bson` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `bson` in `scsys` [INFO] [stderr] --> src/components/wallets/grant.rs:13:27 [INFO] [stderr] | [INFO] [stderr] 13 | pub timestamp: scsys::bson::DateTime, [INFO] [stderr] | ^^^^ could not find `bson` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `bson` in `scsys` [INFO] [stderr] --> src/components/wallets/grant.rs:17:53 [INFO] [stderr] | [INFO] [stderr] 17 | fn constructor(grant: String, timestamp: scsys::bson::DateTime) -> Self { [INFO] [stderr] | ^^^^ could not find `bson` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `bson` in `scsys` [INFO] [stderr] --> src/core/states/mod.rs:18:35 [INFO] [stderr] | [INFO] [stderr] 18 | fn timestamp(&self) -> scsys::bson::DateTime { [INFO] [stderr] | ^^^^ could not find `bson` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `bson` in `scsys` [INFO] [stderr] --> src/data/models/users.rs:12:28 [INFO] [stderr] | [INFO] [stderr] 12 | fn id(&self) -> scsys::bson::oid::ObjectId; [INFO] [stderr] | ^^^^ could not find `bson` in `scsys` [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Deserialize` in crate `scsys` [INFO] [stderr] --> src/core/utils.rs:42:43 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn save_to_file<'a, T: Clone + scsys::Deserialize<'a> + scsys::Serialize>( [INFO] [stderr] | ^^^^^^^^^^^ not found in `scsys` [INFO] [stderr] | [INFO] [stderr] help: consider importing this trait [INFO] [stderr] | [INFO] [stderr] 7 | use serde::Deserialize; [INFO] [stderr] | [INFO] [stderr] help: if you import `Deserialize`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 42 - pub fn save_to_file<'a, T: Clone + scsys::Deserialize<'a> + scsys::Serialize>( [INFO] [stderr] 42 + pub fn save_to_file<'a, T: Clone + Deserialize<'a> + scsys::Serialize>( [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0405]: cannot find trait `Serialize` in crate `scsys` [INFO] [stderr] --> src/core/utils.rs:42:68 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn save_to_file<'a, T: Clone + scsys::Deserialize<'a> + scsys::Serialize>( [INFO] [stderr] | ^^^^^^^^^ not found in `scsys` [INFO] [stderr] | [INFO] [stderr] help: consider importing this trait [INFO] [stderr] | [INFO] [stderr] 7 | use serde::Serialize; [INFO] [stderr] | [INFO] [stderr] help: if you import `Serialize`, refer to it directly [INFO] [stderr] | [INFO] [stderr] 42 - pub fn save_to_file<'a, T: Clone + scsys::Deserialize<'a> + scsys::Serialize>( [INFO] [stderr] 42 + pub fn save_to_file<'a, T: Clone + scsys::Deserialize<'a> + Serialize>( [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: Compilation failed, aborting rustdoc [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0405, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0405`. [INFO] [stderr] error: could not document `fluidity-core` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type cdylib --crate-type rlib --crate-name fluidity_core src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=4b37cbfa053f2662 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libanyhow-0210583a78790a96.rmeta --extern chrono=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libchrono-4cdea9254e34c900.rmeta --extern dotenv=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libdotenv-41ff67b7493c3a6d.rmeta --extern glob=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libglob-8a33f89418565907.rmeta --extern jsonwebtoken=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libjsonwebtoken-612475e0df26a55e.rmeta --extern rand=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/librand-ca28cd926307bbad.rmeta --extern reqwest=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libreqwest-0cff9b6b9fb3e79e.rmeta --extern scsys=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libscsys-9c5921038ff934a1.rmeta --extern secp256k1=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsecp256k1-96e6097616fb7aff.rmeta --extern serde=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde-920b8b58aff811f4.rmeta --extern serde_json=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libserde_json-f94d891ad41c40bd.rmeta --extern sha2=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libsha2-5ffd5259903f7ba8.rmeta --extern tiny_keccak=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtiny_keccak-5cde034b608b1ccd.rmeta --extern tokio=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtokio-244c8d681d8a1521.rmeta --extern-html-root-url 'anyhow=https://docs.rs/anyhow/1.0.63/x86_64-unknown-linux-gnu' --extern-html-root-url 'chrono=https://docs.rs/chrono/0.4.22/x86_64-unknown-linux-gnu' --extern-html-root-url 'dotenv=https://docs.rs/dotenv/0.15.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'glob=https://docs.rs/glob/0.3.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'jsonwebtoken=https://docs.rs/jsonwebtoken/8.1.1/x86_64-unknown-linux-gnu' --extern-html-root-url 'rand=https://docs.rs/rand/0.8.5/x86_64-unknown-linux-gnu' --extern-html-root-url 'reqwest=https://docs.rs/reqwest/0.11.11/x86_64-unknown-linux-gnu' --extern-html-root-url 'scsys=https://docs.rs/scsys/0.1.13/x86_64-unknown-linux-gnu' --extern-html-root-url 'secp256k1=https://docs.rs/secp256k1/0.24.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde=https://docs.rs/serde/1.0.144/x86_64-unknown-linux-gnu' --extern-html-root-url 'serde_json=https://docs.rs/serde_json/1.0.85/x86_64-unknown-linux-gnu' --extern-html-root-url 'sha2=https://docs.rs/sha2/0.10.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'tiny_keccak=https://docs.rs/tiny-keccak/2.0.2/x86_64-unknown-linux-gnu' --extern-html-root-url 'tokio=https://docs.rs/tokio/1.20.1/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20220831-1.65.0-nightly-9243168fa --static-root-path / --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.1.5` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "28a395b04f21514f9bf8ace71b1b4eb974bc6eb80899cf0e3771f91622d88524", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "28a395b04f21514f9bf8ace71b1b4eb974bc6eb80899cf0e3771f91622d88524", kill_on_drop: false }` [INFO] [stdout] 28a395b04f21514f9bf8ace71b1b4eb974bc6eb80899cf0e3771f91622d88524