You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: attempted to leave type generic_array::GenericArray<ubiquity::state::ArchiveEntryPerReplica, typenum::uint::UInt<typenum::uint::UInt<typenum::uint::UTerm, typenum::bit::B1>, typenum::bit::B0>> uninitialized, which is invalid
stack backtrace:
0: rust_begin_unwind
at /root/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/panicking.rs:597:5
1: core::panicking::panic_nounwind_fmt
at /root/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panicking.rs:106:14
2: core::panicking::panic_nounwind
at /root/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panicking.rs:136:5
3: core::mem::uninitialized
at /root/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/mem/mod.rs:692:9
4: generic_array::ArrayBuilder<T,N>::new
at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.13.3/src/lib.rs:187:38
5: <generic_array::GenericArray<T,N> as core::iter::traits::collect::FromIterator<T>>::from_iter
at /root/.cargo/registry/src/index.crates.io-6f17d22bba15001f/generic-array-0.13.3/src/lib.rs:299:35
6: ubiquity::detect::util::scan_directory_contents::{{closure}}
at ./src/detect/util.rs:94:25
7: std::collections::hash::map::Entry<K,V>::or_insert_with
at /root/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/collections/hash/map.rs:2560:43
8: ubiquity::detect::util::scan_directory_contents
at ./src/detect/util.rs:91:17
9: ubiquity::detect::find_updates
at ./src/detect/mod.rs:208:9
10: lib::test_changes_are_detected
at ./tests/lib.rs:84:18
11: lib::test_changes_are_detected::{{closure}}
at ./tests/lib.rs:78:31
Try updating to v1.0.0 of generic_array.
The text was updated successfully, but these errors were encountered:
panic: attempted to leave type
generic_array::GenericArray<ubiquity::state::ArchiveEntryPerReplica, typenum::uint::UInt<typenum::uint::UInt<typenum::uint::UTerm, typenum::bit::B1>, typenum::bit::B0>>
uninitialized, which is invalidhttps://asan.saethlin.dev/ub?crate=ubiquity&version=0.2.0
Try updating to v1.0.0 of generic_array.
The text was updated successfully, but these errors were encountered: