[INFO] cloning repository https://github.com/jasdian/zomboid-seasons
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jasdian/zomboid-seasons" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasdian%2Fzomboid-seasons", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasdian%2Fzomboid-seasons'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ac6b5e3876a33b4e97a4c5bd89e9dde01a3ce2a
[INFO] testing jasdian/zomboid-seasons against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjasdian%2Fzomboid-seasons" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jasdian/zomboid-seasons
[INFO] finished tweaking git repo https://github.com/jasdian/zomboid-seasons
[INFO] tweaked toml for git repo https://github.com/jasdian/zomboid-seasons written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jasdian/zomboid-seasons on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jasdian/zomboid-seasons 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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2e08fde12c5d3821b893ef34c18b6057ab6063fea3661767384b3bfb03240d1c
[INFO] running `Command { std: "docker" "start" "2e08fde12c5d3821b893ef34c18b6057ab6063fea3661767384b3bfb03240d1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e08fde12c5d3821b893ef34c18b6057ab6063fea3661767384b3bfb03240d1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2e08fde12c5d3821b893ef34c18b6057ab6063fea3661767384b3bfb03240d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e08fde12c5d3821b893ef34c18b6057ab6063fea3661767384b3bfb03240d1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2e08fde12c5d3821b893ef34c18b6057ab6063fea3661767384b3bfb03240d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling ruint-macro v1.2.1
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling alloy-rlp-derive v0.3.13
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling keccak v0.1.6
[INFO] [stderr]    Compiling const-hex v1.18.1
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling alloy-rlp v0.3.13
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling ruint v1.17.2
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling k256 v0.13.4
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling alloy-primitives v1.5.7
[INFO] [stderr]    Compiling syn-solidity v1.5.7
[INFO] [stderr]    Compiling alloy-sol-type-parser v1.5.7
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling alloy-json-abi v1.5.7
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling alloy-sol-macro-input v1.5.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling alloy-sol-macro-expander v1.5.7
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling alloy-eip2124 v0.2.0
[INFO] [stderr]    Compiling alloy-eip7702 v0.6.3
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling serde_with_macros v3.17.0
[INFO] [stderr]    Compiling alloy-eip7928 v0.3.3
[INFO] [stderr]    Compiling alloy-serde v1.7.3
[INFO] [stderr]    Compiling alloy-eip2930 v0.2.3
[INFO] [stderr]    Compiling nybbles v0.4.8
[INFO] [stderr]    Compiling serde_with v3.17.0
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling alloy-sol-macro v1.5.7
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling alloy-sol-types v1.5.7
[INFO] [stderr]    Compiling alloy-trie v0.9.4
[INFO] [stderr]    Compiling alloy-tx-macros v1.7.3
[INFO] [stderr]    Compiling alloy-eips v1.7.3
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling alloy-consensus v1.7.3
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling alloy-network-primitives v1.7.3
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling alloy-consensus-any v1.7.3
[INFO] [stderr]    Compiling alloy-json-rpc v1.7.3
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling futures-utils-wasm v0.1.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling alloy-rpc-types-eth v1.7.3
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling alloy-transport v1.7.3
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling alloy-rpc-types-any v1.7.3
[INFO] [stderr]    Compiling alloy-signer v1.7.3
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling num_enum_derive v0.7.5
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling num_enum v0.7.5
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling alloy-network v1.7.3
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling alloy-chains v0.2.30
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling alloy-transport-http v1.7.3
[INFO] [stderr]    Compiling alloy-rpc-client v1.7.3
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling alloy-dyn-abi v1.5.7
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling lru v0.16.3
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling alloy-provider v1.7.3
[INFO] [stderr]    Compiling sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr] error: could not compile `alloy-provider` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name alloy_provider --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/alloy-provider-1.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("admin-api", "alloy-transport-ipc", "alloy-transport-ws", "anvil-api", "anvil-node", "debug-api", "default", "engine-api", "erc4337-api", "hyper", "hyper-tls", "ipc", "mev-api", "net-api", "pubsub", "reqwest", "reqwest-default-tls", "reqwest-native-tls", "reqwest-rustls-tls", "rpc-api", "tenderly-admin-api", "tenderly-api", "throttle", "trace-api", "txpool-api", "ws"))' -C metadata=e88ff147ebabd8ff -C extra-filename=-49f76074c554a6df --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern alloy_chains=/opt/rustwide/target/release/deps/liballoy_chains-e84d7528b34b7a2c.rmeta --extern alloy_consensus=/opt/rustwide/target/release/deps/liballoy_consensus-56935487393052b8.rmeta --extern alloy_eips=/opt/rustwide/target/release/deps/liballoy_eips-249a37f0baa919db.rmeta --extern alloy_json_rpc=/opt/rustwide/target/release/deps/liballoy_json_rpc-609a0e51d80b623d.rmeta --extern alloy_network=/opt/rustwide/target/release/deps/liballoy_network-56b610fff63a12a5.rmeta --extern alloy_network_primitives=/opt/rustwide/target/release/deps/liballoy_network_primitives-88e5a28e5de33e54.rmeta --extern alloy_primitives=/opt/rustwide/target/release/deps/liballoy_primitives-1f13f2e50cfc191e.rmeta --extern alloy_rpc_client=/opt/rustwide/target/release/deps/liballoy_rpc_client-b3f3123a2331dcd2.rmeta --extern alloy_rpc_types_eth=/opt/rustwide/target/release/deps/liballoy_rpc_types_eth-5824b989454a3854.rmeta --extern alloy_signer=/opt/rustwide/target/release/deps/liballoy_signer-e2066cbf84280a29.rmeta --extern alloy_sol_types=/opt/rustwide/target/release/deps/liballoy_sol_types-d4a29e405d68f052.rmeta --extern alloy_transport=/opt/rustwide/target/release/deps/liballoy_transport-2f02b05d1d451674.rmeta --extern alloy_transport_http=/opt/rustwide/target/release/deps/liballoy_transport_http-c6eaa1b382a57c5c.rmeta --extern async_stream=/opt/rustwide/target/release/deps/libasync_stream-ada8da0b857c36e9.rmeta --extern async_trait=/opt/rustwide/target/release/deps/libasync_trait-352020036bebf5a9.so --extern auto_impl=/opt/rustwide/target/release/deps/libauto_impl-a677f3e257b5a78e.so --extern dashmap=/opt/rustwide/target/release/deps/libdashmap-79655da75d76b8dd.rmeta --extern either=/opt/rustwide/target/release/deps/libeither-4e6c59edf10c36ca.rmeta --extern futures=/opt/rustwide/target/release/deps/libfutures-a8317cec383c4918.rmeta --extern futures_utils_wasm=/opt/rustwide/target/release/deps/libfutures_utils_wasm-fc0bd73a98ea07b5.rmeta --extern lru=/opt/rustwide/target/release/deps/liblru-c2ea2403bcfdf852.rmeta --extern parking_lot=/opt/rustwide/target/release/deps/libparking_lot-47d9f2911d71ecc1.rmeta --extern pin_project=/opt/rustwide/target/release/deps/libpin_project-3622e9ceb14981d7.rmeta --extern reqwest=/opt/rustwide/target/release/deps/libreqwest-b29eb9cff900607d.rmeta --extern serde=/opt/rustwide/target/release/deps/libserde-93260ce66efcca13.rmeta --extern serde_json=/opt/rustwide/target/release/deps/libserde_json-8ad23c8e358480cf.rmeta --extern thiserror=/opt/rustwide/target/release/deps/libthiserror-2d2e96f3a62c815c.rmeta --extern tokio=/opt/rustwide/target/release/deps/libtokio-7415d7d8084636a4.rmeta --extern tracing=/opt/rustwide/target/release/deps/libtracing-5aa0f55694be65b3.rmeta --extern url=/opt/rustwide/target/release/deps/liburl-243c0828559dc4c6.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/release/build/ring-a8120fb96a9926f6/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `axum` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name axum --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/axum-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="form"' --cfg 'feature="http1"' --cfg 'feature="json"' --cfg 'feature="matched-path"' --cfg 'feature="original-uri"' --cfg 'feature="query"' --cfg 'feature="tokio"' --cfg 'feature="tower-log"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__private", "__private_docs", "default", "form", "http1", "http2", "json", "macros", "matched-path", "multipart", "original-uri", "query", "tokio", "tower-log", "tracing", "ws"))' -C metadata=713d87fa8996f8d6 -C extra-filename=-810e901868719274 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern axum_core=/opt/rustwide/target/release/deps/libaxum_core-ca9d6117a8b0c984.rmeta --extern bytes=/opt/rustwide/target/release/deps/libbytes-27c53f8d2dbec679.rmeta --extern form_urlencoded=/opt/rustwide/target/release/deps/libform_urlencoded-70d7eb87b0d10ea7.rmeta --extern futures_util=/opt/rustwide/target/release/deps/libfutures_util-37ef6e8965ed1c69.rmeta --extern http=/opt/rustwide/target/release/deps/libhttp-1883f8001a6e4176.rmeta --extern http_body=/opt/rustwide/target/release/deps/libhttp_body-6b02745a22975a11.rmeta --extern http_body_util=/opt/rustwide/target/release/deps/libhttp_body_util-72de1dee26924ca7.rmeta --extern hyper=/opt/rustwide/target/release/deps/libhyper-f3c32b002fc01489.rmeta --extern hyper_util=/opt/rustwide/target/release/deps/libhyper_util-e2206a3ead8dd058.rmeta --extern itoa=/opt/rustwide/target/release/deps/libitoa-e7338abb6ca85e31.rmeta --extern matchit=/opt/rustwide/target/release/deps/libmatchit-eeb13a57975988ae.rmeta --extern memchr=/opt/rustwide/target/release/deps/libmemchr-67bd3f6c39c2c1d0.rmeta --extern mime=/opt/rustwide/target/release/deps/libmime-6d6703af1a0641fa.rmeta --extern percent_encoding=/opt/rustwide/target/release/deps/libpercent_encoding-6ee9e8dd7e10ccaa.rmeta --extern pin_project_lite=/opt/rustwide/target/release/deps/libpin_project_lite-9a89bb36c0c56875.rmeta --extern serde_core=/opt/rustwide/target/release/deps/libserde_core-59e46789ddfb10b7.rmeta --extern serde_json=/opt/rustwide/target/release/deps/libserde_json-8ad23c8e358480cf.rmeta --extern serde_path_to_error=/opt/rustwide/target/release/deps/libserde_path_to_error-6fc290b7f224dc8c.rmeta --extern serde_urlencoded=/opt/rustwide/target/release/deps/libserde_urlencoded-9b0466f73580bedb.rmeta --extern sync_wrapper=/opt/rustwide/target/release/deps/libsync_wrapper-accf0fa78f7d73b0.rmeta --extern tokio=/opt/rustwide/target/release/deps/libtokio-7415d7d8084636a4.rmeta --extern tower=/opt/rustwide/target/release/deps/libtower-41d8b1f06802a6d0.rmeta --extern tower_layer=/opt/rustwide/target/release/deps/libtower_layer-ef066f11b7c6abbf.rmeta --extern tower_service=/opt/rustwide/target/release/deps/libtower_service-1eef8393de4ac64f.rmeta --extern tracing=/opt/rustwide/target/release/deps/libtracing-5aa0f55694be65b3.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "2e08fde12c5d3821b893ef34c18b6057ab6063fea3661767384b3bfb03240d1c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e08fde12c5d3821b893ef34c18b6057ab6063fea3661767384b3bfb03240d1c", kill_on_drop: false }`
[INFO] [stdout] 2e08fde12c5d3821b893ef34c18b6057ab6063fea3661767384b3bfb03240d1c
