[INFO] cloning repository https://github.com/HM2899/Tide-Image-Hosting
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HM2899/Tide-Image-Hosting" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHM2899%2FTide-Image-Hosting", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHM2899%2FTide-Image-Hosting'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0381a1a5ca5996d6f6cc191b05c46f6fdd8458e5
[INFO] checking HM2899/Tide-Image-Hosting against a621e2b446eafb53c7a8569f225e0b8cc2429a68 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHM2899%2FTide-Image-Hosting" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HM2899/Tide-Image-Hosting
[INFO] finished tweaking git repo https://github.com/HM2899/Tide-Image-Hosting
[INFO] tweaked toml for git repo https://github.com/HM2899/Tide-Image-Hosting written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HM2899/Tide-Image-Hosting on toolchain a621e2b446eafb53c7a8569f225e0b8cc2429a68
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HM2899/Tide-Image-Hosting 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" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6ceae9e440bab26907c370b40273511048255dd4de9057aa7c0cc1414c448131
[INFO] running `Command { std: "docker" "start" "6ceae9e440bab26907c370b40273511048255dd4de9057aa7c0cc1414c448131", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ceae9e440bab26907c370b40273511048255dd4de9057aa7c0cc1414c448131", 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" "6ceae9e440bab26907c370b40273511048255dd4de9057aa7c0cc1414c448131" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6ceae9e440bab26907c370b40273511048255dd4de9057aa7c0cc1414c448131", 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" "6ceae9e440bab26907c370b40273511048255dd4de9057aa7c0cc1414c448131" "/opt/rustwide/cargo-home/bin/cargo" "+a621e2b446eafb53c7a8569f225e0b8cc2429a68" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking log v0.4.32
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.122
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling bumpalo v3.20.3
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling wasm-bindgen v0.2.122
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling zerocopy v0.8.50
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.4
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking throw_error v0.2.0
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]    Compiling konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling konst v0.2.20
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.122
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking or_poisoned v0.1.0
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking yoke v0.8.3
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.122
[INFO] [stderr]    Compiling aws-smithy-runtime-api-macros v1.0.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking bytes-utils v0.1.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking js-sys v0.3.99
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking hydration_context v0.2.1
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling syn_derive v0.2.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling const_format v0.2.36
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]    Compiling aws-types v1.3.16
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking guardian v1.3.0
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling server_fn_macro v0.7.8
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling quote-use-macros v0.8.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling reactive_stores_macro v0.1.8
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking aws-smithy-async v1.2.14
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-rustls v0.24.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]     Checking aws-smithy-types v1.4.9
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking h2 v0.3.27
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]     Checking aws-smithy-runtime-api v1.12.3
[INFO] [stderr]     Checking aws-smithy-eventstream v0.60.20
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]     Checking aws-smithy-schema v0.1.0
[INFO] [stderr]     Checking aws-smithy-http v0.63.6
[INFO] [stderr]     Checking web-sys v0.3.99
[INFO] [stderr]     Checking wasm-bindgen-futures v0.4.72
[INFO] [stderr]     Checking aws-credential-types v1.2.14
[INFO] [stderr]     Checking any_spawner v0.2.0
[INFO] [stderr]     Checking reactive_graph v0.1.8
[INFO] [stderr]     Checking aws-smithy-observability v0.2.6
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]     Checking hyper v0.14.32
[INFO] [stderr]     Checking utf8-width v0.1.8
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]     Checking reactive_stores v0.1.8
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]     Checking aws-sigv4 v1.4.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling quote-use v0.8.4
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]     Checking oco_ref v0.2.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking either_of v0.1.9
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking linear-map v1.2.0
[INFO] [stderr]     Checking next_tuple v0.1.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]     Checking hyper-rustls v0.24.2
[INFO] [stderr]     Checking const_str_slice_concat v0.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]     Checking drain_filter_polyfill v0.1.3
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling attribute-derive-macro v0.10.5
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling rstml v0.12.1
[INFO] [stderr]     Checking aws-smithy-json v0.62.7
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]    Compiling server_fn_macro_default v0.7.8
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]     Checking serde_qs v0.13.0
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling typed-builder-macro v0.20.1
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]     Checking regex-lite v0.1.9
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling built v0.8.1
[INFO] [stderr]     Checking config v0.15.23
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking typed-builder v0.20.1
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling leptos_hot_reload v0.7.8
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]    Compiling sqlx-core v0.8.6
[INFO] [stderr]    Compiling attribute-derive v0.10.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking tide-shared v0.1.0 (/opt/rustwide/workdir/crates/shared)
[INFO] [stderr]     Checking codee v0.3.5
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]     Checking aws-smithy-xml v0.60.15
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]    Compiling libwebp-sys v0.9.6
[INFO] [stderr]     Checking bitstream-io v4.10.0
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling leptos_macro v0.7.9
[INFO] [stderr]     Checking profiling v1.0.18
[INFO] [stderr]     Checking leptos_config v0.7.8
[INFO] [stderr]     Checking gloo-utils v0.2.0
[INFO] [stderr]     Checking tachys v0.1.9
[INFO] [stderr]     Checking wasm-streams v0.4.2
[INFO] [stderr]     Checking gloo-net v0.6.0
[INFO] [stderr]     Checking gloo-events v0.2.0
[INFO] [stderr]    Compiling sqlx-postgres v0.8.6
[INFO] [stderr]     Checking server_fn v0.7.8
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking opaque-debug v0.3.1
[INFO] [stderr]     Checking spin v0.10.0
[INFO] [stderr]     Checking imgref v1.12.2
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking crc-fast v1.10.0
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking gloo-file v0.3.0
[INFO] [stderr]     Checking gloo-storage v0.3.0
[INFO] [stderr]     Checking async-compression v0.4.42
[INFO] [stderr]     Checking avif-serialize v0.8.9
[INFO] [stderr]     Checking aws-smithy-query v0.60.15
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling axum-macros v0.5.1
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]     Checking md-5 v0.11.0
[INFO] [stderr]     Checking sha1 v0.11.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking http-range-header v0.4.2
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking pxfm v0.1.29
[INFO] [stderr]     Checking zune-core v0.5.1
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking gif v0.14.2
[INFO] [stderr]     Checking moxcms v0.8.1
[INFO] [stderr]     Checking ravif v0.13.0
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking zune-jpeg v0.5.15
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking aws-smithy-checksums v0.64.8
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking email-encoding v0.4.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking email_address v0.2.9
[INFO] [stderr]     Checking quoted_printable v0.5.2
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking image v0.25.10
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking axum-extra v0.10.3
[INFO] [stderr]     Checking webp v0.3.1
[INFO] [stderr]     Checking leptos_server v0.7.8
[INFO] [stderr]     Checking leptos_dom v0.7.8
[INFO] [stderr]     Checking leptos v0.7.8
[INFO] [stderr]     Checking tide-web v0.1.0 (/opt/rustwide/workdir/crates/web)
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking lettre v0.11.22
[INFO] [stderr]     Checking aws-smithy-http-client v1.1.13
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking aws-smithy-runtime v1.11.3
[INFO] [stderr]     Checking aws-runtime v1.7.4
[INFO] [stderr]     Checking aws-sdk-sts v1.106.0
[INFO] [stderr]     Checking aws-sdk-ssooidc v1.103.0
[INFO] [stderr]     Checking aws-sdk-sso v1.101.0
[INFO] [stderr]     Checking aws-sdk-s3 v1.135.0
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking aws-config v1.8.18
[INFO] [stderr] error: could not compile `aws-sdk-s3` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/a621e2b446eafb53c7a8569f225e0b8cc2429a68/bin/rustc --crate-name aws_sdk_s3 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/aws-sdk-s3-1.135.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="default-https-client"' --cfg 'feature="http-1x"' --cfg 'feature="rt-tokio"' --cfg 'feature="rustls"' --cfg 'feature="sigv4a"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("behavior-version-latest", "default", "default-https-client", "gated-tests", "http-1x", "rt-tokio", "rustls", "sigv4a", "test-util"))' -C metadata=920ff2b521e4057b -C extra-filename=-53c018c5de857ff1 --out-dir /opt/rustwide/target/debug/build/aws-sdk-s3/53c018c5de857ff1/out -L dependency=/opt/rustwide/target/debug/build/allocator-api2/34319c28828d46c3/out -L dependency=/opt/rustwide/target/debug/build/atomic-waker/d2edf130acb84086/out -L dependency=/opt/rustwide/target/debug/build/aws-credential-types/061ad8f3a1760151/out -L dependency=/opt/rustwide/target/debug/build/aws-lc-rs/b1f18ecda6807594/out -L dependency=/opt/rustwide/target/debug/build/aws-lc-sys/492c4e44bf50b21e/out -L dependency=/opt/rustwide/target/debug/build/aws-sigv4/808784da35542ecb/out -L dependency=/opt/rustwide/target/debug/build/aws-smithy-async/474be1e601279cec/out -L dependency=/opt/rustwide/target/debug/build/aws-smithy-eventstream/145caf71ed4be29c/out -L dependency=/opt/rustwide/target/debug/build/aws-smithy-http-client/6b1fb27fcdd5945b/out -L dependency=/opt/rustwide/target/debug/build/aws-smithy-http/5aaa1550830afe68/out -L dependency=/opt/rustwide/target/debug/build/aws-smithy-observability/c2f4e7cca0297550/out -L dependency=/opt/rustwide/target/debug/build/aws-smithy-runtime-api-macros/09a02f6839a32409/out -L dependency=/opt/rustwide/target/debug/build/aws-smithy-runtime-api/92280f0af64fb968/out -L dependency=/opt/rustwide/target/debug/build/aws-smithy-runtime/0e6e0bdb088bcb21/out -L dependency=/opt/rustwide/target/debug/build/aws-smithy-schema/211413672f78e78e/out -L dependency=/opt/rustwide/target/debug/build/aws-smithy-types/6c11530b932e152a/out -L dependency=/opt/rustwide/target/debug/build/aws-types/6b375ae61b092e87/out -L dependency=/opt/rustwide/target/debug/build/base16ct/f2a1c4a64c386fa6/out -L dependency=/opt/rustwide/target/debug/build/base64-simd/497162d520aa7a5c/out -L dependency=/opt/rustwide/target/debug/build/base64/d8aec028dea2d277/out -L dependency=/opt/rustwide/target/debug/build/base64ct/7056cca72f6a3e89/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/578bb4eef5ab4eaf/out -L dependency=/opt/rustwide/target/debug/build/block-buffer/b106b3fc0d2b0928/out -L dependency=/opt/rustwide/target/debug/build/bytes-utils/8de44a3970aa6299/out -L dependency=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/cmov/d863bcfeab538103/out -L dependency=/opt/rustwide/target/debug/build/const-oid/5abb6e22430efd63/out -L dependency=/opt/rustwide/target/debug/build/const-oid/b093ba1a9cffd7a0/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/1ae956ba346ebd12/out -L dependency=/opt/rustwide/target/debug/build/cpufeatures/d73b58fdf77d9fc5/out -L dependency=/opt/rustwide/target/debug/build/crc-fast/dd815321bba168b3/out -L dependency=/opt/rustwide/target/debug/build/crc32fast/31ecd786fe404797/out -L dependency=/opt/rustwide/target/debug/build/crypto-bigint/b81419b1c9eb5c9a/out -L dependency=/opt/rustwide/target/debug/build/crypto-common/1f2c4b194f348b5f/out -L dependency=/opt/rustwide/target/debug/build/crypto-common/9d453454852ccf97/out -L dependency=/opt/rustwide/target/debug/build/ctutils/670f59174de6c720/out -L dependency=/opt/rustwide/target/debug/build/der/1dde84b7dcec3ca9/out -L dependency=/opt/rustwide/target/debug/build/deranged/7c9de6a11faea304/out -L dependency=/opt/rustwide/target/debug/build/digest/6bf17d70ab2e5007/out -L dependency=/opt/rustwide/target/debug/build/digest/bb0918ff2157179a/out -L dependency=/opt/rustwide/target/debug/build/displaydoc/24e94209a0d338dd/out -L dependency=/opt/rustwide/target/debug/build/ecdsa/758eecba258ba8d8/out -L dependency=/opt/rustwide/target/debug/build/either/971c0cc77325dd23/out -L dependency=/opt/rustwide/target/debug/build/elliptic-curve/21953dc70dd9dafd/out -L dependency=/opt/rustwide/target/debug/build/equivalent/d23b026399a51038/out -L dependency=/opt/rustwide/target/debug/build/errno/0997ff084336fcdf/out -L dependency=/opt/rustwide/target/debug/build/fastrand/d076ee4abaa6c192/out -L dependency=/opt/rustwide/target/debug/build/ff/66d234fa3d5190eb/out -L dependency=/opt/rustwide/target/debug/build/fnv/bf9ae889bab8acee/out -L dependency=/opt/rustwide/target/debug/build/foldhash/7cc0e6b6b64910e8/out -L dependency=/opt/rustwide/target/debug/build/form_urlencoded/a0709cb2f4e6749a/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/6351650e09691772/out -L dependency=/opt/rustwide/target/debug/build/futures-core/1cd512d543215c04/out -L dependency=/opt/rustwide/target/debug/build/futures-io/8551f65ba49d7852/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/4f182f3185b75060/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/80687936758fa695/out -L dependency=/opt/rustwide/target/debug/build/futures-task/bde3b8216abf23c5/out -L dependency=/opt/rustwide/target/debug/build/futures-util/ef535061cea44e4e/out -L dependency=/opt/rustwide/target/debug/build/generic-array/2cad4c4f93e53d06/out -L dependency=/opt/rustwide/target/debug/build/getrandom/0ef316d950c3b565/out -L dependency=/opt/rustwide/target/debug/build/getrandom/becbbaffec24f2c8/out -L dependency=/opt/rustwide/target/debug/build/group/fcd2a658c22b443a/out -L dependency=/opt/rustwide/target/debug/build/h2/755ddf7e107bc091/out -L dependency=/opt/rustwide/target/debug/build/h2/d1aee213d9fc666f/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/0351dbc9c736718e/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/1ff293044ac6a4a8/out -L dependency=/opt/rustwide/target/debug/build/hex/4852862d92867e36/out -L dependency=/opt/rustwide/target/debug/build/hmac/ab230df2f1947c4a/out -L dependency=/opt/rustwide/target/debug/build/hmac/e6bcc06ff1b13103/out -L dependency=/opt/rustwide/target/debug/build/http-body-util/b6905139cab8696d/out -L dependency=/opt/rustwide/target/debug/build/http-body/6714f2e4b79bc3d1/out -L dependency=/opt/rustwide/target/debug/build/http-body/da0ebc4a58436a77/out -L dependency=/opt/rustwide/target/debug/build/http/84ff4172e7b4dbee/out -L dependency=/opt/rustwide/target/debug/build/http/ba4bdbec630ff748/out -L dependency=/opt/rustwide/target/debug/build/httparse/b9ed2fea81abf9ac/out -L dependency=/opt/rustwide/target/debug/build/httpdate/dd055e56878c34d5/out -L dependency=/opt/rustwide/target/debug/build/hybrid-array/4cb75e588db4064c/out -L dependency=/opt/rustwide/target/debug/build/hyper-rustls/0708179c8f7f2c08/out -L dependency=/opt/rustwide/target/debug/build/hyper-rustls/b9612940e83b9d29/out -L dependency=/opt/rustwide/target/debug/build/hyper-util/8d7b8455bf779348/out -L dependency=/opt/rustwide/target/debug/build/hyper/4108e364afed5ca5/out -L dependency=/opt/rustwide/target/debug/build/hyper/95957a6a15774022/out -L dependency=/opt/rustwide/target/debug/build/icu_collections/15429ede64881394/out -L dependency=/opt/rustwide/target/debug/build/icu_locale_core/ee40e873ce57cafb/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer/af657959e3b45a31/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer_data/9df594966f451c5b/out -L dependency=/opt/rustwide/target/debug/build/icu_properties/e7e0177057a73441/out -L dependency=/opt/rustwide/target/debug/build/icu_properties_data/335803bac80265ac/out -L dependency=/opt/rustwide/target/debug/build/icu_provider/3effcb2f5562c29d/out -L dependency=/opt/rustwide/target/debug/build/idna/d7385f38a9519582/out -L dependency=/opt/rustwide/target/debug/build/idna_adapter/ff3d533c074a74e9/out -L dependency=/opt/rustwide/target/debug/build/indexmap/5cd8f496451fc958/out -L dependency=/opt/rustwide/target/debug/build/ipnet/e2136f81a6e9242d/out -L dependency=/opt/rustwide/target/debug/build/itoa/488dcf4f13423b18/out -L dependency=/opt/rustwide/target/debug/build/libc/7d2af120e89c619c/out -L dependency=/opt/rustwide/target/debug/build/libm/89e5b3015da8f563/out -L dependency=/opt/rustwide/target/debug/build/litemap/6390bd0b5dbf5657/out -L dependency=/opt/rustwide/target/debug/build/lock_api/b47e4fe57039b3cf/out -L dependency=/opt/rustwide/target/debug/build/log/9ceeb40c55739a25/out -L dependency=/opt/rustwide/target/debug/build/md-5/8872666a5b698115/out -L dependency=/opt/rustwide/target/debug/build/memchr/e644acf4bdfb9529/out -L dependency=/opt/rustwide/target/debug/build/mio/24357868ea6ec5f7/out -L dependency=/opt/rustwide/target/debug/build/num-conv/d4153d9e45ce082d/out -L dependency=/opt/rustwide/target/debug/build/num-integer/9d4088e8ebbef0c3/out -L dependency=/opt/rustwide/target/debug/build/num-traits/db5824db52a73596/out -L dependency=/opt/rustwide/target/debug/build/once_cell/6f8123b0c2eed634/out -L dependency=/opt/rustwide/target/debug/build/openssl-probe/37a8cbe961b4ea12/out -L dependency=/opt/rustwide/target/debug/build/outref/dc38b173fed6e653/out -L dependency=/opt/rustwide/target/debug/build/p256/1c0605bd28c9ab39/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/fd9bbe367ddcdda3/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/cdf2a7d8e8dee029/out -L dependency=/opt/rustwide/target/debug/build/pem-rfc7468/6c9c34a643ed7168/out -L dependency=/opt/rustwide/target/debug/build/percent-encoding/f0f3780066f274e0/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/7176d3be2b7ee2e1/out -L dependency=/opt/rustwide/target/debug/build/pin-utils/db1de871cd8706a6/out -L dependency=/opt/rustwide/target/debug/build/pkcs8/d9d90d8fbc88679f/out -L dependency=/opt/rustwide/target/debug/build/potential_utf/0a2e93e3880375fb/out -L dependency=/opt/rustwide/target/debug/build/powerfmt/6244fffd86cf9c21/out -L dependency=/opt/rustwide/target/debug/build/primeorder/6e94f7294ee342f5/out -L dependency=/opt/rustwide/target/debug/build/rand_core/7fec49735110ccf8/out -L dependency=/opt/rustwide/target/debug/build/rfc6979/46ed69878340c196/out -L dependency=/opt/rustwide/target/debug/build/ring/b8a5a37b9c15b554/out -L dependency=/opt/rustwide/target/debug/build/rustls-native-certs/086894dd1774ee60/out -L dependency=/opt/rustwide/target/debug/build/rustls-pki-types/fca101c6f82a43d5/out -L dependency=/opt/rustwide/target/debug/build/rustls-webpki/0b4af0d0ae77338d/out -L dependency=/opt/rustwide/target/debug/build/rustls-webpki/7e20316f8d0bacdb/out -L dependency=/opt/rustwide/target/debug/build/rustls/143b6a07a8ccf577/out -L dependency=/opt/rustwide/target/debug/build/rustls/c1801edd850fc329/out -L dependency=/opt/rustwide/target/debug/build/rustversion/5a027c01becb027b/out -L dependency=/opt/rustwide/target/debug/build/ryu/3da2ab8eb39d89f2/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/e7d227cb308b3799/out -L dependency=/opt/rustwide/target/debug/build/sct/642a6cde7847ab90/out -L dependency=/opt/rustwide/target/debug/build/sec1/0d1d4129633bd74b/out -L dependency=/opt/rustwide/target/debug/build/serde/72f2a6a45dd339f2/out -L dependency=/opt/rustwide/target/debug/build/serde_core/30ac4ed9a0a88344/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/3184299093739bfd/out -L dependency=/opt/rustwide/target/debug/build/sha1/1e4987690e156202/out -L dependency=/opt/rustwide/target/debug/build/sha2/2cd858a108a6fcb4/out -L dependency=/opt/rustwide/target/debug/build/sha2/c243a9b20da4bd96/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/11629a25a8623d3d/out -L dependency=/opt/rustwide/target/debug/build/signature/462e98d4385c8d50/out -L dependency=/opt/rustwide/target/debug/build/slab/101f873bca723251/out -L dependency=/opt/rustwide/target/debug/build/smallvec/357f028086a2592f/out -L dependency=/opt/rustwide/target/debug/build/socket2/254d06d31ca437ff/out -L dependency=/opt/rustwide/target/debug/build/socket2/dfdbce0a7bcef759/out -L dependency=/opt/rustwide/target/debug/build/spin/70bb7bee5aa20b05/out -L dependency=/opt/rustwide/target/debug/build/spki/2a53b5c82b0ac2ce/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/a4bd0afb694af506/out -L dependency=/opt/rustwide/target/debug/build/subtle/1139c163d0bdfd0a/out -L dependency=/opt/rustwide/target/debug/build/sync_wrapper/dc44de4b95541eda/out -L dependency=/opt/rustwide/target/debug/build/time-core/aad8b819250008da/out -L dependency=/opt/rustwide/target/debug/build/time-macros/40c97d7f9be69548/out -L dependency=/opt/rustwide/target/debug/build/time/3d49accda398fb3e/out -L dependency=/opt/rustwide/target/debug/build/tinystr/0b2357817af463c6/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/faf485e9f4f8a8ae/out -L dependency=/opt/rustwide/target/debug/build/tokio-rustls/342fc19df1b906fc/out -L dependency=/opt/rustwide/target/debug/build/tokio-rustls/64ebc8684ddd25c4/out -L dependency=/opt/rustwide/target/debug/build/tokio-util/ad3edfbea36d7f6d/out -L dependency=/opt/rustwide/target/debug/build/tokio/f010039cca8a5d65/out -L dependency=/opt/rustwide/target/debug/build/tower-layer/f6d5cc7b185cf351/out -L dependency=/opt/rustwide/target/debug/build/tower-service/e69ac8dcc8243395/out -L dependency=/opt/rustwide/target/debug/build/tower/c980f5e2f6eb53e7/out -L dependency=/opt/rustwide/target/debug/build/tracing-attributes/3af09af007f8fed9/out -L dependency=/opt/rustwide/target/debug/build/tracing-core/924ceb6a991dbdfe/out -L dependency=/opt/rustwide/target/debug/build/tracing/622e3837249dc983/out -L dependency=/opt/rustwide/target/debug/build/try-lock/08abaa63f4861efa/out -L dependency=/opt/rustwide/target/debug/build/typenum/24aab6a4200ddd27/out -L dependency=/opt/rustwide/target/debug/build/untrusted/03cde965a30f6cbb/out -L dependency=/opt/rustwide/target/debug/build/utf8_iter/88f5a358869389d3/out -L dependency=/opt/rustwide/target/debug/build/uuid/4d67021d9c87728f/out -L dependency=/opt/rustwide/target/debug/build/vsimd/0a8a956ba92747cc/out -L dependency=/opt/rustwide/target/debug/build/want/cc3dcee12d270b38/out -L dependency=/opt/rustwide/target/debug/build/webpki-roots/d6f160a3061ba794/out -L dependency=/opt/rustwide/target/debug/build/writeable/b7e8e2724ee161de/out -L dependency=/opt/rustwide/target/debug/build/xmlparser/035a5666ab87e31b/out -L dependency=/opt/rustwide/target/debug/build/yoke-derive/ee6de76ef2f060de/out -L dependency=/opt/rustwide/target/debug/build/yoke/02690c9287d54346/out -L dependency=/opt/rustwide/target/debug/build/zerofrom-derive/70340fc9208bd158/out -L dependency=/opt/rustwide/target/debug/build/zerofrom/1ca1f32ab8bc91cc/out -L dependency=/opt/rustwide/target/debug/build/zeroize/a40156bb3ac2a890/out -L dependency=/opt/rustwide/target/debug/build/zerotrie/280cf884c2d5fd8d/out -L dependency=/opt/rustwide/target/debug/build/zerovec-derive/ae08efeca50ddeca/out -L dependency=/opt/rustwide/target/debug/build/zerovec/4d305068e2bc666b/out --extern arc_swap=/opt/rustwide/target/debug/build/arc-swap/a5237faa4bf6bc72/out/libarc_swap-a5237faa4bf6bc72.rmeta --extern aws_credential_types=/opt/rustwide/target/debug/build/aws-credential-types/061ad8f3a1760151/out/libaws_credential_types-061ad8f3a1760151.rmeta --extern aws_runtime=/opt/rustwide/target/debug/build/aws-runtime/b89301e0ce6e0819/out/libaws_runtime-b89301e0ce6e0819.rmeta --extern aws_sigv4=/opt/rustwide/target/debug/build/aws-sigv4/808784da35542ecb/out/libaws_sigv4-808784da35542ecb.rmeta --extern aws_smithy_async=/opt/rustwide/target/debug/build/aws-smithy-async/474be1e601279cec/out/libaws_smithy_async-474be1e601279cec.rmeta --extern aws_smithy_checksums=/opt/rustwide/target/debug/build/aws-smithy-checksums/de7b9080a4391193/out/libaws_smithy_checksums-de7b9080a4391193.rmeta --extern aws_smithy_eventstream=/opt/rustwide/target/debug/build/aws-smithy-eventstream/145caf71ed4be29c/out/libaws_smithy_eventstream-145caf71ed4be29c.rmeta --extern aws_smithy_http=/opt/rustwide/target/debug/build/aws-smithy-http/5aaa1550830afe68/out/libaws_smithy_http-5aaa1550830afe68.rmeta --extern aws_smithy_json=/opt/rustwide/target/debug/build/aws-smithy-json/68fe092b29c52b58/out/libaws_smithy_json-68fe092b29c52b58.rmeta --extern aws_smithy_observability=/opt/rustwide/target/debug/build/aws-smithy-observability/c2f4e7cca0297550/out/libaws_smithy_observability-c2f4e7cca0297550.rmeta --extern aws_smithy_runtime=/opt/rustwide/target/debug/build/aws-smithy-runtime/0e6e0bdb088bcb21/out/libaws_smithy_runtime-0e6e0bdb088bcb21.rmeta --extern aws_smithy_runtime_api=/opt/rustwide/target/debug/build/aws-smithy-runtime-api/92280f0af64fb968/out/libaws_smithy_runtime_api-92280f0af64fb968.rmeta --extern aws_smithy_types=/opt/rustwide/target/debug/build/aws-smithy-types/6c11530b932e152a/out/libaws_smithy_types-6c11530b932e152a.rmeta --extern aws_smithy_xml=/opt/rustwide/target/debug/build/aws-smithy-xml/842d6c8bed7497d4/out/libaws_smithy_xml-842d6c8bed7497d4.rmeta --extern aws_types=/opt/rustwide/target/debug/build/aws-types/6b375ae61b092e87/out/libaws_types-6b375ae61b092e87.rmeta --extern bytes=/opt/rustwide/target/debug/build/bytes/c3c82aecfaa31497/out/libbytes-c3c82aecfaa31497.rmeta --extern fastrand=/opt/rustwide/target/debug/build/fastrand/d076ee4abaa6c192/out/libfastrand-d076ee4abaa6c192.rmeta --extern hex=/opt/rustwide/target/debug/build/hex/4852862d92867e36/out/libhex-4852862d92867e36.rmeta --extern hmac=/opt/rustwide/target/debug/build/hmac/e6bcc06ff1b13103/out/libhmac-e6bcc06ff1b13103.rmeta --extern http=/opt/rustwide/target/debug/build/http/84ff4172e7b4dbee/out/libhttp-84ff4172e7b4dbee.rmeta --extern http_1x=/opt/rustwide/target/debug/build/http/ba4bdbec630ff748/out/libhttp-ba4bdbec630ff748.rmeta --extern http_body_1x=/opt/rustwide/target/debug/build/http-body/da0ebc4a58436a77/out/libhttp_body-da0ebc4a58436a77.rmeta --extern lru=/opt/rustwide/target/debug/build/lru/697df953aab7298f/out/liblru-697df953aab7298f.rmeta --extern percent_encoding=/opt/rustwide/target/debug/build/percent-encoding/f0f3780066f274e0/out/libpercent_encoding-f0f3780066f274e0.rmeta --extern regex_lite=/opt/rustwide/target/debug/build/regex-lite/27f80beb4de3aecf/out/libregex_lite-27f80beb4de3aecf.rmeta --extern sha2=/opt/rustwide/target/debug/build/sha2/c243a9b20da4bd96/out/libsha2-c243a9b20da4bd96.rmeta --extern tracing=/opt/rustwide/target/debug/build/tracing/622e3837249dc983/out/libtracing-622e3837249dc983.rmeta --extern url=/opt/rustwide/target/debug/build/url/5ac8d1448861b045/out/liburl-5ac8d1448861b045.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies -L native=/opt/rustwide/target/debug/build/ring/40798bd5a3e895cb/out -L native=/opt/rustwide/target/debug/build/aws-lc-sys/fbc4d9b409190029/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6ceae9e440bab26907c370b40273511048255dd4de9057aa7c0cc1414c448131", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ceae9e440bab26907c370b40273511048255dd4de9057aa7c0cc1414c448131", kill_on_drop: false }`
[INFO] [stdout] 6ceae9e440bab26907c370b40273511048255dd4de9057aa7c0cc1414c448131
