==> Cloning haskell-bitarray ... Cloning into 'haskell-bitarray'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-bitarray :: 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 397k 0 --:--:-- --:--:-- --:--:-- 397k % 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 8560k 0 45980 0 0 69136 0 0:02:06 --:--:-- 0:02:06 69039 13 8560k 13 1186k 0 0 714k 0 0:00:11 0:00:01 0:00:10 714k 85 8560k 85 7290k 0 0 2746k 0 0:00:03 0:00:02 0:00:01 2745k 100 8560k 100 8560k 0 0 3027k 0 0:00:02 0:00:02 --:--:-- 3026k % 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 841k 0 --:--:-- --:--:-- --:--:-- 845k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-bitarray 0.0.1.1-24 (Thu Apr 10 09:38:58 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 37.1M 0 --:--:-- --:--:-- --:--:-- 39.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 110M 0 --:--:-- --:--:-- --:--:-- 111M 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 (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 110M 0 --:--:-- --:--:-- --:--:-- 110M 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 bitarray-0.0.1.1.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 3701 100 3701 0 0 109k 0 --:--:-- --:--:-- --:--:-- 109k 100 3701 100 3701 0 0 108k 0 --:--:-- --:--:-- --:--:-- 0 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... bitarray-0.0.1.1.tar.gz ... Passed ==> Extracting sources... -> Extracting bitarray-0.0.1.1.tar.gz with bsdtar ==> Starting build()... Warning: bitarray.cabal:18:36: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Configuring bitarray-0.0.1.1... Preprocessing library for bitarray-0.0.1.1.. Building library for bitarray-0.0.1.1.. [1 of 4] Compiling Data.BitArray.Immutable ( Data/BitArray/Immutable.hs, dist/build/Data/BitArray/Immutable.dyn_o ) [2 of 4] Compiling Data.BitArray.IO ( Data/BitArray/IO.hs, dist/build/Data/BitArray/IO.dyn_o ) Data/BitArray/IO.hs:49:5: warning: [-Wname-shadowing] This binding for `words' shadows the existing binding imported from `Prelude' at Data/BitArray/IO.hs:4:8-23 (and originally defined in `base:Data.OldList') | 49 | words <- newArray (0,k-1) w | ^^^^^ [3 of 4] Compiling Data.BitArray.ST ( Data/BitArray/ST.hs, dist/build/Data/BitArray/ST.dyn_o ) Data/BitArray/ST.hs:51:5: warning: [-Wname-shadowing] This binding for `words' shadows the existing binding imported from `Prelude' at Data/BitArray/ST.hs:4:8-23 (and originally defined in `base:Data.OldList') | 51 | words <- newArray (0,k-1) w | ^^^^^ [4 of 4] Compiling Data.BitArray ( Data/BitArray.hs, dist/build/Data/BitArray.dyn_o ) Data/BitArray.hs:28:1: warning: [-Wunused-imports] The import of `Data.Word' is redundant except perhaps to import instances from `Data.Word' To import instances alone, use: import Data.Word() | 28 | import Data.Word | ^^^^^^^^^^^^^^^^ Data/BitArray.hs:37:1: warning: [-Worphans] Orphan instance: instance Eq BitArray To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. | 37 | instance Eq BitArray where | ^^^^^^^^^^^^^^^^^^^^^^^^^^... Data/BitArray.hs:40:1: warning: [-Worphans] Orphan instance: instance Ord BitArray To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. | 40 | instance Ord BitArray where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^... Data/BitArray.hs:43:1: warning: [-Worphans] Orphan instance: instance Show BitArray To avoid this move the instance declaration to the module of the class or of the type, or wrap the type with a newtype and declare the instance on the new type. | 43 | instance Show BitArray where | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... Data/BitArray.hs:71:1: warning: SPECIALISE pragma for non-overloaded function `accumBitArray' | 71 | {-# SPECIALIZE accumBitArray :: (Bool -> Bool -> Bool) -> Bool -> (Int,Int) -> [(Int,Bool)] -> BitArray #-} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Data/BitArray.hs:86:10: warning: [-Wname-shadowing] This binding for `bs' shadows the existing binding bound at Data/BitArray.hs:82:20 | 86 | worker bs = convert (take 64 bs) : worker (drop 64 bs) | ^^ Data/BitArray.hs:87:11: warning: [-Wname-shadowing] This binding for `bs' shadows the existing binding bound at Data/BitArray.hs:82:20 | 87 | convert bs = fst $ foldl f (0,1) bs | ^^ Unregistering bitarray-0.0.1.1... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-bitarray-archlinuxrb-build-feItRar2/haskell-bitarray/pkg/haskell-bitarray/usr/lib/ghc-9.2.8/site-local/bitarray-0.0.1.1 ==> 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-bitarray"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-bitarray-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-bitarray 0.0.1.1-24 (Thu Apr 10 09:39:11 2025)