Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

first cargo-hakari generate panics in my workspace #658

Description

@guswynn

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:


  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...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions