[INFO] cloning repository https://github.com/juanma-dev/taino-leptos-dnd
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/juanma-dev/taino-leptos-dnd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuanma-dev%2Ftaino-leptos-dnd", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuanma-dev%2Ftaino-leptos-dnd'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 44617239f33ad36e49005e9ceeda80b1fef25578
[INFO] testing juanma-dev/taino-leptos-dnd against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjuanma-dev%2Ftaino-leptos-dnd" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/juanma-dev/taino-leptos-dnd
[INFO] finished tweaking git repo https://github.com/juanma-dev/taino-leptos-dnd
[INFO] tweaked toml for git repo https://github.com/juanma-dev/taino-leptos-dnd written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/juanma-dev/taino-leptos-dnd on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/juanma-dev/taino-leptos-dnd 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 2119e7d23edc887876cb2344a620f9a7d4e87bd160b6ee72a9f6c56ee7999b35
[INFO] running `Command { std: "docker" "start" "2119e7d23edc887876cb2344a620f9a7d4e87bd160b6ee72a9f6c56ee7999b35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2119e7d23edc887876cb2344a620f9a7d4e87bd160b6ee72a9f6c56ee7999b35", 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" "2119e7d23edc887876cb2344a620f9a7d4e87bd160b6ee72a9f6c56ee7999b35" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2119e7d23edc887876cb2344a620f9a7d4e87bd160b6ee72a9f6c56ee7999b35", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2119e7d23edc887876cb2344a620f9a7d4e87bd160b6ee72a9f6c56ee7999b35" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.121
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.121
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling slotmap v1.1.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling konst_macro_rules v0.2.19
[INFO] [stderr]    Compiling konst v0.2.20
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling const_format v0.2.36
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling send_wrapper v0.6.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling dioxus-core-types v0.7.9
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]    Compiling memmap2 v0.9.11
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]    Compiling longest-increasing-subsequence v0.1.0
[INFO] [stderr]    Compiling litemap v0.8.2
[INFO] [stderr]    Compiling writeable v0.6.3
[INFO] [stderr]    Compiling lazy-js-bundle v0.7.9
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling icu_normalizer_data v2.2.0
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling or_poisoned v0.1.0
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling icu_properties_data v2.2.0
[INFO] [stderr]    Compiling parking v2.2.1
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling convert_case v0.8.0
[INFO] [stderr]    Compiling throw_error v0.3.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling autocfg v1.5.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.121
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling server_fn_macro v0.8.10
[INFO] [stderr]    Compiling reactive_graph v0.2.14
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling async-lock v3.4.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling pin-project-internal v1.1.12
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling pin-project v1.1.12
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.121
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling generational-box v0.7.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling subsecond-types v0.7.9
[INFO] [stderr]    Compiling subsecond v0.7.9
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling const-serialize-macro v0.7.2
[INFO] [stderr]    Compiling js-sys v0.3.98
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling dioxus-core v0.7.9
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling warnings-macro v0.2.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling const-serialize-macro v0.8.0-alpha.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling derive-where v1.6.1
[INFO] [stderr]    Compiling warnings v0.2.1
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling hydration_context v0.3.1
[INFO] [stderr]    Compiling dioxus-cli-config v0.7.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling syn_derive v0.2.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling guardian v1.3.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling enumset_derive v0.15.0
[INFO] [stderr]    Compiling taino-dnd-core v0.6.1 (/opt/rustwide/workdir/crates/taino-dnd-core)
[INFO] [stderr]    Compiling const-serialize v0.7.2
[INFO] [stderr]    Compiling reactive_stores_macro v0.4.3
[INFO] [stderr]    Compiling quote-use-macros v0.8.4
[INFO] [stderr]    Compiling dioxus-signals v0.7.9
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling dioxus-rsx v0.7.9
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling tachys v0.2.18
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling utf8-width v0.1.8
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling winnow v1.0.2
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]    Compiling euclid v0.22.14
[INFO] [stderr]    Compiling keyboard-types v0.7.0
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling dioxus-hooks v0.7.9
[INFO] [stderr]    Compiling dioxus-core-macro v0.7.9
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling enumset v1.1.13
[INFO] [stderr]    Compiling quote-use v0.8.4
[INFO] [stderr]    Compiling const-serialize v0.8.0-alpha.0
[INFO] [stderr]    Compiling rand v0.9.5
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling oco_ref v0.2.1
[INFO] [stderr]    Compiling dioxus-html-internal-macro v0.7.9
[INFO] [stderr]    Compiling sledgehammer_bindgen_macro v0.6.5
[INFO] [stderr]    Compiling either_of v0.1.9
[INFO] [stderr]    Compiling dioxus-document v0.7.9
[INFO] [stderr]    Compiling dioxus-interpreter-js v0.7.9
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling server_fn v0.8.13
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling erased v0.1.2
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]    Compiling const_str_slice_concat v0.1.0
[INFO] [stderr]    Compiling data-encoding v2.11.0
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling next_tuple v0.1.0
[INFO] [stderr]    Compiling drain_filter_polyfill v0.1.3
[INFO] [stderr]    Compiling sledgehammer_bindgen v0.6.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling attribute-derive-macro v0.10.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling sledgehammer_utils v0.3.1
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling dioxus-html v0.7.9
[INFO] [stderr]    Compiling wasm-bindgen-futures v0.4.71
[INFO] [stderr]    Compiling web-sys v0.3.98
[INFO] [stderr]    Compiling any_spawner v0.3.0
[INFO] [stderr]    Compiling manganis-core v0.7.9
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling rstml v0.12.1
[INFO] [stderr]    Compiling dioxus-devtools-types v0.7.9
[INFO] [stderr]    Compiling server_fn_macro_default v0.8.5
[INFO] [stderr]    Compiling serde_qs v0.15.0
[INFO] [stderr]    Compiling console_error_panic_hook v0.1.7
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]    Compiling macro-string v0.1.4
[INFO] [stderr]    Compiling dioxus-web v0.7.9
[INFO] [stderr]    Compiling leptos_macro v0.8.17
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling base16 v0.2.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling reactive_stores v0.4.3
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling const-str v1.1.0
[INFO] [stderr]    Compiling typed-builder v0.23.2
[INFO] [stderr]    Compiling wasm_split_macros v0.2.2
[INFO] [stderr]    Compiling manganis-macro v0.7.9
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling config v0.15.22
[INFO] [stderr]    Compiling leptos_hot_reload v0.8.6
[INFO] [stderr]    Compiling dioxus-devtools v0.7.9
[INFO] [stderr]    Compiling attribute-derive v0.10.5
[INFO] [stderr]    Compiling serde-wasm-bindgen v0.6.5
[INFO] [stderr]    Compiling gloo-timers v0.3.0
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling dioxus-history v0.7.9
[INFO] [stderr]    Compiling codee v0.3.5
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling dioxus-stores-macro v0.7.9
[INFO] [stderr]    Compiling convert_case_extras v0.2.0
[INFO] [stderr]    Compiling leptos v0.8.20
[INFO] [stderr]    Compiling async-once-cell v0.5.4
[INFO] [stderr]    Compiling wasm_split_helpers v0.2.3
[INFO] [stderr]    Compiling manganis v0.7.9
[INFO] [stderr]    Compiling dioxus-logger v0.7.9
[INFO] [stderr]    Compiling dioxus-config-macro v0.7.9
[INFO] [stderr]    Compiling dioxus-config-macros v0.7.9
[INFO] [stderr]    Compiling leptos_config v0.8.10
[INFO] [stderr]    Compiling dioxus-stores v0.7.9
[INFO] [stderr]    Compiling gloo-utils v0.2.0
[INFO] [stderr]    Compiling dioxus-asset-resolver v0.7.9
[INFO] [stderr]    Compiling gloo-net v0.6.0
[INFO] [stderr]    Compiling wasm-streams v0.5.0
[INFO] [stderr]    Compiling wasm-streams v0.4.2
[INFO] [stderr]    Compiling dioxus v0.7.9
[INFO] [stderr]    Compiling taino-dnd-dioxus v0.6.1 (/opt/rustwide/workdir/crates/taino-dnd-dioxus)
[INFO] [stderr]    Compiling example-multi-zone-dioxus v0.6.1 (/opt/rustwide/workdir/examples/multi-zone-dioxus)
[INFO] [stderr]    Compiling example-multi-select-list-dioxus v0.6.1 (/opt/rustwide/workdir/examples/multi-select-list-dioxus)
[INFO] [stderr]    Compiling example-sortable-list-dioxus v0.6.1 (/opt/rustwide/workdir/examples/sortable-list-dioxus)
[INFO] [stderr]    Compiling example-kanban-dioxus v0.6.1 (/opt/rustwide/workdir/examples/kanban-dioxus)
[INFO] [stderr] error: could not compile `tachys` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.99.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name tachys --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tachys-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C codegen-units=1 --cfg 'feature="default"' --cfg 'feature="oco"' --cfg 'feature="reactive_graph"' --cfg 'feature="reactive_stores"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "delegation", "error-hook", "hydrate", "islands", "mark_branches", "nightly", "oco", "reactive_graph", "reactive_stores", "sledgehammer", "ssr", "testing", "tracing"))' -C metadata=102f9ea010dbd5d9 -C extra-filename=-495f469f8e5b6114 --out-dir /opt/rustwide/target/release/deps -C strip=symbols -L dependency=/opt/rustwide/target/release/deps --extern any_spawner=/opt/rustwide/target/release/deps/libany_spawner-b753d1d0ae00316d.rmeta --extern async_trait=/opt/rustwide/target/release/deps/libasync_trait-c82a72e2b0f8277d.so --extern const_str_slice_concat=/opt/rustwide/target/release/deps/libconst_str_slice_concat-c9df36488547a69a.rmeta --extern drain_filter_polyfill=/opt/rustwide/target/release/deps/libdrain_filter_polyfill-76968884b6433a31.rmeta --extern either_of=/opt/rustwide/target/release/deps/libeither_of-0e0c6dbb66c8d9ca.rmeta --extern erased=/opt/rustwide/target/release/deps/liberased-3a99b31e66df6639.rmeta --extern futures=/opt/rustwide/target/release/deps/libfutures-75381df14c257083.rmeta --extern html_escape=/opt/rustwide/target/release/deps/libhtml_escape-e02f95be5200ca6b.rmeta --extern indexmap=/opt/rustwide/target/release/deps/libindexmap-27e6f26eba87ade8.rmeta --extern itertools=/opt/rustwide/target/release/deps/libitertools-e4be1ef2d81e38c0.rmeta --extern js_sys=/opt/rustwide/target/release/deps/libjs_sys-15ee6fb5b0bc0ff2.rmeta --extern next_tuple=/opt/rustwide/target/release/deps/libnext_tuple-270c4fd993875bf9.rmeta --extern oco_ref=/opt/rustwide/target/release/deps/liboco_ref-089e437f93c062f3.rmeta --extern or_poisoned=/opt/rustwide/target/release/deps/libor_poisoned-b42de7eef48835d7.rmeta --extern paste=/opt/rustwide/target/release/deps/libpaste-01c823cf94865332.so --extern reactive_graph=/opt/rustwide/target/release/deps/libreactive_graph-dd878eedb45c0db5.rmeta --extern reactive_stores=/opt/rustwide/target/release/deps/libreactive_stores-59d7e4741662635a.rmeta --extern rustc_hash=/opt/rustwide/target/release/deps/librustc_hash-5726bb4c7935c61f.rmeta --extern send_wrapper=/opt/rustwide/target/release/deps/libsend_wrapper-b25f5fcba8014a0c.rmeta --extern slotmap=/opt/rustwide/target/release/deps/libslotmap-bd745b73d434fc54.rmeta --extern throw_error=/opt/rustwide/target/release/deps/libthrow_error-9238ceaae6cadfd3.rmeta --extern wasm_bindgen=/opt/rustwide/target/release/deps/libwasm_bindgen-1b05306e0c4d6c21.rmeta --extern web_sys=/opt/rustwide/target/release/deps/libweb_sys-166d85528cb00d23.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "2119e7d23edc887876cb2344a620f9a7d4e87bd160b6ee72a9f6c56ee7999b35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2119e7d23edc887876cb2344a620f9a7d4e87bd160b6ee72a9f6c56ee7999b35", kill_on_drop: false }`
[INFO] [stdout] 2119e7d23edc887876cb2344a620f9a7d4e87bd160b6ee72a9f6c56ee7999b35
