Skip to content

Evaluation broken on aarch64 #1092

Closed
Closed
@TravisWhitaker

Description

@TravisWhitaker

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions