[INFO] cloning repository https://github.com/alcias4/controller-weigth
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alcias4/controller-weigth" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falcias4%2Fcontroller-weigth", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falcias4%2Fcontroller-weigth'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 36b4fa69915acb6df340d6718a6479e3fa166a47
[INFO] checking alcias4/controller-weigth against f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1 for pr-160235-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falcias4%2Fcontroller-weigth" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alcias4/controller-weigth
[INFO] finished tweaking git repo https://github.com/alcias4/controller-weigth
[INFO] tweaked toml for git repo https://github.com/alcias4/controller-weigth written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alcias4/controller-weigth 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/alcias4/controller-weigth 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-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a930d1a2da435f94490ad7fd91a5bfccabba8ad53737100b916177b49d325b68
[INFO] running `Command { std: "docker" "start" "a930d1a2da435f94490ad7fd91a5bfccabba8ad53737100b916177b49d325b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a930d1a2da435f94490ad7fd91a5bfccabba8ad53737100b916177b49d325b68", 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" "a930d1a2da435f94490ad7fd91a5bfccabba8ad53737100b916177b49d325b68" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a930d1a2da435f94490ad7fd91a5bfccabba8ad53737100b916177b49d325b68", 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" "a930d1a2da435f94490ad7fd91a5bfccabba8ad53737100b916177b49d325b68" "/opt/rustwide/cargo-home/bin/cargo" "+f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling version-compare v0.2.1
[INFO] [stderr]     Checking bitflags v2.10.0
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cfg-expr v0.15.8
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling gio v0.18.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]     Checking dioxus-core-types v0.7.1
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]     Checking memmap2 v0.9.9
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling field-offset v0.3.6
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking const_format v0.2.35
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling x11 v2.21.0
[INFO] [stderr]    Compiling gtk v0.18.2
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling lazy-js-bundle v0.7.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking fdeflate v0.3.7
[INFO] [stderr]    Compiling wayland-sys v0.31.7
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling wayland-backend v0.3.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking dioxus-cli-config v0.7.1
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling libxdo-sys v0.11.0
[INFO] [stderr]    Compiling wayland-client v0.31.11
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]    Compiling wayland-scanner v0.31.7
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling dioxus-rsx v0.7.1
[INFO] [stderr]     Checking png v0.17.16
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking dpi v0.1.2
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking futures-lite v2.6.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]    Compiling warnings-macro v0.2.0
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking generational-box v0.7.1
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking warnings v0.2.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling const-serialize-macro v0.7.1
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling enumset_derive v0.14.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking bytes v1.11.0
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]     Checking subsecond-types v0.7.1
[INFO] [stderr]     Checking subsecond v0.7.1
[INFO] [stderr]    Compiling zvariant_utils v3.2.1
[INFO] [stderr]    Compiling toml_edit v0.20.2
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling zvariant_derive v5.8.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]     Checking dioxus-core v0.7.1
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]    Compiling zvariant v5.8.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking dioxus-signals v0.7.1
[INFO] [stderr]    Compiling toml v0.8.2
[INFO] [stderr]    Compiling proc-macro-crate v2.0.2
[INFO] [stderr]    Compiling system-deps v6.2.2
[INFO] [stderr]    Compiling gtk3-macros v0.18.2
[INFO] [stderr]     Checking dioxus-hooks v0.7.1
[INFO] [stderr]     Checking enumset v1.1.10
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]    Compiling glib-macros v0.18.5
[INFO] [stderr]    Compiling dioxus-core-macro v0.7.1
[INFO] [stderr]     Checking zbus_names v4.2.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.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 cairo-sys-rs v0.18.2
[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]    Compiling webkit2gtk-sys v2.0.1
[INFO] [stderr]    Compiling gdkx11-sys v0.18.2
[INFO] [stderr]    Compiling dioxus-html-internal-macro v0.7.1
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]     Checking libloading v0.7.4
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking weezl v0.1.12
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling zbus_macros v5.12.0
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking dioxus-html v0.7.1
[INFO] [stderr]     Checking libxdo v0.6.0
[INFO] [stderr]     Checking wayland-protocols v0.32.9
[INFO] [stderr]     Checking cfb v0.7.3
[INFO] [stderr]     Checking glib v0.18.5
[INFO] [stderr]    Compiling const-serialize v0.7.1
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]    Compiling sledgehammer_bindgen_macro v0.6.1
[INFO] [stderr]    Compiling dlopen2_derive v0.4.1
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking libappindicator-sys v0.9.0
[INFO] [stderr]    Compiling dioxus-interpreter-js v0.7.1
[INFO] [stderr]    Compiling dioxus-document v0.7.1
[INFO] [stderr]    Compiling freetype-sys v0.20.1
[INFO] [stderr]    Compiling pathfinder_simd v0.5.5
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v6.0.0
[INFO] [stderr]     Checking x11rb-protocol v0.13.2
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]    Compiling wry v0.53.5
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]    Compiling rfd v0.15.4
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking tungstenite v0.27.0
[INFO] [stderr]     Checking zbus v5.12.0
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking sledgehammer_bindgen v0.6.0
[INFO] [stderr]     Checking sledgehammer_utils v0.3.1
[INFO] [stderr]     Checking aligned v0.4.2
[INFO] [stderr]     Checking dlopen2 v0.8.0
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling manganis-core v0.7.1
[INFO] [stderr]     Checking infer v0.19.0
[INFO] [stderr]     Checking gdkwayland-sys v0.18.2
[INFO] [stderr]     Checking dioxus-devtools-types v0.7.1
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling dioxus-desktop v0.7.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking pollster v0.4.0
[INFO] [stderr]     Checking raw-window-handle v0.5.2
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling manganis-macro v0.7.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]     Checking dioxus-devtools v0.7.1
[INFO] [stderr]     Checking dioxus-asset-resolver v0.7.1
[INFO] [stderr]     Checking dioxus-history v0.7.1
[INFO] [stderr]     Checking webbrowser v1.0.6
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling dioxus-stores-macro v0.7.1
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking cairo-rs v0.18.5
[INFO] [stderr]     Checking atk v0.18.2
[INFO] [stderr]     Checking javascriptcore-rs v1.1.2
[INFO] [stderr]     Checking x11rb v0.13.2
[INFO] [stderr]    Compiling font-kit v0.14.3
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]     Checking ashpd v0.11.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.2
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking global-hotkey v0.7.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking image v0.24.9
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking dioxus-stores v0.7.1
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking pathfinder_geometry v0.5.1
[INFO] [stderr]     Checking dioxus-logger v0.7.1
[INFO] [stderr]     Checking manganis v0.7.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking avif-serialize v0.8.6
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking pxfm v0.1.25
[INFO] [stderr]    Compiling dioxus-config-macro v0.7.1
[INFO] [stderr]     Checking float-ord v0.3.2
[INFO] [stderr]     Checking iana-time-zone v0.1.64
[INFO] [stderr]     Checking dioxus-config-macros v0.7.1
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr]     Checking lebe v0.5.3
[INFO] [stderr]     Checking bit_field v0.10.3
[INFO] [stderr]     Checking rgb v0.8.52
[INFO] [stderr]     Checking zune-core v0.5.0
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking zune-jpeg v0.5.5
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking plotters-bitmap v0.3.7
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking moxcms v0.7.9
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr] error: could not compile `ashpd` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/f99a7560a6b5f0a5e6894aea7e8afe0e01d3edd1/bin/rustc --crate-name ashpd --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ashpd-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat,unused-externs-silent --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="raw-window-handle"' --cfg 'feature="raw_handle"' --cfg 'feature="tokio"' --cfg 'feature="wayland"' --cfg 'feature="wayland-backend"' --cfg 'feature="wayland-client"' --cfg 'feature="wayland-protocols"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async-trait", "backend", "default", "gdk4wayland", "gdk4x11", "glib", "gtk4", "gtk4_wayland", "gtk4_x11", "pipewire", "raw-window-handle", "raw_handle", "tokio", "tracing", "wayland", "wayland-backend", "wayland-client", "wayland-protocols"))' -C metadata=f8b9481e98d692b9 -C extra-filename=-63d06bc9199c097c --out-dir /opt/rustwide/target/debug/build/ashpd/63d06bc9199c097c/out -L dependency=/opt/rustwide/target/debug/build/async-broadcast/136d3f17dadc629e/out -L dependency=/opt/rustwide/target/debug/build/async-trait/3682c140bf58765f/out -L dependency=/opt/rustwide/target/debug/build/bitflags/ad00d0fc08a708e6/out -L dependency=/opt/rustwide/target/debug/build/bytes/be82617c97d0fe47/out -L dependency=/opt/rustwide/target/debug/build/cfg-if/190c9021fd162845/out -L dependency=/opt/rustwide/target/debug/build/concurrent-queue/3ae10450a890144a/out -L dependency=/opt/rustwide/target/debug/build/crossbeam-utils/1c9006e854b046b8/out -L dependency=/opt/rustwide/target/debug/build/displaydoc/a5e4c0a50af8e6e1/out -L dependency=/opt/rustwide/target/debug/build/dlib/4af5da208bffb7da/out -L dependency=/opt/rustwide/target/debug/build/downcast-rs/e66389dcb14c8a87/out -L dependency=/opt/rustwide/target/debug/build/endi/9957c897a29f57de/out -L dependency=/opt/rustwide/target/debug/build/enumflags2/c49f3fe3d14af33d/out -L dependency=/opt/rustwide/target/debug/build/enumflags2_derive/d0959d34020ee738/out -L dependency=/opt/rustwide/target/debug/build/event-listener-strategy/c937bc966cabac19/out -L dependency=/opt/rustwide/target/debug/build/event-listener/7d99a0f6e253034f/out -L dependency=/opt/rustwide/target/debug/build/fastrand/7f828ff62efa1aa0/out -L dependency=/opt/rustwide/target/debug/build/form_urlencoded/c198f79a15a99cab/out -L dependency=/opt/rustwide/target/debug/build/futures-core/756e876442dee363/out -L dependency=/opt/rustwide/target/debug/build/futures-io/8d88089869a627e9/out -L dependency=/opt/rustwide/target/debug/build/futures-lite/131b1401489559ae/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/8a9a593e179d4476/out -L dependency=/opt/rustwide/target/debug/build/futures-task/011073701ea3a715/out -L dependency=/opt/rustwide/target/debug/build/getrandom/d0ffb6bce40967d0/out -L dependency=/opt/rustwide/target/debug/build/hex/4852862d92867e36/out -L dependency=/opt/rustwide/target/debug/build/icu_collections/49d5455c2fc441d6/out -L dependency=/opt/rustwide/target/debug/build/icu_locale_core/0d550856216c689e/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer/f0ad1bfca79f46a6/out -L dependency=/opt/rustwide/target/debug/build/icu_normalizer_data/4ddd33bbaff8cd99/out -L dependency=/opt/rustwide/target/debug/build/icu_properties/c76303de3ecc2608/out -L dependency=/opt/rustwide/target/debug/build/icu_properties_data/841870db70e1b804/out -L dependency=/opt/rustwide/target/debug/build/icu_provider/72dd9fcdb8c4567c/out -L dependency=/opt/rustwide/target/debug/build/idna/ad2f6e6679b3b507/out -L dependency=/opt/rustwide/target/debug/build/idna_adapter/2c83654a0bc154d6/out -L dependency=/opt/rustwide/target/debug/build/libc/aafc9602a24f2372/out -L dependency=/opt/rustwide/target/debug/build/libloading/d21983df834c79db/out -L dependency=/opt/rustwide/target/debug/build/linux-raw-sys/728ee1a46395067f/out -L dependency=/opt/rustwide/target/debug/build/litemap/323fb0cb3f9fad3e/out -L dependency=/opt/rustwide/target/debug/build/log/f0efc98faf8f1763/out -L dependency=/opt/rustwide/target/debug/build/memoffset/92fd022c61dbdb80/out -L dependency=/opt/rustwide/target/debug/build/mio/8b75e8f6ae7ce19a/out -L dependency=/opt/rustwide/target/debug/build/nix/ccf90a5db89d0eb5/out -L dependency=/opt/rustwide/target/debug/build/once_cell/2ad934dc7da92e31/out -L dependency=/opt/rustwide/target/debug/build/ordered-stream/860f60c484b43cad/out -L dependency=/opt/rustwide/target/debug/build/parking/fbbb0e1f7c7ebc3f/out -L dependency=/opt/rustwide/target/debug/build/percent-encoding/f0f3780066f274e0/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/potential_utf/228b316c328c37a5/out -L dependency=/opt/rustwide/target/debug/build/ppv-lite86/ad05e00ec617b2dc/out -L dependency=/opt/rustwide/target/debug/build/proc-macro2/744b7cf64055e725/out -L dependency=/opt/rustwide/target/debug/build/quote/5e4e8f187dab978c/out -L dependency=/opt/rustwide/target/debug/build/rand_chacha/f2dafae702b6f661/out -L dependency=/opt/rustwide/target/debug/build/rand_core/3702e167d1e7f65b/out -L dependency=/opt/rustwide/target/debug/build/rustix/f62bcdbe539d3b90/out -L dependency=/opt/rustwide/target/debug/build/scoped-tls/668d833244126a72/out -L dependency=/opt/rustwide/target/debug/build/serde/2c8ae9a5433cee8c/out -L dependency=/opt/rustwide/target/debug/build/serde_core/3c925aec2ec92997/out -L dependency=/opt/rustwide/target/debug/build/serde_derive/03b865070b93ff39/out -L dependency=/opt/rustwide/target/debug/build/serde_repr/16a9a7c9130724ab/out -L dependency=/opt/rustwide/target/debug/build/signal-hook-registry/011baaf07d061245/out -L dependency=/opt/rustwide/target/debug/build/slab/ab20fc0822f5e3c5/out -L dependency=/opt/rustwide/target/debug/build/smallvec/96d7c7a7332b4422/out -L dependency=/opt/rustwide/target/debug/build/socket2/42d6904714d1537a/out -L dependency=/opt/rustwide/target/debug/build/stable_deref_trait/a4bd0afb694af506/out -L dependency=/opt/rustwide/target/debug/build/static_assertions/f2154b0bf273423d/out -L dependency=/opt/rustwide/target/debug/build/syn/564ad9b67976d8ad/out -L dependency=/opt/rustwide/target/debug/build/tinystr/53be9130ab69d149/out -L dependency=/opt/rustwide/target/debug/build/tokio-macros/49d06e724bed68f2/out -L dependency=/opt/rustwide/target/debug/build/tokio/bdbaf3263b353904/out -L dependency=/opt/rustwide/target/debug/build/tracing-attributes/1a7449efa6a35f57/out -L dependency=/opt/rustwide/target/debug/build/tracing-core/2128fc949e2e5481/out -L dependency=/opt/rustwide/target/debug/build/tracing/b44bedf48fb1f0dd/out -L dependency=/opt/rustwide/target/debug/build/unicode-ident/d4cbec09b1fb15f6/out -L dependency=/opt/rustwide/target/debug/build/url/028fa01182190289/out -L dependency=/opt/rustwide/target/debug/build/utf8_iter/88f5a358869389d3/out -L dependency=/opt/rustwide/target/debug/build/uuid/bf1c0cd546a48896/out -L dependency=/opt/rustwide/target/debug/build/wayland-backend/b7883e605cfb0ceb/out -L dependency=/opt/rustwide/target/debug/build/wayland-client/10645a69d2672cac/out -L dependency=/opt/rustwide/target/debug/build/wayland-scanner/3a8f1888a0705d88/out -L dependency=/opt/rustwide/target/debug/build/wayland-sys/e997457338bf099b/out -L dependency=/opt/rustwide/target/debug/build/winnow/8d124c0e8c67cb81/out -L dependency=/opt/rustwide/target/debug/build/writeable/37efbbfd3652a026/out -L dependency=/opt/rustwide/target/debug/build/yoke-derive/5c61ad3ff0e5397c/out -L dependency=/opt/rustwide/target/debug/build/yoke/dac1674bd0310c42/out -L dependency=/opt/rustwide/target/debug/build/zbus_macros/e0f4749c32944a8e/out -L dependency=/opt/rustwide/target/debug/build/zbus_names/b15e42b6344de983/out -L dependency=/opt/rustwide/target/debug/build/zerocopy-derive/eaa3950a88b0e7f8/out -L dependency=/opt/rustwide/target/debug/build/zerocopy/aeb4875f46b0160e/out -L dependency=/opt/rustwide/target/debug/build/zerofrom-derive/10b575f0744c0948/out -L dependency=/opt/rustwide/target/debug/build/zerofrom/44a97b13a11d5aa6/out -L dependency=/opt/rustwide/target/debug/build/zerotrie/fc53a38478a5b5bc/out -L dependency=/opt/rustwide/target/debug/build/zerovec-derive/20c494a6ee095333/out -L dependency=/opt/rustwide/target/debug/build/zerovec/19f8feb6037a0d97/out -L dependency=/opt/rustwide/target/debug/build/zvariant/a300837f7fd24a2c/out -L dependency=/opt/rustwide/target/debug/build/zvariant_derive/04245c40fefa140a/out -L dependency=/opt/rustwide/target/debug/build/zvariant_utils/6de0a00711344487/out --extern enumflags2=/opt/rustwide/target/debug/build/enumflags2/c49f3fe3d14af33d/out/libenumflags2-c49f3fe3d14af33d.rmeta --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/7312f9712fb1e298/out/libfutures_channel-7312f9712fb1e298.rmeta --extern futures_util=/opt/rustwide/target/debug/build/futures-util/ee72f90bf7b53efc/out/libfutures_util-ee72f90bf7b53efc.rmeta --extern rand=/opt/rustwide/target/debug/build/rand/1e4c6bc80b56abfa/out/librand-1e4c6bc80b56abfa.rmeta --extern raw_window_handle=/opt/rustwide/target/debug/build/raw-window-handle/4edc1522fa5f26cd/out/libraw_window_handle-4edc1522fa5f26cd.rmeta --extern serde=/opt/rustwide/target/debug/build/serde/2c8ae9a5433cee8c/out/libserde-2c8ae9a5433cee8c.rmeta --extern serde_repr=/opt/rustwide/target/debug/build/serde_repr/16a9a7c9130724ab/out/libserde_repr-16a9a7c9130724ab.so --extern tokio=/opt/rustwide/target/debug/build/tokio/bdbaf3263b353904/out/libtokio-bdbaf3263b353904.rmeta --extern url=/opt/rustwide/target/debug/build/url/028fa01182190289/out/liburl-028fa01182190289.rmeta --extern wayland_backend=/opt/rustwide/target/debug/build/wayland-backend/b7883e605cfb0ceb/out/libwayland_backend-b7883e605cfb0ceb.rmeta --extern wayland_client=/opt/rustwide/target/debug/build/wayland-client/10645a69d2672cac/out/libwayland_client-10645a69d2672cac.rmeta --extern wayland_protocols=/opt/rustwide/target/debug/build/wayland-protocols/bc0cc7651d0cba10/out/libwayland_protocols-bc0cc7651d0cba10.rmeta --extern zbus=/opt/rustwide/target/debug/build/zbus/4c8df422777ee0c1/out/libzbus-4c8df422777ee0c1.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies -L native=/usr/lib/x86_64-linux-gnu` (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=d684441ae5fdc363 -C extra-filename=-e75987c9a8d77beb --out-dir /opt/rustwide/target/debug/build/gio/e75987c9a8d77beb/out -L dependency=/opt/rustwide/target/debug/build/bitflags/ad00d0fc08a708e6/out -L dependency=/opt/rustwide/target/debug/build/futures-channel/7312f9712fb1e298/out -L dependency=/opt/rustwide/target/debug/build/futures-core/756e876442dee363/out -L dependency=/opt/rustwide/target/debug/build/futures-executor/c2e3f7bcd2ee01d7/out -L dependency=/opt/rustwide/target/debug/build/futures-macro/8a9a593e179d4476/out -L dependency=/opt/rustwide/target/debug/build/futures-task/011073701ea3a715/out -L dependency=/opt/rustwide/target/debug/build/futures-util/ee72f90bf7b53efc/out -L dependency=/opt/rustwide/target/debug/build/gio-sys/33cf585309495626/out -L dependency=/opt/rustwide/target/debug/build/glib-macros/107695c1f3d02fc2/out -L dependency=/opt/rustwide/target/debug/build/glib-sys/5b8a97cd06e22d73/out -L dependency=/opt/rustwide/target/debug/build/gobject-sys/655e8076dac21eec/out -L dependency=/opt/rustwide/target/debug/build/libc/aafc9602a24f2372/out -L dependency=/opt/rustwide/target/debug/build/memchr/7c3b23e851763d6f/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_core/3c925aec2ec92997/out -L dependency=/opt/rustwide/target/debug/build/slab/ab20fc0822f5e3c5/out -L dependency=/opt/rustwide/target/debug/build/smallvec/96d7c7a7332b4422/out -L dependency=/opt/rustwide/target/debug/build/thiserror-impl/8ebf77bb88c47caa/out -L dependency=/opt/rustwide/target/debug/build/thiserror/0e8e89ac7083e0d3/out --extern futures_channel=/opt/rustwide/target/debug/build/futures-channel/7312f9712fb1e298/out/libfutures_channel-7312f9712fb1e298.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/ee72f90bf7b53efc/out/libfutures_util-ee72f90bf7b53efc.rmeta --extern ffi=/opt/rustwide/target/debug/build/gio-sys/33cf585309495626/out/libgio_sys-33cf585309495626.rmeta --extern glib=/opt/rustwide/target/debug/build/glib/751a79eccec1c1b5/out/libglib-751a79eccec1c1b5.rmeta --extern libc=/opt/rustwide/target/debug/build/libc/aafc9602a24f2372/out/liblibc-aafc9602a24f2372.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/96d7c7a7332b4422/out/libsmallvec-96d7c7a7332b4422.rmeta --extern thiserror=/opt/rustwide/target/debug/build/thiserror/0e8e89ac7083e0d3/out/libthiserror-0e8e89ac7083e0d3.rmeta --cap-lints allow --cap-lints=forbid --force-warn=unused_crate_dependencies` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "a930d1a2da435f94490ad7fd91a5bfccabba8ad53737100b916177b49d325b68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a930d1a2da435f94490ad7fd91a5bfccabba8ad53737100b916177b49d325b68", kill_on_drop: false }`
[INFO] [stdout] a930d1a2da435f94490ad7fd91a5bfccabba8ad53737100b916177b49d325b68
