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

haskellPackages: update stackage and hackage #272097

Merged
merged 96 commits into from Jan 2, 2024
Merged

haskellPackages: update stackage and hackage #272097

merged 96 commits into from Jan 2, 2024

Conversation

ncfavier
Copy link
Member

@ncfavier ncfavier commented Dec 4, 2023

This Merge

This PR is the regular merge of the haskell-updates branch into master.

This branch is being continually built and tested by hydra at https://hydra.nixos.org/jobset/nixpkgs/haskell-updates. You may be able to find an up-to-date Hydra build report at cdepillabout/nix-haskell-updates-status.

We roughly aim to merge these haskell-updates PRs at least once every two weeks. See the @NixOS/haskell team calendar for who is currently in charge of this branch.

haskellPackages Workflow Summary

Our workflow is currently described in pkgs/development/haskell-modules/HACKING.md.

The short version is this:

  • We regularly update the Stackage and Hackage pins on haskell-updates (normally at the beginning of a merge window).
  • The community fixes builds of Haskell packages on that branch.
  • We aim at at least one merge of haskell-updates into master every two weeks.
  • We only do the merge if the mergeable job is succeeding on hydra.
  • If a maintained package is still broken at the time of merge, we will only merge if the maintainer has been pinged 7 days in advance. (If you care about a Haskell package, become a maintainer!)

More information about Haskell packages in nixpkgs can be found in the nixpkgs manual.


This is the follow-up to #268652. Come to #haskell:nixos.org if you have any questions.

This commit has been generated by maintainers/scripts/haskell/update-stackage.sh
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
@ncfavier
Copy link
Member Author

ncfavier commented Dec 8, 2023

haskell-updates build report from hydra

evaluation 1802722 of nixpkgs commit 4e4b31d as of 2023-12-09 20:48 UTC

🟡 Potential issues (and possibly evaluation errors)

  • maintained jobset failed.

Build summary

Platform Failed ❌ DependencyFailed ❗ TimedOut ⌛🚫 HydraFailure 🚧 Unfinished ⏳ Success ✅
aarch64-darwin 🍏 86 44 1 6658
aarch64-linux 📱 30 12 3 1 6820
x86_64-darwin 🍎 73 34 1 6693
x86_64-linux 🐧 12 7 1 6882

Maintained Linux packages with build failure

Maintained Linux packages with failed dependency

Maintained Darwin packages with build failure

16 job(s)

Maintained Darwin packages with failed dependency

17 job(s)

Unmaintained packages with build failure

109 job(s)

Unmaintained packages with failed dependency

56 job(s)

Top 50 broken packages, sorted by number of reverse dependencies

50 job(s)

gogol-core ⤴️ 184
haskell98 ⤴️ 152
heist ⤴️ 72
snap ⤴️ 63
enumerator ⤴️ 56
util ⤴️ 49
derive ⤴️ 48
repa ⤴️ 45
accelerate ⤴️ 42
syb-with-class ⤴️ 42
TypeCompose ⤴️ 38
PrimitiveArray ⤴️ 35
rank1dynamic ⤴️ 33
distributed-static ⤴️ 31
distributed-process ⤴️ 30
iteratee ⤴️ 29
polysemy-time ⤴️ 28
polysemy-resume ⤴️ 27
polysemy-conc ⤴️ 26
crypto-numbers ⤴️ 25
either-unwrap ⤴️ 25
HList ⤴️ 24
polysemy-log ⤴️ 24
crypto-pubkey ⤴️ 22
haskelldb ⤴️ 22
wxdirect ⤴️ 22
BiobaseTypes ⤴️ 21
alg ⤴️ 21
mmsyn2 ⤴️ 21
userid ⤴️ 21
wxc ⤴️ 21
biocore ⤴️ 20
cheapskate ⤴️ 20
openapi3 ⤴️ 20
wxcore ⤴️ 20
attoparsec-enumerator ⤴️ 19
bytestring-show ⤴️ 19
fay ⤴️ 19
incipit ⤴️ 19
ixset ⤴️ 19
polysemy-chronos ⤴️ 19
wx ⤴️ 19
BiobaseENA ⤴️ 18
asn1-data ⤴️ 18
dbus-core ⤴️ 18
digit ⤴️ 18
gtksourceview2 ⤴️ 18
polysemy-process ⤴️ 18
ukrainian-phonetics-basic ⤴️ 18
BiobaseXNA ⤴️ 17

⤴️: The number of packages that depend (directly or indirectly) on this package (if any). If two numbers are shown the first (lower) number considers only packages which currently have enabled hydra jobs, i.e. are not marked broken. The second (higher) number considers all packages.

Report generated with maintainers/scripts/haskell/hydra-report.hs

@roberth
Copy link
Member

roberth commented Dec 9, 2023

The cachix library built for aarch64-linux looks corrupted.

/nix/store/f0nv3dh879l7174v565ysdrv6ql84gam-cachix-1.6.1/lib/ghc-9.4.8/aarch64-linux-ghc-9.4.8/libHScachix-1.6.1-IbGJlZgdtPzJybnpGqb5vL-ghc9.4.8.so: undefined symbol: herculeszmcizmcnixzmstorezm0zi3zi4zi0zm70sbs2up85IFj9I0yvdAPO_HerculesziCNixziStoreziInstances_inlinezuczuffizu6989586621679102270_closure

It is a single output derivation, so the cause can't be a store path mixup combining two builds.

@maralorn
Copy link
Member

maralorn commented Jan 1, 2024

@rvl

  • remove from broken.yaml
  • regenerate hackage-packages.nix
  • sometimes this will pull in unrelated changes which had not been applied yet but that is generally fine. To reduce that effect use --fast for the regeneration script.

maralorn and others added 14 commits January 1, 2024 17:43
This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1803300](https://hydra.nixos.org/eval/1803300) of nixpkgs commit [f963570](https://github.com/NixOS/nixpkgs/commits/f9635700240b469009cc9350d5ca0f652454c29c) as of 2024-01-01 16:49 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
…update-fix

haskellPackages.postgrest: 10.1.1 -> 12.0.2 and fix build
This commit has been generated by maintainers/scripts/haskell/mark-broken.sh based on
*evaluation [1803308](https://hydra.nixos.org/eval/1803308) of nixpkgs commit [eb6169a](https://github.com/NixOS/nixpkgs/commits/eb6169a4a75a164c9ecd72cf6a629f5bbc7ff67c) as of 2024-01-02 01:20 UTC*
from the haskell-updates jobset on hydra under https://hydra.nixos.org/jobset/nixpkgs/haskell-updates
@maralorn maralorn merged commit fa360ee into master Jan 2, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet