[INFO] cloning repository https://github.com/thomijasir/axum-full-stack-service [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/thomijasir/axum-full-stack-service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomijasir%2Faxum-full-stack-service", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomijasir%2Faxum-full-stack-service'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0fea3c86732b39552887f5483e9eadbb51f6bb32 [INFO] testing thomijasir/axum-full-stack-service against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomijasir%2Faxum-full-stack-service" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thomijasir/axum-full-stack-service on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thomijasir/axum-full-stack-service [INFO] finished tweaking git repo https://github.com/thomijasir/axum-full-stack-service [INFO] tweaked toml for git repo https://github.com/thomijasir/axum-full-stack-service written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/thomijasir/axum-full-stack-service 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.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded axum-extra v0.9.4 [INFO] [stderr] Downloaded lettre v0.11.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d79e9663cf7bfcdc5e05b0f9bdb63b6330861c1ca2ce244f6ca1cc020410542d [INFO] running `Command { std: "docker" "start" "-a" "d79e9663cf7bfcdc5e05b0f9bdb63b6330861c1ca2ce244f6ca1cc020410542d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d79e9663cf7bfcdc5e05b0f9bdb63b6330861c1ca2ce244f6ca1cc020410542d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d79e9663cf7bfcdc5e05b0f9bdb63b6330861c1ca2ce244f6ca1cc020410542d", kill_on_drop: false }` [INFO] [stdout] d79e9663cf7bfcdc5e05b0f9bdb63b6330861c1ca2ce244f6ca1cc020410542d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b27fa5ad3641a5641b48aea3ec68584c9ff5f4d4e4670f1809bfa7ef6e364a33 [INFO] running `Command { std: "docker" "start" "-a" "b27fa5ad3641a5641b48aea3ec68584c9ff5f4d4e4670f1809bfa7ef6e364a33", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling libc v0.2.162 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling serde v1.0.215 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling value-bag v1.10.0 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling cc v1.2.1 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling parking v2.2.1 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling writeable v0.5.5 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling litemap v0.7.3 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling fastrand v2.2.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling icu_locid_transform_data v1.5.0 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling icu_properties_data v1.5.0 [INFO] [stderr] Compiling bytes v1.8.0 [INFO] [stderr] Compiling event-listener v5.3.1 [INFO] [stderr] Compiling futures-task v0.3.31 [INFO] [stderr] Compiling icu_normalizer_data v1.5.0 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling write16 v1.0.0 [INFO] [stderr] Compiling utf16_iter v1.0.5 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling event-listener-strategy v0.5.2 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling pkg-config v0.3.31 [INFO] [stderr] Compiling futures-lite v2.5.0 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling async-lock v3.4.0 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling openssl-sys v0.9.104 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling serde_json v1.0.132 [INFO] [stderr] Compiling piper v0.2.4 [INFO] [stderr] Compiling async-channel v2.3.1 [INFO] [stderr] Compiling polling v2.8.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling rustix v0.38.40 [INFO] [stderr] Compiling openssl v0.10.68 [INFO] [stderr] Compiling io-lifetimes v1.0.11 [INFO] [stderr] Compiling blocking v1.6.1 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling async-executor v1.13.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling allocator-api2 v0.2.20 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling rustix v0.37.27 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling async-io v1.13.0 [INFO] [stderr] Compiling linux-raw-sys v0.3.8 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling cpufeatures v0.2.15 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling waker-fn v1.2.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling futures-lite v1.13.0 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling async-lock v2.8.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling synstructure v0.13.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling unicode-normalization v0.1.24 [INFO] [stderr] Compiling hashbrown v0.15.1 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling unicode-bidi v0.3.17 [INFO] [stderr] Compiling sqlformat v0.2.6 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling serde_derive v1.0.215 [INFO] [stderr] Compiling zerofrom-derive v0.1.4 [INFO] [stderr] Compiling yoke-derive v0.7.4 [INFO] [stderr] Compiling zerovec-derive v0.10.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling icu_provider_macros v1.5.0 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling zerofrom v0.1.4 [INFO] [stderr] Compiling yoke v0.7.4 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling zerovec v0.10.4 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling polling v3.7.4 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling tinystr v0.7.6 [INFO] [stderr] Compiling icu_collections v1.5.0 [INFO] [stderr] Compiling async-io v2.4.0 [INFO] [stderr] Compiling icu_locid v1.5.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashlink v0.9.1 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling icu_provider v1.5.0 [INFO] [stderr] Compiling icu_locid_transform v1.5.0 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling httparse v1.9.5 [INFO] [stderr] Compiling unicode-properties v0.1.3 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling icu_properties v1.5.1 [INFO] [stderr] Compiling async-std v1.13.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling tokio v1.41.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling psm v0.1.24 [INFO] [stderr] Compiling icu_normalizer v1.5.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling uuid v1.11.0 [INFO] [stderr] Compiling tower-layer v0.3.3 [INFO] [stderr] Compiling idna_adapter v1.2.0 [INFO] [stderr] Compiling idna v1.0.3 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling whoami v1.5.2 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling rustversion v1.0.18 [INFO] [stderr] Compiling url v2.5.3 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling sqlx-core v0.8.2 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling stacker v0.1.17 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling sqlx-postgres v0.8.2 [INFO] [stderr] Compiling hyper v1.5.0 [INFO] [stderr] Compiling async-trait v0.1.83 [INFO] [stderr] Compiling tempfile v3.14.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling axum-core v0.4.5 [INFO] [stderr] Compiling tower v0.5.1 [INFO] [stderr] Compiling num-bigint v0.4.6 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling hyper-util v0.1.10 [INFO] [stderr] Compiling sqlx-macros-core v0.8.2 [INFO] [stderr] Compiling validator_types v0.16.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling if_chain v1.0.2 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling validator_derive v0.16.0 [INFO] [stderr] Compiling axum v0.7.7 [INFO] [stderr] Compiling password-hash v0.5.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling simple_asn1 v0.6.2 [INFO] [stderr] Compiling chumsky v0.9.3 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling pem v3.0.4 [INFO] [stderr] Compiling email-encoding v0.3.0 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling blake2 v0.10.6 [INFO] [stderr] Compiling sqlx-macros v0.8.2 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling hostname v0.4.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling email_address v0.2.9 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling quoted_printable v0.5.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling jsonwebtoken v9.3.0 [INFO] [stderr] Compiling lettre v0.11.10 [INFO] [stderr] Compiling validator v0.16.1 [INFO] [stderr] Compiling argon2 v0.5.3 [INFO] [stderr] Compiling tower-http v0.5.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling axum-extra v0.9.4 [INFO] [stdout] error: failed to build archive at `/opt/rustwide/target/debug/deps/liblettre-ef1192eb0a310759.rlib`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lettre` (lib) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-Wl,--version-script=/tmp/rustc1Jhi3y/list" "-Wl,--no-undefined-version" "-m64" "/tmp/rustc1Jhi3y/symbols.o" "/opt/rustwide/target/debug/deps/sqlx_macros-fc23bc7f9ac2f8df.sqlx_macros.9d87aa3a53988135-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/sqlx_macros-fc23bc7f9ac2f8df.sqlx_macros.9d87aa3a53988135-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/sqlx_macros-fc23bc7f9ac2f8df.sqlx_macros.9d87aa3a53988135-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/sqlx_macros-fc23bc7f9ac2f8df.sqlx_macros.9d87aa3a53988135-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/sqlx_macros-fc23bc7f9ac2f8df.sqlx_macros.9d87aa3a53988135-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/sqlx_macros-fc23bc7f9ac2f8df.3eprx0k1v1mlw8hxwnr6tzr4g.rcgu.rmeta" "/opt/rustwide/target/debug/deps/sqlx_macros-fc23bc7f9ac2f8df.3awxl9pxr9171z3rvu299lx3w.rcgu.o" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsqlx_macros_core-5ca7d0cce8f62f00.rlib" "/opt/rustwide/target/debug/deps/libheck-885ddee7521d46eb.rlib" "/opt/rustwide/target/debug/deps/libsyn-52a0eebc6adeee0c.rlib" "/opt/rustwide/target/debug/deps/libsqlx_postgres-7189da57682d4f4d.rlib" "/opt/rustwide/target/debug/deps/libdotenvy-66c00ce0c55fc01e.rlib" "/opt/rustwide/target/debug/deps/libcrc-4a5f0ff5df9c6034.rlib" "/opt/rustwide/target/debug/deps/libcrc_catalog-3a8fdc6dd43956fe.rlib" "/opt/rustwide/target/debug/deps/libhex-bf7c7e88be113135.rlib" "/opt/rustwide/target/debug/deps/libwhoami-55fb7975180274b7.rlib" "/opt/rustwide/target/debug/deps/libhome-abf8709c35ad1893.rlib" "/opt/rustwide/target/debug/deps/libmd5-b60b6caa13b67398.rlib" "/opt/rustwide/target/debug/deps/libatoi-fbe013f1385c21a7.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-fa76536ee3bf9660.rlib" "/opt/rustwide/target/debug/deps/libbase64-05badde2c29b8ac1.rlib" "/opt/rustwide/target/debug/deps/libstringprep-9b02d40d1d240053.rlib" "/opt/rustwide/target/debug/deps/libunicode_properties-1bf9d6b68f1fe56b.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-ebe3aaa41df1d150.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-56227ff32bd70d47.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-ec82751cd84b1476.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-a5505986f6f27061.rlib" "/opt/rustwide/target/debug/deps/librand-5b03aa6920528fa1.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-00bfeed40172ffd7.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-d51e943fde07a275.rlib" "/opt/rustwide/target/debug/deps/librand_core-6eeb4e80196ac52e.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-5a28e36410f2c25c.rlib" "/opt/rustwide/target/debug/deps/libhkdf-19c31456d0dcb5d4.rlib" "/opt/rustwide/target/debug/deps/libhmac-a0999d50738b0d68.rlib" "/opt/rustwide/target/debug/deps/libsqlx_core-c8ce3751bcaa1280.rlib" "/opt/rustwide/target/debug/deps/libfutures_intrusive-bb1bca5af9a7cead.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-f46915cd67c19d0e.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-b01cda44996b10a4.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0bd43c3bf69b2928.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-6ef86402e8b2b7f4.rlib" "/opt/rustwide/target/debug/deps/libthiserror-3c97af3183e16ced.rlib" "/opt/rustwide/target/debug/deps/libindexmap-61d9bf0ddd9752ad.rlib" "/opt/rustwide/target/debug/deps/libequivalent-a7d8883337d212bc.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-7f60dff4d6b64f3d.rlib" "/opt/rustwide/target/debug/deps/libsha2-2e975e8a4466f8c4.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-8027628337652c06.rlib" "/opt/rustwide/target/debug/deps/libdigest-e210ca5e6a617d40.rlib" "/opt/rustwide/target/debug/deps/libsubtle-e95e578b8e7da142.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-a7accd1ea9d9cd5e.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-20b6ae7f7970a25a.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-37bcbddbe7001899.rlib" "/opt/rustwide/target/debug/deps/libtypenum-d157643610242dec.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-d8ffeeb0002e6a47.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-5083c9cb19a9c5f7.rlib" "/opt/rustwide/target/debug/deps/libopenssl-273274c284ad77be.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-796946f38217d6d0.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-d1c11edb6ae5485c.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-f6a06589717a239a.rlib" "/opt/rustwide/target/debug/deps/libasync_std-694dfe0ecbae592d.rlib" "/opt/rustwide/target/debug/deps/libasync_global_executor-a03c30439f7709d4.rlib" "/opt/rustwide/target/debug/deps/libblocking-50ca4e5133461130.rlib" "/opt/rustwide/target/debug/deps/libpiper-4e380dbc5014f6be.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-934fa51e1342d946.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-f5630cc8ab7ec637.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-fd95fedb97c07e08.rlib" "/opt/rustwide/target/debug/deps/libasync_task-7fafaf5cc43d83f5.rlib" "/opt/rustwide/target/debug/deps/libasync_io-dec707d1823f5329.rlib" "/opt/rustwide/target/debug/deps/libpolling-d3212ae447f693cf.rlib" "/opt/rustwide/target/debug/deps/librustix-c1a7e23f913fcb4a.rlib" "/opt/rustwide/target/debug/deps/libbitflags-07373584f7c10292.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-442a01d89d51d392.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-8e6bb25aa4cd43a2.rlib" "/opt/rustwide/target/debug/deps/libfastrand-4b2faaa1ddbbf6da.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-337104d43036b8d3.rlib" "/opt/rustwide/target/debug/deps/libasync_lock-9e7dd468f9e35b30.rlib" "/opt/rustwide/target/debug/deps/libevent_listener_strategy-3d1cee65ec45c114.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-f534d665d4534ef4.rlib" "/opt/rustwide/target/debug/deps/libasync_io-2085f869ac85c43f.rlib" "/opt/rustwide/target/debug/deps/librustix-5ec5d754d9339ce7.rlib" "/opt/rustwide/target/debug/deps/libio_lifetimes-372d77157b7e5e95.rlib" "/opt/rustwide/target/debug/deps/libbitflags-2169ba44ab025064.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-abee03684741cfe7.rlib" "/opt/rustwide/target/debug/deps/libpolling-244c4676b0f867a2.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-79834f3cbc4376bc.rlib" "/opt/rustwide/target/debug/deps/libasync_lock-3eea1592aed73a3a.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-25a074ccf656c8c9.rlib" "/opt/rustwide/target/debug/deps/libsocket2-201671d187ba3d0d.rlib" "/opt/rustwide/target/debug/deps/liblibc-ba526a1271b33034.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-ec22f9eb39eb6db5.rlib" "/opt/rustwide/target/debug/deps/libfastrand-4f2140d830e0e013.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-a70252a2651f7649.rlib" "/opt/rustwide/target/debug/deps/libsqlformat-03c75f62ad323ca9.rlib" "/opt/rustwide/target/debug/deps/libunicode_categories-61ef58696853fbed.rlib" "/opt/rustwide/target/debug/deps/libnom-ed0c7c988eedbc51.rlib" "/opt/rustwide/target/debug/deps/libbytes-eefa7fe131b1c2c6.rlib" "/opt/rustwide/target/debug/deps/libhashlink-9a112963b38fbe70.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-eda08022b7a1d378.rlib" "/opt/rustwide/target/debug/deps/libahash-337efa4c78bfd8e4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1caf228b3233c4a9.rlib" "/opt/rustwide/target/debug/deps/libzerocopy-38d4419177250286.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-3274eed11df8ef06.rlib" "/opt/rustwide/target/debug/deps/liballocator_api2-7bd4d88d98c9475d.rlib" "/opt/rustwide/target/debug/deps/libchrono-e748ee79055fb650.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9a56e95a859433de.rlib" "/opt/rustwide/target/debug/deps/libiana_time_zone-c322e5d8bb651c78.rlib" "/opt/rustwide/target/debug/deps/libuuid-d47975f1ff53db08.rlib" "/opt/rustwide/target/debug/deps/libserde_json-3f10bebcea08dce9.rlib" "/opt/rustwide/target/debug/deps/libitoa-c3ac731dca23932f.rlib" "/opt/rustwide/target/debug/deps/libryu-3638cb1c4def6320.rlib" "/opt/rustwide/target/debug/deps/liburl-2d6d83b4bc872820.rlib" "/opt/rustwide/target/debug/deps/libidna-f583540ec92d5ead.rlib" "/opt/rustwide/target/debug/deps/libidna_adapter-60629aa12c3aca76.rlib" "/opt/rustwide/target/debug/deps/libicu_normalizer-e137cbb73d82e637.rlib" "/opt/rustwide/target/debug/deps/libicu_normalizer_data-7497dc276125a604.rlib" "/opt/rustwide/target/debug/deps/libwrite16-688a1bc090334797.rlib" "/opt/rustwide/target/debug/deps/libutf8_iter-a95f06288ebabce1.rlib" "/opt/rustwide/target/debug/deps/libutf16_iter-269c9a1e76470b05.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-91636025a43f7cdb.rlib" "/opt/rustwide/target/debug/deps/libicu_properties-5892e510a73016f3.rlib" "/opt/rustwide/target/debug/deps/libicu_properties_data-96da6ff113f57d93.rlib" "/opt/rustwide/target/debug/deps/libicu_locid_transform-1668dad65623306e.rlib" "/opt/rustwide/target/debug/deps/libicu_locid_transform_data-2a8379f86031c97a.rlib" "/opt/rustwide/target/debug/deps/libicu_collections-37d160571c81d251.rlib" "/opt/rustwide/target/debug/deps/libicu_provider-3b22d5d2b3f9c18e.rlib" "/opt/rustwide/target/debug/deps/libicu_locid-f48ed48af1e2ba84.rlib" "/opt/rustwide/target/debug/deps/liblitemap-216f4bb7d88c1d25.rlib" "/opt/rustwide/target/debug/deps/libtinystr-34afe2722759aa22.rlib" "/opt/rustwide/target/debug/deps/libzerovec-635a4966eba01fda.rlib" "/opt/rustwide/target/debug/deps/libwriteable-d477817a5546c560.rlib" "/opt/rustwide/target/debug/deps/libyoke-225db394c68bdbef.rlib" "/opt/rustwide/target/debug/deps/libzerofrom-b2acc0e60446511c.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-e278a98063495961.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-092ad647761842d3.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-86d29f10e1255a90.rlib" "/opt/rustwide/target/debug/deps/libtracing-3bd718f31e81295e.rlib" "/opt/rustwide/target/debug/deps/liblog-20956eed1e2a42da.rlib" "/opt/rustwide/target/debug/deps/libvalue_bag-2a229877e77e4b73.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-f43562a70501f27c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-d9bb3dcdc38f4305.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-d159f3c42dfbd5ca.rlib" "/opt/rustwide/target/debug/deps/libeither-6025f0c6ec0dc439.rlib" "/opt/rustwide/target/debug/deps/libserde-4463092ada9c4561.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-b84ba7b306a56a47.rlib" "/opt/rustwide/target/debug/deps/libparking-0145d0acfa42bfe9.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-a9adfcbf15d28e92.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5751c3c5a5e6f12f.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-bed41d271247821e.rlib" "/opt/rustwide/target/debug/deps/libslab-34791623bb757416.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-e3de0d7fd4a190ee.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-20890cf1157edca8.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-4ee3937a420be33f.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-cd7995bff5c53296.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-63925fcb9ff48c9d.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-25888d852c08f152.rlib" "/opt/rustwide/target/debug/deps/libquote-b097a32e0a726f08.rlib" "/opt/rustwide/target/debug/deps/libproc_macro2-08a005de6492e20a.rlib" "/opt/rustwide/target/debug/deps/libunicode_ident-f8c4f7ab327ea31a.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-53bdffff3ca9feef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-057643b1ee86c6e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-8e63f34add4b5f76.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8f13995dfe88b143.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-45742ba23c5ac84b.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-bea85df8985bb2f0.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-042a1cb2143833ef.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-092847c11df9843e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-766a7f754c8a7b1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-9b015ab0e459320f.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5742b2ff1aee27a6.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-d03b432324732a0e.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-7edbe936f6124018.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b3cefab73e1d8804.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a6ffb752c82ede63.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c896c1f3ebd992a5.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-915fd1ebf7e3c376.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-0ca9d0e07c79bf1c.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1e6496089ac34c68.rlib" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3d4809363f767eb8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/libsqlx_macros-fc23bc7f9ac2f8df.so" "-Wl,--gc-sections" "-shared" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sqlx-macros` (lib) due to 1 previous error [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `sqlx-postgres` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/1.84.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name sqlx_postgres --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/sqlx-postgres-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 '--deny=clippy::disallowed_methods' '--deny=clippy::cast_sign_loss' '--deny=clippy::cast_possible_wrap' '--deny=clippy::cast_possible_truncation' --cfg 'feature="any"' --cfg 'feature="chrono"' --cfg 'feature="json"' --cfg 'feature="migrate"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any", "bigdecimal", "bit-vec", "chrono", "ipnetwork", "json", "mac_address", "migrate", "offline", "rust_decimal", "time", "uuid"))' -C metadata=16f064ff5ca584b7 -C extra-filename=-16f064ff5ca584b7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atoi=/opt/rustwide/target/debug/deps/libatoi-8a234084cca22068.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-249861bf3b8f68fd.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-07373584f7c10292.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-3274eed11df8ef06.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-20a4d1dbcc58a624.rmeta --extern crc=/opt/rustwide/target/debug/deps/libcrc-4a5f0ff5df9c6034.rmeta --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-66c00ce0c55fc01e.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-866332786a882263.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-63925fcb9ff48c9d.rmeta --extern futures_io=/opt/rustwide/target/debug/deps/libfutures_io-bed41d271247821e.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-a9adfcbf15d28e92.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-bf7c7e88be113135.rmeta --extern hkdf=/opt/rustwide/target/debug/deps/libhkdf-46e248b31c2ae177.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-12ae8a6887233e88.rmeta --extern home=/opt/rustwide/target/debug/deps/libhome-abf8709c35ad1893.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-c3ac731dca23932f.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-ac303e121ba8df53.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-f0c5aa4818db22af.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-5751c3c5a5e6f12f.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-25888d852c08f152.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-5b03aa6920528fa1.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-4463092ada9c4561.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-3f10bebcea08dce9.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-bfe6a5e2c8d48c61.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-0b6827e0392b1c5e.rmeta --extern sqlx_core=/opt/rustwide/target/debug/deps/libsqlx_core-b889ef5c0417102f.rmeta --extern stringprep=/opt/rustwide/target/debug/deps/libstringprep-9b02d40d1d240053.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3c97af3183e16ced.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-fcb4d6116ac6fee6.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-bdc6fc846c36aecd.rmeta --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-55fb7975180274b7.rmeta --cap-lints allow --cap-lints=warn` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "b27fa5ad3641a5641b48aea3ec68584c9ff5f4d4e4670f1809bfa7ef6e364a33", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b27fa5ad3641a5641b48aea3ec68584c9ff5f4d4e4670f1809bfa7ef6e364a33", kill_on_drop: false }` [INFO] [stdout] b27fa5ad3641a5641b48aea3ec68584c9ff5f4d4e4670f1809bfa7ef6e364a33