Closed
Description
Evaluation diverges on aarch64. With the current tip of master:
$ nix-build -E 'with import ../nixpkgs ((import ./default.nix {}).nixpkgsArgs); haskell-nix.snapshots."lts-17.9".dhall.components.exes.dhall'
trace: WARNING: 8.8.2 is out of date, consider using 8.8.4.
trace: Checking materialization in /home/anduril/sources/haskell.nix/materialized/bootstrap/ghc882/happy-1.19.11
trace: WARNING: 8.8.2 is out of date, consider using 8.8.4.
trace: Checking materialization in /home/anduril/sources/haskell.nix/materialized/bootstrap/ghc882/happy-1.19.11
trace: WARNING: 8.8.2 is out of date, consider using 8.8.4.
trace: Checking materialization in /home/anduril/sources/haskell.nix/materialized/bootstrap/ghc882/happy-1.19.11
trace: WARNING: 8.8.2 is out of date, consider using 8.8.4.
trace: Checking materialization in /home/anduril/sources/haskell.nix/materialized/bootstrap/ghc882/happy-1.19.11
trace: WARNING: 8.8.2 is out of date, consider using 8.8.4.
trace: Checking materialization in /home/anduril/sources/haskell.nix/materialized/bootstrap/ghc882/happy-1.19.11
trace: WARNING: 8.8.2 is out of date, consider using 8.8.4.
trace: Checking materialization in /home/anduril/sources/haskell.nix/materialized/bootstrap/ghc882/happy-1.19.11
trace: WARNING: 8.8.2 is out of date, consider using 8.8.4.
trace: Checking materialization in /home/anduril/sources/haskell.nix/materialized/bootstrap/ghc882/happy-1.19.11
trace: WARNING: 8.8.2 is out of date, consider using 8.8.4.
trace: Checking materialization in /home/anduril/sources/haskell.nix/materialized/bootstrap/ghc882/happy-1.19.11
trace: WARNING: 8.8.2 is out of date, consider using 8.8.4.
trace: Checking materialization in /home/anduril/sources/haskell.nix/materialized/bootstrap/ghc882/happy-1.19.11
(repeat until OOM)
...
Segmentation fault (core dumped)
Seems to be restricted exprs requiring the 8.10 series though, evaluation proceeds if I do e.g.
$ nix-build -E 'with import ../nixpkgs ((import ./default.nix {}).nixpkgsArgs); haskell-nix.snapshots."lts-16.31".dhall.components.exes.dhall'
Metadata
Metadata
Assignees
Labels
No labels