temporal
temporal copied to clipboard
cargo test fails on NixOS 25.05
I'm using boa-dev/temproal for parsing time in: https://github.com/ilsubyeega/fg/blob/881f8089cc169e15db038ce385b3087d7a784cc5/daemon/src/parser/task_parser.rs#L116-L203 and it returns Err in line 166. So i just tested a test-case about this and gets failed, while github CI seems to be all passed. I believe this is crate-wide issue so i'm posting here also
Reproduction in NixOS 25.05 live iso:
# get build dependency
nix-shell -p rustc cargo git
git clone https://github.com/boa-dev/temporal
cd temporal
cargo build --all-features
cargo test --all-features
Results:
For logs: https://gist.github.com/ilsubyeega/470b91a75749683d6d33abde66dbd3bf
Potential issue: https://github.com/strawlab/iana-time-zone/issues/170
Thank you