NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.27k stars 13.52k forks source link

Build failure: commitmsgfmt #320294

Open mmlb opened 2 months ago

mmlb commented 2 months ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. build commitmsgfmt

Build log

https://gist.github.com/mmlb/ce1f7f59d67ee7185f0b14747ccf3392

Additional context

Building and running tests from commitmsgfmt's source with nix shell'd rustc (same rustc version, not necessarily nixpkgs revision) works fine. I bisected down to 23d4f834536bbc48503051d3dcd1984bcc67f734 but I'm not sure why thats causing an issue.

Notify maintainers

from team.rust: @figsoda, @mic92, @tjni, @winter, @zowoq and author of the commit: @alyssais in case you have an idea

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

nix-shell -p nix-info --run "nix-info -m"
warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
 - system: `"x86_64-linux"`
 - host os: `Linux 6.8.7, NixOS, 24.11 (Vicuna), 24.11.20240613.e9ee548`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.2`
 - nixpkgs: `/nix/store/qqwr649pc0qprc9lw2fmdsi1km6p7q2h-source`

Add a :+1: reaction to issues you find important.

mmlb commented 1 month ago

Hmm this is still failing to build since 3f7663c was reverted, not sure how to re-open this.