==> Cloning haskell-text-zipper ... Cloning into 'haskell-text-zipper'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-text-zipper :: 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 80 134k 80 107k 0 0 311k 0 --:--:-- --:--:-- --:--:-- 311k 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 20.3M 0 --:--:-- --:--:-- --:--:-- 20.3M % 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 419k 0 --:--:-- --:--:-- --:--:-- 420k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-text-zipper 0.13-25 (Wed Apr 9 21:17:20 2025) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (5) haskell-primitive-0.7.4.0-109 haskell-vector-stream-0.1.0.1-2 numactl-2.0.18-1 ghc-libs-9.2.8-1 haskell-vector-0.13.1.0-28 Total Download Size: 17.51 MiB Total Installed Size: 133.53 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 83803 100 83803 0 0 57.5M 0 --:--:-- --:--:-- --:--:-- 79.9M % 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 188M 0 --:--:-- --:--:-- --:--:-- 190M % 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 235k 100 235k 0 0 119M 0 --:--:-- --:--:-- --:--:-- 229M % 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 68462 100 68462 0 0 56.8M 0 --:--:-- --:--:-- --:--:-- 65.2M % 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 1004k 100 1004k 0 0 163M 0 --:--:-- --:--:-- --:--:-- 196M 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-primitive... installing haskell-vector-stream... installing haskell-vector... :: 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 (1) ghc-9.2.8-1 Total Download Size: 33.73 MiB Total Installed Size: 232.52 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 188M 0 --:--:-- --:--:-- --:--:-- 189M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing ghc... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Downloading text-zipper-0.13.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 9698 100 9698 0 0 213k 0 --:--:-- --:--:-- --:--:-- 213k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... text-zipper-0.13.tar.gz ... Passed ==> Extracting sources... -> Extracting text-zipper-0.13.tar.gz with bsdtar ==> Starting build()... Configuring text-zipper-0.13... Preprocessing library for text-zipper-0.13.. Building library for text-zipper-0.13.. [1 of 4] Compiling Data.Text.Zipper.Vector ( src/Data/Text/Zipper/Vector.hs, dist/build/Data/Text/Zipper/Vector.dyn_o ) [2 of 4] Compiling Data.Text.Zipper ( src/Data/Text/Zipper.hs, dist/build/Data/Text/Zipper.dyn_o ) src/Data/Text/Zipper.hs:59: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() | 59 | import Control.Applicative ((<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Text/Zipper.hs:63:1: warning: [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 63 | import Data.Monoid | ^^^^^^^^^^^^^^^^^^ src/Data/Text/Zipper.hs:80:10: warning: [-Wunused-top-binds] Defined but not used: `lines_' | 80 | , lines_ :: a -> [a] | ^^^^^^ [3 of 4] Compiling Data.Text.Zipper.Generic ( src/Data/Text/Zipper/Generic.hs, dist/build/Data/Text/Zipper/Generic.dyn_o ) src/Data/Text/Zipper/Generic.hs:14:1: warning: [-Wunused-imports] The import of `Data.Monoid' is redundant except perhaps to import instances from `Data.Monoid' To import instances alone, use: import Data.Monoid() | 14 | import Data.Monoid | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [4 of 4] Compiling Data.Text.Zipper.Generic.Words ( src/Data/Text/Zipper/Generic/Words.hs, dist/build/Data/Text/Zipper/Generic/Words.dyn_o ) Unregistering text-zipper-0.13... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-text-zipper-archlinuxrb-build-8kFMDmpP/haskell-text-zipper/pkg/haskell-text-zipper/usr/lib/ghc-9.2.8/site-local/text-zipper-0.13 ==> 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-text-zipper"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-text-zipper-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-text-zipper 0.13-25 (Wed Apr 9 21:17:33 2025)