[INFO] fetching crate magenta-sys 0.2.0...
[INFO] testing magenta-sys-0.2.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate magenta-sys 0.2.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate magenta-sys 0.2.0
[INFO] finished tweaking crates.io crate magenta-sys 0.2.0
[INFO] tweaked toml for crates.io crate magenta-sys 0.2.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate magenta-sys 0.2.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding bitflags v0.7.0 (available: v2.10.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 94ca68a44b8db2f65232f16e54f7fa29e2b9ce2de59f08b91e946e8bcfd3695a
[INFO] running `Command { std: "docker" "start" "-a" "94ca68a44b8db2f65232f16e54f7fa29e2b9ce2de59f08b91e946e8bcfd3695a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "94ca68a44b8db2f65232f16e54f7fa29e2b9ce2de59f08b91e946e8bcfd3695a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94ca68a44b8db2f65232f16e54f7fa29e2b9ce2de59f08b91e946e8bcfd3695a", kill_on_drop: false }`
[INFO] [stdout] 94ca68a44b8db2f65232f16e54f7fa29e2b9ce2de59f08b91e946e8bcfd3695a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f8ad5c45c40f71243e247e731e0d050190f2bd06b31fb7bf8ea0476de6ebca7b
[INFO] running `Command { std: "docker" "start" "-a" "f8ad5c45c40f71243e247e731e0d050190f2bd06b31fb7bf8ea0476de6ebca7b", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling bitflags v0.7.0
[INFO] [stderr]    Compiling magenta-sys v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / bitflags! {
[INFO] [stdout]  62 | |     #[repr(C)]
[INFO] [stdout]  63 | |     pub flags mx_signals_t: u32 {
[INFO] [stdout]  64 | |         const MX_SIGNAL_NONE              = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / bitflags! {
[INFO] [stdout]  62 | |     #[repr(C)]
[INFO] [stdout]  63 | |     pub flags mx_signals_t: u32 {
[INFO] [stdout]  64 | |         const MX_SIGNAL_NONE              = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | / bitflags! {
[INFO] [stdout] 167 | |     #[repr(C)]
[INFO] [stdout] 168 | |     pub flags mx_rights_t: u32 {
[INFO] [stdout] 169 | |         const MX_RIGHT_NONE         = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 181 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | / bitflags! {
[INFO] [stdout] 167 | |     #[repr(C)]
[INFO] [stdout] 168 | |     pub flags mx_rights_t: u32 {
[INFO] [stdout] 169 | |         const MX_RIGHT_NONE         = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 181 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/definitions.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: bitflags v0.7.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "f8ad5c45c40f71243e247e731e0d050190f2bd06b31fb7bf8ea0476de6ebca7b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f8ad5c45c40f71243e247e731e0d050190f2bd06b31fb7bf8ea0476de6ebca7b", kill_on_drop: false }`
[INFO] [stdout] f8ad5c45c40f71243e247e731e0d050190f2bd06b31fb7bf8ea0476de6ebca7b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70b1b0f4220f490d5a82a87231ab14e7f4a99ab2f1b6aeeabddb925d87ed6592
[INFO] running `Command { std: "docker" "start" "-a" "70b1b0f4220f490d5a82a87231ab14e7f4a99ab2f1b6aeeabddb925d87ed6592", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / bitflags! {
[INFO] [stdout]  62 | |     #[repr(C)]
[INFO] [stdout]  63 | |     pub flags mx_signals_t: u32 {
[INFO] [stdout]  64 | |         const MX_SIGNAL_NONE              = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / bitflags! {
[INFO] [stdout]  62 | |     #[repr(C)]
[INFO] [stdout]  63 | |     pub flags mx_signals_t: u32 {
[INFO] [stdout]  64 | |         const MX_SIGNAL_NONE              = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | / bitflags! {
[INFO] [stdout] 167 | |     #[repr(C)]
[INFO] [stdout] 168 | |     pub flags mx_rights_t: u32 {
[INFO] [stdout] 169 | |         const MX_RIGHT_NONE         = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 181 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling magenta-sys v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | / bitflags! {
[INFO] [stdout] 167 | |     #[repr(C)]
[INFO] [stdout] 168 | |     pub flags mx_rights_t: u32 {
[INFO] [stdout] 169 | |         const MX_RIGHT_NONE         = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 181 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/definitions.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `magenta-sys` (example "hello") due to 1 previous error
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / bitflags! {
[INFO] [stdout]  62 | |     #[repr(C)]
[INFO] [stdout]  63 | |     pub flags mx_signals_t: u32 {
[INFO] [stdout]  64 | |         const MX_SIGNAL_NONE              = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:61:1
[INFO] [stdout]     |
[INFO] [stdout]  61 | / bitflags! {
[INFO] [stdout]  62 | |     #[repr(C)]
[INFO] [stdout]  63 | |     pub flags mx_signals_t: u32 {
[INFO] [stdout]  64 | |         const MX_SIGNAL_NONE              = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 161 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | / bitflags! {
[INFO] [stdout] 167 | |     #[repr(C)]
[INFO] [stdout] 168 | |     pub flags mx_rights_t: u32 {
[INFO] [stdout] 169 | |         const MX_RIGHT_NONE         = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 181 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:166:1
[INFO] [stdout]     |
[INFO] [stdout] 166 | / bitflags! {
[INFO] [stdout] 167 | |     #[repr(C)]
[INFO] [stdout] 168 | |     pub flags mx_rights_t: u32 {
[INFO] [stdout] 169 | |         const MX_RIGHT_NONE         = 0,
[INFO] [stdout] ...   |
[INFO] [stdout] 181 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/definitions.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcuaAX0f/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libmagenta_sys-f6b1c76c215cf19d,libbitflags-7ba9f91ea1bab136}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lmagenta" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcuaAX0f/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/hello-1c25348e3047e5fd" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lmagenta
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcJ3gAlM/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bdynamic" "-lmagenta" "-Wl,-Bstatic" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/libbitflags-7ba9f91ea1bab136.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcJ3gAlM/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/magenta_sys-2c766a14d9277df9" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lmagenta
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `magenta-sys` (lib test) due to 1 previous error; 5 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "70b1b0f4220f490d5a82a87231ab14e7f4a99ab2f1b6aeeabddb925d87ed6592", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70b1b0f4220f490d5a82a87231ab14e7f4a99ab2f1b6aeeabddb925d87ed6592", kill_on_drop: false }`
[INFO] [stdout] 70b1b0f4220f490d5a82a87231ab14e7f4a99ab2f1b6aeeabddb925d87ed6592
