NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.65k stars 13.8k forks source link

Build failure: wrangler #322571

Closed dezren39 closed 2 months ago

dezren39 commented 3 months ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. run nixos flake build, with nixpkgs/master, which worked yesterday and doesn't today
  2. build fails on workerd fixed derivation that is pulled from npm

Build log

error: hash mismatch in fixed-output derivation '/nix/store/ycbcryc6xbvrlqg9ndfn30gvrrm9jqzj-workerd-linux-64-1.20240610.1.tgz.drv':
         specified: sha512-E8mj+HPBryKwaJAiNsYzXtVjKCL0KvUBZbtxJxlWM4mLSQhT+uwGT3nydb/hFY59rZnQgZslw0oqEWht5TEYiQ==
            got:    sha512-2zDcadR7+Gs9SjcMXmwsMji2Xs+yASGNA2cEHDuFc4NMUup+eL1mkzxc/QzvFjyBck98e92rBjMZt2dVscpGKg==

Additional context

may relate to #319134 based on commit histor

Notify maintainers

Metadata

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

 user  nix-shell -p nix-info --run "nix-info -m"

 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.35, NixOS, 24.11 (Vicuna), 24.11.20240625.e6e4cd9`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.23.0`
 - nixpkgs: `/nix/store/2365ibi8vdmml11l7sdiclpi2hanxn5n-source`

I do have a bunch of experimental flags enabled, they could impact something..

"auto-allocate-uids"
"ca-derivations"
"cgroups"
"dynamic-derivations"
"fetch-closure"
"flakes"
"git-hashing"
"nix-command"
"parse-toml-timestamps"
"read-only-local-store"
"recursive-nix"
"verified-fetches"

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

dezren39 commented 3 months ago

@SuperSandro2000 @lelgenio @a-kenji @friedow can you please review

SuperSandro2000 commented 3 months ago

322573