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
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
16: std::sys_common::backtrace::__rust_begin_short_backtrace::h456a06d26cbb3bdd
at <unknown source file>:<unknown line>
17: std::rt::lang_start::{{closure}}::h64f943f19e2a4ba3
at <unknown source file>:<unknown line>
18: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h485d4c2966ec30a8
at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/ops/function.rs:259
19: std::panicking::try::do_call::h375a887be0bea938
at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:492
20: std::panicking::try::hecad40482ef3be15
at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:456
21: std::panic::catch_unwind::haf1f664eb41a88eb
at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panic.rs:137
22: std::rt::lang_start_internal::{{closure}}::h976eba434e9ff4cf
at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/rt.rs:128
23: std::panicking::try::do_call::h8f2501ab92e340b0
at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:492
24: std::panicking::try::hbeb9f8df83454d42
at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:456
25: std::panic::catch_unwind::h0a9390b2202af6e9
at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panic.rs:137
26: std::rt::lang_start_internal::hc453db0ee48af82e
at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/rt.rs:128
27: _main<unknown>
at <unknown source file>:<unknown line>
Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
Run with RUST_BACKTRACE=full to include source snippets.
i poked around the codebase but got pretty lost pretty quickly...
The text was updated successfully, but these errors were encountered:
Thanks for the report! This looks like an internal invariant in hakari was violated, most likely due to some edge case in the repo. Will look over the next week, or you're welcome to build hakari and do some debugging yourself too.
I followed the instructions on to try to generate a workspace hack in https://github.com/MaterializeInc/materialize, but I get this when I try to
generate
for the first time:i poked around the codebase but got pretty lost pretty quickly...
The text was updated successfully, but these errors were encountered: