>>> happy: Building community/happy 1.21.0-r1 (using abuild 3.11.0_rc13-r0) started Sat, 22 Apr 2023 03:38:10 +0000 >>> happy: Checking sanity of /home/buildozer/aports/community/happy/APKBUILD... >>> happy: Analyzing dependencies... >>> happy: Installing for build: build-base ghc libffi-dev (1/16) Installing libgmpxx (6.2.1-r3) (2/16) Installing gmp-dev (6.2.1-r3) (3/16) Installing linux-headers (6.2-r0) (4/16) Installing libffi (3.4.4-r2) (5/16) Installing libffi-dev (3.4.4-r2) (6/16) Installing libbz2 (1.0.8-r5) (7/16) Installing perl (5.36.0-r3) (8/16) Installing xz-libs (5.4.2-r1) (9/16) Installing libxml2 (2.10.4-r2) (10/16) Installing llvm14-libs (14.0.6-r13) (11/16) Installing llvm14 (14.0.6-r13) (12/16) Installing ghc (9.4.4-r1) Executing ghc-9.4.4-r1.post-install (13/16) Installing .makedepends-happy (20230422.033811) (14/16) Installing perl-error (0.17029-r1) (15/16) Installing perl-git (2.40.0-r1) (16/16) Installing git-perl (2.40.0-r1) Executing busybox-1.36.0-r7.trigger OK: 1490 MiB in 115 packages >>> happy: Cleaning up srcdir >>> happy: Cleaning up pkgdir >>> happy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/happy-1.21.0.tar.gz >>> happy: Fetching https://distfiles.alpinelinux.org/distfiles/edge/happy-1.21.0.tar.gz >>> happy: Checking sha512sums... happy-1.21.0.tar.gz: OK >>> happy: Unpacking /var/cache/distfiles/edge/happy-1.21.0.tar.gz... Configuring happy-1.21.0... Preprocessing executable 'happy' for happy-1.21.0.. Building executable 'happy' for happy-1.21.0.. [ 1 of 22] Compiling AbsSyn ( src/AbsSyn.lhs, dist/build/happy/happy-tmp/AbsSyn.o ) [ 2 of 22] Compiling GenUtils ( src/GenUtils.lhs, dist/build/happy/happy-tmp/GenUtils.o ) [ 3 of 22] Compiling NameSet ( src/NameSet.hs, dist/build/happy/happy-tmp/NameSet.o ) [ 4 of 22] Compiling ParamRules ( src/ParamRules.hs, dist/build/happy/happy-tmp/ParamRules.o ) [ 5 of 22] Compiling Grammar ( src/Grammar.lhs, dist/build/happy/happy-tmp/Grammar.o ) src/Grammar.lhs:35:3: warning: [-Wunused-imports] The import of ‘Control.Monad’ is redundant except perhaps to import instances from ‘Control.Monad’ To import instances alone, use: import Control.Monad() | 35 | > import Control.Monad ( when ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Grammar.lhs:38:3: warning: [-Wunused-imports] The import of ‘findIndices, groupBy, intersperse, nub, sortBy’ from module ‘Data.List’ is redundant | 38 | > import Data.List ( findIndices, groupBy, intersperse, nub, sortBy, zip4 ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 6 of 22] Compiling LALR ( src/LALR.lhs, dist/build/happy/happy-tmp/LALR.o ) src/LALR.lhs:248:9: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type ‘(Int, [[(Name, Int)]], [Set Lr0Item])’ not matched: (_, [], _) (_, ((_:_):_), _) | 248 | > (_, ([]:intgotos), newNewSets) = | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/LALR.lhs:396:12: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a lambda abstraction: Patterns of type ‘[((Int, Lr0Item), NameSet.IntSet)]’ not matched: [] | 396 | > map (\cs@(((a,b),_):_) -> (a,b,NameSet.unions $ map snd cs)) . | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ 7 of 22] Compiling First ( src/First.lhs, dist/build/happy/happy-tmp/First.o ) [ 8 of 22] Compiling ParseMonad.Class ( src/ParseMonad/Class.hs, dist/build/happy/happy-tmp/ParseMonad/Class.o ) [ 9 of 22] Compiling Lexer ( src/Lexer.lhs, dist/build/happy/happy-tmp/Lexer.o ) [10 of 22] Compiling AttrGrammar ( src/AttrGrammar.lhs, dist/build/happy/happy-tmp/AttrGrammar.o ) [11 of 22] Compiling ParseMonad.Oracle ( src/ParseMonad/Oracle.hs, dist/build/happy/happy-tmp/ParseMonad/Oracle.o ) [12 of 22] Compiling ParseMonad ( src/ParseMonad.hs, dist/build/happy/happy-tmp/ParseMonad.o ) [13 of 22] Compiling Parser.Oracle ( src/Parser/Oracle.hs, dist/build/happy/happy-tmp/Parser/Oracle.o ) [14 of 22] Compiling Parser ( src/Parser.hs, dist/build/happy/happy-tmp/Parser.o ) [15 of 22] Compiling Paths_happy ( dist/build/happy/autogen/Paths_happy.hs, dist/build/happy/happy-tmp/Paths_happy.o ) [16 of 22] Compiling Info ( src/Info.lhs, dist/build/happy/happy-tmp/Info.o ) [17 of 22] Compiling PrettyGrammar ( src/PrettyGrammar.hs, dist/build/happy/happy-tmp/PrettyGrammar.o ) [18 of 22] Compiling ProduceGLRCode ( src/ProduceGLRCode.lhs, dist/build/happy/happy-tmp/ProduceGLRCode.o ) src/ProduceGLRCode.lhs:229:12: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type ‘([String], [String])’ not matched: (_, []) | 229 | > = let (pre,_drop_me : post) = break (== "fakeimport DATA") $ lines lib_text | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [19 of 22] Compiling Tabular ( src/Tabular.lhs, dist/build/happy/happy-tmp/Tabular.o ) [20 of 22] Compiling Target ( src/Target.lhs, dist/build/happy/happy-tmp/Target.o ) [21 of 22] Compiling ProduceCode ( src/ProduceCode.lhs, dist/build/happy/happy-tmp/ProduceCode.o ) src/ProduceCode.lhs:1158:24: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type ‘[(Int, LRAction)]’ not matched: [] [_] | 1158 | > let (err:_dummy:vec) = assocs acts | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [22 of 22] Compiling Main ( src/Main.lhs, dist/build/happy/happy-tmp/Main.o ) [23 of 23] Linking dist/build/happy/happy Preprocessing test suite 'tests' for happy-1.21.0.. Building test suite 'tests' for happy-1.21.0.. [1 of 1] Compiling Main ( test.hs, dist/build/tests/tests-tmp/Main.o ) [2 of 2] Linking dist/build/tests/tests >>> happy: Entering fakeroot... Installing executable happy in /home/buildozer/aports/community/happy/pkg/happy/usr/bin Warning: The directory /home/buildozer/aports/community/happy/pkg/happy/usr/bin is not in the system search path. >>> happy*: Running postcheck for happy >>> WARNING: happy*: Found /usr/share/doc but package name doesn't end with -doc >>> happy*: Preparing package happy... >>> happy*: Stripping binaries >>> happy*: Scanning shared objects >>> happy*: Tracing dependencies... so:libc.musl-aarch64.so.1 so:libffi.so.8 so:libgmp.so.10 >>> happy*: Package size: 11.3 MB >>> happy*: Compressing data... >>> happy*: Create checksum... >>> happy*: Create happy-1.21.0-r1.apk >>> happy: Build complete at Sat, 22 Apr 2023 03:38:31 +0000 elapsed time 0h 0m 21s >>> happy: Cleaning up srcdir >>> happy: Cleaning up pkgdir >>> happy: Uninstalling dependencies... (1/16) Purging .makedepends-happy (20230422.033811) (2/16) Purging ghc (9.4.4-r1) (3/16) Purging gmp-dev (6.2.1-r3) (4/16) Purging libgmpxx (6.2.1-r3) (5/16) Purging llvm14 (14.0.6-r13) (6/16) Purging libffi-dev (3.4.4-r2) (7/16) Purging linux-headers (6.2-r0) (8/16) Purging git-perl (2.40.0-r1) (9/16) Purging perl-git (2.40.0-r1) (10/16) Purging perl-error (0.17029-r1) (11/16) Purging perl (5.36.0-r3) (12/16) Purging libbz2 (1.0.8-r5) (13/16) Purging llvm14-libs (14.0.6-r13) (14/16) Purging libffi (3.4.4-r2) (15/16) Purging libxml2 (2.10.4-r2) (16/16) Purging xz-libs (5.4.2-r1) Executing busybox-1.36.0-r7.trigger OK: 408 MiB in 99 packages >>> happy: Updating the community/aarch64 repository index... >>> happy: Signing the index...