[INFO] cloning repository https://github.com/NotOnSoul/OneLauncher
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NotOnSoul/OneLauncher" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNotOnSoul%2FOneLauncher", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNotOnSoul%2FOneLauncher'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b4746b8ec63fb090d490814f2c77a6a6192bf563
[INFO] checking NotOnSoul/OneLauncher against 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6 for pr-160581
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNotOnSoul%2FOneLauncher" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/NotOnSoul/OneLauncher
[INFO] finished tweaking git repo https://github.com/NotOnSoul/OneLauncher
[INFO] tweaked toml for git repo https://github.com/NotOnSoul/OneLauncher written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NotOnSoul/OneLauncher on toolchain 36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NotOnSoul/OneLauncher 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" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] b75366030f3bd5c25b7a4cb68f6f9c4396a2afaeff6e0dcbe1d43973c977d1e4
[INFO] running `Command { std: "docker" "start" "b75366030f3bd5c25b7a4cb68f6f9c4396a2afaeff6e0dcbe1d43973c977d1e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b75366030f3bd5c25b7a4cb68f6f9c4396a2afaeff6e0dcbe1d43973c977d1e4", 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" "b75366030f3bd5c25b7a4cb68f6f9c4396a2afaeff6e0dcbe1d43973c977d1e4" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b75366030f3bd5c25b7a4cb68f6f9c4396a2afaeff6e0dcbe1d43973c977d1e4", 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" "b75366030f3bd5c25b7a4cb68f6f9c4396a2afaeff6e0dcbe1d43973c977d1e4" "/opt/rustwide/cargo-home/bin/cargo" "+36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling pkg-config v0.3.31
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling winnow v0.7.7
[INFO] [stderr]    Compiling toml_write v0.1.1
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cc v1.1.22
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling dtoa v1.0.9
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling servo_arc v0.1.1
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling schemars v0.8.21
[INFO] [stderr]    Compiling thin-slice v0.1.1
[INFO] [stderr]    Compiling brotli-decompressor v4.0.1
[INFO] [stderr]    Compiling unic-ucd-ident v0.9.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling dyn-clone v1.0.17
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling brotli v7.0.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]     Checking event-listener v5.3.1
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking rustls-pki-types v1.9.0
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling gtk v0.18.1
[INFO] [stderr]    Compiling rustls v0.23.13
[INFO] [stderr]     Checking adler2 v2.0.0
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]     Checking crc32fast v1.4.2
[INFO] [stderr]    Compiling bigdecimal v0.4.7
[INFO] [stderr]     Checking fastrand v2.1.1
[INFO] [stderr]    Compiling rust_decimal v1.37.1
[INFO] [stderr]     Checking flate2 v1.0.34
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking webpki-roots v0.26.6
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking rustls-pemfile v2.1.3
[INFO] [stderr]    Compiling fdeflate v0.3.5
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling png v0.17.14
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling ctor v0.2.8
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling derive_more v0.99.18
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]    Compiling phf_macros v0.11.2
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling schemars_derive v0.8.21
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling specta-macros v2.0.0-rc.18 (https://github.com/specta-rs/specta?rev=5758221bc9a11d6e827851273fd665662e90ceef#5758221b)
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling toml_datetime v0.6.9
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling toml_edit v0.22.26
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling uuid v1.16.0
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]    Compiling toml v0.8.22
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling cfb v0.7.3
[INFO] [stderr]    Compiling jsonptr v0.6.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling erased-serde v0.4.5
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]    Compiling serde-untagged v0.1.6
[INFO] [stderr]    Compiling infer v0.19.0
[INFO] [stderr]    Compiling json-patch v3.0.1
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]    Compiling urlpattern v0.3.0
[INFO] [stderr]    Compiling serde_with v3.12.0
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling kuchikiki v0.8.2
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]    Compiling tauri-utils v2.4.0
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling gdk-sys v0.18.0
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]    Compiling atk-sys v0.18.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling gtk-sys v0.18.0
[INFO] [stderr]    Compiling embed-resource v3.0.2
[INFO] [stderr]    Compiling cargo_toml v0.22.1
[INFO] [stderr]    Compiling tauri-winres v0.3.1
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling soup3-sys v0.5.0
[INFO] [stderr]    Compiling javascriptcore-rs-sys v1.1.1
[INFO] [stderr]    Compiling webkit2gtk-sys v2.0.1
[INFO] [stderr]    Compiling gdkx11-sys v0.18.0
[INFO] [stderr]     Checking specta v2.0.0-rc.22 (https://github.com/specta-rs/specta?rev=5758221bc9a11d6e827851273fd665662e90ceef#5758221b)
[INFO] [stderr]     Checking dpi v0.1.1
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling tauri-build v2.2.0
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling dlopen2_derive v0.4.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling tauri-runtime v2.6.0
[INFO] [stderr]    Compiling wry v0.51.2
[INFO] [stderr]     Checking crc-catalog v2.4.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]     Checking crc v3.2.1
[INFO] [stderr]     Checking dlopen2 v0.7.0
[INFO] [stderr]    Compiling tauri-plugin v2.2.0
[INFO] [stderr]     Checking gdkwayland-sys v0.18.0
[INFO] [stderr]     Checking tokio-stream v0.1.16
[INFO] [stderr]    Compiling sea-query-derive v0.4.3
[INFO] [stderr]    Compiling gtk3-macros v0.18.0
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling inherent v1.0.12
[INFO] [stderr]    Compiling ico v0.4.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling tauri-runtime-wry v2.6.0
[INFO] [stderr]     Checking mime v0.3.17
[INFO] [stderr]     Checking bytemuck v1.18.0
[INFO] [stderr]     Checking atomic-waker v1.1.2
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking image v0.25.6
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]    Compiling tauri-codegen v2.2.0
[INFO] [stderr]     Checking sqlx-core v0.8.3
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling serialize-to-javascript-impl v0.1.1
[INFO] [stderr]     Checking sea-query v0.32.3
[INFO] [stderr] error: could not compile `tauri-utils` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/36e0a7eac2392bdd51fab6e7ff1d8c0e42d33bf6/bin/rustc --crate-name tauri_utils --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-utils-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="brotli"' --cfg 'feature="build"' --cfg 'feature="cargo_metadata"' --cfg 'feature="compression"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' --cfg 'feature="resources"' --cfg 'feature="schema"' --cfg 'feature="schemars"' --cfg 'feature="swift-rs"' --cfg 'feature="walkdir"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "brotli", "build", "cargo_metadata", "compression", "config-json5", "config-toml", "getrandom", "isolation", "json5", "proc-macro2", "process-relaunch-dangerous-allow-symlink-macos", "quote", "resources", "schema", "schemars", "serialize-to-javascript", "swift-rs", "walkdir"))' -C metadata=f72048feacd70af2 -C extra-filename=-1c97844a3cfdbd2e --out-dir /opt/rustwide/target/debug/build/tauri-utils/1c97844a3cfdbd2e/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/18ead2fc95f1a5e9/out -L dependency=/opt/rustwide/target/debug/build/alloc-no-stdlib/e3dc41c82ffb820b/out -L dependency=/opt/rustwide/target/debug/build/alloc-stdlib/a3999f8eba599e4e/out -L dependency=/opt/rustwide/target/debug/build/anyhow/6bad5a9b9046b188/out -L dependency=/opt/rustwide/target/debug/build/bitflags/e3e1d781c56ad658/out -L dependency=/opt/rustwide/target/debug/build/brotli/49db9505e485c28d/out -L dependency=/opt/rustwide/target/debug/build/brotli-decompressor/3d64e42586462182/out -L dependency=/opt/rustwide/target/debug/build/byteorder/5d843238694d07c3/out -L dependency=/opt/rustwide/target/debug/build/bytes/98f0cc4731f454c7/out -L dependency=/opt/rustwide/target/debug/build/camino/877f52cbb8cda124/out -L dependency=/opt/rustwide/target/debug/build/cargo-platform/b4037ad81c1c9547/out -L dependency=/opt/rustwide/target/debug/build/cargo_metadata/9a03d4acd93373d4/out -L dependency=/opt/rustwide/target/debug/build/cfb/5ed0bdb8283d5516/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/93740a37bb498d7f/out -L dependency=/opt/rustwide/target/debug/build/cssparser/5d4bdfa9095c42a3/out -L dependency=/opt/rustwide/target/debug/build/cssparser-macros/7329d33dc048e7ab/out -L dependency=/opt/rustwide/target/debug/build/ctor/fc05b29f558f583d/out -L dependency=/opt/rustwide/target/debug/build/derive_more/d5a88a241ace135d/out -L dependency=/opt/rustwide/target/debug/build/dtoa/60527df756fe2558/out -L dependency=/opt/rustwide/target/debug/build/dtoa-short/f91954049f3c4f3d/out -L dependency=/opt/rustwide/target/debug/build/dunce/0fea10a6cd1ad2db/out -L dependency=/opt/rustwide/target/debug/build/dyn-clone/143b3f21372f2d48/out -L dependency=/opt/rustwide/target/debug/build/equivalent/8abdf3cb07296df3/out -L dependency=/opt/rustwide/target/debug/build/erased-serde/981418e8246b8f76/out -L dependency=/opt/rustwide/target/debug/build/fnv/30f42c9d0b0f5e50/out -L dependency=/opt/rustwide/target/debug/build/form_urlencoded/2216ae88ed431cdd/out -L dependency=/opt/rustwide/target/debug/build/futf/a69adffa9747b2d9/out -L dependency=/opt/rustwide/target/debug/build/fxhash/ad3899dffe9e82f9/out -L dependency=/opt/rustwide/target/debug/build/getrandom/d36b0cd1034f500e/out -L dependency=/opt/rustwide/target/debug/build/glob/a59da74c719ee84a/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/123e5d370ced5d3d/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/9397862b1576002e/out -L dependency=/opt/rustwide/target/debug/build/html5ever/280e82e572617f5b/out -L dependency=/opt/rustwide/target/debug/build/http/77a81a12464c7cdc/out -L dependency=/opt/rustwide/target/debug/build/idna/7fedae4376eab2f5/out -L dependency=/opt/rustwide/target/debug/build/indexmap/3c9f7d12460b21c5/out -L dependency=/opt/rustwide/target/debug/build/indexmap/aefcec09ae044036/out -L dependency=/opt/rustwide/target/debug/build/infer/6f051b9e22ea903f/out -L dependency=/opt/rustwide/target/debug/build/itoa/3b13a698c0047f5a/out -L dependency=/opt/rustwide/target/debug/build/itoa/df9031e90920ab46/out -L dependency=/opt/rustwide/target/debug/build/json-patch/0ae8517f5705f68c/out -L dependency=/opt/rustwide/target/debug/build/jsonptr/6842bdd2ebea21c3/out -L dependency=/opt/rustwide/target/debug/build/kuchikiki/170c6cc0b08431dd/out -L dependency=/opt/rustwide/target/debug/build/libc/675b8d15101a38ab/out -L dependency=/opt/rustwide/target/debug/build/lock_api/f90d158707a1112d/out -L dependency=/opt/rustwide/target/debug/build/log/6c78c4fa2fe53bae/out -L dependency=/opt/rustwide/target/debug/build/mac/a4f502b771738945/out -L dependency=/opt/rustwide/target/debug/build/markup5ever/f4909317e64b84ec/out -L dependency=/opt/rustwide/target/debug/build/matches/6e456be6b1e93970/out -L dependency=/opt/rustwide/target/debug/build/memchr/3dc4d273a5bd7d1a/out -L dependency=/opt/rustwide/target/debug/build/new_debug_unreachable/62825a43634fd01e/out -L dependency=/opt/rustwide/target/debug/build/nodrop/88669524d53117fb/out -L dependency=/opt/rustwide/target/debug/build/once_cell/71083a1e68474ea7/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/c60f7a129256a1f8/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/09b9e52089cba39e/out -L dependency=/opt/rustwide/target/debug/build/percent-encoding/0f9d9c3cc9f6de1c/out -L dependency=/opt/rustwide/target/debug/build/phf/0b1feaad6a39c40e/out -L dependency=/opt/rustwide/target/debug/build/phf/827e9ddcb70242a0/out -L dependency=/opt/rustwide/target/debug/build/phf/c2f3040f899346b5/out -L dependency=/opt/rustwide/target/debug/build/phf_macros/432d2fd99a0d3152/out -L dependency=/opt/rustwide/target/debug/build/phf_macros/e5b98dcb276a8903/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/32529cb899dacf65/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/47546dde2c76eda4/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/d1b87a85025ef8cf/out -L dependency=/opt/rustwide/target/debug/build/precomputed-hash/c79726c1584a1eb1/out -L dependency=/opt/rustwide/target/debug/build/proc-macro-hack/92978e74eb0dc608/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/402e60eced701e2f/out -L dependency=/opt/rustwide/target/debug/build/quote/8d936358201d825c/out -L dependency=/opt/rustwide/target/debug/build/regex/972f8bd1b6577ead/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/0304e7a5ac7efd53/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/7091ef180d25d12f/out -L dependency=/opt/rustwide/target/debug/build/ryu/c93f74c7b57f7d4d/out -L dependency=/opt/rustwide/target/debug/build/same-file/9d9717bd05c76b50/out -L dependency=/opt/rustwide/target/debug/build/schemars/c626736277a549bd/out -L dependency=/opt/rustwide/target/debug/build/schemars_derive/92a2577e45a5aa13/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/d1463d7bf0f18309/out -L dependency=/opt/rustwide/target/debug/build/selectors/67063be03a44e668/out -L dependency=/opt/rustwide/target/debug/build/semver/fc10e45852cd33ad/out -L dependency=/opt/rustwide/target/debug/build/serde/e7f8aeee941a35bf/out -L dependency=/opt/rustwide/target/debug/build/serde-untagged/af4e9a505485f7f0/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/9c24e1058c613f12/out -L dependency=/opt/rustwide/target/debug/build/serde_json/f8c637b96f284a37/out -L dependency=/opt/rustwide/target/debug/build/serde_spanned/e5c2cd5afd747be9/out -L dependency=/opt/rustwide/target/debug/build/serde_with/8edca8fd947523b9/out -L dependency=/opt/rustwide/target/debug/build/serde_with_macros/c4cfd4ddcc5b9a4e/out -L dependency=/opt/rustwide/target/debug/build/servo_arc/e2894466beeb955f/out -L dependency=/opt/rustwide/target/debug/build/siphasher/492219c1829b3cb5/out -L dependency=/opt/rustwide/target/debug/build/smallvec/b6261e318e4da7f4/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/ace9650fb30effd4/out -L dependency=/opt/rustwide/target/debug/build/string_cache/e457f77dbf6049ce/out -L dependency=/opt/rustwide/target/debug/build/tendril/846930989ef21c05/out -L dependency=/opt/rustwide/target/debug/build/thin-slice/66bbd8c35f612f68/out -L dependency=/opt/rustwide/target/debug/build/thiserror/93bae093a186c806/out -L dependency=/opt/rustwide/target/debug/build/thiserror/d5af42a5e32fb909/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/17d0e017596651a0/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/24a1dec7f397122d/out -L dependency=/opt/rustwide/target/debug/build/tinyvec/d73a75b4ba63e1d9/out -L dependency=/opt/rustwide/target/debug/build/tinyvec_macros/ebb470a9e1a64523/out -L dependency=/opt/rustwide/target/debug/build/toml/8be9dd4457b4de5c/out -L dependency=/opt/rustwide/target/debug/build/toml_datetime/6dc3ca2f9af527eb/out -L dependency=/opt/rustwide/target/debug/build/toml_edit/9a6958971a0f1962/out -L dependency=/opt/rustwide/target/debug/build/toml_write/3dd0886639de4ce3/out -L dependency=/opt/rustwide/target/debug/build/typeid/197578fba6d377a8/out -L dependency=/opt/rustwide/target/debug/build/unic-char-property/fae287a97f1052b2/out -L dependency=/opt/rustwide/target/debug/build/unic-char-range/363f09dd2735c3d6/out -L dependency=/opt/rustwide/target/debug/build/unic-common/65d74fb825c81fe6/out -L dependency=/opt/rustwide/target/debug/build/unic-ucd-ident/a129d6925be8c348/out -L dependency=/opt/rustwide/target/debug/build/unic-ucd-version/3d5855febff2df58/out -L dependency=/opt/rustwide/target/debug/build/unicode-bidi/c6a52a81d7ed1651/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/d30129f018558166/out -L dependency=/opt/rustwide/target/debug/build/unicode-normalization/382c61c6dd79b0b4/out -L dependency=/opt/rustwide/target/debug/build/url/df47a681156c1d02/out -L dependency=/opt/rustwide/target/debug/build/urlpattern/385994dec57a396c/out -L dependency=/opt/rustwide/target/debug/build/utf-8/3e46dd9704eb3cf1/out -L dependency=/opt/rustwide/target/debug/build/uuid/76b409b9bf71ed60/out -L dependency=/opt/rustwide/target/debug/build/walkdir/f297e378356f4714/out -L dependency=/opt/rustwide/target/debug/build/winnow/96f6b9efecfc5d77/out --extern anyhow=/opt/rustwide/target/debug/build/anyhow/6bad5a9b9046b188/out/libanyhow-6bad5a9b9046b188.rmeta --extern brotli=/opt/rustwide/target/debug/build/brotli/49db9505e485c28d/out/libbrotli-49db9505e485c28d.rmeta --extern cargo_metadata=/opt/rustwide/target/debug/build/cargo_metadata/9a03d4acd93373d4/out/libcargo_metadata-9a03d4acd93373d4.rmeta --extern ctor=/opt/rustwide/target/debug/build/ctor/fc05b29f558f583d/out/libctor-fc05b29f558f583d.so --extern dunce=/opt/rustwide/target/debug/build/dunce/0fea10a6cd1ad2db/out/libdunce-0fea10a6cd1ad2db.rmeta --extern glob=/opt/rustwide/target/debug/build/glob/a59da74c719ee84a/out/libglob-a59da74c719ee84a.rmeta --extern html5ever=/opt/rustwide/target/debug/build/html5ever/280e82e572617f5b/out/libhtml5ever-280e82e572617f5b.rmeta --extern http=/opt/rustwide/target/debug/build/http/77a81a12464c7cdc/out/libhttp-77a81a12464c7cdc.rmeta --extern infer=/opt/rustwide/target/debug/build/infer/6f051b9e22ea903f/out/libinfer-6f051b9e22ea903f.rmeta --extern json_patch=/opt/rustwide/target/debug/build/json-patch/0ae8517f5705f68c/out/libjson_patch-0ae8517f5705f68c.rmeta --extern kuchiki=/opt/rustwide/target/debug/build/kuchikiki/170c6cc0b08431dd/out/libkuchikiki-170c6cc0b08431dd.rmeta --extern log=/opt/rustwide/target/debug/build/log/6c78c4fa2fe53bae/out/liblog-6c78c4fa2fe53bae.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/3dc4d273a5bd7d1a/out/libmemchr-3dc4d273a5bd7d1a.rmeta --extern phf=/opt/rustwide/target/debug/build/phf/0b1feaad6a39c40e/out/libphf-0b1feaad6a39c40e.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/402e60eced701e2f/out/libproc_macro2-402e60eced701e2f.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/8d936358201d825c/out/libquote-8d936358201d825c.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/972f8bd1b6577ead/out/libregex-972f8bd1b6577ead.rmeta --extern schemars=/opt/rustwide/target/debug/build/schemars/c626736277a549bd/out/libschemars-c626736277a549bd.rmeta --extern semver=/opt/rustwide/target/debug/build/semver/fc10e45852cd33ad/out/libsemver-fc10e45852cd33ad.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/e7f8aeee941a35bf/out/libserde-e7f8aeee941a35bf.rmeta --extern serde_untagged=/opt/rustwide/target/debug/build/serde-untagged/af4e9a505485f7f0/out/libserde_untagged-af4e9a505485f7f0.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/f8c637b96f284a37/out/libserde_json-f8c637b96f284a37.rmeta --extern serde_with=/opt/rustwide/target/debug/build/serde_with/8edca8fd947523b9/out/libserde_with-8edca8fd947523b9.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/93bae093a186c806/out/libthiserror-93bae093a186c806.rmeta --extern toml=/opt/rustwide/target/debug/build/toml/8be9dd4457b4de5c/out/libtoml-8be9dd4457b4de5c.rmeta --extern url=/opt/rustwide/target/debug/build/url/df47a681156c1d02/out/liburl-df47a681156c1d02.rmeta --extern urlpattern=/opt/rustwide/target/debug/build/urlpattern/385994dec57a396c/out/liburlpattern-385994dec57a396c.rmeta --extern uuid=/opt/rustwide/target/debug/build/uuid/76b409b9bf71ed60/out/libuuid-76b409b9bf71ed60.rmeta --extern walkdir=/opt/rustwide/target/debug/build/walkdir/f297e378356f4714/out/libwalkdir-f297e378356f4714.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b75366030f3bd5c25b7a4cb68f6f9c4396a2afaeff6e0dcbe1d43973c977d1e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b75366030f3bd5c25b7a4cb68f6f9c4396a2afaeff6e0dcbe1d43973c977d1e4", kill_on_drop: false }`
[INFO] [stdout] b75366030f3bd5c25b7a4cb68f6f9c4396a2afaeff6e0dcbe1d43973c977d1e4
