[INFO] cloning repository https://github.com/mendrik-private/aivi2
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mendrik-private/aivi2" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmendrik-private%2Faivi2", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmendrik-private%2Faivi2'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f656a0da291d062875d11027c7333e04ec04c5d1
[INFO] checking mendrik-private/aivi2/f656a0da291d062875d11027c7333e04ec04c5d1 against 1.95.0-beta.7 for beta-1.95-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmendrik-private%2Faivi2" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mendrik-private/aivi2
[INFO] finished tweaking git repo https://github.com/mendrik-private/aivi2
[INFO] tweaked toml for git repo https://github.com/mendrik-private/aivi2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mendrik-private/aivi2 on toolchain 1.95.0-beta.7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mendrik-private/aivi2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bc388e64008670b9ea185502a19999aa8dce89c7f9d69b006a43d4dc154d58ee
[INFO] running `Command { std: "docker" "start" "-a" "bc388e64008670b9ea185502a19999aa8dce89c7f9d69b006a43d4dc154d58ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc388e64008670b9ea185502a19999aa8dce89c7f9d69b006a43d4dc154d58ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc388e64008670b9ea185502a19999aa8dce89c7f9d69b006a43d4dc154d58ee", kill_on_drop: false }`
[INFO] [stdout] bc388e64008670b9ea185502a19999aa8dce89c7f9d69b006a43d4dc154d58ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b6fdafe336640099bcbf3712422fd66efc7f7c3cb8fb1f2aadb4f16547a6ad87
[INFO] running `Command { std: "docker" "start" "-a" "b6fdafe336640099bcbf3712422fd66efc7f7c3cb8fb1f2aadb4f16547a6ad87", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling winnow v1.0.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling serde_spanned v1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]     Checking aivi-base v0.1.0 (/opt/rustwide/workdir/crates/aivi-base)
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking aivi-typing v0.1.0 (/opt/rustwide/workdir/crates/aivi-typing)
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking aivi-syntax v0.1.0 (/opt/rustwide/workdir/crates/aivi-syntax)
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]    Compiling cranelift-srcgen v0.130.0
[INFO] [stderr]    Compiling cfg-expr v0.17.2
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.130.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling wasmtime-internal-core v43.0.0
[INFO] [stderr]    Compiling cranelift-isle v0.130.0
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.130.0
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling toml_parser v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling aivi-query v0.1.0 (/opt/rustwide/workdir/crates/aivi-query)
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.130.0
[INFO] [stderr]     Checking gimli v0.33.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]     Checking cranelift-control v0.130.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling system-deps v7.0.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking regalloc2 v0.15.0
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking cranelift-bitset v0.130.0
[INFO] [stderr]     Checking cranelift-entity v0.130.0
[INFO] [stderr]    Compiling object v0.38.1
[INFO] [stderr]     Checking cranelift-bforest v0.130.0
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]    Compiling rust_decimal v1.41.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling glib-sys v0.22.3
[INFO] [stderr]    Compiling gobject-sys v0.22.0
[INFO] [stderr]    Compiling gio-sys v0.22.0
[INFO] [stderr]    Compiling pango-sys v0.22.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.22.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.22.0
[INFO] [stderr]    Compiling graphene-sys v0.22.0
[INFO] [stderr]    Compiling gdk4-sys v0.11.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking str_indices v0.4.4
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking ropey v1.6.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.130.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling gsk4-sys v0.11.1
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]    Compiling gtk4-sys v0.11.1
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling toml_datetime v1.1.0+spec-1.1.0
[INFO] [stderr]    Compiling libadwaita-sys v0.9.1
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling toml_edit v0.25.8+spec-1.1.0
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling cranelift-codegen v0.130.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling glib-macros v0.22.2
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]    Compiling gtk4-macros v0.11.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking glib v0.22.3
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking ron v0.12.1
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking insta v1.47.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking aivi-openapi v0.1.0 (/opt/rustwide/workdir/crates/aivi-openapi)
[INFO] [stderr]     Checking lsp-types v0.94.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking aivi-hir v0.1.0 (/opt/rustwide/workdir/crates/aivi-hir)
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stdout] warning: unused import: `aivi_base::DiagnosticCode`
[INFO] [stdout]    --> crates/aivi-hir/src/fanout_elaboration.rs:669:9
[INFO] [stdout]     |
[INFO] [stdout] 669 |     use aivi_base::DiagnosticCode;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fixture_root`
[INFO] [stdout]    --> crates/aivi-hir/src/fanout_elaboration.rs:673:31
[INFO] [stdout]     |
[INFO] [stdout] 673 |     use crate::test_support::{fixture_root, item_name, lower_fixture, lower_text};
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fixture_root`
[INFO] [stdout]     --> crates/aivi-hir/src/gate_elaboration.rs:2049:31
[INFO] [stdout]      |
[INFO] [stdout] 2049 |     use crate::test_support::{fixture_root, item_name, lower_fixture, lower_text};
[INFO] [stdout]      |                               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fixture_root`
[INFO] [stdout]     --> crates/aivi-hir/src/recurrence_elaboration.rs:1020:31
[INFO] [stdout]      |
[INFO] [stdout] 1020 |     use crate::test_support::{fixture_root, item_name, lower_fixture, lower_text};
[INFO] [stdout]      |                               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `fixture_root`
[INFO] [stdout]    --> crates/aivi-hir/src/source_lifecycle_elaboration.rs:442:31
[INFO] [stdout]     |
[INFO] [stdout] 442 |     use crate::test_support::{fixture_root, item_name, lower_fixture, lower_text};
[INFO] [stdout]     |                               ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `aivi_base::DiagnosticCode`
[INFO] [stdout]    --> crates/aivi-hir/src/truthy_falsy_elaboration.rs:455:9
[INFO] [stdout]     |
[INFO] [stdout] 455 |     use aivi_base::DiagnosticCode;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `fixture_root` and `lower_text`
[INFO] [stdout]    --> crates/aivi-hir/src/truthy_falsy_elaboration.rs:461:31
[INFO] [stdout]     |
[INFO] [stdout] 461 |     use crate::test_support::{fixture_root, item_name, lower_fixture, lower_text};
[INFO] [stdout]     |                               ^^^^^^^^^^^^                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `DiagnosticCode`
[INFO] [stdout]     --> crates/aivi-hir/src/typecheck.rs:4650:21
[INFO] [stdout]      |
[INFO] [stdout] 4650 |     use aivi_base::{DiagnosticCode, FileId, SourceDatabase, SourceSpan};
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `DiagnosticCode`
[INFO] [stdout]     --> crates/aivi-hir/src/validate.rs:9474:20
[INFO] [stdout]      |
[INFO] [stdout] 9474 |         ByteIndex, DiagnosticCode, FileId, LabelStyle, SourceDatabase, SourceSpan, Span,
[INFO] [stdout]      |                    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking gio v0.22.2
[INFO] [stderr]     Checking cairo-rs v0.22.0
[INFO] [stderr]     Checking graphene-rs v0.22.0
[INFO] [stderr]     Checking aivi-core v0.1.0 (/opt/rustwide/workdir/crates/aivi-core)
[INFO] [stderr]     Checking aivi-lambda v0.1.0 (/opt/rustwide/workdir/crates/aivi-lambda)
[INFO] [stderr]     Checking tower-lsp v0.20.0
[INFO] [stderr]     Checking aivi-lsp v0.1.0 (/opt/rustwide/workdir/crates/aivi-lsp)
[INFO] [stderr]     Checking gdk-pixbuf v0.22.0
[INFO] [stderr]     Checking pango v0.22.0
[INFO] [stderr]     Checking gdk4 v0.11.1
[INFO] [stderr]     Checking cranelift-module v0.130.0
[INFO] [stderr]     Checking cranelift-native v0.130.0
[INFO] [stderr]     Checking cranelift-frontend v0.130.0
[INFO] [stderr]     Checking cranelift-object v0.130.0
[INFO] [stderr]     Checking aivi-backend v0.1.0 (/opt/rustwide/workdir/crates/aivi-backend)
[INFO] [stderr]     Checking gsk4 v0.11.1
[INFO] [stderr]     Checking gtk4 v0.11.1
[INFO] [stderr]     Checking aivi-runtime v0.1.0 (/opt/rustwide/workdir/crates/aivi-runtime)
[INFO] [stderr]     Checking libadwaita v0.9.1
[INFO] [stderr]     Checking aivi-gtk v0.1.0 (/opt/rustwide/workdir/crates/aivi-gtk)
[INFO] [stderr]     Checking aivi-cli v0.1.0 (/opt/rustwide/workdir/crates/aivi-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s
[INFO] running `Command { std: "docker" "inspect" "b6fdafe336640099bcbf3712422fd66efc7f7c3cb8fb1f2aadb4f16547a6ad87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b6fdafe336640099bcbf3712422fd66efc7f7c3cb8fb1f2aadb4f16547a6ad87", kill_on_drop: false }`
[INFO] [stdout] b6fdafe336640099bcbf3712422fd66efc7f7c3cb8fb1f2aadb4f16547a6ad87
