[INFO] cloning repository https://github.com/zzispp/taco
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zzispp/taco" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzzispp%2Ftaco", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzzispp%2Ftaco'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b3c906b829f98be19d80e298c15fbf78e8358b63
[INFO] checking zzispp/taco against 1ed2df61a19042f231709eb05d032ae9e2cb2084 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzzispp%2Ftaco" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/zzispp/taco
[INFO] finished tweaking git repo https://github.com/zzispp/taco
[INFO] tweaked toml for git repo https://github.com/zzispp/taco written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zzispp/taco on toolchain 1ed2df61a19042f231709eb05d032ae9e2cb2084
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zzispp/taco 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" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sketches-ddsketch v0.3.1
[INFO] [stderr]   Downloaded codepage v0.1.2
[INFO] [stderr]   Downloaded docker_credential v1.4.0
[INFO] [stderr]   Downloaded debug_unsafe v0.1.4
[INFO] [stderr]   Downloaded http-range-header v0.4.2
[INFO] [stderr]   Downloaded hashbag v0.1.13
[INFO] [stderr]   Downloaded atoi_simd v0.18.1
[INFO] [stderr]   Downloaded utoipa-scalar v0.3.0
[INFO] [stderr]   Downloaded arcstr v1.2.0
[INFO] [stderr]   Downloaded fast-float2 v0.2.3
[INFO] [stderr]   Downloaded left-right v0.11.7
[INFO] [stderr]   Downloaded zlib-rs v0.6.5
[INFO] [stderr]   Downloaded backon v1.6.0
[INFO] [stderr]   Downloaded metrics v0.24.6
[INFO] [stderr]   Downloaded evmap v11.0.0
[INFO] [stderr]   Downloaded metrics-exporter-prometheus v0.18.3
[INFO] [stderr]   Downloaded metrics-util v0.20.4
[INFO] [stderr]   Downloaded rapidhash v4.4.2
[INFO] [stderr]   Downloaded ferroid v2.0.0
[INFO] [stderr]   Downloaded generator v0.8.9
[INFO] [stderr]   Downloaded trybuild v1.0.117
[INFO] [stderr]   Downloaded croner v3.0.1
[INFO] [stderr]   Downloaded astral-tokio-tar v0.6.3
[INFO] [stderr]   Downloaded bytemuck v1.25.1
[INFO] [stderr]   Downloaded async-compression v0.4.42
[INFO] [stderr]   Downloaded calamine v0.36.0
[INFO] [stderr]   Downloaded testcontainers v0.27.3
[INFO] [stderr]   Downloaded tower-http v0.6.10
[INFO] [stderr]   Downloaded winnow v1.0.2
[INFO] [stderr]   Downloaded redis v1.2.1
[INFO] [stderr]   Downloaded tokio v1.52.2
[INFO] [stderr]   Downloaded rust_xlsxwriter v0.92.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bdec2692627c53664fd2888da5a130d1f004a1de14fb32ed5f5b93053aad9444
[INFO] running `Command { std: "docker" "start" "bdec2692627c53664fd2888da5a130d1f004a1de14fb32ed5f5b93053aad9444", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bdec2692627c53664fd2888da5a130d1f004a1de14fb32ed5f5b93053aad9444", 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" "bdec2692627c53664fd2888da5a130d1f004a1de14fb32ed5f5b93053aad9444" "/opt/rustwide/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bdec2692627c53664fd2888da5a130d1f004a1de14fb32ed5f5b93053aad9444", 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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bdec2692627c53664fd2888da5a130d1f004a1de14fb32ed5f5b93053aad9444" "/opt/rustwide/cargo-home/bin/cargo" "+1ed2df61a19042f231709eb05d032ae9e2cb2084" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling aws-lc-rs v1.17.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking zlib-rs v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking spin v0.9.9
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking bumpalo v3.20.2
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling cc v1.2.61
[INFO] [stderr]     Checking zopfli v0.8.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking typed-path v0.12.3
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling bstr v1.12.3
[INFO] [stderr]     Checking debug_unsafe v0.1.4
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]     Checking atoi_simd v0.18.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling hybrid-array v0.4.13
[INFO] [stderr]     Checking codepage v0.1.2
[INFO] [stderr]     Checking quick-xml v0.41.0
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]     Checking fast-float2 v0.2.3
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]    Compiling cmov v0.5.4
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling ctutils v0.4.2
[INFO] [stderr]    Compiling aws-lc-sys v0.42.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]     Checking zip v8.6.0
[INFO] [stderr]     Checking zip v7.2.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling digest v0.11.3
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]     Checking rust_xlsxwriter v0.92.4
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling normpath v1.5.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling base62 v2.2.4
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking rapidhash v4.4.2
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]    Compiling tokio v1.52.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]     Checking metrics v0.24.6
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling hashlink v0.11.1
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling ignore v0.4.27
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]     Checking rand_xoshiro v0.7.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]     Checking left-right v0.11.7
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.18.3
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking hashbag v0.1.13
[INFO] [stderr]    Compiling globwalk v0.8.1
[INFO] [stderr]    Compiling types v0.1.0 (/opt/rustwide/workdir/crates/types)
[INFO] [stderr]     Checking sketches-ddsketch v0.3.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking evmap v11.0.0
[INFO] [stderr]     Checking metrics-util v0.20.4
[INFO] [stderr]    Compiling hkdf v0.13.0
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling md-5 v0.11.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling rust-i18n v4.1.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling whoami v2.1.2
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking backon v1.6.0
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling utoipa-gen v5.5.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking constants v0.1.0 (/opt/rustwide/workdir/crates/constants)
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking arcstr v1.2.0
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking unicase v2.9.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling rbac_macros v0.1.0 (/opt/rustwide/workdir/crates/rbac_macros)
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]    Compiling anyhow v1.0.103
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking pxfm v0.1.30
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking calamine v0.36.0
[INFO] [stderr]     Checking triomphe v0.1.16
[INFO] [stderr]     Checking audit_contract v0.1.0 (/opt/rustwide/workdir/crates/audit_contract)
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]     Checking rust-i18n-support v4.1.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking bytemuck v1.25.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking async-compression v0.4.42
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking h2 v0.4.15
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling sqlx-core v0.9.0
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]     Checking sysinfo v0.38.4
[INFO] [stderr]     Checking ureq-proto v0.6.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling pulldown-cmark v0.13.4
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]    Compiling prost-derive v0.14.4
[INFO] [stderr]    Compiling bollard-buildkit-proto v0.7.0
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]    Compiling structmeta-derive v0.3.0
[INFO] [stderr]     Checking pulldown-cmark-escape v0.11.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking tower-http v0.6.10
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling rust-i18n-macro v4.1.0
[INFO] [stderr]     Checking num-iter v0.1.46
[INFO] [stderr]    Compiling scheduler_macros v0.1.0 (/opt/rustwide/workdir/crates/scheduler_macros)
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking utoipa v5.5.0
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking prost v0.14.4
[INFO] [stderr]    Compiling structmeta v0.3.0
[INFO] [stderr]     Checking croner v3.0.1
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking winnow v1.0.2
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling parse-display-derive v0.9.1
[INFO] [stderr]     Checking prost-types v0.14.4
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking num v0.4.3
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking ferroid v2.0.0
[INFO] [stderr]     Checking docker_credential v1.4.0
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking etcetera v0.11.0
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling backend v0.1.0 (/opt/rustwide/workdir/apps/backend)
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]    Compiling sqlx-postgres v0.9.0
[INFO] [stderr]     Checking parse-display v0.9.1
[INFO] [stderr] error: could not compile `sqlx-core` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1ed2df61a19042f231709eb05d032ae9e2cb2084/bin/rustc --crate-name sqlx_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.9.0/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 --cfg 'feature="_rt-tokio"' --cfg 'feature="_tls-rustls"' --cfg 'feature="_tls-rustls-ring-webpki"' --cfg 'feature="any"' --cfg 'feature="chrono"' --cfg 'feature="crc"' --cfg 'feature="default"' --cfg 'feature="json"' --cfg 'feature="migrate"' --cfg 'feature="offline"' --cfg 'feature="rustls"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="sha2"' --cfg 'feature="time"' --cfg 'feature="tokio"' --cfg 'feature="tokio-stream"' --cfg 'feature="uuid"' --cfg 'feature="webpki-roots"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_rt-async-global-executor", "_rt-async-io", "_rt-async-std", "_rt-async-task", "_rt-smol", "_rt-tokio", "_tls-native-tls", "_tls-none", "_tls-rustls", "_tls-rustls-aws-lc-rs", "_tls-rustls-ring-native-roots", "_tls-rustls-ring-webpki", "_unstable-doc", "any", "async-fs", "async-global-executor", "async-io", "async-std", "async-task", "bigdecimal", "bit-vec", "bstr", "chrono", "crc", "default", "ipnet", "ipnetwork", "json", "mac_address", "migrate", "native-tls", "offline", "rust_decimal", "rustls", "rustls-native-certs", "serde", "serde_json", "sha2", "smol", "sqlx-toml", "time", "tokio", "tokio-stream", "toml", "uuid", "webpki-roots"))' -C metadata=6b72369a39a25b94 -C extra-filename=-10a01921205f11f1 --out-dir /opt/rustwide/target/debug/build/sqlx-core/10a01921205f11f1/out -L dependency=/opt/rustwide/target/debug/build/allocator-api2/42b8139a42d2dc4b/out -L dependency=/opt/rustwide/target/debug/build/base64/25f5fffb04968a9b/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/35c51b7078540603/out -L dependency=/opt/rustwide/target/debug/build/bytes/9c004ef7aaee1ac4/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out -L dependency=/opt/rustwide/target/debug/build/chrono/4b63c47d55a6461b/out -L dependency=/opt/rustwide/target/debug/build/concurrent-queue/162c01a18ecb84b1/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/f3f9f911326b91aa/out -L dependency=/opt/rustwide/target/debug/build/crc/895cf4883efef589/out -L dependency=/opt/rustwide/target/debug/build/crc-catalog/a1f82b426515e729/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-queue/d3c21c7fda5ae120/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/d39ff09f0a701380/out -L dependency=/opt/rustwide/target/debug/build/crypto-common/39f523abd4625205/out -L dependency=/opt/rustwide/target/debug/build/deranged/62653a4f91fe5682/out -L dependency=/opt/rustwide/target/debug/build/digest/ae7ac91cd2e4d540/out -L dependency=/opt/rustwide/target/debug/build/displaydoc/a08d0a96fd905ea0/out -L dependency=/opt/rustwide/target/debug/build/either/37e0bf0bfe722980/out -L dependency=/opt/rustwide/target/debug/build/equivalent/1cd2a250f2449a60/out -L dependency=/opt/rustwide/target/debug/build/event-listener/2d874f143b00d33e/out -L dependency=/opt/rustwide/target/debug/build/foldhash/2ef96db4f84fea1f/out -L dependency=/opt/rustwide/target/debug/build/form_urlencoded/204b977b77b146ff/out -L dependency=/opt/rustwide/target/debug/build/futures-core/8503ffb23c4c186b/out -L dependency=/opt/rustwide/target/debug/build/futures-intrusive/a38d523d51d45e8a/out -L dependency=/opt/rustwide/target/debug/build/futures-io/55797f2ebb0604ef/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/586efff36e7a5af6/out -L dependency=/opt/rustwide/target/debug/build/futures-task/3a1fd85095168f06/out -L dependency=/opt/rustwide/target/debug/build/futures-util/2227faac0f2fcc74/out -L dependency=/opt/rustwide/target/debug/build/generic-array/d79cb6b84dc05441/out -L dependency=/opt/rustwide/target/debug/build/getrandom/bf71f28157e888b5/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/114b1a263dfc3527/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/5a59b87118b5c59a/out -L dependency=/opt/rustwide/target/debug/build/hashlink/1b3269f3411b83a0/out -L dependency=/opt/rustwide/target/debug/build/iana-time-zone/6c5a27cee3dd54ce/out -L dependency=/opt/rustwide/target/debug/build/icu_collections/1d0024b694209bee/out -L dependency=/opt/rustwide/target/debug/build/icu_locale_core/a69189eec53b77ac/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer/8d49634108640609/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer_data/1b6c8874d99a5eda/out -L dependency=/opt/rustwide/target/debug/build/icu_properties/417798516fae8066/out -L dependency=/opt/rustwide/target/debug/build/icu_properties_data/627524c7c16c6dd3/out -L dependency=/opt/rustwide/target/debug/build/icu_provider/0f2b5205d9b1a83e/out -L dependency=/opt/rustwide/target/debug/build/idna/c2a4236f85dc78eb/out -L dependency=/opt/rustwide/target/debug/build/idna_adapter/baa430d09c639d0a/out -L dependency=/opt/rustwide/target/debug/build/indexmap/58c5dcc22644855b/out -L dependency=/opt/rustwide/target/debug/build/itoa/8df6d4253752101e/out -L dependency=/opt/rustwide/target/debug/build/libc/f1761b4cdb97bf6a/out -L dependency=/opt/rustwide/target/debug/build/litemap/483f8291379d5ef1/out -L dependency=/opt/rustwide/target/debug/build/lock_api/886e26369390df02/out -L dependency=/opt/rustwide/target/debug/build/log/3ed344fefb710324/out -L dependency=/opt/rustwide/target/debug/build/memchr/9f16a2ed58d5c44b/out -L dependency=/opt/rustwide/target/debug/build/mio/e5a5c27b178ec9f4/out -L dependency=/opt/rustwide/target/debug/build/num-conv/acff88f1a0be34a6/out -L dependency=/opt/rustwide/target/debug/build/num-traits/1f6b408534895be5/out -L dependency=/opt/rustwide/target/debug/build/once_cell/e7324593321ca94b/out -L dependency=/opt/rustwide/target/debug/build/parking/44d3ea4fa3fa372c/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/4009d622e164c46c/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/089cdedee30ba3fe/out -L dependency=/opt/rustwide/target/debug/build/percent-encoding/2031134c95a34a69/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/c7bca50a9594d885/out -L dependency=/opt/rustwide/target/debug/build/potential_utf/6ed59d6b2235ccc6/out -L dependency=/opt/rustwide/target/debug/build/powerfmt/d4be3a962e830dc0/out -L dependency=/opt/rustwide/target/debug/build/ring/fcd451423104d4a2/out -L dependency=/opt/rustwide/target/debug/build/rustls/139165f90b632725/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/06720903d5e1b186/out -L dependency=/opt/rustwide/target/debug/build/rustls-webpki/72ea1ea2e5e3f97a/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/22e389c5edc90715/out -L dependency=/opt/rustwide/target/debug/build/serde/ff4ad7c8426ae509/out -L dependency=/opt/rustwide/target/debug/build/serde_core/17d707fc11a0fe7f/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/af867dccc90ff025/out -L dependency=/opt/rustwide/target/debug/build/serde_json/11eb1cd8d54f6037/out -L dependency=/opt/rustwide/target/debug/build/sha2/5f0e988e8e5e03d6/out -L dependency=/opt/rustwide/target/debug/build/slab/f5dcc71be5a0969d/out -L dependency=/opt/rustwide/target/debug/build/smallvec/c48fab824f5f7bd4/out -L dependency=/opt/rustwide/target/debug/build/socket2/651c5b3459281c8f/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/8e8044a479f43a28/out -L dependency=/opt/rustwide/target/debug/build/subtle/e2a2f8b3e184e502/out -L dependency=/opt/rustwide/target/debug/build/thiserror/23f8712b72787914/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/d17e8c40e6570e24/out -L dependency=/opt/rustwide/target/debug/build/time/34d63884db9acc58/out -L dependency=/opt/rustwide/target/debug/build/time-core/de8249f7ee18910e/out -L dependency=/opt/rustwide/target/debug/build/time-macros/2fccc88b18526bb6/out -L dependency=/opt/rustwide/target/debug/build/tinystr/72bc50a9bbf218b5/out -L dependency=/opt/rustwide/target/debug/build/tokio/f0c3f4ec7bdb4db0/out -L dependency=/opt/rustwide/target/debug/build/tokio-stream/627e1857e1719cd3/out -L dependency=/opt/rustwide/target/debug/build/tracing/2bbb63e7baceeab3/out -L dependency=/opt/rustwide/target/debug/build/tracing-attributes/36f507e989467241/out -L dependency=/opt/rustwide/target/debug/build/tracing-core/34c91c5d3d56f954/out -L dependency=/opt/rustwide/target/debug/build/typenum/af071f24a01a1c66/out -L dependency=/opt/rustwide/target/debug/build/untrusted/5f38b2c4125c2298/out -L dependency=/opt/rustwide/target/debug/build/url/f0a3aedf77e65444/out -L dependency=/opt/rustwide/target/debug/build/utf8_iter/83d48b7642e6f3cb/out -L dependency=/opt/rustwide/target/debug/build/uuid/2b7a406a2ee5b1f9/out -L dependency=/opt/rustwide/target/debug/build/webpki-roots/25677d386a6040ff/out -L dependency=/opt/rustwide/target/debug/build/writeable/7d7c037a1a27ba38/out -L dependency=/opt/rustwide/target/debug/build/yoke/54aea6cf30a4c93a/out -L dependency=/opt/rustwide/target/debug/build/yoke-derive/97fb3347d4600980/out -L dependency=/opt/rustwide/target/debug/build/zerofrom/f76d6161f00202c7/out -L dependency=/opt/rustwide/target/debug/build/zerofrom-derive/9dcb3f07b7eeb7f8/out -L dependency=/opt/rustwide/target/debug/build/zeroize/65c526df20b90c35/out -L dependency=/opt/rustwide/target/debug/build/zerotrie/25c829f1c5c9f746/out -L dependency=/opt/rustwide/target/debug/build/zerovec/fbe1abfa102d7a3a/out -L dependency=/opt/rustwide/target/debug/build/zerovec-derive/9d5fe7ae1cfcb535/out -L dependency=/opt/rustwide/target/debug/build/zmij/2daadf050838570a/out --extern base64=/opt/rustwide/target/debug/build/base64/25f5fffb04968a9b/out/libbase64-25f5fffb04968a9b.rmeta --extern bytes=/opt/rustwide/target/debug/build/bytes/9c004ef7aaee1ac4/out/libbytes-9c004ef7aaee1ac4.rmeta --extern cfg_if=/opt/rustwide/target/debug/build/cfg-if/9c7f9eb9639deea5/out/libcfg_if-9c7f9eb9639deea5.rmeta --extern chrono=/opt/rustwide/target/debug/build/chrono/4b63c47d55a6461b/out/libchrono-4b63c47d55a6461b.rmeta --extern crc=/opt/rustwide/target/debug/build/crc/895cf4883efef589/out/libcrc-895cf4883efef589.rmeta --extern crossbeam_queue=/opt/rustwide/target/debug/build/crossbeam-queue/d3c21c7fda5ae120/out/libcrossbeam_queue-d3c21c7fda5ae120.rmeta --extern either=/opt/rustwide/target/debug/build/either/37e0bf0bfe722980/out/libeither-37e0bf0bfe722980.rmeta --extern event_listener=/opt/rustwide/target/debug/build/event-listener/2d874f143b00d33e/out/libevent_listener-2d874f143b00d33e.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/8503ffb23c4c186b/out/libfutures_core-8503ffb23c4c186b.rmeta --extern futures_intrusive=/opt/rustwide/target/debug/build/futures-intrusive/a38d523d51d45e8a/out/libfutures_intrusive-a38d523d51d45e8a.rmeta --extern futures_io=/opt/rustwide/target/debug/build/futures-io/55797f2ebb0604ef/out/libfutures_io-55797f2ebb0604ef.rmeta --extern futures_util=/opt/rustwide/target/debug/build/futures-util/2227faac0f2fcc74/out/libfutures_util-2227faac0f2fcc74.rmeta --extern hashbrown=/opt/rustwide/target/debug/build/hashbrown/114b1a263dfc3527/out/libhashbrown-114b1a263dfc3527.rmeta --extern hashlink=/opt/rustwide/target/debug/build/hashlink/1b3269f3411b83a0/out/libhashlink-1b3269f3411b83a0.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/58c5dcc22644855b/out/libindexmap-58c5dcc22644855b.rmeta --extern log=/opt/rustwide/target/debug/build/log/3ed344fefb710324/out/liblog-3ed344fefb710324.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/9f16a2ed58d5c44b/out/libmemchr-9f16a2ed58d5c44b.rmeta --extern percent_encoding=/opt/rustwide/target/debug/build/percent-encoding/2031134c95a34a69/out/libpercent_encoding-2031134c95a34a69.rmeta --extern rustls=/opt/rustwide/target/debug/build/rustls/139165f90b632725/out/librustls-139165f90b632725.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/ff4ad7c8426ae509/out/libserde-ff4ad7c8426ae509.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/11eb1cd8d54f6037/out/libserde_json-11eb1cd8d54f6037.rmeta --extern sha2=/opt/rustwide/target/debug/build/sha2/5f0e988e8e5e03d6/out/libsha2-5f0e988e8e5e03d6.rmeta --extern smallvec=/opt/rustwide/target/debug/build/smallvec/c48fab824f5f7bd4/out/libsmallvec-c48fab824f5f7bd4.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/23f8712b72787914/out/libthiserror-23f8712b72787914.rmeta --extern time=/opt/rustwide/target/debug/build/time/34d63884db9acc58/out/libtime-34d63884db9acc58.rmeta --extern tokio=/opt/rustwide/target/debug/build/tokio/f0c3f4ec7bdb4db0/out/libtokio-f0c3f4ec7bdb4db0.rmeta --extern tokio_stream=/opt/rustwide/target/debug/build/tokio-stream/627e1857e1719cd3/out/libtokio_stream-627e1857e1719cd3.rmeta --extern tracing=/opt/rustwide/target/debug/build/tracing/2bbb63e7baceeab3/out/libtracing-2bbb63e7baceeab3.rmeta --extern url=/opt/rustwide/target/debug/build/url/f0a3aedf77e65444/out/liburl-f0a3aedf77e65444.rmeta --extern uuid=/opt/rustwide/target/debug/build/uuid/2b7a406a2ee5b1f9/out/libuuid-2b7a406a2ee5b1f9.rmeta --extern webpki_roots=/opt/rustwide/target/debug/build/webpki-roots/25677d386a6040ff/out/libwebpki_roots-25677d386a6040ff.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring/ad6ecf7ad42cd2ba/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "bdec2692627c53664fd2888da5a130d1f004a1de14fb32ed5f5b93053aad9444", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bdec2692627c53664fd2888da5a130d1f004a1de14fb32ed5f5b93053aad9444", kill_on_drop: false }`
[INFO] [stdout] bdec2692627c53664fd2888da5a130d1f004a1de14fb32ed5f5b93053aad9444
