[INFO] cloning repository https://github.com/AndrewIsraelsen/shmoogl-take-in
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AndrewIsraelsen/shmoogl-take-in" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrewIsraelsen%2Fshmoogl-take-in", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrewIsraelsen%2Fshmoogl-take-in'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cbf141bf9102591b7c6dec0c7f7676c22aa6498d
[INFO] checking AndrewIsraelsen/shmoogl-take-in against e3607d549209cc9fdfe7e907123b4185210e2c2b for pr-158915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAndrewIsraelsen%2Fshmoogl-take-in" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/AndrewIsraelsen/shmoogl-take-in
[INFO] finished tweaking git repo https://github.com/AndrewIsraelsen/shmoogl-take-in
[INFO] tweaked toml for git repo https://github.com/AndrewIsraelsen/shmoogl-take-in written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AndrewIsraelsen/shmoogl-take-in on toolchain e3607d549209cc9fdfe7e907123b4185210e2c2b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AndrewIsraelsen/shmoogl-take-in 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" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] fc516d7a88dc463f9767ea68a35ea0acaca2ace9f6ac995c64eb916f1e273cb1
[INFO] running `Command { std: "docker" "start" "fc516d7a88dc463f9767ea68a35ea0acaca2ace9f6ac995c64eb916f1e273cb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc516d7a88dc463f9767ea68a35ea0acaca2ace9f6ac995c64eb916f1e273cb1", 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" "fc516d7a88dc463f9767ea68a35ea0acaca2ace9f6ac995c64eb916f1e273cb1" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fc516d7a88dc463f9767ea68a35ea0acaca2ace9f6ac995c64eb916f1e273cb1", 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" "fc516d7a88dc463f9767ea68a35ea0acaca2ace9f6ac995c64eb916f1e273cb1" "/opt/rustwide/cargo-home/bin/cargo" "+e3607d549209cc9fdfe7e907123b4185210e2c2b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.47
[INFO] [stderr]    Compiling proc-macro2 v1.0.107
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling pkg-config v0.3.33
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling syn v2.0.119
[INFO] [stderr]    Compiling syn v3.0.0
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking bitflags v2.13.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling thiserror v2.0.19
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.22
[INFO] [stderr]    Compiling winnow v1.0.4
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking futures-core v0.3.33
[INFO] [stderr]    Compiling time-core v0.1.9
[INFO] [stderr]    Compiling jobserver v0.1.35
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling cc v1.3.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]    Compiling web_atoms v0.2.5
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking futures-io v0.3.33
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.7
[INFO] [stderr]    Compiling toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling string_cache v0.9.0
[INFO] [stderr]     Checking futures-task v0.3.33
[INFO] [stderr]    Compiling dtoa v1.0.11
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling uuid v1.24.0
[INFO] [stderr]    Compiling tendril v0.5.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling selectors v0.36.1
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling camino v1.2.4
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling alloc-stdlib v0.2.4
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling toml v1.1.3+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling regex-automata v0.4.16
[INFO] [stderr]     Checking futures-channel v0.3.33
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling servo_arc v0.4.3
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rustc-hash v2.1.3
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling cfb v0.7.3
[INFO] [stderr]    Compiling time v0.3.53
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling unic-ucd-ident v0.9.0
[INFO] [stderr]    Compiling brotli-decompressor v5.0.3
[INFO] [stderr]    Compiling quick-xml v0.41.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bytes v1.12.1
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling brotli v8.0.4
[INFO] [stderr]    Compiling serde-untagged v0.1.9
[INFO] [stderr]    Compiling infer v0.19.0
[INFO] [stderr]    Compiling ctor v0.8.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling time-macros v0.2.31
[INFO] [stderr]     Checking hybrid-array v0.4.13
[INFO] [stderr]     Checking simd-adler32 v0.3.10
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.7
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]    Compiling embed-resource v3.0.11
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling phf_macros v0.13.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling futures-macro v0.3.33
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling markup5ever v0.38.0
[INFO] [stderr]    Compiling html5ever v0.38.0
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling tauri-winres v0.3.6
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling cssparser v0.36.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking futures-util v0.3.33
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling cargo-platform v0.1.9
[INFO] [stderr]    Compiling jsonptr v0.6.3
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]     Checking futures-executor v0.3.33
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling serde_with v3.21.0
[INFO] [stderr]    Compiling urlpattern v0.3.0
[INFO] [stderr]    Compiling json-patch v3.0.1
[INFO] [stderr]    Compiling dom_query v0.27.0
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]    Compiling plist v1.10.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling cargo_toml v0.22.3
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]     Checking cmov v0.5.4
[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.2
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling javascriptcore-rs-sys v1.1.1
[INFO] [stderr]    Compiling soup3-sys v0.5.0
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking zeroize v1.9.0
[INFO] [stderr]     Checking block-buffer v0.12.1
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]    Compiling webkit2gtk-sys v2.0.2
[INFO] [stderr]    Compiling tauri-utils v2.9.3
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking const-oid v0.10.2
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking num-bigint v0.4.8
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]    Compiling gdkx11-sys v0.18.2
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling zerocopy v0.8.54
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling zerocopy-derive v0.8.54
[INFO] [stderr]    Compiling toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling tauri-build v2.6.3
[INFO] [stderr]    Compiling tauri-plugin v2.6.3
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling libdbus-sys v0.2.7
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling built v0.8.1
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking bytemuck v1.25.1
[INFO] [stderr]     Checking zlib-rs v0.6.6
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling zvariant_utils v3.5.0
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling profiling-procmacros v1.0.18
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]    Compiling pulp v0.22.3
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking no_std_io2 v0.9.4
[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/e3607d549209cc9fdfe7e907123b4185210e2c2b/bin/rustc --crate-name tauri_utils --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tauri-utils-2.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C opt-level=2 -C embed-bitcode=no -C debug-assertions=on --cfg 'feature="brotli"' --cfg 'feature="build-2"' --cfg 'feature="cargo_metadata"' --cfg 'feature="compression"' --cfg 'feature="html-manipulation-2"' --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", "build-2", "cargo_metadata", "compression", "config-json5", "config-toml", "getrandom", "html-manipulation", "html-manipulation-2", "isolation", "json5", "proc-macro2", "process-relaunch-dangerous-allow-symlink-macos", "quote", "resources", "schema", "schemars", "serialize-to-javascript", "swift-rs", "walkdir"))' -C metadata=79fa2e331e048065 -C extra-filename=-f65766011fad008c --out-dir /opt/rustwide/target/debug/build/tauri-utils/f65766011fad008c/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/a2a6f96664c1e5a9/out -L dependency=/opt/rustwide/target/debug/build/alloc-no-stdlib/aca7c2fdf2911567/out -L dependency=/opt/rustwide/target/debug/build/alloc-stdlib/d26ceedb95e1d460/out -L dependency=/opt/rustwide/target/debug/build/base64/04066013a6e010a4/out -L dependency=/opt/rustwide/target/debug/build/bit-set/793c9796dde0f6cf/out -L dependency=/opt/rustwide/target/debug/build/bit-vec/8af9b946703dda65/out -L dependency=/opt/rustwide/target/debug/build/bitflags/1c3882440d8641a1/out -L dependency=/opt/rustwide/target/debug/build/brotli-decompressor/16c9e6bbb4906b92/out -L dependency=/opt/rustwide/target/debug/build/byteorder/b38a76e48cecef9e/out -L dependency=/opt/rustwide/target/debug/build/bytes/1b4c39338186c506/out -L dependency=/opt/rustwide/target/debug/build/camino/93529125b3c61467/out -L dependency=/opt/rustwide/target/debug/build/cargo-platform/c4b79e7a2e2ccdb2/out -L dependency=/opt/rustwide/target/debug/build/cfb/431a56d9923d6150/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/d0c5d13bd61f23a6/out -L dependency=/opt/rustwide/target/debug/build/cssparser-macros/fd9f451b731f26c0/out -L dependency=/opt/rustwide/target/debug/build/cssparser/304454293866d328/out -L dependency=/opt/rustwide/target/debug/build/ctor-proc-macro/ede9d5b6b3c2c267/out -L dependency=/opt/rustwide/target/debug/build/deranged/d6db8fc9fc40b7d9/out -L dependency=/opt/rustwide/target/debug/build/derive_more-impl/5a8903b0da205f27/out -L dependency=/opt/rustwide/target/debug/build/derive_more/4a1dc1a8b2d240aa/out -L dependency=/opt/rustwide/target/debug/build/displaydoc/52f2a5ea55fea5c0/out -L dependency=/opt/rustwide/target/debug/build/dtoa-short/a3742589f23f14ee/out -L dependency=/opt/rustwide/target/debug/build/dtoa/510756b9a4ce71f0/out -L dependency=/opt/rustwide/target/debug/build/dyn-clone/1af22129ff6d3eaa/out -L dependency=/opt/rustwide/target/debug/build/equivalent/bb4750b61d4820ef/out -L dependency=/opt/rustwide/target/debug/build/erased-serde/93a4d64ec7930ba5/out -L dependency=/opt/rustwide/target/debug/build/fnv/7f7519f58d0a06c3/out -L dependency=/opt/rustwide/target/debug/build/foldhash/2acfce2e48d87073/out -L dependency=/opt/rustwide/target/debug/build/form_urlencoded/dc5d3f108620dd29/out -L dependency=/opt/rustwide/target/debug/build/getrandom/c5f9d44808e1d282/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/87f3f9f9a67ceca7/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/d3110e21098b71cb/out -L dependency=/opt/rustwide/target/debug/build/html5ever/692b1434b9c30b60/out -L dependency=/opt/rustwide/target/debug/build/icu_collections/ecd2e01d929a9cb7/out -L dependency=/opt/rustwide/target/debug/build/icu_locale_core/b7958914ceb8503b/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer/560b02e9f69f8470/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer_data/bb53e67e9b5dc0c6/out -L dependency=/opt/rustwide/target/debug/build/icu_properties/a07ef43ab7f451b0/out -L dependency=/opt/rustwide/target/debug/build/icu_properties_data/110bbc028b96468f/out -L dependency=/opt/rustwide/target/debug/build/icu_provider/f1ddc441b7f301cc/out -L dependency=/opt/rustwide/target/debug/build/idna/598f4f1da64ce766/out -L dependency=/opt/rustwide/target/debug/build/idna_adapter/5b4a4fda1f44496c/out -L dependency=/opt/rustwide/target/debug/build/indexmap/b1ad98fb4a8f0e0b/out -L dependency=/opt/rustwide/target/debug/build/indexmap/f6845ef0c1af82d7/out -L dependency=/opt/rustwide/target/debug/build/itoa/ef3954f504aca9e2/out -L dependency=/opt/rustwide/target/debug/build/jsonptr/7e47c3d0dbc4cd05/out -L dependency=/opt/rustwide/target/debug/build/libc/c6075a9df13d836d/out -L dependency=/opt/rustwide/target/debug/build/litemap/5e863ef86a437526/out -L dependency=/opt/rustwide/target/debug/build/lock_api/43dba45d05e3855b/out -L dependency=/opt/rustwide/target/debug/build/log/e97bb3c083253a91/out -L dependency=/opt/rustwide/target/debug/build/markup5ever/eda957584ae63bd3/out -L dependency=/opt/rustwide/target/debug/build/memchr/86f2469bdc33e986/out -L dependency=/opt/rustwide/target/debug/build/new_debug_unreachable/95eab228fa87892f/out -L dependency=/opt/rustwide/target/debug/build/num-conv/b6b5637ce5b768d0/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/4c7235bf75dd4b2a/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/164afc3a10d27b39/out -L dependency=/opt/rustwide/target/debug/build/percent-encoding/20249fc66d3fe68b/out -L dependency=/opt/rustwide/target/debug/build/phf/0ebee42b065f12fa/out -L dependency=/opt/rustwide/target/debug/build/phf_macros/017f290118753b69/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/b9cf35cbbd9c49fb/out -L dependency=/opt/rustwide/target/debug/build/potential_utf/c48a02e6f50f6c15/out -L dependency=/opt/rustwide/target/debug/build/powerfmt/dd6ef7b63d4a1917/out -L dependency=/opt/rustwide/target/debug/build/precomputed-hash/cc574e830d6979e6/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/7d2a70a889c3b2c6/out -L dependency=/opt/rustwide/target/debug/build/quick-xml/901df9718c15e761/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/c13f99cce7273def/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/88e49c81950cac62/out -L dependency=/opt/rustwide/target/debug/build/regex/4b4fcb3b23c1621f/out -L dependency=/opt/rustwide/target/debug/build/rustc-hash/1e4577c67e904342/out -L dependency=/opt/rustwide/target/debug/build/same-file/aa344597fd15728b/out -L dependency=/opt/rustwide/target/debug/build/schemars_derive/db68fca039e68e54/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/f9039ebc1b0afea1/out -L dependency=/opt/rustwide/target/debug/build/selectors/bcfe6ba2f9d0fc54/out -L dependency=/opt/rustwide/target/debug/build/semver/44ea8934f6b4c3ba/out -L dependency=/opt/rustwide/target/debug/build/serde/21a7b4187adf4b56/out -L dependency=/opt/rustwide/target/debug/build/serde_core/e000c09d08e04368/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/1bff7e62e0169b5a/out -L dependency=/opt/rustwide/target/debug/build/serde_json/4f14de3e2c6c776c/out -L dependency=/opt/rustwide/target/debug/build/serde_spanned/ce7710df38e07ae8/out -L dependency=/opt/rustwide/target/debug/build/serde_with_macros/89097ce9457e1214/out -L dependency=/opt/rustwide/target/debug/build/servo_arc/083e9d5c725da4c7/out -L dependency=/opt/rustwide/target/debug/build/siphasher/ef8aeed2f1c464aa/out -L dependency=/opt/rustwide/target/debug/build/smallvec/45cd2c2abb050357/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/d7a41792b34cb521/out -L dependency=/opt/rustwide/target/debug/build/string_cache/2485791e6cfa7e8f/out -L dependency=/opt/rustwide/target/debug/build/tendril/b407483b3c042a1b/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/0b4de05778e6d3d8/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/fcacadbb232a50e9/out -L dependency=/opt/rustwide/target/debug/build/thiserror/60307ed30e8837f3/out -L dependency=/opt/rustwide/target/debug/build/thiserror/fca00b3d2f388c8a/out -L dependency=/opt/rustwide/target/debug/build/time-core/9f90e95213b21617/out -L dependency=/opt/rustwide/target/debug/build/time/529601d8ceb1ac33/out -L dependency=/opt/rustwide/target/debug/build/tinystr/72aeda575c9fdd93/out -L dependency=/opt/rustwide/target/debug/build/toml_datetime/22305efd7b2bfbf0/out -L dependency=/opt/rustwide/target/debug/build/toml_parser/e8bfa92b51ef85a6/out -L dependency=/opt/rustwide/target/debug/build/toml_writer/1315526001de7d3d/out -L dependency=/opt/rustwide/target/debug/build/typeid/1e85cc8d1341853e/out -L dependency=/opt/rustwide/target/debug/build/unic-char-property/b661d37af1fb74cf/out -L dependency=/opt/rustwide/target/debug/build/unic-char-range/119c4ebf0b1e772d/out -L dependency=/opt/rustwide/target/debug/build/unic-common/b7fb5794655ae9a2/out -L dependency=/opt/rustwide/target/debug/build/unic-ucd-ident/9e8011b282def9b5/out -L dependency=/opt/rustwide/target/debug/build/unic-ucd-version/bb2ec773e511cd42/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/228a8373123a578e/out -L dependency=/opt/rustwide/target/debug/build/url/a79ae46ef503d3a7/out -L dependency=/opt/rustwide/target/debug/build/utf8_iter/933eeffbcd762a67/out -L dependency=/opt/rustwide/target/debug/build/uuid/9aa739b46c05d424/out -L dependency=/opt/rustwide/target/debug/build/web_atoms/6a581565bf115499/out -L dependency=/opt/rustwide/target/debug/build/winnow/da949880f4754d1e/out -L dependency=/opt/rustwide/target/debug/build/writeable/07919863ba2f9735/out -L dependency=/opt/rustwide/target/debug/build/yoke-derive/3a84b30114336b2f/out -L dependency=/opt/rustwide/target/debug/build/yoke/88334e01cbb031a7/out -L dependency=/opt/rustwide/target/debug/build/zerofrom-derive/028859071151b1cd/out -L dependency=/opt/rustwide/target/debug/build/zerofrom/12f207001203dc43/out -L dependency=/opt/rustwide/target/debug/build/zerotrie/6c02fb6cd1503d98/out -L dependency=/opt/rustwide/target/debug/build/zerovec-derive/99d21009aa52a80c/out -L dependency=/opt/rustwide/target/debug/build/zerovec/edc68216d72aad1b/out -L dependency=/opt/rustwide/target/debug/build/zmij/95010a55ad1ba8d3/out --extern anyhow=/opt/rustwide/target/debug/build/anyhow/7a28c8bbbb1baa64/out/libanyhow-7a28c8bbbb1baa64.rmeta --extern brotli=/opt/rustwide/target/debug/build/brotli/0d958a680b5acfcb/out/libbrotli-0d958a680b5acfcb.rmeta --extern cargo_metadata=/opt/rustwide/target/debug/build/cargo_metadata/487abd103077004e/out/libcargo_metadata-487abd103077004e.rmeta --extern ctor=/opt/rustwide/target/debug/build/ctor/25776090583a3836/out/libctor-25776090583a3836.rmeta --extern dom_query=/opt/rustwide/target/debug/build/dom_query/5ea345cb1b7c2df2/out/libdom_query-5ea345cb1b7c2df2.rmeta --extern dunce=/opt/rustwide/target/debug/build/dunce/2bb7ca33e1a6d188/out/libdunce-2bb7ca33e1a6d188.rmeta --extern glob=/opt/rustwide/target/debug/build/glob/f053264c8d38ead7/out/libglob-f053264c8d38ead7.rmeta --extern http=/opt/rustwide/target/debug/build/http/2b231e424009970c/out/libhttp-2b231e424009970c.rmeta --extern infer=/opt/rustwide/target/debug/build/infer/a41047ad49bba0c2/out/libinfer-a41047ad49bba0c2.rmeta --extern json_patch=/opt/rustwide/target/debug/build/json-patch/23946eee52cf4618/out/libjson_patch-23946eee52cf4618.rmeta --extern log=/opt/rustwide/target/debug/build/log/e97bb3c083253a91/out/liblog-e97bb3c083253a91.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/86f2469bdc33e986/out/libmemchr-86f2469bdc33e986.rmeta --extern phf=/opt/rustwide/target/debug/build/phf/0ebee42b065f12fa/out/libphf-0ebee42b065f12fa.rmeta --extern plist=/opt/rustwide/target/debug/build/plist/8b29266ec8a4b925/out/libplist-8b29266ec8a4b925.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/7d2a70a889c3b2c6/out/libproc_macro2-7d2a70a889c3b2c6.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/af70f77b72340a66/out/libquote-af70f77b72340a66.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/4b4fcb3b23c1621f/out/libregex-4b4fcb3b23c1621f.rmeta --extern schemars=/opt/rustwide/target/debug/build/schemars/e92e2065f6ab2f17/out/libschemars-e92e2065f6ab2f17.rmeta --extern semver=/opt/rustwide/target/debug/build/semver/44ea8934f6b4c3ba/out/libsemver-44ea8934f6b4c3ba.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/21a7b4187adf4b56/out/libserde-21a7b4187adf4b56.rmeta --extern serde_untagged=/opt/rustwide/target/debug/build/serde-untagged/5ba4f1dfdf2e96d6/out/libserde_untagged-5ba4f1dfdf2e96d6.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/4f14de3e2c6c776c/out/libserde_json-4f14de3e2c6c776c.rmeta --extern serde_with=/opt/rustwide/target/debug/build/serde_with/ad347561602ec3eb/out/libserde_with-ad347561602ec3eb.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/fca00b3d2f388c8a/out/libthiserror-fca00b3d2f388c8a.rmeta --extern toml=/opt/rustwide/target/debug/build/toml/ae8d07ded061c52d/out/libtoml-ae8d07ded061c52d.rmeta --extern url=/opt/rustwide/target/debug/build/url/a79ae46ef503d3a7/out/liburl-a79ae46ef503d3a7.rmeta --extern urlpattern=/opt/rustwide/target/debug/build/urlpattern/a1aa052c51495bd8/out/liburlpattern-a1aa052c51495bd8.rmeta --extern uuid=/opt/rustwide/target/debug/build/uuid/9aa739b46c05d424/out/libuuid-9aa739b46c05d424.rmeta --extern walkdir=/opt/rustwide/target/debug/build/walkdir/231dfd3672560b4e/out/libwalkdir-231dfd3672560b4e.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "fc516d7a88dc463f9767ea68a35ea0acaca2ace9f6ac995c64eb916f1e273cb1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc516d7a88dc463f9767ea68a35ea0acaca2ace9f6ac995c64eb916f1e273cb1", kill_on_drop: false }`
[INFO] [stdout] fc516d7a88dc463f9767ea68a35ea0acaca2ace9f6ac995c64eb916f1e273cb1
