[INFO] fetching crate yoga-sys 0.2.3... [INFO] testing yoga-sys-0.2.3 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate yoga-sys 0.2.3 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate yoga-sys 0.2.3 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate yoga-sys 0.2.3 [INFO] finished tweaking crates.io crate yoga-sys 0.2.3 [INFO] tweaked toml for crates.io crate yoga-sys 0.2.3 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6b694fce2f4c1275b5dce16cc503fcb3bc4a6e2ead4ef309438f6edbe18fd2b8 [INFO] running `Command { std: "docker" "start" "-a" "6b694fce2f4c1275b5dce16cc503fcb3bc4a6e2ead4ef309438f6edbe18fd2b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b694fce2f4c1275b5dce16cc503fcb3bc4a6e2ead4ef309438f6edbe18fd2b8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b694fce2f4c1275b5dce16cc503fcb3bc4a6e2ead4ef309438f6edbe18fd2b8", kill_on_drop: false }` [INFO] [stdout] 6b694fce2f4c1275b5dce16cc503fcb3bc4a6e2ead4ef309438f6edbe18fd2b8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4bc160f5639cf588717f4698deef0168d29576666d42021323800f603ba0c035 [INFO] running `Command { std: "docker" "start" "-a" "4bc160f5639cf588717f4698deef0168d29576666d42021323800f603ba0c035", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling semver v1.0.7 [INFO] [stderr] Compiling camino v1.0.7 [INFO] [stderr] Compiling pulldown-cmark v0.9.1 [INFO] [stderr] Compiling bytecount v0.6.2 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling cargo-platform v0.1.2 [INFO] [stderr] Compiling cargo_metadata v0.14.2 [INFO] [stderr] Compiling skeptic v0.13.7 [INFO] [stderr] Compiling yoga-sys v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: c/YGNodeList.cpp: In function 'YGNodeList* YGNodeListNew(uint32_t)': [INFO] [stderr] warning: c/YGNodeList.cpp:22:60: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 22 | (const YGNodeListRef)malloc(sizeof(struct YGNodeList)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeNewWithConfig(YGConfigRef)': [INFO] [stderr] warning: c/Yoga.cpp:174:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 174 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeClone(YGNodeRef)': [INFO] [stderr] warning: c/Yoga.cpp:193:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 193 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGConfig* YGConfigNew()': [INFO] [stderr] warning: c/Yoga.cpp:268:72: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 268 | const YGConfigRef config = (const YGConfigRef)malloc(sizeof(YGConfig)); [INFO] [stderr] warning: | ^ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.89s [INFO] running `Command { std: "docker" "inspect" "4bc160f5639cf588717f4698deef0168d29576666d42021323800f603ba0c035", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4bc160f5639cf588717f4698deef0168d29576666d42021323800f603ba0c035", kill_on_drop: false }` [INFO] [stdout] 4bc160f5639cf588717f4698deef0168d29576666d42021323800f603ba0c035 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14ad369bbe48a540c5e4cbf3772d67778484ca55b2f9e1e3bcb0f62559d6841e [INFO] running `Command { std: "docker" "start" "-a" "14ad369bbe48a540c5e4cbf3772d67778484ca55b2f9e1e3bcb0f62559d6841e", kill_on_drop: false }` [INFO] [stderr] warning: c/YGNodeList.cpp: In function 'YGNodeList* YGNodeListNew(uint32_t)': [INFO] [stderr] warning: c/YGNodeList.cpp:22:60: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 22 | (const YGNodeListRef)malloc(sizeof(struct YGNodeList)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeNewWithConfig(YGConfigRef)': [INFO] [stderr] warning: c/Yoga.cpp:174:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 174 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeClone(YGNodeRef)': [INFO] [stderr] warning: c/Yoga.cpp:193:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 193 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGConfig* YGConfigNew()': [INFO] [stderr] warning: c/Yoga.cpp:268:72: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 268 | const YGConfigRef config = (const YGConfigRef)malloc(sizeof(YGConfig)); [INFO] [stderr] warning: | ^ [INFO] [stderr] Compiling yoga-sys v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:197:19 [INFO] [stdout] | [INFO] [stdout] 197 | unsafe { &(*(0 as *const YGSize)).width as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:207:19 [INFO] [stdout] | [INFO] [stdout] 207 | unsafe { &(*(0 as *const YGSize)).height as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:236:19 [INFO] [stdout] | [INFO] [stdout] 236 | unsafe { &(*(0 as *const YGValue)).value as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | unsafe { &(*(0 as *const YGValue)).unit as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:783:19 [INFO] [stdout] | [INFO] [stdout] 783 | unsafe { &(*(0 as *const __va_list_tag)).gp_offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:793:19 [INFO] [stdout] | [INFO] [stdout] 793 | unsafe { &(*(0 as *const __va_list_tag)).fp_offset as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:803:19 [INFO] [stdout] | [INFO] [stdout] 803 | unsafe { &(*(0 as *const __va_list_tag)).overflow_arg_area as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> src/ffi.rs:813:19 [INFO] [stdout] | [INFO] [stdout] 813 | unsafe { &(*(0 as *const __va_list_tag)).reg_save_area as *const _ as usize }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.78s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/yoga_sys-1f78e05169fb19fb) [INFO] [stderr] Executable tests/skeptic.rs (/opt/rustwide/target/debug/deps/skeptic-22f1fbdc450149c4) [INFO] running `Command { std: "docker" "inspect" "14ad369bbe48a540c5e4cbf3772d67778484ca55b2f9e1e3bcb0f62559d6841e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14ad369bbe48a540c5e4cbf3772d67778484ca55b2f9e1e3bcb0f62559d6841e", kill_on_drop: false }` [INFO] [stdout] 14ad369bbe48a540c5e4cbf3772d67778484ca55b2f9e1e3bcb0f62559d6841e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4416afdff254185d7ea6be3f51c76b6a0905f578019ea4b18c4ed2af9568e3dc [INFO] running `Command { std: "docker" "start" "-a" "4416afdff254185d7ea6be3f51c76b6a0905f578019ea4b18c4ed2af9568e3dc", kill_on_drop: false }` [INFO] [stderr] warning: c/YGNodeList.cpp: In function 'YGNodeList* YGNodeListNew(uint32_t)': [INFO] [stderr] warning: c/YGNodeList.cpp:22:60: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 22 | (const YGNodeListRef)malloc(sizeof(struct YGNodeList)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeNewWithConfig(YGConfigRef)': [INFO] [stderr] warning: c/Yoga.cpp:174:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 174 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGNode* YGNodeClone(YGNodeRef)': [INFO] [stderr] warning: c/Yoga.cpp:193:64: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 193 | const YGNodeRef node = (const YGNodeRef)malloc(sizeof(YGNode)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: c/Yoga.cpp: In function 'YGConfig* YGConfigNew()': [INFO] [stderr] warning: c/Yoga.cpp:268:72: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers] [INFO] [stderr] warning: 268 | const YGConfigRef config = (const YGConfigRef)malloc(sizeof(YGConfig)); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:197:19 [INFO] [stderr] | [INFO] [stderr] 197 | unsafe { &(*(0 as *const YGSize)).width as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:207:19 [INFO] [stderr] | [INFO] [stderr] 207 | unsafe { &(*(0 as *const YGSize)).height as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:236:19 [INFO] [stderr] | [INFO] [stderr] 236 | unsafe { &(*(0 as *const YGValue)).value as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:246:19 [INFO] [stderr] | [INFO] [stderr] 246 | unsafe { &(*(0 as *const YGValue)).unit as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:783:19 [INFO] [stderr] | [INFO] [stderr] 783 | unsafe { &(*(0 as *const __va_list_tag)).gp_offset as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:793:19 [INFO] [stderr] | [INFO] [stderr] 793 | unsafe { &(*(0 as *const __va_list_tag)).fp_offset as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:803:19 [INFO] [stderr] | [INFO] [stderr] 803 | unsafe { &(*(0 as *const __va_list_tag)).overflow_arg_area as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> src/ffi.rs:813:19 [INFO] [stderr] | [INFO] [stderr] 813 | unsafe { &(*(0 as *const __va_list_tag)).reg_save_area as *const _ as usize }, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: `yoga-sys` (lib test) generated 8 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/yoga_sys-1f78e05169fb19fb) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test ffi::bindgen_test_layout_YGSize ... ok [INFO] [stdout] test ffi::bindgen_test_layout_YGValue ... ok [INFO] [stdout] test ffi::bindgen_test_layout___va_list_tag ... ok [INFO] [stdout] test tests::basic_ygnode_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/skeptic.rs (/opt/rustwide/target/debug/deps/skeptic-22f1fbdc450149c4) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test readme_sect_example_line_28 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.63s [INFO] [stdout] [INFO] [stderr] Doc-tests yoga-sys [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - (line 18) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4416afdff254185d7ea6be3f51c76b6a0905f578019ea4b18c4ed2af9568e3dc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4416afdff254185d7ea6be3f51c76b6a0905f578019ea4b18c4ed2af9568e3dc", kill_on_drop: false }` [INFO] [stdout] 4416afdff254185d7ea6be3f51c76b6a0905f578019ea4b18c4ed2af9568e3dc