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.90.0-nightly (855e0fe46 2025-07-11)# docs.rs version
docsrs 0.6.0 (c1135d19 2025-07-02)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/fixed-filters-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/fixed-filters-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250711-1.90.0-nightly-855e0fe46\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--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] 60a8079afb637429fe59a7004172742be6fd870a1d09dc2a572e9674e77c40e8
[INFO] running `Command { std: "docker" "start" "-a" "60a8079afb637429fe59a7004172742be6fd870a1d09dc2a572e9674e77c40e8", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking fixed v2.0.0-alpha.28.0
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stderr] |
[INFO] [stderr] 4137 | Self::$method($($param),*)
[INFO] [stderr] | ^^^^^^ expected `1`, found `size_of::<Self>()`
[INFO] [stderr] ...
[INFO] [stderr] 4789 | impl_fixed! { FixedI8, FixedI8, FixedU8, 8, i8, NonZeroI8, Signed }
[INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `1`
[INFO] [stderr] found constant `size_of::<Self>()`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stderr] |
[INFO] [stderr] 4143 | self.$method($($param),*)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `1`
[INFO] [stderr] ...
[INFO] [stderr] 4789 | impl_fixed! { FixedI8, FixedI8, FixedU8, 8, i8, NonZeroI8, Signed }
[INFO] [stderr] | ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `size_of::<Self>()`
[INFO] [stderr] found constant `1`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stderr] |
[INFO] [stderr] 4137 | Self::$method($($param),*)
[INFO] [stderr] | ^^^^^^ expected `2`, found `size_of::<Self>()`
[INFO] [stderr] ...
[INFO] [stderr] 4790 | impl_fixed! { FixedI16, FixedI16, FixedU16, 16, i16, NonZeroI16, Signed }
[INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `2`
[INFO] [stderr] found constant `size_of::<Self>()`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stderr] |
[INFO] [stderr] 4143 | self.$method($($param),*)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `2`
[INFO] [stderr] ...
[INFO] [stderr] 4790 | impl_fixed! { FixedI16, FixedI16, FixedU16, 16, i16, NonZeroI16, Signed }
[INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `size_of::<Self>()`
[INFO] [stderr] found constant `2`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stderr] |
[INFO] [stderr] 4137 | Self::$method($($param),*)
[INFO] [stderr] | ^^^^^^ expected `4`, found `size_of::<Self>()`
[INFO] [stderr] ...
[INFO] [stderr] 4791 | impl_fixed! { FixedI32, FixedI32, FixedU32, 32, i32, NonZeroI32, Signed }
[INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `4`
[INFO] [stderr] found constant `size_of::<Self>()`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stderr] |
[INFO] [stderr] 4143 | self.$method($($param),*)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `4`
[INFO] [stderr] ...
[INFO] [stderr] 4791 | impl_fixed! { FixedI32, FixedI32, FixedU32, 32, i32, NonZeroI32, Signed }
[INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `size_of::<Self>()`
[INFO] [stderr] found constant `4`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stderr] |
[INFO] [stderr] 4137 | Self::$method($($param),*)
[INFO] [stderr] | ^^^^^^ expected `8`, found `size_of::<Self>()`
[INFO] [stderr] ...
[INFO] [stderr] 4792 | impl_fixed! { FixedI64, FixedI64, FixedU64, 64, i64, NonZeroI64, Signed }
[INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `8`
[INFO] [stderr] found constant `size_of::<Self>()`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stderr] |
[INFO] [stderr] 4143 | self.$method($($param),*)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `8`
[INFO] [stderr] ...
[INFO] [stderr] 4792 | impl_fixed! { FixedI64, FixedI64, FixedU64, 64, i64, NonZeroI64, Signed }
[INFO] [stderr] | ------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `size_of::<Self>()`
[INFO] [stderr] found constant `8`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stderr] |
[INFO] [stderr] 4137 | Self::$method($($param),*)
[INFO] [stderr] | ^^^^^^ expected `16`, found `size_of::<Self>()`
[INFO] [stderr] ...
[INFO] [stderr] 4793 | impl_fixed! { FixedI128, FixedI128, FixedU128, 128, i128, NonZeroI128, Signed }
[INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `16`
[INFO] [stderr] found constant `size_of::<Self>()`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stderr] |
[INFO] [stderr] 4143 | self.$method($($param),*)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `16`
[INFO] [stderr] ...
[INFO] [stderr] 4793 | impl_fixed! { FixedI128, FixedI128, FixedU128, 128, i128, NonZeroI128, Signed }
[INFO] [stderr] | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `size_of::<Self>()`
[INFO] [stderr] found constant `16`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stderr] |
[INFO] [stderr] 4137 | Self::$method($($param),*)
[INFO] [stderr] | ^^^^^^ expected `1`, found `size_of::<Self>()`
[INFO] [stderr] ...
[INFO] [stderr] 4794 | impl_fixed! { FixedU8, FixedI8, FixedU8, 8, u8, NonZeroU8, Unsigned }
[INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `1`
[INFO] [stderr] found constant `size_of::<Self>()`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stderr] |
[INFO] [stderr] 4143 | self.$method($($param),*)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `1`
[INFO] [stderr] ...
[INFO] [stderr] 4794 | impl_fixed! { FixedU8, FixedI8, FixedU8, 8, u8, NonZeroU8, Unsigned }
[INFO] [stderr] | --------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `size_of::<Self>()`
[INFO] [stderr] found constant `1`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stderr] |
[INFO] [stderr] 4137 | Self::$method($($param),*)
[INFO] [stderr] | ^^^^^^ expected `2`, found `size_of::<Self>()`
[INFO] [stderr] ...
[INFO] [stderr] 4795 | impl_fixed! { FixedU16, FixedI16, FixedU16, 16, u16, NonZeroU16, Unsigned }
[INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `2`
[INFO] [stderr] found constant `size_of::<Self>()`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stderr] |
[INFO] [stderr] 4143 | self.$method($($param),*)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `2`
[INFO] [stderr] ...
[INFO] [stderr] 4795 | impl_fixed! { FixedU16, FixedI16, FixedU16, 16, u16, NonZeroU16, Unsigned }
[INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `size_of::<Self>()`
[INFO] [stderr] found constant `2`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stderr] |
[INFO] [stderr] 4137 | Self::$method($($param),*)
[INFO] [stderr] | ^^^^^^ expected `4`, found `size_of::<Self>()`
[INFO] [stderr] ...
[INFO] [stderr] 4796 | impl_fixed! { FixedU32, FixedI32, FixedU32, 32, u32, NonZeroU32, Unsigned }
[INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `4`
[INFO] [stderr] found constant `size_of::<Self>()`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stderr] |
[INFO] [stderr] 4143 | self.$method($($param),*)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `4`
[INFO] [stderr] ...
[INFO] [stderr] 4796 | impl_fixed! { FixedU32, FixedI32, FixedU32, 32, u32, NonZeroU32, Unsigned }
[INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `size_of::<Self>()`
[INFO] [stderr] found constant `4`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stderr] |
[INFO] [stderr] 4137 | Self::$method($($param),*)
[INFO] [stderr] | ^^^^^^ expected `8`, found `size_of::<Self>()`
[INFO] [stderr] ...
[INFO] [stderr] 4797 | impl_fixed! { FixedU64, FixedI64, FixedU64, 64, u64, NonZeroU64, Unsigned }
[INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `8`
[INFO] [stderr] found constant `size_of::<Self>()`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stderr] |
[INFO] [stderr] 4143 | self.$method($($param),*)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `8`
[INFO] [stderr] ...
[INFO] [stderr] 4797 | impl_fixed! { FixedU64, FixedI64, FixedU64, 64, u64, NonZeroU64, Unsigned }
[INFO] [stderr] | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `size_of::<Self>()`
[INFO] [stderr] found constant `8`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4137:29
[INFO] [stderr] |
[INFO] [stderr] 4137 | Self::$method($($param),*)
[INFO] [stderr] | ^^^^^^ expected `16`, found `size_of::<Self>()`
[INFO] [stderr] ...
[INFO] [stderr] 4798 | impl_fixed! { FixedU128, FixedI128, FixedU128, 128, u128, NonZeroU128, Unsigned }
[INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `16`
[INFO] [stderr] found constant `size_of::<Self>()`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/fixed-2.0.0-alpha.28.0/src/traits.rs:4143:13
[INFO] [stderr] |
[INFO] [stderr] 4143 | self.$method($($param),*)
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `size_of::<Self>()`, found `16`
[INFO] [stderr] ...
[INFO] [stderr] 4798 | impl_fixed! { FixedU128, FixedI128, FixedU128, 128, u128, NonZeroU128, Unsigned }
[INFO] [stderr] | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: expected constant `size_of::<Self>()`
[INFO] [stderr] found constant `16`
[INFO] [stderr] = note: this error originates in the macro `trait_delegate` which comes from the expansion of the macro `impl_fixed` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `fixed` (lib) due to 60 previous errors
[INFO] running `Command { std: "docker" "inspect" "60a8079afb637429fe59a7004172742be6fd870a1d09dc2a572e9674e77c40e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60a8079afb637429fe59a7004172742be6fd870a1d09dc2a572e9674e77c40e8", kill_on_drop: false }`
[INFO] [stdout] 60a8079afb637429fe59a7004172742be6fd870a1d09dc2a572e9674e77c40e8