[INFO] cloning repository https://github.com/HelloVolla/android-service-runtime
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HelloVolla/android-service-runtime" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHelloVolla%2Fandroid-service-runtime", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHelloVolla%2Fandroid-service-runtime'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4514bf632d022a2545e2cdb1a3f5988b4291fc5d
[INFO] checking HelloVolla/android-service-runtime against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHelloVolla%2Fandroid-service-runtime" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/HelloVolla/android-service-runtime
[INFO] finished tweaking git repo https://github.com/HelloVolla/android-service-runtime
[INFO] tweaked toml for git repo https://github.com/HelloVolla/android-service-runtime written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HelloVolla/android-service-runtime on toolchain f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HelloVolla/android-service-runtime 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" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 01fba96efa27b48d74c69c4b8b06bc1c904622bcd09face4d81e3515966b2515
[INFO] running `Command { std: "docker" "start" "01fba96efa27b48d74c69c4b8b06bc1c904622bcd09face4d81e3515966b2515", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01fba96efa27b48d74c69c4b8b06bc1c904622bcd09face4d81e3515966b2515", 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" "01fba96efa27b48d74c69c4b8b06bc1c904622bcd09face4d81e3515966b2515" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "01fba96efa27b48d74c69c4b8b06bc1c904622bcd09face4d81e3515966b2515", 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" "01fba96efa27b48d74c69c4b8b06bc1c904622bcd09face4d81e3515966b2515" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling winnow v0.7.6
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]     Checking itoa v1.0.15
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking value-bag v1.11.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling litemap v0.7.5
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]     Checking ryu v1.0.20
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking socket2 v0.5.9
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling bitflags v2.9.0
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling flate2 v1.1.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling version-compare v0.2.0
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling linux-raw-sys v0.9.3
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling rustls v0.23.25
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling webpki-roots v0.26.8
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling derive_more v0.99.19
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.1
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling xattr v1.5.0
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]    Compiling core2 v0.4.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling lockfree-object-pool v0.1.6
[INFO] [stderr]    Compiling rle-decode-fast v1.0.3
[INFO] [stderr]    Compiling zip v2.6.1
[INFO] [stderr]    Compiling bumpalo v3.17.0
[INFO] [stderr]    Compiling libflate_lz77 v2.1.0
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling zopfli v0.8.1
[INFO] [stderr]    Compiling dary_heap v0.3.7
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling libflate v2.1.0
[INFO] [stderr]     Checking bytes v1.10.1
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]    Compiling minisign-verify v0.2.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling openssl-src v300.4.2+3.4.1
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling time-core v0.1.4
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling libsodium-sys-stable v1.22.3
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling aws-lc-sys v0.29.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling holochain_serialized_bytes_derive v0.0.56
[INFO] [stderr]    Compiling aws-lc-rs v1.13.1
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]    Compiling serde_bytes v0.11.17
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling rmp-serde v1.3.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling serde_with_macros v3.12.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.34.0
[INFO] [stderr]     Checking fallible-iterator v0.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking gimli v0.31.1
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling time-macros v0.2.22
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking addr2line v0.24.2
[INFO] [stderr]     Checking iana-time-zone v0.1.63
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling prost-derive v0.13.5
[INFO] [stderr]    Compiling glib-sys v0.18.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling gobject-sys v0.18.0
[INFO] [stderr]     Checking prost v0.13.5
[INFO] [stderr]     Checking constant_time_eq v0.3.1
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]     Checking serde-transcode v1.1.1
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]     Checking kitsune2_api v0.1.16
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking holochain_serialized_bytes v0.0.56
[INFO] [stderr]     Checking rtoolbox v0.0.2
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling unicode_categories v0.1.1
[INFO] [stderr]     Checking rpassword v7.3.1
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking colored v2.2.0
[INFO] [stderr]     Checking dyn-clone v1.0.19
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]     Checking holochain_wasmer_common v0.0.101
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]    Compiling gio-sys v0.18.1
[INFO] [stderr]    Compiling lair_keystore_api v0.6.2
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling markup5ever v0.11.0
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]     Checking tempfile v3.19.1
[INFO] [stderr]    Compiling strum_macros v0.18.0
[INFO] [stderr]    Compiling rmpv v1.3.0
[INFO] [stderr]    Compiling one_err v0.0.8
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling pem v3.0.5
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]     Checking strum v0.18.0
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking blake2b_simd v1.0.3
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]     Checking fixt v0.5.6
[INFO] [stderr]    Compiling rcgen v0.13.2
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking must_future v0.1.2
[INFO] [stderr]     Checking holochain_secure_primitive v0.5.6
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling nanoid v0.4.0
[INFO] [stderr]    Compiling lru v0.14.0
[INFO] [stderr]    Compiling winnow v0.6.26
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking subtle-encoding v0.5.1
[INFO] [stderr]    Compiling html5ever v0.26.0
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking ipnet v2.11.0
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking opentelemetry_api v0.20.0
[INFO] [stderr]    Compiling sqlformat v0.3.5
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]     Checking hyper-util v0.1.11
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling sodoken v0.1.0
[INFO] [stderr]     Checking clap_builder v4.5.35
[INFO] [stderr]    Compiling num_enum_derive v0.7.3
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]    Compiling hc_seed_bundle v0.6.2
[INFO] [stderr]    Compiling shrinkwraprs v0.3.0
[INFO] [stderr]     Checking holochain_util v0.5.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling gdk-sys v0.18.2
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling mac v0.1.1
[INFO] [stderr]    Compiling futf v0.1.5
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking num_enum v0.7.3
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]     Checking serde_with v3.12.0
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking clap v4.5.35
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling dtoa v1.0.10
[INFO] [stderr]    Compiling dtoa-short v0.3.5
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking ed25519-dalek v2.1.1
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]    Compiling tendril v0.4.3
[INFO] [stderr]    Compiling string_cache v0.8.9
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]     Checking ansi_term v0.12.1
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling unic-char-range v0.9.0
[INFO] [stderr]    Compiling unic-common v0.9.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]    Compiling unic-ucd-version v0.9.0
[INFO] [stderr]    Compiling unic-char-property v0.9.0
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling servo_arc v0.1.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling lair_keystore v0.6.2
[INFO] [stderr]    Compiling sqlformat v0.2.6
[INFO] [stderr]    Compiling pango-sys v0.18.0
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.18.0
[INFO] [stderr]    Compiling cairo-sys-rs v0.18.2
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling thin-slice v0.1.1
[INFO] [stderr]     Checking bytemuck v1.22.0
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking rgb v0.8.50
[INFO] [stderr]    Compiling erased-serde v0.4.6
[INFO] [stderr]    Compiling brotli-decompressor v4.0.3
[INFO] [stderr]    Compiling unic-ucd-ident v0.9.0
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]    Compiling cfb v0.7.3
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling atk-sys v0.18.2
[INFO] [stderr]    Compiling jsonptr v0.6.3
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking sysinfo v0.35.2
[INFO] [stderr]     Checking quick-xml v0.26.0
[INFO] [stderr]     Checking str_stack v0.1.0
[INFO] [stderr]    Compiling prettyplease v0.2.32
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking inferno v0.11.21
[INFO] [stderr]    Compiling json-patch v3.0.1
[INFO] [stderr]    Compiling cargo_metadata v0.19.2
[INFO] [stderr]    Compiling brotli v7.0.0
[INFO] [stderr]    Compiling holochain_sqlite v0.5.6
[INFO] [stderr]    Compiling infer v0.19.0
[INFO] [stderr]    Compiling urlpattern v0.3.0
[INFO] [stderr]    Compiling serde-untagged v0.1.7
[INFO] [stderr]    Compiling kuchikiki v0.8.2
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking url2 v0.0.6
[INFO] [stderr]     Checking tracing-serde v0.1.3
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking holochain_trace v0.5.6
[INFO] [stderr]     Checking automap v0.1.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking base64 v0.13.1
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]    Compiling tauri-utils v2.4.0
[INFO] [stderr]    Compiling gtk-sys v0.18.2
[INFO] [stderr]    Compiling libloading v0.8.6
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking backon v1.5.0
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling uniffi_internal_macros v0.29.2
[INFO] [stderr]    Compiling fs-err v2.11.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]    Compiling embed-resource v3.0.3
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]     Checking data-encoding v2.8.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling tauri-winres v0.3.1
[INFO] [stderr]    Compiling holochain_timestamp v0.5.6
[INFO] [stderr]    Compiling rinja_parser v0.3.5
[INFO] [stderr]    Compiling cargo_toml v0.22.1
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling scroll_derive v0.12.1
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking scroll v0.12.0
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]    Compiling tauri-build v2.2.0
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]    Compiling tauri-plugin v2.2.0
[INFO] [stderr]    Compiling rinja_derive v0.3.5
[INFO] [stderr]    Compiling holo_hash v0.5.6
[INFO] [stderr]     Checking uniffi_meta v0.29.1
[INFO] [stderr]     Checking atk v0.18.2
[INFO] [stderr]     Checking weedle2 v5.0.0
[INFO] [stderr]    Compiling javascriptcore-rs-sys v1.1.1
[INFO] [stderr]    Compiling soup3-sys v0.5.0
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.0
[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/f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1/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,unused-externs-silent --crate-type lib --emit=dep-info,metadata,link -Z embed-metadata=no -C embed-bitcode=no --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=dac1ce825de21927 -C extra-filename=-b168c14035450b89 --out-dir /opt/rustwide/target/debug/build/tauri-utils/b168c14035450b89/out -L dependency=/opt/rustwide/target/debug/build/aho-corasick/a6efa894b8ce6ff2/out -L dependency=/opt/rustwide/target/debug/build/alloc-no-stdlib/481e926020947070/out -L dependency=/opt/rustwide/target/debug/build/alloc-stdlib/5eea47b2f83dbba5/out -L dependency=/opt/rustwide/target/debug/build/allocator-api2/42b8139a42d2dc4b/out -L dependency=/opt/rustwide/target/debug/build/bitflags/1969f6684f376d5e/out -L dependency=/opt/rustwide/target/debug/build/brotli-decompressor/79137b3e9b0670d0/out -L dependency=/opt/rustwide/target/debug/build/byteorder/118a9ce0d0c0f5ff/out -L dependency=/opt/rustwide/target/debug/build/bytes/1e0f2c5263ca78fd/out -L dependency=/opt/rustwide/target/debug/build/camino/eba43f3564d35a05/out -L dependency=/opt/rustwide/target/debug/build/cargo-platform/d76b05883bb1de63/out -L dependency=/opt/rustwide/target/debug/build/cfb/24f6bf2d788dafaf/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/a6ec14cb1a24e6b7/out -L dependency=/opt/rustwide/target/debug/build/cssparser-macros/42d45fd312b8bf32/out -L dependency=/opt/rustwide/target/debug/build/cssparser/86556da44d535fa8/out -L dependency=/opt/rustwide/target/debug/build/derive_more/3a265c669501c0bf/out -L dependency=/opt/rustwide/target/debug/build/displaydoc/eee00c7e435b2c1d/out -L dependency=/opt/rustwide/target/debug/build/dtoa-short/6d41bcda76cbdeb8/out -L dependency=/opt/rustwide/target/debug/build/dtoa/5d6f8b4d86b837ec/out -L dependency=/opt/rustwide/target/debug/build/dyn-clone/0b069952a2023b42/out -L dependency=/opt/rustwide/target/debug/build/equivalent/1cd2a250f2449a60/out -L dependency=/opt/rustwide/target/debug/build/erased-serde/ba60d6cf41d4345c/out -L dependency=/opt/rustwide/target/debug/build/fnv/bd60753855300b18/out -L dependency=/opt/rustwide/target/debug/build/foldhash/fca0c474d382b9b6/out -L dependency=/opt/rustwide/target/debug/build/form_urlencoded/c56849288d30a7b4/out -L dependency=/opt/rustwide/target/debug/build/futf/4dec9067e55b434b/out -L dependency=/opt/rustwide/target/debug/build/fxhash/6a43d17dc101b059/out -L dependency=/opt/rustwide/target/debug/build/getrandom/a0854b188a112571/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/88203a650ce9f298/out -L dependency=/opt/rustwide/target/debug/build/hashbrown/cfbaf67ad926d0ef/out -L dependency=/opt/rustwide/target/debug/build/html5ever/c7c5977604e4956a/out -L dependency=/opt/rustwide/target/debug/build/icu_collections/7253dba9daa9ca7f/out -L dependency=/opt/rustwide/target/debug/build/icu_locid/86e3b0c0b85d5cff/out -L dependency=/opt/rustwide/target/debug/build/icu_locid_transform/e767c8cc229ec32b/out -L dependency=/opt/rustwide/target/debug/build/icu_locid_transform_data/b2f122db888cf45b/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer/06d13b3e5de84f69/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer_data/3d980f6730b55894/out -L dependency=/opt/rustwide/target/debug/build/icu_properties/40f88fdb30307784/out -L dependency=/opt/rustwide/target/debug/build/icu_properties_data/3925292ca91aa1fb/out -L dependency=/opt/rustwide/target/debug/build/icu_provider/3a7f0202b5251f35/out -L dependency=/opt/rustwide/target/debug/build/icu_provider_macros/183bfeca600e4a95/out -L dependency=/opt/rustwide/target/debug/build/idna/9fed5047bdaa349c/out -L dependency=/opt/rustwide/target/debug/build/idna_adapter/ad0bb98041971e6b/out -L dependency=/opt/rustwide/target/debug/build/indexmap/292f75faec2277aa/out -L dependency=/opt/rustwide/target/debug/build/indexmap/e4e037d7e9f68684/out -L dependency=/opt/rustwide/target/debug/build/itoa/a6fe9b267b3e5eca/out -L dependency=/opt/rustwide/target/debug/build/itoa/c3a1a3771494e946/out -L dependency=/opt/rustwide/target/debug/build/jsonptr/23faa74e24ee79f1/out -L dependency=/opt/rustwide/target/debug/build/libc/3d3fa14b20e468e4/out -L dependency=/opt/rustwide/target/debug/build/litemap/2253cb2507083c99/out -L dependency=/opt/rustwide/target/debug/build/lock_api/f12f7696c1ac2e83/out -L dependency=/opt/rustwide/target/debug/build/log/eaefdb22591c0dd8/out -L dependency=/opt/rustwide/target/debug/build/mac/7e8a1591ac94832b/out -L dependency=/opt/rustwide/target/debug/build/markup5ever/1f3d594c7eef02f3/out -L dependency=/opt/rustwide/target/debug/build/matches/1dae184bebf1a86b/out -L dependency=/opt/rustwide/target/debug/build/memchr/371cdb7d366b303a/out -L dependency=/opt/rustwide/target/debug/build/new_debug_unreachable/ded5321d275224be/out -L dependency=/opt/rustwide/target/debug/build/nodrop/60cffbe1e79d9c01/out -L dependency=/opt/rustwide/target/debug/build/parking_lot/7b3e69cd96a164c2/out -L dependency=/opt/rustwide/target/debug/build/parking_lot_core/e07473b8943763be/out -L dependency=/opt/rustwide/target/debug/build/percent-encoding/c00da1d8249f4fe9/out -L dependency=/opt/rustwide/target/debug/build/phf/03f2e363b9022967/out -L dependency=/opt/rustwide/target/debug/build/phf/8f606cbeb858c6cc/out -L dependency=/opt/rustwide/target/debug/build/phf_macros/b153d25238b9eff6/out -L dependency=/opt/rustwide/target/debug/build/phf_macros/d69baad927d6f337/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/5be5a05bde71c061/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/b42567bc8d510dc0/out -L dependency=/opt/rustwide/target/debug/build/phf_shared/d278dc1fb9608ab1/out -L dependency=/opt/rustwide/target/debug/build/precomputed-hash/537e948e8edfb962/out -L dependency=/opt/rustwide/target/debug/build/proc-macro-hack/87e2de8787abbc30/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/d9fc52e4a21a670a/out -L dependency=/opt/rustwide/target/debug/build/regex-automata/1d0dec321f3a7645/out -L dependency=/opt/rustwide/target/debug/build/regex-syntax/a51f3b0cccc0511b/out -L dependency=/opt/rustwide/target/debug/build/regex/4cc1cf7d513c987f/out -L dependency=/opt/rustwide/target/debug/build/ryu/0fc417cbd813222a/out -L dependency=/opt/rustwide/target/debug/build/same-file/d0318c27bac25c56/out -L dependency=/opt/rustwide/target/debug/build/schemars_derive/67468540fff6d56a/out -L dependency=/opt/rustwide/target/debug/build/scopeguard/22e389c5edc90715/out -L dependency=/opt/rustwide/target/debug/build/selectors/fd40e4049520fc85/out -L dependency=/opt/rustwide/target/debug/build/semver/a69fbe2637aa5d0a/out -L dependency=/opt/rustwide/target/debug/build/serde/fc3048ed7d512676/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/945556fc28480ba4/out -L dependency=/opt/rustwide/target/debug/build/serde_json/eedf5de45b1d6707/out -L dependency=/opt/rustwide/target/debug/build/serde_spanned/6c466686872ecc58/out -L dependency=/opt/rustwide/target/debug/build/serde_with_macros/342f2a369481fd7d/out -L dependency=/opt/rustwide/target/debug/build/servo_arc/ea59e358bc951c9f/out -L dependency=/opt/rustwide/target/debug/build/siphasher/c32df049166171e5/out -L dependency=/opt/rustwide/target/debug/build/siphasher/e8abbf2562d6d618/out -L dependency=/opt/rustwide/target/debug/build/smallvec/81a1626e968b73d0/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/eb7eeaba174364ff/out -L dependency=/opt/rustwide/target/debug/build/string_cache/f66c931e19da0fd6/out -L dependency=/opt/rustwide/target/debug/build/tendril/446c7060d3dadb88/out -L dependency=/opt/rustwide/target/debug/build/thin-slice/d06c627797919b95/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/b16b2ff6f881d905/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/bdb4a847cd6bd42f/out -L dependency=/opt/rustwide/target/debug/build/thiserror/7bd5c7e7f62a715e/out -L dependency=/opt/rustwide/target/debug/build/thiserror/d261c893f039dd03/out -L dependency=/opt/rustwide/target/debug/build/tinystr/f31128ac6395b092/out -L dependency=/opt/rustwide/target/debug/build/toml_datetime/f0c2934685a1e824/out -L dependency=/opt/rustwide/target/debug/build/toml_edit/ec983829f0fd10d8/out -L dependency=/opt/rustwide/target/debug/build/typeid/5ee579849530ca46/out -L dependency=/opt/rustwide/target/debug/build/unic-char-property/72b78f8d8a650d82/out -L dependency=/opt/rustwide/target/debug/build/unic-char-range/d34d4d4e5bf037ec/out -L dependency=/opt/rustwide/target/debug/build/unic-common/d348f1ffc33cc1b6/out -L dependency=/opt/rustwide/target/debug/build/unic-ucd-ident/18c498c6ca86b3ee/out -L dependency=/opt/rustwide/target/debug/build/unic-ucd-version/e9cb1a3bf84fd16a/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/b3925cc8f83e9ac1/out -L dependency=/opt/rustwide/target/debug/build/url/e749ca2af83b92c7/out -L dependency=/opt/rustwide/target/debug/build/utf-8/6c6ea5e2cf9fa100/out -L dependency=/opt/rustwide/target/debug/build/utf16_iter/a8876c22f77027f4/out -L dependency=/opt/rustwide/target/debug/build/utf8_iter/83d48b7642e6f3cb/out -L dependency=/opt/rustwide/target/debug/build/uuid/6e66cd3acfce8e66/out -L dependency=/opt/rustwide/target/debug/build/winnow/d4a92cd9ce0d0e7a/out -L dependency=/opt/rustwide/target/debug/build/write16/3d1705171e690792/out -L dependency=/opt/rustwide/target/debug/build/writeable/0ceacdb1c41b26e9/out -L dependency=/opt/rustwide/target/debug/build/yoke-derive/d514866d5b1f6b41/out -L dependency=/opt/rustwide/target/debug/build/yoke/75022221bbefd834/out -L dependency=/opt/rustwide/target/debug/build/zerofrom-derive/cfdfc537062afe41/out -L dependency=/opt/rustwide/target/debug/build/zerofrom/dd0107b133efad15/out -L dependency=/opt/rustwide/target/debug/build/zerovec-derive/81f582264c13729a/out -L dependency=/opt/rustwide/target/debug/build/zerovec/805eb21617d19874/out --extern anyhow=/opt/rustwide/target/debug/build/anyhow/2d9f8a96fa183769/out/libanyhow-2d9f8a96fa183769.rmeta --extern brotli=/opt/rustwide/target/debug/build/brotli/0a763bbfd2f5501a/out/libbrotli-0a763bbfd2f5501a.rmeta --extern cargo_metadata=/opt/rustwide/target/debug/build/cargo_metadata/4ee8a082d3ec558c/out/libcargo_metadata-4ee8a082d3ec558c.rmeta --extern ctor=/opt/rustwide/target/debug/build/ctor/ab4e90b9cda8021a/out/libctor-ab4e90b9cda8021a.so --extern dunce=/opt/rustwide/target/debug/build/dunce/17efee76a01ab9cf/out/libdunce-17efee76a01ab9cf.rmeta --extern glob=/opt/rustwide/target/debug/build/glob/5e8f20fa4f3f4282/out/libglob-5e8f20fa4f3f4282.rmeta --extern html5ever=/opt/rustwide/target/debug/build/html5ever/c7c5977604e4956a/out/libhtml5ever-c7c5977604e4956a.rmeta --extern http=/opt/rustwide/target/debug/build/http/8010f8a882d7f633/out/libhttp-8010f8a882d7f633.rmeta --extern infer=/opt/rustwide/target/debug/build/infer/a95b3ccbc51042d0/out/libinfer-a95b3ccbc51042d0.rmeta --extern json_patch=/opt/rustwide/target/debug/build/json-patch/5a623e1548431d00/out/libjson_patch-5a623e1548431d00.rmeta --extern kuchiki=/opt/rustwide/target/debug/build/kuchikiki/5ba3c338d538a700/out/libkuchikiki-5ba3c338d538a700.rmeta --extern log=/opt/rustwide/target/debug/build/log/eaefdb22591c0dd8/out/liblog-eaefdb22591c0dd8.rmeta --extern memchr=/opt/rustwide/target/debug/build/memchr/371cdb7d366b303a/out/libmemchr-371cdb7d366b303a.rmeta --extern phf=/opt/rustwide/target/debug/build/phf/46e93a5a736ee8ff/out/libphf-46e93a5a736ee8ff.rmeta --extern proc_macro2=/opt/rustwide/target/debug/build/proc-macro2/d9fc52e4a21a670a/out/libproc_macro2-d9fc52e4a21a670a.rmeta --extern quote=/opt/rustwide/target/debug/build/quote/8f634a3cc9e6f9d7/out/libquote-8f634a3cc9e6f9d7.rmeta --extern regex=/opt/rustwide/target/debug/build/regex/4cc1cf7d513c987f/out/libregex-4cc1cf7d513c987f.rmeta --extern schemars=/opt/rustwide/target/debug/build/schemars/ff14dcdcbe13bdc4/out/libschemars-ff14dcdcbe13bdc4.rmeta --extern semver=/opt/rustwide/target/debug/build/semver/a69fbe2637aa5d0a/out/libsemver-a69fbe2637aa5d0a.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/fc3048ed7d512676/out/libserde-fc3048ed7d512676.rmeta --extern serde_untagged=/opt/rustwide/target/debug/build/serde-untagged/d73dde6f612bb0e6/out/libserde_untagged-d73dde6f612bb0e6.rmeta --extern serde_json=/opt/rustwide/target/debug/build/serde_json/eedf5de45b1d6707/out/libserde_json-eedf5de45b1d6707.rmeta --extern serde_with=/opt/rustwide/target/debug/build/serde_with/2511a50933b7f6dc/out/libserde_with-2511a50933b7f6dc.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/7bd5c7e7f62a715e/out/libthiserror-7bd5c7e7f62a715e.rmeta --extern toml=/opt/rustwide/target/debug/build/toml/e6bfd6dc84525928/out/libtoml-e6bfd6dc84525928.rmeta --extern url=/opt/rustwide/target/debug/build/url/e749ca2af83b92c7/out/liburl-e749ca2af83b92c7.rmeta --extern urlpattern=/opt/rustwide/target/debug/build/urlpattern/6d448f603fb6ac47/out/liburlpattern-6d448f603fb6ac47.rmeta --extern uuid=/opt/rustwide/target/debug/build/uuid/6e66cd3acfce8e66/out/libuuid-6e66cd3acfce8e66.rmeta --extern walkdir=/opt/rustwide/target/debug/build/walkdir/a30c0625979b09c8/out/libwalkdir-a30c0625979b09c8.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] [stderr] error: could not compile `gio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1/bin/rustc --crate-name gio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gio-0.18.4/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="v2_58"' --cfg 'feature="v2_60"' --cfg 'feature="v2_62"' --cfg 'feature="v2_64"' --cfg 'feature="v2_66"' --cfg 'feature="v2_68"' --cfg 'feature="v2_70"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("v2_58", "v2_60", "v2_62", "v2_64", "v2_66", "v2_68", "v2_70", "v2_72", "v2_74", "v2_76", "v2_78"))' -C metadata=43e9f13ca40ebda2 -C extra-filename=-f9b0e8e23c519825 --out-dir /opt/rustwide/target/debug/build/gio/f9b0e8e23c519825/out -L dependency=/opt/rustwide/target/debug/build/bitflags/69fa761ecd95fefc/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/3b07ee62b6910a08/out -L dependency=/opt/rustwide/target/debug/build/futures-core/756e876442dee363/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/68aad1a330dd574c/out -L dependency=/opt/rustwide/target/debug/build/futures-io/8d88089869a627e9/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/24840975a67cd027/out -L dependency=/opt/rustwide/target/debug/build/futures-sink/e7bd2ffb932e7c3a/out -L dependency=/opt/rustwide/target/debug/build/futures-task/011073701ea3a715/out -L dependency=/opt/rustwide/target/debug/build/futures-util/4c0177bc2c4aabbe/out -L dependency=/opt/rustwide/target/debug/build/gio-sys/3d9962085cb3469d/out -L dependency=/opt/rustwide/target/debug/build/glib-macros/0780468b11c2944e/out -L dependency=/opt/rustwide/target/debug/build/glib-sys/bd97d3dcd1569b2d/out -L dependency=/opt/rustwide/target/debug/build/gobject-sys/670ca5995b4a90bf/out -L dependency=/opt/rustwide/target/debug/build/libc/2e96ef5fb05d4da2/out -L dependency=/opt/rustwide/target/debug/build/memchr/a8313380c25031b5/out -L dependency=/opt/rustwide/target/debug/build/once_cell/2ad934dc7da92e31/out -L dependency=/opt/rustwide/target/debug/build/pin-project-lite/dccf8aabedbf6d41/out -L dependency=/opt/rustwide/target/debug/build/pin-utils/db1de871cd8706a6/out -L dependency=/opt/rustwide/target/debug/build/serde/63455ad91c490be8/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/945556fc28480ba4/out -L dependency=/opt/rustwide/target/debug/build/slab/336ee4618dc8a867/out -L dependency=/opt/rustwide/target/debug/build/smallvec/c5d37526e7a3579e/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/bdb4a847cd6bd42f/out -L dependency=/opt/rustwide/target/debug/build/thiserror/959e3e529428fe48/out --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/3b07ee62b6910a08/out/libfutures_channel-3b07ee62b6910a08.rmeta --extern futures_core=/opt/rustwide/target/debug/build/futures-core/756e876442dee363/out/libfutures_core-756e876442dee363.rmeta --extern futures_io=/opt/rustwide/target/debug/build/futures-io/8d88089869a627e9/out/libfutures_io-8d88089869a627e9.rmeta --extern futures_util=/opt/rustwide/target/debug/build/futures-util/4c0177bc2c4aabbe/out/libfutures_util-4c0177bc2c4aabbe.rmeta --extern ffi=/opt/rustwide/target/debug/build/gio-sys/3d9962085cb3469d/out/libgio_sys-3d9962085cb3469d.rmeta --extern glib=/opt/rustwide/target/debug/build/glib/99d249a3d9c19d01/out/libglib-99d249a3d9c19d01.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/2e96ef5fb05d4da2/out/liblibc-2e96ef5fb05d4da2.rmeta --extern once_cell=/opt/rustwide/target/debug/build/once_cell/2ad934dc7da92e31/out/libonce_cell-2ad934dc7da92e31.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/build/pin-project-lite/dccf8aabedbf6d41/out/libpin_project_lite-dccf8aabedbf6d41.rmeta --extern smallvec=/opt/rustwide/target/debug/build/smallvec/c5d37526e7a3579e/out/libsmallvec-c5d37526e7a3579e.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/959e3e529428fe48/out/libthiserror-959e3e529428fe48.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "01fba96efa27b48d74c69c4b8b06bc1c904622bcd09face4d81e3515966b2515", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "01fba96efa27b48d74c69c4b8b06bc1c904622bcd09face4d81e3515966b2515", kill_on_drop: false }`
[INFO] [stdout] 01fba96efa27b48d74c69c4b8b06bc1c904622bcd09face4d81e3515966b2515
