[INFO] cloning repository https://github.com/dto-vng/Aioncore [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dto-vng/Aioncore" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdto-vng%2FAioncore", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdto-vng%2FAioncore'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 52b70f7270fe9e351793af668de4e6ab9194a228 [INFO] checking dto-vng/Aioncore against 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 for pr-161253 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdto-vng%2FAioncore" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-7-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/dto-vng/Aioncore [INFO] finished tweaking git repo https://github.com/dto-vng/Aioncore [INFO] tweaked toml for git repo https://github.com/dto-vng/Aioncore written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/dto-vng/Aioncore on toolchain 65c7d39f9c2b9d5c316725cb48fa3d360c64c663 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/dto-vng/Aioncore 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" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] dae8276e2ea6ceaa4730b26e823ef699904b8e7153d295b26a737d51b5bc8e81 [INFO] running `Command { std: "docker" "start" "dae8276e2ea6ceaa4730b26e823ef699904b8e7153d295b26a737d51b5bc8e81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dae8276e2ea6ceaa4730b26e823ef699904b8e7153d295b26a737d51b5bc8e81", 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" "dae8276e2ea6ceaa4730b26e823ef699904b8e7153d295b26a737d51b5bc8e81" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dae8276e2ea6ceaa4730b26e823ef699904b8e7153d295b26a737d51b5bc8e81", 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" "dae8276e2ea6ceaa4730b26e823ef699904b8e7153d295b26a737d51b5bc8e81" "/opt/rustwide/cargo-home/bin/cargo" "+65c7d39f9c2b9d5c316725cb48fa3d360c64c663" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Checking cfg-if v1.0.4 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Checking log v0.4.29 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking itoa v1.0.18 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Checking smallvec v1.15.1 [INFO] [stderr] Checking pin-project-lite v0.2.17 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Checking once_cell v1.21.4 [INFO] [stderr] Checking bytes v1.11.1 [INFO] [stderr] Checking futures-core v0.3.32 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking typenum v1.20.0 [INFO] [stderr] Checking futures-sink v0.3.32 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Checking slab v0.4.12 [INFO] [stderr] Checking futures-task v0.3.32 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Checking equivalent v1.0.2 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking allocator-api2 v0.2.21 [INFO] [stderr] Checking foldhash v0.2.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Checking percent-encoding v2.3.2 [INFO] [stderr] Checking base64 v0.22.1 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Checking ryu v1.0.23 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Checking tower-service v0.3.3 [INFO] [stderr] Checking try-lock v0.2.5 [INFO] [stderr] Checking atomic-waker v1.1.2 [INFO] [stderr] Checking http v1.4.0 [INFO] [stderr] Checking hashbrown v0.17.1 [INFO] [stderr] Checking want v0.3.1 [INFO] [stderr] Checking httpdate v1.0.3 [INFO] [stderr] Checking ipnet v2.12.0 [INFO] [stderr] Checking form_urlencoded v1.2.2 [INFO] [stderr] Compiling pkg-config v0.3.33 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking sync_wrapper v1.0.2 [INFO] [stderr] Checking tower-layer v0.3.3 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling icu_normalizer_data v2.2.0 [INFO] [stderr] Compiling icu_properties_data v2.2.0 [INFO] [stderr] Checking stable_deref_trait v1.2.1 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Checking mime v0.3.17 [INFO] [stderr] Checking bitflags v2.11.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Checking writeable v0.6.3 [INFO] [stderr] Checking litemap v0.8.2 [INFO] [stderr] Checking utf8_iter v1.0.4 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking uuid v1.23.1 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking http-body v1.0.1 [INFO] [stderr] Checking rand_core v0.9.5 [INFO] [stderr] Checking encoding_rs v0.8.35 [INFO] [stderr] Checking indexmap v2.14.0 [INFO] [stderr] Checking http-body-util v0.1.3 [INFO] [stderr] Checking data-encoding v2.11.0 [INFO] [stderr] Compiling cc v1.2.62 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Checking semver v1.0.28 [INFO] [stderr] Checking matchit v0.8.4 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Compiling num-conv v0.2.1 [INFO] [stderr] Compiling time-core v0.1.8 [INFO] [stderr] Checking powerfmt v0.2.0 [INFO] [stderr] Checking deranged v0.5.8 [INFO] [stderr] Checking crc-catalog v2.5.0 [INFO] [stderr] Compiling time-macros v0.2.27 [INFO] [stderr] Checking untrusted v0.9.0 [INFO] [stderr] Compiling dunce v1.0.5 [INFO] [stderr] Compiling fs_extra v1.3.0 [INFO] [stderr] Checking crc v3.4.0 [INFO] [stderr] Checking fastrand v2.4.1 [INFO] [stderr] Compiling aws-lc-rs v1.17.0 [INFO] [stderr] Compiling cmake v0.1.58 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking polyval v0.6.2 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking sha1 v0.10.6 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking ghash v0.5.1 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking serde_path_to_error v0.1.20 [INFO] [stderr] Compiling openssl-src v300.6.1+3.6.3 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling rustls v0.23.40 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Checking aes-gcm v0.10.3 [INFO] [stderr] Checking time v0.3.47 [INFO] [stderr] Compiling aws-lc-sys v0.41.0 [INFO] [stderr] Compiling openssl-sys v0.9.117 [INFO] [stderr] Checking parking v2.2.1 [INFO] [stderr] Compiling foldhash v0.1.5 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling tokio v1.52.3 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling libsqlite3-sys v0.30.1 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Checking openssl-probe v0.2.1 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Compiling aionui-db v0.1.54-vng.1 (/opt/rustwide/workdir/crates/aionui-db) [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking option-ext v0.2.0 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking dirs-sys v0.5.0 [INFO] [stderr] Compiling mime_guess v2.0.5 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Checking walkdir v2.5.0 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Checking dirs v6.0.0 [INFO] [stderr] Checking simd-adler32 v0.3.9 [INFO] [stderr] Checking adler2 v2.0.1 [INFO] [stderr] Compiling bzip2-sys v0.1.13+1.0.8 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking zlib-rs v0.6.5 [INFO] [stderr] Checking bumpalo v3.20.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling zip v2.4.2 [INFO] [stderr] Checking bzip2 v0.5.2 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking zopfli v0.8.3 [INFO] [stderr] Checking xz2 v0.1.7 [INFO] [stderr] Checking lzma-rs v0.3.0 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking pbkdf2 v0.12.2 [INFO] [stderr] Checking deflate64 v0.1.12 [INFO] [stderr] Checking constant_time_eq v0.3.1 [INFO] [stderr] Checking rand v0.9.4 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking dashmap v6.1.0 [INFO] [stderr] Checking regex-syntax v0.8.10 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Checking xattr v1.6.1 [INFO] [stderr] Checking filetime v0.2.29 [INFO] [stderr] Checking env_home v0.1.0 [INFO] [stderr] Checking wait-timeout v0.2.1 [INFO] [stderr] Checking http v0.2.12 [INFO] [stderr] Checking vsimd v0.8.0 [INFO] [stderr] Checking tar v0.4.46 [INFO] [stderr] Checking outref v0.5.2 [INFO] [stderr] Checking flate2 v1.1.9 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking pem v3.0.6 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Checking blowfish v0.9.1 [INFO] [stderr] Checking base64ct v1.8.3 [INFO] [stderr] Checking base64-simd v0.8.0 [INFO] [stderr] Checking hybrid-array v0.4.12 [INFO] [stderr] Checking ff v0.12.1 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking base16ct v0.1.1 [INFO] [stderr] Checking cmov v0.5.3 [INFO] [stderr] Checking group v0.12.1 [INFO] [stderr] Checking const-oid v0.10.2 [INFO] [stderr] Checking signature v1.6.4 [INFO] [stderr] Checking ctutils v0.4.2 [INFO] [stderr] Checking inotify-sys v0.1.5 [INFO] [stderr] Compiling aws-types v1.3.15 [INFO] [stderr] Checking notify-types v2.1.0 [INFO] [stderr] Checking cpufeatures v0.3.0 [INFO] [stderr] Checking inotify v0.11.1 [INFO] [stderr] Checking lazy_static v1.5.0 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking regex-lite v0.1.9 [INFO] [stderr] Checking urlencoding v2.1.3 [INFO] [stderr] Checking xmlparser v0.13.6 [INFO] [stderr] Checking notify v8.2.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [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 zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling zeroize_derive v1.4.3 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking zeroize v1.8.2 [INFO] [stderr] Checking rustls-pki-types v1.14.1 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking tungstenite v0.29.0 [INFO] [stderr] Checking axum-core v0.5.6 [INFO] [stderr] Checking rustls-native-certs v0.8.3 [INFO] [stderr] Checking webpki-roots v1.0.7 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Checking http-body v0.4.6 [INFO] [stderr] Checking simple_asn1 v0.6.4 [INFO] [stderr] Compiling aws-smithy-runtime-api-macros v1.0.0 [INFO] [stderr] Checking der v0.6.1 [INFO] [stderr] Checking zerofrom v0.1.8 [INFO] [stderr] Checking bcrypt v0.17.1 [INFO] [stderr] Checking crypto-bigint v0.4.9 [INFO] [stderr] Checking yoke v0.8.2 [INFO] [stderr] Checking crypto-common v0.2.1 [INFO] [stderr] Checking block-buffer v0.12.0 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Checking zerotrie v0.2.4 [INFO] [stderr] Checking aws-smithy-xml v0.60.15 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking spki v0.6.0 [INFO] [stderr] Checking tracing-log v0.2.0 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking pkcs8 v0.9.0 [INFO] [stderr] Checking nu-ansi-term v0.50.3 [INFO] [stderr] Checking unsafe-libyaml v0.2.11 [INFO] [stderr] Checking rfc6979 v0.3.1 [INFO] [stderr] Checking sec1 v0.3.0 [INFO] [stderr] Compiling include_dir_macros v0.7.4 [INFO] [stderr] Checking is-docker v0.2.0 [INFO] [stderr] Checking is-wsl v0.4.0 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Checking elliptic-curve v0.12.3 [INFO] [stderr] Checking digest v0.11.3 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Checking include_dir v0.7.4 [INFO] [stderr] Checking pathdiff v0.2.3 [INFO] [stderr] Checking open v5.3.5 [INFO] [stderr] Compiling winnow v1.0.2 [INFO] [stderr] Checking ecdsa v0.14.8 [INFO] [stderr] Checking hmac v0.13.0 [INFO] [stderr] Checking sha2 v0.11.0 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking p256 v0.11.1 [INFO] [stderr] Checking serde_urlencoded v0.7.1 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking icu_provider v2.2.0 [INFO] [stderr] Checking icu_properties v2.2.0 [INFO] [stderr] Checking icu_normalizer v2.2.0 [INFO] [stderr] Checking which v7.0.3 [INFO] [stderr] Checking bytes-utils v0.1.4 [INFO] [stderr] Checking jsonwebtoken v9.3.1 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking tracing-serde v0.2.0 [INFO] [stderr] Checking serde_yaml v0.9.34+deprecated [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Checking matchers v0.2.0 [INFO] [stderr] Checking idna_adapter v1.2.2 [INFO] [stderr] Checking regex v1.12.3 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking idna v1.1.0 [INFO] [stderr] Checking rand v0.8.6 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Checking url v2.5.8 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking serde_spanned v1.1.1 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Compiling darling_core v0.23.0 [INFO] [stderr] Checking tokio-util v0.7.18 [INFO] [stderr] Checking tower v0.5.3 [INFO] [stderr] Checking tokio-tungstenite v0.29.0 [INFO] [stderr] Checking aws-smithy-async v1.2.14 [INFO] [stderr] Checking symlink v0.1.0 [INFO] [stderr] Checking toml_writer v1.1.1+spec-1.1.0 [INFO] [stderr] Checking which v8.0.3 [INFO] [stderr] Checking sqlx-core v0.8.6 [INFO] [stderr] Compiling ref-cast v1.0.25 [INFO] [stderr] Checking toml v1.1.2+spec-1.1.0 [INFO] [stderr] Checking glob v0.3.3 [INFO] [stderr] Compiling unicode-segmentation v1.13.2 [INFO] [stderr] Checking h2 v0.4.14 [INFO] [stderr] Checking tower-http v0.6.10 [INFO] [stderr] Checking aws-smithy-types v1.4.7 [INFO] [stderr] Compiling ref-cast-impl v1.0.25 [INFO] [stderr] Checking tracing-appender v0.2.5 [INFO] [stderr] Compiling convert_case v0.10.0 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Checking dyn-clone v1.0.20 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Compiling derive_more-impl v2.1.1 [INFO] [stderr] Checking lru v0.18.0 [INFO] [stderr] Compiling strum_macros v0.28.0 [INFO] [stderr] Checking aws-smithy-runtime-api v1.12.0 [INFO] [stderr] Checking aws-smithy-json v0.62.5 [INFO] [stderr] Checking aws-smithy-query v0.60.15 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Compiling pin-project-internal v1.1.13 [INFO] [stderr] Compiling curve25519-dalek v4.1.3 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling rmcp v1.7.0 [INFO] [stderr] Compiling schemars_derive v1.2.1 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking zstd v0.13.3 [INFO] [stderr] Checking jsonwebtoken v10.4.0 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Checking aws-smithy-http v0.63.6 [INFO] [stderr] Checking aws-credential-types v1.2.14 [INFO] [stderr] error: could not compile `regex-automata` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/bin/rustc --crate-name regex_automata --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=15f3fb3d8806a8a0 -C extra-filename=-3aad4e7c49194e3e --out-dir /opt/rustwide/target/debug/build/regex-automata/3aad4e7c49194e3e/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/36163618c25c4331/out -L dependency=/opt/rustwide/target/debug/build/memchr/79e39afdc3ea9cc3/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/69ddd02353b19ab7/out --extern aho_corasick=/opt/rustwide/target/debug/build/aho-corasick/36163618c25c4331/out/libaho_corasick-36163618c25c4331.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/79e39afdc3ea9cc3/out/libmemchr-79e39afdc3ea9cc3.rmeta --extern regex_syntax=/opt/rustwide/target/debug/build/regex-syntax/69ddd02353b19ab7/out/libregex_syntax-69ddd02353b19ab7.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/65c7d39f9c2b9d5c316725cb48fa3d360c64c663/bin/rustc --crate-name sqlx_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=line-tables-only -C split-debuginfo=unpacked --cfg 'feature="_rt-tokio"' --cfg 'feature="any"' --cfg 'feature="crc"' --cfg 'feature="default"' --cfg 'feature="json"' --cfg 'feature="migrate"' --cfg 'feature="offline"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="sha2"' --cfg 'feature="tokio"' --cfg 'feature="tokio-stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_rt-async-std", "_rt-tokio", "_tls-native-tls", "_tls-none", "_tls-rustls", "_tls-rustls-aws-lc-rs", "_tls-rustls-ring-native-roots", "_tls-rustls-ring-webpki", "any", "async-io", "async-std", "bigdecimal", "bit-vec", "bstr", "chrono", "crc", "default", "ipnet", "ipnetwork", "json", "mac_address", "migrate", "native-tls", "offline", "regex", "rust_decimal", "rustls", "rustls-native-certs", "serde", "serde_json", "sha2", "time", "tokio", "tokio-stream", "uuid", "webpki-roots"))' -C metadata=00135c932f0e203c -C extra-filename=-1eca14ebd854de1b --out-dir /opt/rustwide/target/debug/build/sqlx-core/1eca14ebd854de1b/out -L dependency=/opt/rustwide/target/debug/build/allocator-api2/f11ef0993d1d7625/out -L dependency=/opt/rustwide/target/debug/build/base64/f81cae72e23b7c86/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/ecd602c5d8c4c350/out -L dependency=/opt/rustwide/target/debug/build/bytes/1fd2cceef616ab4c/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/36f1ccb5427ed90d/out -L dependency=/opt/rustwide/target/debug/build/concurrent-queue/b999043acd2b5ab1/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/557dea55887a72cb/out -L dependency=/opt/rustwide/target/debug/build/crc/77682b4b5f629f09/out -L dependency=/opt/rustwide/target/debug/build/crc-catalog/39ba8bfa3914b568/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-queue/9ad6686d46a61568/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/7c0d0bf683eb20c0/out -L dependency=/opt/rustwide/target/debug/build/crypto-common/856bd1830ace9f15/out -L dependency=/opt/rustwide/target/debug/build/digest/2760d573b8814e10/out -L dependency=/opt/rustwide/target/debug/build/displaydoc/ca4b6d24fabc8a77/out -L dependency=/opt/rustwide/target/debug/build/either/de86da9fe8632a3d/out -L dependency=/opt/rustwide/target/debug/build/equivalent/7b2580c6e3760cfc/out -L dependency=/opt/rustwide/target/debug/build/errno/5a7cdf49376ad519/out -L dependency=/opt/rustwide/target/debug/build/event-listener/6d6d65a87db170a8/out -L dependency=/opt/rustwide/target/debug/build/foldhash/6be0fa3e9b20051d/out -L dependency=/opt/rustwide/target/debug/build/foldhash/955ef6a0c280bcd2/out -L dependency=/opt/rustwide/target/debug/build/form_urlencoded/dcb512279e6a29b1/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/adb45545407a8b3c/out -L dependency=/opt/rustwide/target/debug/build/futures-core/1d5d67c235bb7295/out -L dependency=/opt/rustwide/target/debug/build/futures-intrusive/d56978cf28c7530d/out -L dependency=/opt/rustwide/target/debug/build/futures-io/7c933ebd50f6ae86/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/10e0646bef93b78e/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/17b9eed2a2faa029/out -L dependency=/opt/rustwide/target/debug/build/futures-task/b1b9bc78a56c3207/out -L dependency=/opt/rustwide/target/debug/build/futures-util/a22b4d0f4fc2bb3b/out -L dependency=/opt/rustwide/target/debug/build/generic-array/e02d58dfce1e2f70/out -L dependency=/opt/rustwide/target/debug/build/getrandom/502c99e609f2b4a1/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/0024b9c7cbbe8da6/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/e6e7e97472f3bbdd/out -L dependency=/opt/rustwide/target/debug/build/hashlink/5c86aa87f4886348/out -L dependency=/opt/rustwide/target/debug/build/icu_collections/142daf5e9098f61b/out -L dependency=/opt/rustwide/target/debug/build/icu_locale_core/16b68bd4a55d8a16/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer/bfcde59c15a30433/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer_data/1848ae7be8360d77/out -L dependency=/opt/rustwide/target/debug/build/icu_properties/739e1a0e6dec6b24/out -L dependency=/opt/rustwide/target/debug/build/icu_properties_data/150368eff1d1e52e/out -L dependency=/opt/rustwide/target/debug/build/icu_provider/1da56c70c350ec60/out -L dependency=/opt/rustwide/target/debug/build/idna/30c4db6f4255584c/out -L dependency=/opt/rustwide/target/debug/build/idna_adapter/dc48a8d3371b3d70/out -L dependency=/opt/rustwide/target/debug/build/indexmap/7875ffcaf4e8b63d/out -L dependency=/opt/rustwide/target/debug/build/itoa/57d0368bbb409275/out -L dependency=/opt/rustwide/target/debug/build/libc/0ce221a1c61527fd/out -L dependency=/opt/rustwide/target/debug/build/litemap/69b2b08764b4e91e/out -L dependency=/opt/rustwide/target/debug/build/lock_api/2eebadebd4443206/out -L dependency=/opt/rustwide/target/debug/build/log/e9464e7b43dbf83e/out -L dependency=/opt/rustwide/target/debug/build/memchr/fabdb881a3f2d76f/out -L dependency=/opt/rustwide/target/debug/build/mio/1deb7122faaf97e8/out -L dependency=/opt/rustwide/target/debug/build/once_cell/7ed849cb359c6c4a/out -L dependency=/opt/rustwide/target/debug/build/parking/2a70fd10ddcb0815/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/67f6abe35ce73f60/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/6657af8560764f10/out -L dependency=/opt/rustwide/target/debug/build/percent-encoding/8116a9476443ebde/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/124e590b842f06b3/out -L dependency=/opt/rustwide/target/debug/build/potential_utf/6cc8003c3ecbddcb/out -L dependency=/opt/rustwide/target/debug/build/rand_core/086e590c9a825981/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/8c0783b79a83f2b3/out -L dependency=/opt/rustwide/target/debug/build/serde/29457fd8d29eb41f/out -L dependency=/opt/rustwide/target/debug/build/serde_core/cc8e1df9e3beced8/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/5c9de8f80e881a9b/out -L dependency=/opt/rustwide/target/debug/build/serde_json/683dd38abcd2ed3c/out -L dependency=/opt/rustwide/target/debug/build/sha2/0742c8bdeedd9da2/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/6c9dd07214ac3f5e/out -L dependency=/opt/rustwide/target/debug/build/slab/77860a311a2137a8/out -L dependency=/opt/rustwide/target/debug/build/smallvec/1e2a8a86a62fbb92/out -L dependency=/opt/rustwide/target/debug/build/socket2/1fc9962d863c2115/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/b52722126ca01fa6/out -L dependency=/opt/rustwide/target/debug/build/subtle/36a43ae31fe21f83/out -L dependency=/opt/rustwide/target/debug/build/thiserror/39cf301f665ea750/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/6165b6806ce5a467/out -L dependency=/opt/rustwide/target/debug/build/tinystr/1e3c1ab7404d73d8/out -L dependency=/opt/rustwide/target/debug/build/tokio/bdabb95898657ac8/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/50d9c847306b0c8e/out -L dependency=/opt/rustwide/target/debug/build/tokio-stream/29c953c2b8949505/out -L dependency=/opt/rustwide/target/debug/build/tracing/205942616a0a87f4/out -L dependency=/opt/rustwide/target/debug/build/tracing-attributes/ece1bb49878a205c/out -L dependency=/opt/rustwide/target/debug/build/tracing-core/632a529cc575b1ef/out -L dependency=/opt/rustwide/target/debug/build/typenum/0c470fa8febe2557/out -L dependency=/opt/rustwide/target/debug/build/url/c971b1222f7f520f/out -L dependency=/opt/rustwide/target/debug/build/utf8_iter/81f3fc802852dedf/out -L dependency=/opt/rustwide/target/debug/build/writeable/81403da3c8d47df0/out -L dependency=/opt/rustwide/target/debug/build/yoke/4e65089f7d2a2e06/out -L dependency=/opt/rustwide/target/debug/build/yoke-derive/4f5377bca3f4b5a6/out -L dependency=/opt/rustwide/target/debug/build/zerofrom/292b38ce8f2799d9/out -L dependency=/opt/rustwide/target/debug/build/zerofrom-derive/6a2703b060bba4a8/out -L dependency=/opt/rustwide/target/debug/build/zerotrie/74d75e66efe7accc/out -L dependency=/opt/rustwide/target/debug/build/zerovec/f2f0f7289e9a152b/out -L dependency=/opt/rustwide/target/debug/build/zerovec-derive/e9a3c9724c8e4b1a/out -L dependency=/opt/rustwide/target/debug/build/zmij/5979412ae541ea2e/out --extern base64=/opt/rustwide/target/debug/build/base64/f81cae72e23b7c86/out/libbase64-f81cae72e23b7c86.rmeta --extern bytes=/opt/rustwide/target/debug/build/bytes/1fd2cceef616ab4c/out/libbytes-1fd2cceef616ab4c.rmeta --extern crc=/opt/rustwide/target/debug/build/crc/77682b4b5f629f09/out/libcrc-77682b4b5f629f09.rmeta --extern crossbeam_queue=/opt/rustwide/target/debug/build/crossbeam-queue/9ad6686d46a61568/out/libcrossbeam_queue-9ad6686d46a61568.rmeta --extern either=/opt/rustwide/target/debug/build/either/de86da9fe8632a3d/out/libeither-de86da9fe8632a3d.rmeta --extern event_listener=/opt/rustwide/target/debug/build/event-listener/6d6d65a87db170a8/out/libevent_listener-6d6d65a87db170a8.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/1d5d67c235bb7295/out/libfutures_core-1d5d67c235bb7295.rmeta --extern futures_intrusive=/opt/rustwide/target/debug/build/futures-intrusive/d56978cf28c7530d/out/libfutures_intrusive-d56978cf28c7530d.rmeta --extern futures_io=/opt/rustwide/target/debug/build/futures-io/7c933ebd50f6ae86/out/libfutures_io-7c933ebd50f6ae86.rmeta --extern futures_util=/opt/rustwide/target/debug/build/futures-util/a22b4d0f4fc2bb3b/out/libfutures_util-a22b4d0f4fc2bb3b.rmeta --extern hashbrown=/opt/rustwide/target/debug/build/hashbrown/0024b9c7cbbe8da6/out/libhashbrown-0024b9c7cbbe8da6.rmeta --extern hashlink=/opt/rustwide/target/debug/build/hashlink/5c86aa87f4886348/out/libhashlink-5c86aa87f4886348.rmeta --extern indexmap=/opt/rustwide/target/debug/build/indexmap/7875ffcaf4e8b63d/out/libindexmap-7875ffcaf4e8b63d.rmeta --extern log=/opt/rustwide/target/debug/build/log/e9464e7b43dbf83e/out/liblog-e9464e7b43dbf83e.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/fabdb881a3f2d76f/out/libmemchr-fabdb881a3f2d76f.rmeta --extern once_cell=/opt/rustwide/target/debug/build/once_cell/7ed849cb359c6c4a/out/libonce_cell-7ed849cb359c6c4a.rmeta --extern percent_encoding=/opt/rustwide/target/debug/build/percent-encoding/8116a9476443ebde/out/libpercent_encoding-8116a9476443ebde.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/29457fd8d29eb41f/out/libserde-29457fd8d29eb41f.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/683dd38abcd2ed3c/out/libserde_json-683dd38abcd2ed3c.rmeta --extern sha2=/opt/rustwide/target/debug/build/sha2/0742c8bdeedd9da2/out/libsha2-0742c8bdeedd9da2.rmeta --extern smallvec=/opt/rustwide/target/debug/build/smallvec/1e2a8a86a62fbb92/out/libsmallvec-1e2a8a86a62fbb92.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/39cf301f665ea750/out/libthiserror-39cf301f665ea750.rmeta --extern tokio=/opt/rustwide/target/debug/build/tokio/bdabb95898657ac8/out/libtokio-bdabb95898657ac8.rmeta --extern tokio_stream=/opt/rustwide/target/debug/build/tokio-stream/29c953c2b8949505/out/libtokio_stream-29c953c2b8949505.rmeta --extern tracing=/opt/rustwide/target/debug/build/tracing/205942616a0a87f4/out/libtracing-205942616a0a87f4.rmeta --extern url=/opt/rustwide/target/debug/build/url/c971b1222f7f520f/out/liburl-c971b1222f7f520f.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "dae8276e2ea6ceaa4730b26e823ef699904b8e7153d295b26a737d51b5bc8e81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dae8276e2ea6ceaa4730b26e823ef699904b8e7153d295b26a737d51b5bc8e81", kill_on_drop: false }` [INFO] [stdout] dae8276e2ea6ceaa4730b26e823ef699904b8e7153d295b26a737d51b5bc8e81