[INFO] cloning repository https://github.com/russellw/ec65
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/russellw/ec65" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frussellw%2Fec65", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frussellw%2Fec65'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5039863d1f469419b17583228854b8f0c862fb4e
[INFO] testing russellw/ec65 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frussellw%2Fec65" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/russellw/ec65
[INFO] finished tweaking git repo https://github.com/russellw/ec65
[INFO] tweaked toml for git repo https://github.com/russellw/ec65 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/russellw/ec65 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/russellw/ec65 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ff2bc6e99cbb11157de35db0178dc10491de716e287252c522e5314dfec60b7d
[INFO] running `Command { std: "docker" "start" "-a" "ff2bc6e99cbb11157de35db0178dc10491de716e287252c522e5314dfec60b7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ff2bc6e99cbb11157de35db0178dc10491de716e287252c522e5314dfec60b7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ff2bc6e99cbb11157de35db0178dc10491de716e287252c522e5314dfec60b7d", kill_on_drop: false }`
[INFO] [stdout] ff2bc6e99cbb11157de35db0178dc10491de716e287252c522e5314dfec60b7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid -Copt-level=3" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e84c0798b360f8063da398713b635f0bce681ccc3c4bce44b28d4d4bf656795b
[INFO] running `Command { std: "docker" "start" "-a" "e84c0798b360f8063da398713b635f0bce681ccc3c4bce44b28d4d4bf656795b", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling headers-core v0.2.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling headers v0.3.9
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling pem v3.0.5
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling blowfish v0.9.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling bcrypt v0.15.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling simple_asn1 v0.6.3
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling tungstenite v0.21.0
[INFO] [stderr]    Compiling tokio-tungstenite v0.21.0
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling warp v0.3.7
[INFO] [stderr]    Compiling mos6502_emulator v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `reject`
[INFO] [stdout]  --> src/server.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use warp::{Filter, reject};
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `record_emulator_reset`, `record_memory_operation`, and `record_program_load`
[INFO] [stdout]   --> src/server.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     record_memory_operation, record_emulator_reset, record_program_load, Timer, REGISTRY
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AuthError`, `Permission`, and `with_permission`
[INFO] [stdout]   --> src/server.rs:16:53
[INFO] [stdout]    |
[INFO] [stdout] 16 |     User, UserStore, init_default_users, with_auth, with_permission, Permission,
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 17 |     LoginRequest, CreateUserRequest, CreateApiKeyRequest, AuthResponse, UserInfo,
[INFO] [stdout] 18 |     ApiKeyResponse, create_jwt_token, AuthError,
[INFO] [stdout]    |                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UsageStats`
[INFO] [stdout]   --> src/server.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 |     InstanceState, UsageStats,
[INFO] [stdout]    |                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Histogram`
[INFO] [stdout]  --> src/metrics.rs:3:43
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Counter, CounterVec, Gauge, GaugeVec, Histogram, HistogramOpts, HistogramVec, Opts, Registry,
[INFO] [stdout]   |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]    --> src/server.rs:911:5
[INFO] [stdout]     |
[INFO] [stdout] 911 |     user: User
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `template`
[INFO] [stdout]    --> src/server.rs:986:9
[INFO] [stdout]     |
[INFO] [stdout] 986 |     let template = match templates_lock.get(&template_id) {
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]     --> src/server.rs:1093:5
[INFO] [stdout]      |
[INFO] [stdout] 1093 |     user: User,
[INFO] [stdout]      |     ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]     --> src/server.rs:1118:5
[INFO] [stdout]      |
[INFO] [stdout] 1118 |     user: User,
[INFO] [stdout]      |     ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]     --> src/server.rs:1143:5
[INFO] [stdout]      |
[INFO] [stdout] 1143 |     user: User,
[INFO] [stdout]      |     ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]     --> src/server.rs:1302:5
[INFO] [stdout]      |
[INFO] [stdout] 1302 |     request: RestoreSnapshotRequest,
[INFO] [stdout]      |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `emulator`
[INFO] [stdout]     --> src/server.rs:1335:17
[INFO] [stdout]      |
[INFO] [stdout] 1335 |     if let Some(emulator) = emulators_lock.get_mut(&snapshot.emulator_id) {
[INFO] [stdout]      |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emulator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prometheus::Encoder`
[INFO] [stdout]  --> src/server.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use prometheus::Encoder;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `reject`
[INFO] [stdout]  --> src/server.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 | use warp::{Filter, reject};
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `record_emulator_reset`, `record_memory_operation`, and `record_program_load`
[INFO] [stdout]   --> src/server.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     record_memory_operation, record_emulator_reset, record_program_load, Timer, REGISTRY
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AuthError`, `Permission`, and `with_permission`
[INFO] [stdout]   --> src/server.rs:16:53
[INFO] [stdout]    |
[INFO] [stdout] 16 |     User, UserStore, init_default_users, with_auth, with_permission, Permission,
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^  ^^^^^^^^^^
[INFO] [stdout] 17 |     LoginRequest, CreateUserRequest, CreateApiKeyRequest, AuthResponse, UserInfo,
[INFO] [stdout] 18 |     ApiKeyResponse, create_jwt_token, AuthError,
[INFO] [stdout]    |                                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `UsageStats`
[INFO] [stdout]   --> src/server.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 22 |     InstanceState, UsageStats,
[INFO] [stdout]    |                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Histogram`
[INFO] [stdout]  --> src/metrics.rs:3:43
[INFO] [stdout]   |
[INFO] [stdout] 3 |     Counter, CounterVec, Gauge, GaugeVec, Histogram, HistogramOpts, HistogramVec, Opts, Registry,
[INFO] [stdout]   |                                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]    --> src/server.rs:911:5
[INFO] [stdout]     |
[INFO] [stdout] 911 |     user: User
[INFO] [stdout]     |     ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `template`
[INFO] [stdout]    --> src/server.rs:986:9
[INFO] [stdout]     |
[INFO] [stdout] 986 |     let template = match templates_lock.get(&template_id) {
[INFO] [stdout]     |         ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_template`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]     --> src/server.rs:1093:5
[INFO] [stdout]      |
[INFO] [stdout] 1093 |     user: User,
[INFO] [stdout]      |     ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]     --> src/server.rs:1118:5
[INFO] [stdout]      |
[INFO] [stdout] 1118 |     user: User,
[INFO] [stdout]      |     ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `user`
[INFO] [stdout]     --> src/server.rs:1143:5
[INFO] [stdout]      |
[INFO] [stdout] 1143 |     user: User,
[INFO] [stdout]      |     ^^^^ help: if this is intentional, prefix it with an underscore: `_user`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `request`
[INFO] [stdout]     --> src/server.rs:1302:5
[INFO] [stdout]      |
[INFO] [stdout] 1302 |     request: RestoreSnapshotRequest,
[INFO] [stdout]      |     ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `emulator`
[INFO] [stdout]     --> src/server.rs:1335:17
[INFO] [stdout]      |
[INFO] [stdout] 1335 |     if let Some(emulator) = emulators_lock.get_mut(&snapshot.emulator_id) {
[INFO] [stdout]      |                 ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_emulator`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `prometheus::Encoder`
[INFO] [stdout]  --> src/server.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use prometheus::Encoder;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mos6502_emulator` (bin "mos6502_emulator"); 13 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d98a5da813da67eb189387b8ccfb73cf481275d8/bin/rustc --crate-name mos6502_emulator --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1b719c93ab79f5b -C extra-filename=-578e7ac700312cfb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-beef984098effe86.rlib --extern bcrypt=/opt/rustwide/target/debug/deps/libbcrypt-b8fdb64df5085975.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-2e77e3d251bf5a48.rlib --extern jsonwebtoken=/opt/rustwide/target/debug/deps/libjsonwebtoken-7ecc14b08313c053.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-5f41077b1fb4f2c7.rlib --extern mos6502_emulator=/opt/rustwide/target/debug/deps/libmos6502_emulator-199aee6c737910a1.rlib --extern prometheus=/opt/rustwide/target/debug/deps/libprometheus-8db753f8cc71d5cd.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-46a8de4bc97793cc.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-712a0b486e157e1b.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-063e1f56d455bc87.rlib --extern sha2=/opt/rustwide/target/debug/deps/libsha2-97965b33c7c6ea3e.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-c920533abb30aaa0.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-7cf2233aa0f59ca8.rlib --extern warp=/opt/rustwide/target/debug/deps/libwarp-596129f0a9698f97.rlib --cap-lints=forbid -Copt-level=3 -L native=/opt/rustwide/target/debug/build/ring-158390594a08f04f/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "e84c0798b360f8063da398713b635f0bce681ccc3c4bce44b28d4d4bf656795b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e84c0798b360f8063da398713b635f0bce681ccc3c4bce44b28d4d4bf656795b", kill_on_drop: false }`
[INFO] [stdout] e84c0798b360f8063da398713b635f0bce681ccc3c4bce44b28d4d4bf656795b
