==> Cloning haskell-pretty-show ... Cloning into 'haskell-pretty-show'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-pretty-show :: Synchronizing package databases... % 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 134k 100 134k 0 0 392k 0 --:--:-- --:--:-- --:--:-- 392k 100 134k 100 134k 0 0 388k 0 --:--:-- --:--:-- --:--:-- 387k % 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 8555k 100 8555k 0 0 15.1M 0 --:--:-- --:--:-- --:--:-- 15.1M % 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 139k 100 139k 0 0 403k 0 --:--:-- --:--:-- --:--:-- 403k 100 139k 100 139k 0 0 403k 0 --:--:-- --:--:-- --:--:-- 402k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-pretty-show 1.10-15 (Thu Mar 7 13:49:38 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (3) numactl-2.0.18-1 ghc-libs-9.2.8-1 haskell-lexer-1.1.1-2 Total Download Size: 16.42 MiB Total Installed Size: 124.88 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % 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 100 83803 100 83803 0 0 4170k 0 --:--:-- --:--:-- --:--:-- 4091k % 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 16.1M 100 16.1M 0 0 164M 0 --:--:-- --:--:-- --:--:-- 164M % 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 189k 100 189k 0 0 37.1M 0 --:--:-- --:--:-- --:--:-- 46.2M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing numactl... installing ghc-libs... installing haskell-lexer... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Registering Haskell modules... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (2) ghc-9.2.8-1 happy-1.20.1.1-2 Total Download Size: 33.93 MiB Total Installed Size: 233.64 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % 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 33.7M 100 33.7M 0 0 163M 0 --:--:-- --:--:-- --:--:-- 163M % 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 200k 100 200k 0 0 10.2M 0 --:--:-- --:--:-- --:--:-- 10.3M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing ghc... installing happy... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Downloading pretty-show-1.10.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 100 42233 100 42233 0 0 762k 0 --:--:-- --:--:-- --:--:-- 762k ==> Validating source files with sha512sums... pretty-show-1.10.tar.gz ... Passed ==> Extracting sources... -> Extracting pretty-show-1.10.tar.gz with bsdtar ==> Starting build()... Configuring pretty-show-1.10... Preprocessing library for pretty-show-1.10.. Building library for pretty-show-1.10.. [1 of 6] Compiling Paths_pretty_show ( dist/build/autogen/Paths_pretty_show.hs, dist/build/Paths_pretty_show.dyn_o ) [2 of 6] Compiling Text.Show.Value ( Text/Show/Value.hs, dist/build/Text/Show/Value.dyn_o ) Text/Show/Value.hs:84:27: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[Value]' not matched: [] | 84 | | otherwise -> do ~(v1:vs1) <- delMany (v:vs) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Text/Show/Value.hs:93:25: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[Value]' not matched: [] [(Con _ _)] [(InfixCons _ _)] [(Rec _ _)] ... | 93 | Ratio v1 v2 -> do ~[a,b] <- delMany [v1,v2] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 6] Compiling Text.Show.PrettyVal ( Text/Show/PrettyVal.hs, dist/build/Text/Show/PrettyVal.dyn_o ) [4 of 6] Compiling Text.Show.Parser ( dist/build/Text/Show/Parser.hs, dist/build/Text/Show/Parser.dyn_o ) [5 of 6] Compiling Text.Show.Html ( Text/Show/Html.hs, dist/build/Text/Show/Html.dyn_o ) Text/Show/Html.hs:112:1: warning: [-Wunused-top-binds] Defined but not used: `tallTuple' | 112 | tallTuple els = table "tallTuple" $ map (tr . return . td) els | ^^^^^^^^^ [6 of 6] Compiling Text.Show.Pretty ( Text/Show/Pretty.hs, dist/build/Text/Show/Pretty.dyn_o ) Text/Show/Pretty.hs:52:22: warning: [-Wunused-imports] The import of `Foldable' from module `Data.Foldable' is redundant | 52 | import Data.Foldable(Foldable,toList) | ^^^^^^^^ Preprocessing executable 'ppsh' for pretty-show-1.10.. Building executable 'ppsh' for pretty-show-1.10.. [1 of 2] Compiling Main ( bin/ppsh.hs, dist/build/ppsh/ppsh-tmp/Main.dyn_o ) [2 of 2] Compiling Paths_pretty_show ( dist/build/ppsh/autogen/Paths_pretty_show.hs, dist/build/ppsh/ppsh-tmp/Paths_pretty_show.dyn_o ) Linking dist/build/ppsh/ppsh ... Unregistering pretty-show-1.10... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-pretty-show-archlinuxrb-build-M7UtqHLf/haskell-pretty-show/pkg/haskell-pretty-show/usr/lib/ghc-9.2.8/site-local/pretty-show-1.10 Installing executable ppsh in /tmp/archlinux-ci/haskell-pretty-show-archlinuxrb-build-M7UtqHLf/haskell-pretty-show/pkg/haskell-pretty-show/usr/bin Warning: The directory /tmp/archlinux-ci/haskell-pretty-show-archlinuxrb-build-M7UtqHLf/haskell-pretty-show/pkg/haskell-pretty-show/usr/bin is not in the system search path. ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "haskell-pretty-show"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-pretty-show-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-pretty-show 1.10-15 (Thu Mar 7 13:50:06 2024)