[INFO] cloning repository https://github.com/itsmadhusudhan/rust-store
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/itsmadhusudhan/rust-store" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitsmadhusudhan%2Frust-store", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitsmadhusudhan%2Frust-store'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d537e68e43bc63e83a50d80e994480e67fcbd048
[INFO] testing itsmadhusudhan/rust-store against 1.91.0 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fitsmadhusudhan%2Frust-store" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/itsmadhusudhan/rust-store
[INFO] finished tweaking git repo https://github.com/itsmadhusudhan/rust-store
[INFO] tweaked toml for git repo https://github.com/itsmadhusudhan/rust-store written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/itsmadhusudhan/rust-store on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/itsmadhusudhan/rust-store 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.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded envconfig v0.11.0
[INFO] [stderr]   Downloaded compression-core v0.4.28
[INFO] [stderr]   Downloaded whoami v1.6.1
[INFO] [stderr]   Downloaded async-graphql-parser v7.0.17
[INFO] [stderr]   Downloaded envconfig_derive v0.11.0
[INFO] [stderr]   Downloaded async-compression v0.4.28
[INFO] [stderr]   Downloaded async-graphql-derive v7.0.17
[INFO] [stderr]   Downloaded pq-sys v0.7.2
[INFO] [stderr]   Downloaded fast_chemail v0.9.6
[INFO] [stderr]   Downloaded deadpool v0.12.2
[INFO] [stderr]   Downloaded bigdecimal v0.4.8
[INFO] [stderr]   Downloaded dsl_auto_type v0.1.3
[INFO] [stderr]   Downloaded handlebars v5.1.2
[INFO] [stderr]   Downloaded diesel_derives v2.2.7
[INFO] [stderr]   Downloaded rust_decimal v1.37.2
[INFO] [stderr]   Downloaded diesel v2.2.12
[INFO] [stderr]   Downloaded async-graphql v7.0.17
[INFO] [stderr]   Downloaded tokio-postgres v0.7.13
[INFO] [stderr]   Downloaded diesel-async v0.6.1
[INFO] [stderr]   Downloaded static_assertions_next v1.1.2
[INFO] [stderr]   Downloaded postgres-protocol v0.6.8
[INFO] [stderr]   Downloaded postgres-types v0.2.9
[INFO] [stderr]   Downloaded indexmap v2.11.0
[INFO] [stderr]   Downloaded scoped-futures v0.1.4
[INFO] [stderr]   Downloaded ascii_utils v0.9.3
[INFO] [stderr]   Downloaded async-graphql-axum v7.0.17
[INFO] [stderr]   Downloaded tokio-tungstenite v0.26.2
[INFO] [stderr]   Downloaded diesel_table_macro_syntax v0.2.0
[INFO] [stderr]   Downloaded compression-codecs v0.4.28
[INFO] [stderr]   Downloaded deadpool-runtime v0.1.4
[INFO] [stderr]   Downloaded async-graphql-value v7.0.17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b58538c55d67faab13f84899d0c8b0d640493a16a6b7abf469c15b912686f1d2
[INFO] running `Command { std: "docker" "start" "-a" "b58538c55d67faab13f84899d0c8b0d640493a16a6b7abf469c15b912686f1d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b58538c55d67faab13f84899d0c8b0d640493a16a6b7abf469c15b912686f1d2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b58538c55d67faab13f84899d0c8b0d640493a16a6b7abf469c15b912686f1d2", kill_on_drop: false }`
[INFO] [stdout] b58538c55d67faab13f84899d0c8b0d640493a16a6b7abf469c15b912686f1d2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e62837c0ffc29abeff4dc778f070d8a2bd93653c9e1ca56401354a4c2421956b
[INFO] running `Command { std: "docker" "start" "-a" "e62837c0ffc29abeff4dc778f070d8a2bd93653c9e1ca56401354a4c2421956b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling cfg-if v1.0.3
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicode-properties v0.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling bitflags v2.9.3
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.6
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling time v0.3.41
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling rust_decimal v1.37.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling regex-automata v0.4.10
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling uuid v1.18.0
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling hdrhistogram v7.5.4
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.16
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling pest v2.8.1
[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 thiserror v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling pest_meta v2.8.1
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling bigdecimal v0.4.8
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling pq-sys v0.7.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling pest_generator v2.8.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling pest_derive v2.8.1
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.2.0
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling compression-core v0.4.28
[INFO] [stderr]    Compiling ascii_utils v0.9.3
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling tempfile v3.21.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling fast_chemail v0.9.6
[INFO] [stderr]    Compiling bytes v1.10.1
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling indexmap v2.11.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling async-graphql-value v7.0.17
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling async-graphql-parser v7.0.17
[INFO] [stderr]    Compiling tungstenite v0.26.2
[INFO] [stderr]    Compiling postgres-protocol v0.6.8
[INFO] [stderr]    Compiling dsl_auto_type v0.1.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling postgres-types v0.2.9
[INFO] [stderr]    Compiling diesel_derives v2.2.7
[INFO] [stderr]    Compiling compression-codecs v0.4.28
[INFO] [stderr]    Compiling axum-core v0.5.2
[INFO] [stderr]    Compiling handlebars v5.1.2
[INFO] [stderr]    Compiling serde_path_to_error v0.1.17
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling async-graphql-derive v7.0.17
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling hyper-util v0.1.16
[INFO] [stderr]    Compiling tokio-tungstenite v0.26.2
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling static_assertions_next v1.1.2
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling axum v0.8.4
[INFO] [stderr]    Compiling deadpool v0.12.2
[INFO] [stderr]    Compiling diesel v2.2.12
[INFO] [stderr]    Compiling tokio-postgres v0.7.13
[INFO] [stderr]    Compiling async-compression v0.4.28
[INFO] [stderr]    Compiling envconfig_derive v0.11.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling scoped-futures v0.1.4
[INFO] [stderr]    Compiling http-range-header v0.4.2
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling async-graphql v7.0.17
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr] error: could not compile `sqlx-postgres` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.91.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name sqlx_postgres --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-postgres-0.8.6/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="rust_decimal"' --cfg 'feature="time"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any", "bigdecimal", "bit-vec", "chrono", "ipnet", "ipnetwork", "json", "mac_address", "migrate", "offline", "rust_decimal", "time", "uuid"))' -C metadata=016ad58346880202 -C extra-filename=-3e16e5658cf39d62 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atoi=/opt/rustwide/target/debug/deps/libatoi-2acef9e6f3b440f7.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-ecfd272f5a77db31.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-07cb193ba65f7c68.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-2111db28b855e2ca.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-a7f2413eab89f437.rmeta --extern crc=/opt/rustwide/target/debug/deps/libcrc-367a19c6e76534f5.rmeta --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-e51ad510fff63df2.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-0f6431eba8b68b54.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-02dcfccd95bac8dd.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-389dbbed8ab0b81e.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-e3cafe4f5c98898b.rmeta --extern hkdf=/opt/rustwide/target/debug/deps/libhkdf-0aaad28d3deae637.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-f5bbd2057873a52a.rmeta --extern home=/opt/rustwide/target/debug/deps/libhome-9522c4ce795e3592.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-d0b71e03eb93d2a7.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-08be59b704afb586.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-d827547dff61fab1.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-e24015c2db9bc87e.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-bfceb64c6f4cb589.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-fca72853d7084195.rmeta --extern rust_decimal=/opt/rustwide/target/debug/deps/librust_decimal-66f0c57b719ba704.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-6012a8c8645d0472.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-d55477e2b9a994eb.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-a9d1b25b3e4f35fd.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-f7de434f1ffb96c0.rmeta --extern sqlx_core=/opt/rustwide/target/debug/deps/libsqlx_core-a11c48d9e5438087.rmeta --extern stringprep=/opt/rustwide/target/debug/deps/libstringprep-51eac9e67e5873b7.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-280484e9aa7c0bf6.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-ee6d4f4db23ef939.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-ded3846f30f0b83c.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-4d9bb5112b90b5d2.rmeta --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-3a0f57025fb056d1.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e62837c0ffc29abeff4dc778f070d8a2bd93653c9e1ca56401354a4c2421956b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e62837c0ffc29abeff4dc778f070d8a2bd93653c9e1ca56401354a4c2421956b", kill_on_drop: false }`
[INFO] [stdout] e62837c0ffc29abeff4dc778f070d8a2bd93653c9e1ca56401354a4c2421956b
