Unable to install or compile trunk: evaluation failed
```
UbuntuDesktop:~/Dev$ rustc --version --verbose:
rustc 1.92.0 (ded5c06cf 2025-12-08)
binary: rustc
commit-hash: ded5c06cf21d2b93bffd5d884aa6e96934ee4234
commit-date: 2025-12-08
host: x86_64-unknown-linux-gnu
release: 1.92.0
LLVM version: 21.1.3
```
OS Ubuntu 25.10.
CPU 13th Gen Intel Core i9-13900KF.
The output is below. Please advise me.
```
UbuntuDesktop:~/Dev$ cargo install trunk --locked
Updating crates.io index
Installing trunk v0.21.14
Updating crates.io index
warning: package `crossbeam-channel v0.5.14` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
warning: package `zip v2.6.1` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked
Updating crates.io index
Compiling proc-macro2 v1.0.94
Compiling unicode-ident v1.0.18
Compiling libc v0.2.171
Compiling cfg-if v1.0.0
Compiling portable-atomic v1.11.0
Compiling critical-section v1.2.0
Compiling log v0.4.27
Compiling autocfg v1.4.0
Compiling shlex v1.3.0
Compiling smallvec v1.15.0
Compiling serde v1.0.219
Compiling version_check v0.9.5
Compiling memchr v2.7.4
Compiling itoa v1.0.15
Compiling crossbeam-utils v0.8.21
Compiling parking_lot_core v0.9.10
Compiling pin-project-lite v0.2.16
Compiling scopeguard v1.2.0
Compiling zerocopy v0.8.24
Compiling bytes v1.10.1
Compiling futures-core v0.3.31
Compiling syn v1.0.109
Compiling bitflags v2.9.0
Compiling either v1.15.0
Compiling rayon-core v1.12.1
Compiling stable_deref_trait v1.2.0
Compiling futures-sink v0.3.31
Compiling typenum v1.18.0
Compiling equivalent v1.0.2
Compiling hashbrown v0.15.2
Compiling futures-io v0.3.31
Compiling pin-utils v0.1.0
Compiling subtle v2.6.1
Compiling pkg-config v0.3.32
Compiling getrandom v0.1.16
Compiling fnv v1.0.7
Compiling futures-task v0.3.31
Compiling untrusted v0.9.0
Compiling writeable v0.5.5
Compiling futures-channel v0.3.31
Compiling getrandom v0.3.2
Compiling icu_locid_transform_data v1.5.1
Compiling litemap v0.7.5
Compiling rustls-pki-types v1.11.0
Compiling siphasher v1.0.1
Compiling rand_core v0.6.4
Compiling icu_properties_data v1.5.1
Compiling httparse v1.10.1
Compiling icu_normalizer_data v1.5.1
Compiling ryu v1.0.20
Compiling siphasher v0.3.11
Compiling rustls v0.23.25
Compiling serde_json v1.0.140
Compiling percent-encoding v2.3.1
Compiling write16 v1.0.0
Compiling rand v0.8.5
Compiling dtoa v1.0.10
Compiling tower-service v0.3.3
Compiling utf16_iter v1.0.5
Compiling phf_shared v0.11.3
Compiling generic-array v0.14.7
Compiling utf8_iter v1.0.4
Compiling ahash v0.8.11
Compiling rustix v1.0.5
Compiling try-lock v0.2.5
Compiling phf_shared v0.8.0
Compiling form_urlencoded v1.2.1
Compiling thiserror v2.0.12
Compiling lock_api v0.4.12
Compiling slab v0.4.9
Compiling dtoa-short v0.3.5
Compiling lazy_static v1.5.0
Compiling bumpalo v3.17.0
Compiling httpdate v1.0.3
Compiling heck v0.5.0
Compiling atomic-waker v1.1.2
Compiling want v0.3.1
Compiling ahash v0.7.8
Compiling matches v0.1.10
Compiling linux-raw-sys v0.9.3
Compiling mime v0.3.17
Compiling zerocopy v0.7.35
Compiling cpufeatures v0.2.17
Compiling proc-macro-hack v0.5.20+deprecated
Compiling byteorder v1.5.0
Compiling data-encoding v2.8.0
Compiling tower-layer v0.3.3
Compiling utf8parse v0.2.2
Compiling cfg_aliases v0.2.1
Compiling openssl-probe v0.1.6
Compiling rustversion v1.0.20
Compiling thiserror v1.0.69
Compiling nix v0.29.0
Compiling anstyle-parse v0.2.6
Compiling sync_wrapper v1.0.2
Compiling anstyle v1.0.10
Compiling http v1.3.1
Compiling rustls-native-certs v0.8.1
Compiling anstyle-query v1.1.2
Compiling outref v0.1.0
Compiling is_terminal_polyfill v1.70.1
Compiling precomputed-hash v0.1.1
Compiling colorchoice v1.0.3
Compiling quote v1.0.40
Compiling phf_generator v0.11.3
Compiling rkyv v0.7.45
Compiling crossbeam-epoch v0.9.18
Compiling simd-abstraction v0.7.1
Compiling aho-corasick v0.7.20
Compiling itertools v0.12.1
Compiling anstream v0.6.18
Compiling phf_codegen v0.11.3
Compiling num-traits v0.2.19
Compiling crc32fast v1.4.2
Compiling unicode-segmentation v1.12.0
Compiling zstd-safe v7.2.4
Compiling paste v1.0.15
Compiling radium v0.7.0
Compiling rustc-hash v2.1.1
Compiling semver v1.0.26
Compiling parcel_selectors v0.28.1
Compiling syn v2.0.100
Compiling ipnet v2.11.0
Compiling once_cell v1.21.3
Compiling unicase v2.8.1
Compiling seahash v4.1.0
Compiling base64-simd v0.7.0
Compiling crossbeam-channel v0.5.14
Compiling aho-corasick v1.1.3
Compiling crossbeam-deque v0.8.6
Compiling jobserver v0.1.33
Compiling webpki-roots v0.26.8
Compiling rustls-pemfile v2.2.0
Compiling data-url v0.1.1
Compiling mime_guess v2.0.5
Compiling fs-err v3.1.0
Compiling tracing-core v0.1.33
Compiling regex-syntax v0.6.29
Compiling convert_case v0.6.0
Compiling clap_lex v0.7.4
Compiling rand_core v0.5.1
Compiling winnow v0.7.4
Compiling tinyvec_macros v0.1.1
Compiling vlq v0.5.1
Compiling powerfmt v0.2.0
Compiling lockfree-object-pool v0.1.6
Compiling cc v1.2.18
Compiling itoa v0.4.8
Compiling rand_pcg v0.2.1
Compiling utf-8 v0.7.6
Compiling tap v1.0.1
Compiling nodrop v0.1.14
Compiling strsim v0.11.1
Compiling pathdiff v0.2.3
Compiling convert_case v0.4.0
Compiling adler2 v2.0.0
Compiling moka v0.12.10
Compiling same-file v1.0.6
Compiling crc-catalog v2.4.0
Compiling hashbrown v0.14.5
Compiling camino v1.1.9
Compiling base64 v0.22.1
Compiling regex-syntax v0.8.5
Compiling rustix v0.38.44
Compiling simd-adler32 v0.3.7
Compiling walkdir v2.5.0
Compiling crc v3.2.1
Compiling miniz_oxide v0.8.7
Compiling http-body v1.0.1
Compiling wyz v0.5.1
Compiling zopfli v0.8.1
Compiling http-body-util v0.1.3
Compiling servo_arc v0.1.1
Compiling tinyvec v1.9.0
Compiling is-docker v0.2.0
Compiling ppv-lite86 v0.2.21
Compiling fxhash v0.2.1
Compiling rayon v1.10.0
Compiling itertools v0.10.5
Compiling crypto-common v0.1.6
Compiling block-buffer v0.10.4
Compiling inout v0.1.4
Compiling env_filter v0.1.3
Compiling cvt v0.1.2
Compiling funty v2.0.0
Compiling notify-types v2.0.0
Compiling thin-slice v0.1.1
Compiling cipher v0.4.4
Compiling bytemuck v1.22.0
Compiling schemars v0.8.22
Compiling digest v0.10.7
Compiling overload v0.1.1
Compiling getrandom v0.2.15
Compiling mio v1.0.3
Compiling socket2 v0.5.9
Compiling signal-hook-registry v1.4.2
Compiling rand_chacha v0.2.2
Compiling sha1 v0.10.6
Compiling parking_lot v0.12.3
Compiling rand_core v0.9.3
Compiling filetime v0.2.25
Compiling inotify-sys v0.1.5
Compiling dashmap v5.5.3
Compiling rand v0.7.3
Compiling hashbrown v0.13.2
Compiling hashbrown v0.12.3
Compiling inotify v0.11.0
Compiling uuid v1.16.0
Compiling rand_chacha v0.9.0
Compiling hmac v0.12.1
Compiling hostname v0.4.0
Compiling linux-raw-sys v0.4.15
Compiling option-ext v0.2.0
Compiling zip v2.6.1
Compiling time-core v0.1.4
Compiling bitflags v1.3.2
Compiling num-conv v0.1.0
Compiling tagptr v0.2.0
Compiling rustc-hash v1.1.0
Compiling anyhow v1.0.97
Compiling pbkdf2 v0.12.2
Compiling rand v0.9.0
Compiling dirs-sys v0.5.0
Compiling resolv-conf v0.7.1
Compiling bitvec v1.0.1
Compiling notify v8.0.0
Compiling aes v0.8.4
Compiling rgb v0.8.50
Compiling nu-ansi-term v0.46.0
Compiling flate2 v1.1.1
Compiling env_logger v0.11.8
Compiling is-wsl v0.4.0
Compiling lzma-rs v0.3.0
Compiling tracing-log v0.2.0
Compiling thread_local v1.1.8
Compiling sharded-slab v0.1.7
Compiling encoding_rs v0.8.35
Compiling env_home v0.1.0
Compiling phf_generator v0.8.0
Compiling ring v0.17.14
Compiling zstd-sys v2.0.15+zstd.1.5.7
Compiling bzip2-sys v0.1.13+1.0.8
Compiling phf_codegen v0.8.0
Compiling lzma-sys v0.1.20
Compiling libdeflate-sys v1.23.1
Compiling parse-js v0.17.0
Compiling normpath v1.3.0
Compiling selectors v0.22.0
Compiling file-id v0.2.2
Compiling unicode-width v0.2.0
Compiling unsafe-libyaml v0.2.11
Compiling regex-automata v0.1.10
Compiling constant_time_eq v0.3.1
Compiling lazycell v1.3.0
Compiling humantime v2.2.0
Compiling dyn-clone v1.0.19
Compiling arc-swap v1.7.1
Compiling http-range-header v0.4.2
Compiling matchit v0.8.4
Compiling regex-automata v0.4.9
Compiling fs_at v0.2.1
Compiling deflate64 v0.1.9
Compiling console v0.15.11
Compiling homedir v0.3.4
Compiling notify-debouncer-full v0.5.0
Compiling open v5.3.2
Compiling remove_dir_all v1.0.0
Compiling terminal_size v0.4.2
Compiling xattr v1.5.0
Compiling clap_builder v4.5.35
Compiling directories v6.0.0
Compiling sha2 v0.10.8
Compiling htmlescape v0.3.1
Compiling dunce v1.0.5
Compiling tar v0.4.44
Compiling minify-js v0.5.6
Compiling matchers v0.1.0
Compiling synstructure v0.13.1
Compiling serde_derive_internals v0.29.1
Compiling which v7.0.2
Compiling ptr_meta_derive v0.1.4
Compiling cssparser v0.27.2
Compiling rkyv_derive v0.7.45
Compiling phf_macros v0.8.0
Compiling const-str-proc-macro v0.3.2
Compiling lightningcss-derive v1.0.0-alpha.43
Compiling ptr_meta v0.1.4
Compiling const-str v0.3.2
Compiling bzip2 v0.5.2
Compiling serde_derive v1.0.219
Compiling tokio-macros v2.5.0
Compiling zerofrom-derive v0.1.6
Compiling yoke-derive v0.7.5
Compiling zerovec-derive v0.10.3
Compiling displaydoc v0.2.5
Compiling tracing-attributes v0.1.28
Compiling futures-macro v0.3.31
Compiling icu_provider_macros v1.5.0
Compiling zeroize_derive v1.4.2
Compiling cssparser-macros v0.6.1
Compiling thiserror-impl v2.0.12
Compiling phf_macros v0.11.3
Compiling thiserror-impl v1.0.69
Compiling phf v0.8.0
Compiling async-recursion v1.1.1
Compiling async-trait v0.1.88
Compiling derive_more v0.99.19
Compiling enum-as-inner v0.6.1
Compiling clap_derive v4.5.32
Compiling regex v1.11.1
Compiling tokio v1.44.2
Compiling zeroize v1.8.1
Compiling schemars_derive v0.8.22
Compiling phf v0.11.3
Compiling strum_macros v0.27.1
Compiling cssparser v0.33.0
Compiling futures-util v0.3.31
Compiling zerofrom v0.1.6
Compiling tracing v0.1.41
Compiling yoke v0.7.5
Compiling zerovec v0.10.4
Compiling cssparser-color v0.1.0
Compiling axum-core v0.5.2
Compiling tracing-subscriber v0.3.19
Compiling clap v4.5.35
Compiling strum v0.27.1
Compiling libdeflater v1.23.1
Compiling tinystr v0.7.6
Compiling icu_collections v1.5.0
Compiling icu_locid v1.5.0
Compiling lol_html v1.2.1
Compiling icu_provider v1.5.0
Compiling icu_locid_transform v1.5.0
Compiling xz2 v0.1.7
Compiling futures-executor v0.3.31
Compiling futures v0.3.31
Compiling indexmap v2.9.0
Compiling serde_spanned v0.6.8
Compiling toml_datetime v0.6.8
Compiling serde_urlencoded v0.7.1
Compiling serde_path_to_error v0.1.17
Compiling deranged v0.4.0
Compiling chrono v0.4.40
Compiling cargo-platform v0.1.9
Compiling humantime-serde v1.1.1
Compiling icu_properties v1.5.1
Compiling time v0.3.41
Compiling parcel_sourcemap v2.1.1
Compiling cargo_metadata v0.19.2
Compiling rustls-webpki v0.103.1
Compiling neli-proc-macros v0.1.4
Compiling tokio-util v0.7.14
Compiling tower v0.5.2
Compiling toml_edit v0.22.24
Compiling lightningcss v1.0.0-alpha.65
Compiling oxipng v9.1.4
Compiling serde_yaml v0.9.33
Compiling icu_normalizer v1.5.0
Compiling h2 v0.4.8
Compiling tower-http v0.6.2
Compiling tokio-stream v0.1.17
Compiling neli v0.6.5
Compiling minify-html-common v0.0.2
Compiling idna_adapter v1.2.0
Compiling idna v1.0.3
Compiling url v2.5.4
Compiling hickory-proto v0.25.1
Compiling toml v0.8.20
Compiling local-ip-address v0.6.3
Compiling cargo-lock v10.1.0
error[E0080]: scalar size mismatch: expected 185 bytes but got 8 bytes instead
--> /home/evgeni/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/array/mod.rs:499:1
|
499 | array_impl_default! {32, T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `core::array::<impl core::default::Default for [T; core::::array::{impl#46}::{constant#0}]>::{constant#0}` failed here
|
= note: this error originates in the macro `array_impl_default` (in Nightly builds, run with -Z macro-backtrace for more info)
Compiling hyper v1.6.0
error: internal compiler error: compiler/rustc_middle/src/ty/instance.rs:579:21: failed to resolve instance for <[u8; 32] as Default>::default
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs:531:24
|
531 | let mut seed = Self::Seed::default();
| ^^^^^^^^^^^^^^^^^^^^^
thread 'rustc' (12068) panicked at compiler/rustc_middle/src/ty/instance.rs:579:21:
Box<dyn Any>
stack backtrace:
0: 0x70b9e6a33ab3 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h718e2d17a1928e63
1: 0x70b9e7201b98 - core::fmt::write::h1d2246b072ea91eb
2: 0x70b9e87cd351 - std::io::Write::write_fmt::haf55272405c09d9b
3: 0x70b9e69f9642 - std::sys::backtrace::BacktraceLock::print::h61c3bd81a9458a03
4: 0x70b9e69ff709 - std::panicking::default_hook::{{closure}}::haf1ffb5d1e33a97f
5: 0x70b9e69ff233 - std::panicking::default_hook::hc32245deb6eaa988
6: 0x70b9e59fd651 - std[836535f787e97d3]::panicking::update_hook::<alloc[bc4a0c534c311190]::boxed::Box<rustc_driver_impl[88352806430fedcc]::install_ice_hook::{closure#1}>>::{closure#0}
7: 0x70b9e69ffb2f - std::panicking::panic_with_hook::h43adc00fd0e494cb
8: 0x70b9e5a37211 - std[836535f787e97d3]::panicking::begin_panic::<rustc_errors[bfaf558bc9da2898]::ExplicitBug>::{closure#0}
9: 0x70b9e5a2b296 - std[836535f787e97d3]::sys::backtrace::__rust_end_short_backtrace::<std[836535f787e97d3]::panicking::begin_panic<rustc_errors[bfaf558bc9da2898]::ExplicitBug>::{closure#0}, !>
10: 0x70b9e5a2b097 - std[836535f787e97d3]::panicking::begin_panic::<rustc_errors[bfaf558bc9da2898]::ExplicitBug>
11: 0x70b9e5a42b01 - <rustc_errors[bfaf558bc9da2898]::diagnostic::BugAbort as rustc_errors[bfaf558bc9da2898]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
12: 0x70b9e5fbb81c - <rustc_errors[bfaf558bc9da2898]::DiagCtxtHandle>::span_bug::<rustc_span[4aa1f42928653b61]::span_encoding::Span, alloc[bc4a0c534c311190]::string::String>
13: 0x70b9e5fde6f7 - rustc_middle[cc5e45d0ca739427]::util::bug::opt_span_bug_fmt::<rustc_span[4aa1f42928653b61]::span_encoding::Span>::{closure#0}
14: 0x70b9e5fde9fa - rustc_middle[cc5e45d0ca739427]::ty::context::tls::with_opt::<rustc_middle[cc5e45d0ca739427]::util::bug::opt_span_bug_fmt<rustc_span[4aa1f42928653b61]::span_encoding::Span>::{closure#0}, !>::{closure#0}
15: 0x70b9e5fcf9bb - rustc_middle[cc5e45d0ca739427]::ty::context::tls::with_context_opt::<rustc_middle[cc5e45d0ca739427]::ty::context::tls::with_opt<rustc_middle[cc5e45d0ca739427]::util::bug::opt_span_bug_fmt<rustc_span[4aa1f42928653b61]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
16: 0x70b9e3758fa7 - rustc_middle[cc5e45d0ca739427]::util::bug::span_bug_fmt::<rustc_span[4aa1f42928653b61]::span_encoding::Span>
17: 0x70b9e79edd47 - <rustc_middle[cc5e45d0ca739427]::ty::instance::Instance>::expect_resolve
18: 0x70b9e4130aeb - rustc_monomorphize[c2338a9673bc7fda]::collector::items_of_instance
19: 0x70b9e7540848 - rustc_query_impl[f5b648d03701713a]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[f5b648d03701713a]::query_impl::items_of_instance::dynamic_query::{closure#2}::{closure#0}, rustc_middle[cc5e45d0ca739427]::query::erase::Erased<[u8; 32usize]>>
20: 0x70b9e7c43415 - rustc_query_system[701c55d052347103]::query::plumbing::try_execute_query::<rustc_query_impl[f5b648d03701713a]::DynamicConfig<rustc_query_system[701c55d052347103]::query::caches::DefaultCache<(rustc_middle[cc5e45d0ca739427]::ty::instance::Instance, rustc_middle[cc5e45d0ca739427]::mir::mono::CollectionMode), rustc_middle[cc5e45d0ca739427]::query::erase::Erased<[u8; 32usize]>>, false, false, false>, rustc_query_impl[f5b648d03701713a]::plumbing::QueryCtxt, false>
21: 0x70b9e7c43031 - rustc_query_impl[f5b648d03701713a]::query_impl::items_of_instance::get_query_non_incr::__rust_end_short_backtrace
22: 0x70b9e7c45a57 - rustc_monomorphize[c2338a9673bc7fda]::collector::collect_items_rec::{closure#0}
23: 0x70b9e7c46bbf - rustc_monomorphize[c2338a9673bc7fda]::collector::collect_items_rec
24: 0x70b9e7c47810 - rustc_monomorphize[c2338a9673bc7fda]::collector::collect_items_rec
25: 0x70b9e7c47810 - rustc_monomorphize[c2338a9673bc7fda]::collector::collect_items_rec
26: 0x70b9e7c47810 - rustc_monomorphize[c2338a9673bc7fda]::collector::collect_items_rec
27: 0x70b9e7c47810 - rustc_monomorphize[c2338a9673bc7fda]::collector::collect_items_rec
28: 0x70b9e7c47810 - rustc_monomorphize[c2338a9673bc7fda]::collector::collect_items_rec
29: 0x70b9e7c47810 - rustc_monomorphize[c2338a9673bc7fda]::collector::collect_items_rec
30: 0x70b9e7a1c261 - rustc_monomorphize[c2338a9673bc7fda]::collector::collect_crate_mono_items::{closure#1}::{closure#0}
31: 0x70b9e7c890b8 - rustc_monomorphize[c2338a9673bc7fda]::partitioning::collect_and_partition_mono_items
32: 0x70b9e82a83a4 - rustc_query_impl[f5b648d03701713a]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[f5b648d03701713a]::query_impl::collect_and_partition_mono_items::dynamic_query::{closure#2}::{closure#0}, rustc_middle[cc5e45d0ca739427]::query::erase::Erased<[u8; 24usize]>>
33: 0x70b9e82a8389 - <rustc_query_impl[f5b648d03701713a]::query_impl::collect_and_partition_mono_items::dynamic_query::{closure#2} as core[2e27404414be4892]::ops::function::FnOnce<(rustc_middle[cc5e45d0ca739427]::ty::context::TyCtxt, ())>>::call_once
34: 0x70b9e82a7eea - rustc_query_system[701c55d052347103]::query::plumbing::try_execute_query::<rustc_query_impl[f5b648d03701713a]::DynamicConfig<rustc_query_system[701c55d052347103]::query::caches::SingleCache<rustc_middle[cc5e45d0ca739427]::query::erase::Erased<[u8; 24usize]>>, false, false, false>, rustc_query_impl[f5b648d03701713a]::plumbing::QueryCtxt, false>
35: 0x70b9e82a7c8f - rustc_query_impl[f5b648d03701713a]::query_impl::collect_and_partition_mono_items::get_query_non_incr::__rust_end_short_backtrace
36: 0x70b9e7da45f1 - rustc_codegen_ssa[ecd47ffbe3110228]::back::symbol_export::exported_generic_symbols_provider_local
37: 0x70b9e811ce75 - rustc_query_impl[f5b648d03701713a]::plumbing::__rust_begin_short_backtrace::<rustc_query_impl[f5b648d03701713a]::query_impl::exported_generic_symbols::dynamic_query::{closure#2}::{closure#0}, rustc_middle[cc5e45d0ca739427]::query::erase::Erased<[u8; 16usize]>>
38: 0x70b9e811ce4b - <rustc_query_impl[f5b648d03701713a]::query_impl::exported_generic_symbols::dynamic_query::{closure#2} as core[2e27404414be4892]::ops::function::FnOnce<(rustc_middle[cc5e45d0ca739427]::ty::context::TyCtxt, rustc_span[4aa1f42928653b61]::def_id::CrateNum)>>::call_once
39: 0x70b9e811aba6 - rustc_query_system[701c55d052347103]::query::plumbing::try_execute_query::<rustc_query_impl[f5b648d03701713a]::DynamicConfig<rustc_data_structures[99519894e5253d88]::vec_cache::VecCache<rustc_span[4aa1f42928653b61]::def_id::CrateNum, rustc_middle[cc5e45d0ca739427]::query::erase::Erased<[u8; 16usize]>, rustc_query_system[701c55d052347103]::dep_graph::graph::DepNodeIndex>, false, false, false>, rustc_query_impl[f5b648d03701713a]::plumbing::QueryCtxt, false>
40: 0x70b9e811a6cc - rustc_query_impl[f5b648d03701713a]::query_impl::exported_generic_symbols::get_query_non_incr::__rust_end_short_backtrace
41: 0x70b9e8244f33 - <rustc_metadata[6f078b644d319df5]::rmeta::encoder::EncodeContext>::encode_crate_root
42: 0x70b9e8265bce - <rustc_metadata[6f078b644d319df5]::rmeta::encoder::encode_metadata::{closure#3} as core[2e27404414be4892]::ops::function::FnOnce<(rustc_middle[cc5e45d0ca739427]::ty::context::TyCtxt, &std[836535f787e97d3]::path::Path)>>::call_once
43: 0x70b9e8262d90 - rustc_metadata[6f078b644d319df5]::rmeta::encoder::encode_metadata
44: 0x70b9e8285ec5 - rustc_metadata[6f078b644d319df5]::fs::encode_and_write_metadata
45: 0x70b9e8460769 - <rustc_interface[3dfce13d5179a6f8]::queries::Linker>::codegen_and_build_linker
46: 0x70b9e853a794 - <rustc_interface[3dfce13d5179a6f8]::passes::create_and_enter_global_ctxt<core[2e27404414be4892]::option::Option<rustc_interface[3dfce13d5179a6f8]::queries::Linker>, rustc_driver_impl[88352806430fedcc]::run_compiler::{closure#0}::{closure#2}>::{closure#2} as core[2e27404414be4892]::ops::function::FnOnce<(&rustc_session[2fc1d960ad4ec558]::session::Session, rustc_middle[cc5e45d0ca739427]::ty::context::CurrentGcx, alloc[bc4a0c534c311190]::sync::Arc<rustc_data_structures[99519894e5253d88]::jobserver::Proxy>, &std[836535f787e97d3]::sync::once_lock::OnceLock<rustc_middle[cc5e45d0ca739427]::ty::context::GlobalCtxt>, &rustc_data_structures[99519894e5253d88]::sync::worker_local::WorkerLocal<rustc_middle[cc5e45d0ca739427]::arena::Arena>, &rustc_data_structures[99519894e5253d88]::sync::worker_local::WorkerLocal<rustc_hir[7611e5bcfcd2a5c8]::Arena>, rustc_driver_impl[88352806430fedcc]::run_compiler::{closure#0}::{closure#2})>>::call_once::{shim:vtable#0}
47: 0x70b9e8394be2 - rustc_interface[3dfce13d5179a6f8]::interface::run_compiler::<(), rustc_driver_impl[88352806430fedcc]::run_compiler::{closure#0}>::{closure#1}
48: 0x70b9e7f4a300 - std[836535f787e97d3]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[3dfce13d5179a6f8]::util::run_in_thread_with_globals<rustc_interface[3dfce13d5179a6f8]::util::run_in_thread_pool_with_globals<rustc_interface[3dfce13d5179a6f8]::interface::run_compiler<(), rustc_driver_impl[88352806430fedcc]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
49: 0x70b9e7f49fe4 - <<std[836535f787e97d3]::thread::Builder>::spawn_unchecked_<rustc_interface[3dfce13d5179a6f8]::util::run_in_thread_with_globals<rustc_interface[3dfce13d5179a6f8]::util::run_in_thread_pool_with_globals<rustc_interface[3dfce13d5179a6f8]::interface::run_compiler<(), rustc_driver_impl[88352806430fedcc]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[2e27404414be4892]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
50: 0x70b9e7f4896f - std::sys::thread::unix::Thread::new::thread_start::h4637f1bfded3ea68
51: 0x70b9e1aa3d64 - start_thread
at ./nptl/pthread_create.c:448:8
52: 0x70b9e1b373bc - __GI___clone3
at ./misc/../sysdeps/unix/sysv/linux/x86_64/clone3.S:78:0
53: 0x0 - <unknown>
Compiling tokio-rustls v0.26.2
Compiling tungstenite v0.26.2
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: rustc 1.92.0 (ded5c06cf 2025-12-08) running on x86_64-unknown-linux-gnu
note: compiler flags: --crate-type lib -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 -C strip=debuginfo
note: some of the compiler flags provided by cargo are hidden
query stack during panic:
#0 [items_of_instance] collecting items used by `<rand_chacha::chacha::ChaCha12Core as rand_core::SeedableRng>::try_from_rng::<rand_core::os::OsRng>`
#1 [collect_and_partition_mono_items] collect_and_partition_mono_items
... and 1 other queries... use `env RUST_BACKTRACE=1` to see the full query stack
For more information about this error, try `rustc --explain E0080`.
error: could not compile `hickory-proto` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error[E0080]: scalar size mismatch: expected 18446742978492891136 bytes but got 8 bytes instead
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/align.rs:86:1
|
86 | / enum_property! {
87 | | /// An [`<overflow-position>`](https://www.w3.org/TR/css-align-3/#typedef-overflow-position) value.
88 | | pub enum OverflowPosition {
89 | | /// If the size of the alignment subject overflows the alignment container,
... |
96 | | }
| |_^ evaluation of `properties::align::OverflowPosition::as_str::OUTPUT_BUF` failed inside this call
|
note: inside `ConvAsciiCase::<&str>::const_eval::<7, 6>`
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-str-0.3.2/src/__ctfe/ascii_case.rs:240:29
|
240 | ... push!(b);
| ^^^^^^^^ the failure occurred here
= note: this error originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0080]: scalar size mismatch: expected 18446742978492891136 bytes but got 8 bytes instead
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/animation.rs:295:1
|
295 | / enum_property! {
296 | | /// A scroll axis, used in the `scroll()` function.
297 | | pub enum ScrollAxis {
298 | | /// Specifies to use the measure of progress along the block axis of the scroll container.
... |
307 | | }
| |_^ evaluation of `properties::animation::ScrollAxis::as_str::OUTPUT_BUF` failed inside this call
|
note: inside `ConvAsciiCase::<&str>::const_eval::<7, 6>`
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-str-0.3.2/src/__ctfe/ascii_case.rs:241:29
|
241 | ... j += 1;
| ^^^^^^ the failure occurred here
= note: this error originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
warning: zstd-sys@2.0.15+zstd.1.5.7: during GIMPLE pass: reassoc
warning: zstd-sys@2.0.15+zstd.1.5.7: zstd/lib/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_dedicatedDictSearch_row':
warning: zstd-sys@2.0.15+zstd.1.5.7: zstd/lib/compress/zstd_lazy.c:1863:8: internal compiler error: Segmentation fault
warning: zstd-sys@2.0.15+zstd.1.5.7: 1863 | size_t ZSTD_compressBlock_lazy_dedicatedDictSearch_row(
warning: zstd-sys@2.0.15+zstd.1.5.7: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
warning: zstd-sys@2.0.15+zstd.1.5.7: 0x765fede45f5f ???
warning: zstd-sys@2.0.15+zstd.1.5.7: ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
warning: zstd-sys@2.0.15+zstd.1.5.7: 0x765fede2a574 __libc_start_call_main
warning: zstd-sys@2.0.15+zstd.1.5.7: ../sysdeps/nptl/libc_start_call_main.h:58
warning: zstd-sys@2.0.15+zstd.1.5.7: 0x765fede2a627 __libc_start_main_impl
warning: zstd-sys@2.0.15+zstd.1.5.7: ../csu/libc-start.c:360
warning: zstd-sys@2.0.15+zstd.1.5.7: Please submit a full bug report, with preprocessed source (by using -freport-bug).
warning: zstd-sys@2.0.15+zstd.1.5.7: Please include the complete backtrace with any bug report.
warning: zstd-sys@2.0.15+zstd.1.5.7: See <file:///usr/share/doc/gcc-15/README.Bugs> for instructions.
warning: zstd-sys@2.0.15+zstd.1.5.7: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-o" "/tmp/cargo-installMz1hg2/release/build/zstd-sys-53644f7d686ed177/out/fb80479a5fb81f6a-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c"
error: failed to run custom build command for `zstd-sys v2.0.15+zstd.1.5.7`
Caused by:
process didn't exit successfully: `/tmp/cargo-installMz1hg2/release/build/zstd-sys-0870515f726d7d45/build-script-build` (exit status: 1)
--- stdout
cargo:rerun-if-env-changed=ZSTD_SYS_USE_PKG_CONFIG
OUT_DIR = Some(/tmp/cargo-installMz1hg2/release/build/zstd-sys-53644f7d686ed177/out)
OPT_LEVEL = Some(3)
TARGET = Some(x86_64-unknown-linux-gnu)
HOST = Some(x86_64-unknown-linux-gnu)
cargo:rerun-if-env-changed=CC_x86_64-unknown-linux-gnu
CC_x86_64-unknown-linux-gnu = None
cargo:rerun-if-env-changed=CC_x86_64_unknown_linux_gnu
CC_x86_64_unknown_linux_gnu = None
cargo:rerun-if-env-changed=HOST_CC
HOST_CC = None
cargo:rerun-if-env-changed=CC
CC = None
cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
RUSTC_WRAPPER = None
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
CRATE_CC_NO_DEFAULTS = None
DEBUG = Some(false)
CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
cargo:rerun-if-env-changed=CFLAGS
CFLAGS = None
cargo:rerun-if-env-changed=HOST_CFLAGS
HOST_CFLAGS = None
cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
CFLAGS_x86_64_unknown_linux_gnu = None
cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
CFLAGS_x86_64-unknown-linux-gnu = None
CARGO_ENCODED_RUSTFLAGS = Some()
OUT_DIR = Some(/tmp/cargo-installMz1hg2/release/build/zstd-sys-53644f7d686ed177/out)
cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
CRATE_CC_NO_DEFAULTS = None
TARGET = Some(x86_64-unknown-linux-gnu)
CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
HOST = Some(x86_64-unknown-linux-gnu)
cargo:rerun-if-env-changed=CFLAGS
CFLAGS = None
cargo:rerun-if-env-changed=HOST_CFLAGS
HOST_CFLAGS = None
cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
CFLAGS_x86_64_unknown_linux_gnu = None
cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
CFLAGS_x86_64-unknown-linux-gnu = None
OUT_DIR = Some(/tmp/cargo-installMz1hg2/release/build/zstd-sys-53644f7d686ed177/out)
cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
CRATE_CC_NO_DEFAULTS = None
TARGET = Some(x86_64-unknown-linux-gnu)
CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
HOST = Some(x86_64-unknown-linux-gnu)
cargo:rerun-if-env-changed=CFLAGS
CFLAGS = None
cargo:rerun-if-env-changed=HOST_CFLAGS
HOST_CFLAGS = None
cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
CFLAGS_x86_64_unknown_linux_gnu = None
cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
CFLAGS_x86_64-unknown-linux-gnu = None
OUT_DIR = Some(/tmp/cargo-installMz1hg2/release/build/zstd-sys-53644f7d686ed177/out)
cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
CRATE_CC_NO_DEFAULTS = None
TARGET = Some(x86_64-unknown-linux-gnu)
CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2)
HOST = Some(x86_64-unknown-linux-gnu)
cargo:rerun-if-env-changed=CFLAGS
CFLAGS = None
cargo:rerun-if-env-changed=HOST_CFLAGS
HOST_CFLAGS = None
cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_linux_gnu
CFLAGS_x86_64_unknown_linux_gnu = None
cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-linux-gnu
CFLAGS_x86_64-unknown-linux-gnu = None
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
exit status: 0
cargo:warning=during GIMPLE pass: reassoc
cargo:warning=zstd/lib/compress/zstd_lazy.c: In function 'ZSTD_compressBlock_lazy_dedicatedDictSearch_row':
cargo:warning=zstd/lib/compress/zstd_lazy.c:1863:8: internal compiler error: Segmentation fault
cargo:warning= 1863 | size_t ZSTD_compressBlock_lazy_dedicatedDictSearch_row(
cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cargo:warning=0x765fede45f5f ???
cargo:warning= ./signal/../sysdeps/unix/sysv/linux/x86_64/libc_sigaction.c:0
cargo:warning=0x765fede2a574 __libc_start_call_main
cargo:warning= ../sysdeps/nptl/libc_start_call_main.h:58
cargo:warning=0x765fede2a627 __libc_start_main_impl
cargo:warning= ../csu/libc-start.c:360
cargo:warning=Please submit a full bug report, with preprocessed source (by using -freport-bug).
cargo:warning=Please include the complete backtrace with any bug report.
cargo:warning=See <file:///usr/share/doc/gcc-15/README.Bugs> for instructions.
exit status: 0
exit status: 1
cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-o" "/tmp/cargo-installMz1hg2/release/build/zstd-sys-53644f7d686ed177/out/fb80479a5fb81f6a-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c"
--- stderr
error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "zstd/lib/" "-I" "zstd/lib/common" "-fvisibility=hidden" "-ffunction-sections" "-fdata-sections" "-fmerge-all-constants" "-DZSTD_LIB_DEPRECATED=0" "-DXXH_PRIVATE_API=" "-DZSTDLIB_VISIBILITY=" "-DZSTDERRORLIB_VISIBILITY=" "-o" "/tmp/cargo-installMz1hg2/release/build/zstd-sys-53644f7d686ed177/out/fb80479a5fb81f6a-zstd_lazy.o" "-c" "zstd/lib/compress/zstd_lazy.c"
error[E0080]: scalar size mismatch: expected 18446742978492891136 bytes but got 8 bytes instead
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/contain.rs:22:1
|
22 | / enum_property! {
23 | | /// A value for the [container-type](https://drafts.csswg.org/css-contain-3/#container-type) property.
24 | | /// Establishes the element as a query container for the purpose of container queries.
25 | | pub enum ContainerType {
... |
34 | | }
| |_^ evaluation of `properties::contain::ContainerType::as_str::OUTPUT_BUF` failed inside this call
|
note: inside `ConvAsciiCase::<&str>::const_eval::<7, 6>`
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-str-0.3.2/src/__ctfe/ascii_case.rs:240:29
|
240 | ... push!(b);
| ^^^^^^^^ the failure occurred here
= note: this error originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0080]: scalar size mismatch: expected 18446742978492891136 bytes but got 8 bytes instead
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/custom.rs:1328:1
|
1328 | / enum_property! {
1329 | | /// A UA-defined environment variable name.
1330 | | pub enum UAEnvironmentVariable {
1331 | | /// The safe area inset from the top of the viewport.
... |
1352 | | }
| |_^ evaluation of `properties::custom::UAEnvironmentVariable::as_str::OUTPUT_BUF` failed inside this call
|
note: inside `ConvAsciiCase::<&str>::const_eval::<18, 20>`
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-str-0.3.2/src/__ctfe/ascii_case.rs:241:29
|
241 | ... j += 1;
| ^^^^^^ the failure occurred here
= note: this error originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0080]: scalar size mismatch: expected 18446742978492891136 bytes but got 8 bytes instead
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/custom.rs:1328:1
|
1328 | / enum_property! {
1329 | | /// A UA-defined environment variable name.
1330 | | pub enum UAEnvironmentVariable {
1331 | | /// The safe area inset from the top of the viewport.
... |
1352 | | }
| |_^ evaluation of `properties::custom::UAEnvironmentVariable::as_str::OUTPUT_BUF` failed inside this call
|
note: inside `ConvAsciiCase::<&str>::const_eval::<22, 23>`
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-str-0.3.2/src/__ctfe/ascii_case.rs:241:29
|
241 | ... j += 1;
| ^^^^^^ the failure occurred here
= note: this error originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0080]: scalar size mismatch: expected 18446742978492891136 bytes but got 8 bytes instead
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/custom.rs:1328:1
|
1328 | / enum_property! {
1329 | | /// A UA-defined environment variable name.
1330 | | pub enum UAEnvironmentVariable {
1331 | | /// The safe area inset from the top of the viewport.
... |
1352 | | }
| |_^ evaluation of `properties::custom::UAEnvironmentVariable::as_str::OUTPUT_BUF` failed inside this call
|
note: inside `ConvAsciiCase::<&str>::const_eval::<22, 23>`
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-str-0.3.2/src/__ctfe/ascii_case.rs:240:29
|
240 | ... push!(b);
| ^^^^^^^^ the failure occurred here
= note: this error originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `push` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0080]: scalar size mismatch: expected 18446742978492891136 bytes but got 8 bytes instead
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/flex.rs:332:1
|
332 | / enum_property! {
333 | | /// A value for the legacy (prefixed) [box-lines](https://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#multiple) property.
334 | | /// Equivalent to the `flex-wrap` property in the standard syntax.
335 | | pub enum BoxLines {
... |
341 | | }
| |_^ evaluation of `properties::flex::BoxLines::as_str::OUTPUT_BUF` failed inside this call
|
note: inside `ConvAsciiCase::<&str>::const_eval::<9, 8>`
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-str-0.3.2/src/__ctfe/ascii_case.rs:241:29
|
241 | ... j += 1;
| ^^^^^^ the failure occurred here
= note: this error originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
note: erroneous constant encountered
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/align.rs:86:1
|
86 | / enum_property! {
87 | | /// An [`<overflow-position>`](https://www.w3.org/TR/css-align-3/#typedef-overflow-position) value.
88 | | pub enum OverflowPosition {
89 | | /// If the size of the alignment subject overflows the alignment container,
... |
96 | | }
| |_^
|
= note: this note originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
note: erroneous constant encountered
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/animation.rs:295:1
|
295 | / enum_property! {
296 | | /// A scroll axis, used in the `scroll()` function.
297 | | pub enum ScrollAxis {
298 | | /// Specifies to use the measure of progress along the block axis of the scroll container.
... |
307 | | }
| |_^
|
= note: this note originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
note: erroneous constant encountered
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/contain.rs:22:1
|
22 | / enum_property! {
23 | | /// A value for the [container-type](https://drafts.csswg.org/css-contain-3/#container-type) property.
24 | | /// Establishes the element as a query container for the purpose of container queries.
25 | | pub enum ContainerType {
... |
34 | | }
| |_^
|
= note: this note originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
note: erroneous constant encountered
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/custom.rs:1328:1
|
1328 | / enum_property! {
1329 | | /// A UA-defined environment variable name.
1330 | | pub enum UAEnvironmentVariable {
1331 | | /// The safe area inset from the top of the viewport.
... |
1352 | | }
| |_^
|
= note: this note originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
note: erroneous constant encountered
--> /home/evgeni/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.65/src/properties/flex.rs:332:1
|
332 | / enum_property! {
333 | | /// A value for the legacy (prefixed) [box-lines](https://www.w3.org/TR/2009/WD-css3-flexbox-20090723/#multiple) property.
334 | | /// Equivalent to the `flex-wrap` property in the standard syntax.
335 | | pub enum BoxLines {
... |
341 | | }
| |_^
|
= note: this note originates in the macro `$crate::__conv_ascii_case` which comes from the expansion of the macro `enum_property` (in Nightly builds, run with -Z macro-backtrace for more info)
error: could not compile `lightningcss` (lib) due to 7 previous errors
Building [=======================> ] 494/510: tower
```
关闭于 2026-01-12 1 条评论