==> Cloning haskell-data-clist ... Cloning into 'haskell-data-clist'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-data-clist :: 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 83 134k 83 111k 0 0 312k 0 --:--:-- --:--:-- --:--:-- 311k 100 134k 100 134k 0 0 374k 0 --:--:-- --:--:-- --:--:-- 373k % 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 8560k 100 8560k 0 0 20.4M 0 --:--:-- --:--:-- --:--:-- 20.4M % 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 142k 100 142k 0 0 411k 0 --:--:-- --:--:-- --:--:-- 412k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-data-clist 0.2-68 (Thu Apr 10 09:20:17 2025) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (2) numactl-2.0.18-1 ghc-libs-9.2.8-1 Total Download Size: 16.24 MiB Total Installed Size: 123.49 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 14.7M 0 --:--:-- --:--:-- --:--:-- 15.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 155M 0 --:--:-- --:--:-- --:--:-- 156M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing numactl... installing ghc-libs... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (5) haskell-erf-2.0.0.0-25 haskell-random-1.2.1.2-6 haskell-splitmix-0.1.0.5-20 ghc-9.2.8-1 haskell-quickcheck-2.14.3-62 Total Download Size: 34.45 MiB Total Installed Size: 236.95 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 42 33.7M 42 14.3M 0 0 118M 0 --:--:-- --:--:-- --:--:-- 117M 100 33.7M 100 33.7M 0 0 153M 0 --:--:-- --:--:-- --:--:-- 152M % 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 15637 100 15637 0 0 7650k 0 --:--:-- --:--:-- --:--:-- 14.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 35865 100 35865 0 0 3965k 0 --:--:-- --:--:-- --:--:-- 4378k % 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 201k 100 201k 0 0 32.5M 0 --:--:-- --:--:-- --:--:-- 39.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 480k 100 480k 0 0 62.7M 0 --:--:-- --:--:-- --:--:-- 67.0M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing ghc... installing haskell-erf... installing haskell-splitmix... installing haskell-random... installing haskell-quickcheck... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Registering Haskell modules... ==> Retrieving sources... -> Downloading data-clist-0.2.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 5475 100 5475 0 0 127k 0 --:--:-- --:--:-- --:--:-- 127k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... data-clist-0.2.tar.gz ... Passed ==> Extracting sources... -> Extracting data-clist-0.2.tar.gz with bsdtar ==> Starting build()... Configuring data-clist-0.2... Preprocessing library for data-clist-0.2.. Building library for data-clist-0.2.. [1 of 2] Compiling Data.CircularList.Internal ( src/Data/CircularList/Internal.hs, dist/build/Data/CircularList/Internal.dyn_o ) src/Data/CircularList/Internal.hs:90:31: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[a]' not matched: [] | 90 | removeL (CList [] _ rs) = let (f:ls) = reverse rs | ^^^^^^^^^^^^^^^^^^^ src/Data/CircularList/Internal.hs:98:30: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[a]' not matched: [] | 98 | removeR (CList l _ []) = let (f:rs) = reverse l | ^^^^^^^^^^^^^^^^^^ src/Data/CircularList/Internal.hs:117:28: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[a]' not matched: [] | 117 | rotL (CList [] f rs) = let (l:ls) = reverse rs | ^^^^^^^^^^^^^^^^^^^ src/Data/CircularList/Internal.hs:131:28: warning: [-Wincomplete-uni-patterns] Pattern match(es) are non-exhaustive In a pattern binding: Patterns of type `[a]' not matched: [] | 131 | rotR (CList ls f []) = let (r:rs) = reverse ls | ^^^^^^^^^^^^^^^^^^^ [2 of 2] Compiling Data.CircularList ( src/Data/CircularList.hs, dist/build/Data/CircularList.dyn_o ) Preprocessing test suite 'tests' for data-clist-0.2.. Building test suite 'tests' for data-clist-0.2.. [1 of 1] Compiling Main ( tests/quickcheck.hs, dist/build/tests/tests-tmp/Main.dyn_o ) Linking dist/build/tests/tests ... Unregistering data-clist-0.2... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-data-clist-archlinuxrb-build-dxWUj4Dy/haskell-data-clist/pkg/haskell-data-clist/usr/lib/ghc-9.2.8/site-local/data-clist-0.2 ==> 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-data-clist"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-data-clist-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-data-clist 0.2-68 (Thu Apr 10 09:20:36 2025)