>>> alex: Building community/alex 3.2.6-r2 (using abuild 3.9.0-r0) started Wed, 20 Apr 2022 19:23:16 +0000 >>> alex: Checking sanity of /home/buildozer/aports/community/alex/APKBUILD... >>> alex: Analyzing dependencies... >>> alex: Installing for build: build-base ghc libffi-dev (1/3) Installing linux-headers (5.16.7-r1) (2/3) Installing libffi-dev (3.4.2-r1) (3/3) Installing .makedepends-alex (20220420.192318) OK: 1282 MiB in 106 packages >>> alex: Cleaning up srcdir >>> alex: Cleaning up pkgdir >>> alex: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/alex-3.2.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> alex: Fetching https://hackage.haskell.org/package/alex-3.2.6/alex-3.2.6.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 106k 100 106k 0 0 440k 0 --:--:-- --:--:-- --:--:-- 441k >>> alex: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/alex-doc-html-3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> alex: Fetching https://www.haskell.org/alex/doc/alex-doc-html-3.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 21663 100 21663 0 0 41704 0 --:--:-- --:--:-- --:--:-- 41739 >>> alex: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/alex-3.2.6.tar.gz >>> alex: Fetching https://distfiles.alpinelinux.org/distfiles/v3.16/alex-doc-html-3.0.tar.gz >>> alex: Checking sha512sums... alex-3.2.6.tar.gz: OK alex-doc-html-3.0.tar.gz: OK fix-tests-ghc-9.0.patch: OK >>> alex: Unpacking /var/cache/distfiles/v3.16/alex-3.2.6.tar.gz... >>> alex: Unpacking /var/cache/distfiles/v3.16/alex-doc-html-3.0.tar.gz... >>> alex: fix-tests-ghc-9.0.patch patching file tests/default_typeclass.x Configuring alex-3.2.6... Preprocessing executable 'alex' for alex-3.2.6.. Building executable 'alex' for alex-3.2.6.. [ 1 of 22] Compiling Data.Ranged.Boundaries ( src/Data/Ranged/Boundaries.hs, dist/build/alex/alex-tmp/Data/Ranged/Boundaries.o ) [ 2 of 22] Compiling Data.Ranged.Ranges ( src/Data/Ranged/Ranges.hs, dist/build/alex/alex-tmp/Data/Ranged/Ranges.o ) [ 3 of 22] Compiling Data.Ranged.RangedSet ( src/Data/Ranged/RangedSet.hs, dist/build/alex/alex-tmp/Data/Ranged/RangedSet.o ) src/Data/Ranged/RangedSet.hs:31: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() | 31 | import Data.Semigroup | ^^^^^^^^^^^^^^^^^^^^^ [ 4 of 22] Compiling Data.Ranged ( src/Data/Ranged.hs, dist/build/alex/alex-tmp/Data/Ranged.o ) [ 5 of 22] Compiling Map ( src/Map.hs, dist/build/alex/alex-tmp/Map.o ) [ 6 of 22] Compiling Paths_alex ( dist/build/alex/autogen/Paths_alex.hs, dist/build/alex/alex-tmp/Paths_alex.o ) [ 7 of 22] Compiling Set ( src/Set.hs, dist/build/alex/alex-tmp/Set.o ) [ 8 of 22] Compiling DFS ( src/DFS.hs, dist/build/alex/alex-tmp/DFS.o ) [ 9 of 22] Compiling Sort ( src/Sort.hs, dist/build/alex/alex-tmp/Sort.o ) [10 of 22] Compiling UTF8 ( src/UTF8.hs, dist/build/alex/alex-tmp/UTF8.o ) [11 of 22] Compiling CharSet ( src/CharSet.hs, dist/build/alex/alex-tmp/CharSet.o ) [12 of 22] Compiling Util ( src/Util.hs, dist/build/alex/alex-tmp/Util.o ) [13 of 22] Compiling AbsSyn ( src/AbsSyn.hs, dist/build/alex/alex-tmp/AbsSyn.o ) [14 of 22] Compiling ParseMonad ( src/ParseMonad.hs, dist/build/alex/alex-tmp/ParseMonad.o ) [15 of 22] Compiling Scan ( src/Scan.hs, dist/build/alex/alex-tmp/Scan.o ) [16 of 22] Compiling Parser ( src/Parser.hs, dist/build/alex/alex-tmp/Parser.o ) [17 of 22] Compiling Output ( src/Output.hs, dist/build/alex/alex-tmp/Output.o ) [18 of 22] Compiling NFA ( src/NFA.hs, dist/build/alex/alex-tmp/NFA.o ) [19 of 22] Compiling Info ( src/Info.hs, dist/build/alex/alex-tmp/Info.o ) [20 of 22] Compiling DFAMin ( src/DFAMin.hs, dist/build/alex/alex-tmp/DFAMin.o ) [21 of 22] Compiling DFA ( src/DFA.hs, dist/build/alex/alex-tmp/DFA.o ) [22 of 22] Compiling Main ( src/Main.hs, dist/build/alex/alex-tmp/Main.o ) Linking dist/build/alex/alex ... Preprocessing test suite 'tests' for alex-3.2.6.. Building test suite 'tests' for alex-3.2.6.. [1 of 1] Compiling Main ( test.hs, dist/build/tests/tests-tmp/Main.o ) Linking dist/build/tests/tests ... Running 1 test suites... Test suite tests: RUNNING... Test suite tests: PASS Test suite logged to: dist/test/alex-3.2.6-tests.log 1 of 1 test suites (1 of 1 test cases) passed. >>> alex: Entering fakeroot... Installing executable alex in /home/buildozer/aports/community/alex/pkg/alex/usr/bin Warning: The directory /home/buildozer/aports/community/alex/pkg/alex/usr/bin is not in the system search path. >>> alex-doc*: Running split function doc... >>> alex-doc*: Preparing subpackage alex-doc... >>> alex-doc*: Running postcheck for alex-doc >>> alex*: Running postcheck for alex >>> alex*: Preparing package alex... >>> alex*: Stripping binaries >>> alex-doc*: Scanning shared objects >>> alex*: Scanning shared objects >>> alex-doc*: Tracing dependencies... >>> alex-doc*: Package size: 156.0 KB >>> alex-doc*: Compressing data... >>> alex-doc*: Create checksum... >>> alex-doc*: Create alex-doc-3.2.6-r2.apk >>> alex*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libffi.so.8 so:libgmp.so.10 >>> alex*: Package size: 1.8 MB >>> alex*: Compressing data... >>> alex*: Create checksum... >>> alex*: Create alex-3.2.6-r2.apk >>> alex: Build complete at Wed, 20 Apr 2022 19:23:53 +0000 elapsed time 0h 0m 37s >>> alex: Cleaning up srcdir >>> alex: Cleaning up pkgdir >>> alex: Uninstalling dependencies... (1/3) Purging .makedepends-alex (20220420.192318) (2/3) Purging libffi-dev (3.4.2-r1) (3/3) Purging linux-headers (5.16.7-r1) OK: 1274 MiB in 103 packages >>> alex: Updating the community/x86_64 repository index... >>> alex: Signing the index...