Update foliage #1208
+68
−33
Draft
Update foliage #1208
IOG Hydra / ci/hydra-build:x86_64-darwin.ghc96.ouroboros-consensus-cardano."0.26.0.2".ouroboros-consensus-cardano:lib:ouroboros-consensus-cardano:haddock
succeeded
Jan 6, 2026 in 2m 51s
Build succeeded
2 failed steps
Details
Failed Steps
Step 2
Derivation
/nix/store/dk347l078gv9cnzqla36ybm52sphb4nd-math-functions-lib-math-functions-0.3.4.4.drv
Log
Running phase: unpackPhase
unpacking source archive /nix/store/akwvhldzri8qi9y56nb5274yk570n72y-math-functions-0.3.4.4.tar.gz
source root is math-functions-0.3.4.4
setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "math-functions-0.3.4.4/tests/tests.hs"
Running phase: patchPhase
'/private/tmp/nix-build-math-functions-lib-math-functions-0.3.4.4.drv-0/.attr-0h9ydb7s8pfhl5kfs3rmmwnmpi49yyiw7jgr5dpw9rmvv8sy0f2b' -> 'math-functions.cabal'
Running phase: configurePhase
Configure flags:
--prefix=/nix/store/ll3zcwy1zl16mpwfq98m93zm0l61vclc-math-functions-lib-math-functions-0.3.4.4 lib:math-functions --package-db=clear --package-db=/private/tmp/nix-build-math-functions-lib-math-functions-0.3.4.4.drv-0/tmp.HfJWd0SqCM/lib/ghc-9.6.7/lib/package.conf.d --flags=system-erf --flags=system-expm1 --exact-configuration --dependency=array=array-0.5.8.0 --dependency=base=base-4.18.3.0 --dependency=containers=containers-0.6.7 --dependency=deepseq=deepseq-1.4.8.1 --dependency=ghc-bignum=ghc-bignum-1.3 --dependency=ghc-boot-th=ghc-boot-th-9.6.7 --dependency=ghc-prim=ghc-prim-0.10.0 --dependency=integer-gmp=integer-gmp-1.1 --dependency=pretty=pretty-1.1.3.6 --dependency=rts=rts-1.0.2 --dependency=template-haskell=template-haskell-2.20.0.0 --dependency=transformers=transformers-0.6.1.0 --dependency=data-default-class=data-default-class-0.2.0.0-DP1TvQlt6AjTBGoZzi6A3 --dependency=data-default=data-default-0.8.0.1-4t2ocbrHBeAAkRf4Vm25En --dependency=primitive=primitive-0.9.1.0-AElAOg7RWPrK8TD1mt4mft --dependency=vector=vector-0.13.2.0-EuyJviusT5v6Iyho9D6sFZ --dependency=vector-stream=vector-stream-0.1.0.1-7qX9oQxWHCz9yDWW5CqJnq --with-ghc=ghc --with-ghc-pkg=ghc-pkg --with-hsc2hs=hsc2hs --with-gcc=cc --with-ar=ar --with-strip=strip --disable-executable-stripping --disable-library-stripping --disable-library-profiling --disable-profiling --enable-static --enable-shared --disable-executable-dynamic --disable-coverage --enable-library-for-ghci --datadir=/nix/store/9fghyhxqlchjdw09l23knpzg455ayv7j-math-functions-lib-math-functions-0.3.4.4-data/share/ghc-9.6.7
Configuring library for math-functions-0.3.4.4...
configurePhase completed in 44 seconds
Running phase: buildPhase
Preprocessing library for math-functions-0.3.4.4...
Building library for math-functions-0.3.4.4...
[ 1 of 11] Compiling Numeric.MathFunctions.Comparison ( Numeric/MathFunctions/Comparison.hs, dist/build/Numeric/MathFunctions/Comparison.o, dist/build/Numeric/MathFunctions/Comparison.dyn_o )
[ 2 of 11] Compiling Numeric.MathFunctions.Constants ( Numeric/MathFunctions/Constants.hs, dist/build/Numeric/MathFunctions/Constants.o, dist/build/Numeric/MathFunctions/Constants.dyn_o )
[ 3 of 11] Compiling Numeric.Polynomial ( Numeric/Polynomial.hs, dist/build/Numeric/Polynomial.o, dist/build/Numeric/Polynomial.dyn_o )
[ 4 of 11] Compiling Numeric.Polynomial.Chebyshev ( Numeric/Polynomial/Chebyshev.hs, dist/build/Numeric/Polynomial/Chebyshev.o, dist/build/Numeric/Polynomial/Chebyshev.dyn_o )
[ 5 of 11] Compiling Numeric.RootFinding ( Numeric/RootFinding.hs, dist/build/Numeric/RootFinding.o, dist/build/Numeric/RootFinding.dyn_o )
[ 6 of 11] Compiling Numeric.Series ( Numeric/Series.hs, dist/build/Numeric/Series.o, dist/build/Numeric/Series.dyn_o )
Numeric/Series.hs:29:1: warning: [-Wunused-imports]
The import of ‘Control.Applicative’ is redundant
except perhaps to import instances from ‘Control.Applicative’
To import instances alone, use: import Control.Applicative()
|
29 | import Control.Applicative
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 7 of 11] Compiling Numeric.SpecFunctions.Compat ( Numeric/SpecFunctions/Compat.hs, dist/build/Numeric/SpecFunctions/Compat.o, dist/build/Numeric/SpecFunctions/Compat.dyn_o )
[ 8 of 11] Compiling Numeric.SpecFunctions.Internal ( Numeric/SpecFunctions/Internal.hs, dist/build/Numeric/SpecFunctions/Internal.o, dist/build/Numeric/SpecFunctions/Internal.dyn_o )
Numeric/SpecFunctions/Internal.hs:859:9: warning: [GHC-62161] [-Wincomplete-uni-patterns]
Pattern match(es) are non-exhaustive
In a pattern binding:
Patterns of type ‘Root Double’ not matched:
NotBracketed
SearchFailed
|
859 | Root x0 = newtonRaphson def{newtonTol=RelTol 1e-8} (lower, x_guess, upper) func
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 9 of 11] Compiling Numeric.SpecFunctions.Extra ( Numeric/SpecFunctions/Extra.hs, dist/build/Numeric/SpecFunctions/Extra.o, dist/build/Numeric/SpecFunctions/Extra.dyn_o )
[10 of 11] Compiling Numeric.SpecFunctions ( Numeric/SpecFunctions.hs, dist/build/Numeric/SpecFunctions.o, dist/build/Numeric/SpecFunctions.dyn_o )
[11 of 11] Compiling Numeric.Sum ( Numeric/Sum.hs, dist/build/Numeric/Sum.o, dist/build/Numeric/Sum.dyn_o )
Numeric/Sum.hs:56:1: warning: [-Wunused-imports]
The import of ‘Data.Semigroup’ is redundant
except perhaps to import instances from ‘Data.Semigroup’
To import instances alone, use: import Data.Semigroup()
|
56 | import Data.Semigroup (Semigroup(..)) -- Needed for GHC <8.4
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(longlong.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(Disassembler.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(LdvProfile.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(OldARMAtomic.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(ProfilerReport.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(ProfilerReportJson.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(Profiling.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(RetainerProfile.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(RetainerSet.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(RtsDllMain.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(SpinLock.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(TraverseHeap.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(TraverseHeapTest.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(TSANUtils.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(Elf.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(plt.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(plt_aarch64.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(PEi386.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(elf_got.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(elf_plt.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(elf_plt_aarch64.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(elf_plt_arm.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(elf_reloc.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(elf_reloc_aarch64.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(elf_tlsgd.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(elf_util.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSmath-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK-ghc9.6.7.a(Sanity.o) has no symbols
Running phase: installPhase
Installing library in /nix/store/ll3zcwy1zl16mpwfq98m93zm0l61vclc-math-functions-lib-math-functions-0.3.4.4/lib/x86_64-osx-ghc-9.6.7/math-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK
Running phase: fixupPhase
checking for references to /private/tmp/nix-build-math-functions-lib-math-functions-0.3.4.4.drv-0/ in /nix/store/ll3zcwy1zl16mpwfq98m93zm0l61vclc-math-functions-lib-math-functions-0.3.4.4...
patching script interpreter paths in /nix/store/ll3zcwy1zl16mpwfq98m93zm0l61vclc-math-functions-lib-math-functions-0.3.4.4
checking for references to /private/tmp/nix-build-math-functions-lib-math-functions-0.3.4.4.drv-0/ in /nix/store/9fghyhxqlchjdw09l23knpzg455ayv7j-math-functions-lib-math-functions-0.3.4.4-data...
patching script interpreter paths in /nix/store/9fghyhxqlchjdw09l23knpzg455ayv7j-math-functions-lib-math-functions-0.3.4.4-data
Running phase: installCheckPhase
/nix/store/ll3zcwy1zl16mpwfq98m93zm0l61vclc-math-functions-lib-math-functions-0.3.4.4/package.conf.d/math-functions-0.3.4.4-FdCEGvwin1sEdjVZUClBiK.conf is present
Step 1
Derivation
/nix/store/i75d1qm6lc3yjbli126bpi1i02yvip4y-boring-lib-boring-0.2.2.drv
Log
Running phase: unpackPhase
unpacking source archive /nix/store/0pjd4bigr3n8d1614cx273fz9w78vzlz-boring-0.2.2.tar.gz
source root is boring-0.2.2
setting SOURCE_DATE_EPOCH to timestamp 1000000000 of file "boring-0.2.2/src/Data/Boring.hs"
Running phase: patchPhase
'/private/tmp/nix-build-boring-lib-boring-0.2.2.drv-0/.attr-0h9ydb7s8pfhl5kfs3rmmwnmpi49yyiw7jgr5dpw9rmvv8sy0f2b' -> 'boring.cabal'
Running phase: configurePhase
Configure flags:
--prefix=/nix/store/ghgxzl8gzp59qsz4ib3sp1nnvp1bab2y-boring-lib-boring-0.2.2 lib:boring --package-db=clear --package-db=/private/tmp/nix-build-boring-lib-boring-0.2.2.drv-0/tmp.dhmGHdXEkd/lib/ghc-9.6.7/lib/package.conf.d --flags=tagged --exact-configuration --dependency=array=array-0.5.8.0 --dependency=base=base-4.18.3.0 --dependency=deepseq=deepseq-1.4.8.1 --dependency=ghc-bignum=ghc-bignum-1.3 --dependency=ghc-boot-th=ghc-boot-th-9.6.7 --dependency=ghc-prim=ghc-prim-0.10.0 --dependency=integer-gmp=integer-gmp-1.1 --dependency=pretty=pretty-1.1.3.6 --dependency=rts=rts-1.0.2 --dependency=template-haskell=template-haskell-2.20.0.0 --dependency=transformers=transformers-0.6.1.0 --dependency=tagged=tagged-0.8.10-FMmPMLs02yWLsKgKNZhWPA --with-ghc=ghc --with-ghc-pkg=ghc-pkg --with-hsc2hs=hsc2hs --with-gcc=cc --with-ar=ar --with-strip=strip --disable-executable-stripping --disable-library-stripping --disable-library-profiling --disable-profiling --enable-static --enable-shared --disable-executable-dynamic --disable-coverage --enable-library-for-ghci --datadir=/nix/store/cmrqbygfrzbqsd3dr22r8jra5qvj7dpq-boring-lib-boring-0.2.2-data/share/ghc-9.6.7
Configuring library for boring-0.2.2...
Running phase: buildPhase
Preprocessing library for boring-0.2.2...
Building library for boring-0.2.2...
[1 of 1] Compiling Data.Boring ( src/Data/Boring.hs, dist/build/Data/Boring.o, dist/build/Data/Boring.dyn_o )
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(longlong.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(Disassembler.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(LdvProfile.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(OldARMAtomic.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(ProfilerReport.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(ProfilerReportJson.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(Profiling.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(RetainerProfile.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(RetainerSet.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(RtsDllMain.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(SpinLock.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(TraverseHeap.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(TraverseHeapTest.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(TSANUtils.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(Elf.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(plt.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(plt_aarch64.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(PEi386.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(elf_got.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(elf_plt.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(elf_plt_aarch64.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(elf_plt_arm.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(elf_reloc.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(elf_reloc_aarch64.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(elf_tlsgd.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(elf_util.o) has no symbols
/nix/store/vp9l83sw5iqr78vn80zgm6sl80pvclfj-cctools-binutils-darwin-1010.6/bin/ranlib: file: dist/build/libHSboring-0.2.2-6iYIEaEv198B1D54wfeVtV-ghc9.6.7.a(Sanity.o) has no symbols
Running phase: installPhase
Installing library in /nix/store/ghgxzl8gzp59qsz4ib3sp1nnvp1bab2y-boring-lib-boring-0.2.2/lib/x86_64-osx-ghc-9.6.7/boring-0.2.2-6iYIEaEv198B1D54wfeVtV
Running phase: fixupPhase
checking for references to /private/tmp/nix-build-boring-lib-boring-0.2.2.drv-0/ in /nix/store/ghgxzl8gzp59qsz4ib3sp1nnvp1bab2y-boring-lib-boring-0.2.2...
patching script interpreter paths in /nix/store/ghgxzl8gzp59qsz4ib3sp1nnvp1bab2y-boring-lib-boring-0.2.2
checking for references to /private/tmp/nix-build-boring-lib-boring-0.2.2.drv-0/ in /nix/store/cmrqbygfrzbqsd3dr22r8jra5qvj7dpq-boring-lib-boring-0.2.2-data...
patching script interpreter paths in /nix/store/cmrqbygfrzbqsd3dr22r8jra5qvj7dpq-boring-lib-boring-0.2.2-data
Running phase: installCheckPhase
/nix/store/ghgxzl8gzp59qsz4ib3sp1nnvp1bab2y-boring-lib-boring-0.2.2/package.conf.d/boring-0.2.2-6iYIEaEv198B1D54wfeVtV.conf is present
Loading