Skip to content

Result::unwrap() on an Err value: cannot resolve absolute path: .nugetCopy #205

@Lorilatschki

Description

@Lorilatschki

With the version 6.4.2 we are getting an error, when running hawkeye for a git repo, which contains some untracked files and folders.
It seems that it was introduced with 8d6759b.

Unfortunatelly, I cannot provide more details up to know, even when setting the RUST_BACKTRACE=full. The folder .nugetCopy is in the root of the git repo.

thread 'main' (19384) panicked at C:\Users\xxx\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\hawkeye-6.4.2\src\subcommand.rs:187:52:
called `Result::unwrap()` on an `Err` value: cannot resolve absolute path: .nugetCopy

Caused by:
    Das System kann die angegebene Datei nicht finden. (os error 2)

Stack backtrace:
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: BaseThreadInitThunk
  13: RtlUserThreadStart
stack backtrace:
   0:     0x7ff62df9f052 - <unknown>
   1:     0x7ff62dfac80a - <unknown>
   2:     0x7ff62df79327 - <unknown>
   3:     0x7ff62df8a925 - <unknown>
   4:     0x7ff62df90b09 - <unknown>
   5:     0x7ff62df908f8 - <unknown>
   6:     0x7ff62df9138b - <unknown>
   7:     0x7ff62df91159 - <unknown>
   8:     0x7ff62df8ab1f - <unknown>
   9:     0x7ff62df7570e - <unknown>
  10:     0x7ff62dfe1f91 - <unknown>
  11:     0x7ff62dfe1ae0 - <unknown>
  12:     0x7ff62d9b658b - <unknown>
  13:     0x7ff62d9ddf57 - <unknown>
  14:     0x7ff62d9d9e06 - <unknown>
  15:     0x7ff62d9d794c - <unknown>
  16:     0x7ff62df7a625 - <unknown>
  17:     0x7ff62d9de4bc - <unknown>
  18:     0x7ff62dfb93e0 - <unknown>
  19:     0x7ffe4105259d - BaseThreadInitThunk
  20:     0x7ffe42b4af78 - RtlUserThreadStart

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