Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

errors building nushell with shadow-rs #149

Open
fdncred opened this issue Feb 2, 2024 · 0 comments
Open

errors building nushell with shadow-rs #149

fdncred opened this issue Feb 2, 2024 · 0 comments

Comments

@fdncred
Copy link

fdncred commented Feb 2, 2024

I keep getting things like this on a particular Windows 10 system intermittently. Any ideas what's going on? I'm not sure how to reproduce it on demand.

❯ cargo install --path . --features=dataframe,extra                                                                                                                                09:10:00
  Installing nu v0.89.1 (C:\Users\us991808\source\repos\forks\nushell)
    Updating git repository `https://github.com/nushell/reedline`
    Updating crates.io index
   Compiling tokio-util v0.7.10
   Compiling nu-cmd-lang v0.89.1 (C:\Users\us991808\source\repos\forks\nushell\crates\nu-cmd-lang)
   Compiling polars-io v0.36.2
error: failed to run custom build command for `nu-cmd-lang v0.89.1 (C:\Users\us991808\source\repos\forks\nushell\crates\nu-cmd-lang)`

Caused by:
  process didn't exit successfully: `c:\cartar\release\build\nu-cmd-lang-7d0dc08dde8b60fc\build-script-build` (exit code: 101)
  --- stdout
  cargo:rustc-env=NU_COMMIT_HASH=2e5a8579838bd3e3721db753e52b5042a2e2b0ea
  cargo:rerun-if-env-changed=SOURCE_DATE_EPOCH

  --- stderr
  thread 'main' panicked at C:\Users\us991808\.cargo\registry\src\index.crates.io-6f17d22bba15001f\shadow-rs-0.26.1\src\date_time.rs:77:76:
  called `Result::unwrap()` on an `Err` value: InvalidComponent("offset_second")
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant