==> Cloning haskell-filemanip ... Cloning into 'haskell-filemanip'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-filemanip :: 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 133k 100 133k 0 0 392k 0 --:--:-- --:--:-- --:--:-- 392k % 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 8562k 100 8562k 0 0 21.8M 0 --:--:-- --:--:-- --:--:-- 21.8M % 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 421k 0 --:--:-- --:--:-- --:--:-- 421k 100 142k 100 142k 0 0 421k 0 --:--:-- --:--:-- --:--:-- 421k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-filemanip 0.3.6.3-143 (Sat Mar 9 04:07:42 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-unix-compat-0.7.1-11 Total Download Size: 16.25 MiB Total Installed Size: 123.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 83803 100 83803 0 0 58.9M 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 10 16.1M 10 1707k 0 0 143M 0 --:--:-- --:--:-- --:--:-- 138M 100 16.1M 100 16.1M 0 0 178M 0 --:--:-- --:--:-- --:--:-- 177M % 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 15474 100 15474 0 0 15.5M 0 --:--:-- --:--:-- --:--:-- 14.7M 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-unix-compat... :: 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 193M 0 --:--:-- --:--:-- --:--:-- 193M 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 filemanip-0.3.6.3.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 10369 100 10369 0 0 258k 0 --:--:-- --:--:-- --:--:-- 258k ==> Validating source files with sha512sums... filemanip-0.3.6.3.tar.gz ... Passed ==> Extracting sources... -> Extracting filemanip-0.3.6.3.tar.gz with bsdtar ==> Starting build()... Configuring filemanip-0.3.6.3... Preprocessing library for filemanip-0.3.6.3.. Building library for filemanip-0.3.6.3.. [1 of 4] Compiling System.FilePath.GlobPattern ( System/FilePath/GlobPattern.hs, dist/build/System/FilePath/GlobPattern.dyn_o ) System/FilePath/GlobPattern.hs:149:22: warning: [-Wname-shadowing] This binding for `g' shadows the existing binding bound at System/FilePath/GlobPattern.hs:148:24 | 149 | where matchGroup g = matchTerms (MatchLiteral g : ts) cs | ^ [2 of 4] Compiling System.FilePath.Glob ( System/FilePath/Glob.hs, dist/build/System/FilePath/Glob.dyn_o ) [3 of 4] Compiling System.FilePath.Find ( System/FilePath/Find.hs, dist/build/System/FilePath/Find.dyn_o ) System/FilePath/Find.hs:227:20: warning: [-Wname-shadowing] This binding for `depth' shadows the existing binding defined at System/FilePath/Find.hs:195:1 | 227 | where visit path depth st = | ^^^^^ System/FilePath/Find.hs:231:9: warning: [-Wname-shadowing] This binding for `traverse' shadows the existing binding imported from `Prelude' at System/FilePath/Find.hs:39:8-27 (and originally defined in `Data.Traversable') | 231 | traverse dir depth dirSt = do | ^^^^^^^^ System/FilePath/Find.hs:231:22: warning: [-Wname-shadowing] This binding for `depth' shadows the existing binding defined at System/FilePath/Find.hs:195:1 | 231 | traverse dir depth dirSt = do | ^^^^^ System/FilePath/Find.hs:238:25: warning: [-Wname-shadowing] This binding for `depth' shadows the existing binding defined at System/FilePath/Find.hs:195:1 | 238 | filterPath path depth st result = | ^^^^^ System/FilePath/Find.hs:274:15: warning: [-Wname-shadowing] This binding for `state' shadows the existing binding bound at System/FilePath/Find.hs:271:38 | 274 | where visit state path depth st = | ^^^^^ System/FilePath/Find.hs:274:21: warning: [-Wname-shadowing] This binding for `path' shadows the existing binding bound at System/FilePath/Find.hs:271:44 | 274 | where visit state path depth st = | ^^^^ System/FilePath/Find.hs:274:26: warning: [-Wname-shadowing] This binding for `depth' shadows the existing binding defined at System/FilePath/Find.hs:195:1 | 274 | where visit state path depth st = | ^^^^^ System/FilePath/Find.hs:279:9: warning: [-Wname-shadowing] This binding for `traverse' shadows the existing binding imported from `Prelude' at System/FilePath/Find.hs:39:8-27 (and originally defined in `Data.Traversable') | 279 | traverse state dir depth dirSt = handle (errHandler dir state) $ | ^^^^^^^^ System/FilePath/Find.hs:279:18: warning: [-Wname-shadowing] This binding for `state' shadows the existing binding bound at System/FilePath/Find.hs:271:38 | 279 | traverse state dir depth dirSt = handle (errHandler dir state) $ | ^^^^^ System/FilePath/Find.hs:279:28: warning: [-Wname-shadowing] This binding for `depth' shadows the existing binding defined at System/FilePath/Find.hs:195:1 | 279 | traverse state dir depth dirSt = handle (errHandler dir state) $ | ^^^^^ System/FilePath/Find.hs:282:53: warning: [-Wname-shadowing] This binding for `state' shadows the existing binding bound at System/FilePath/Find.hs:279:18 | 282 | in state' `seq` flip foldM state' (\state name -> | ^^^^^ System/FilePath/Find.hs:284:25: warning: [-Wname-shadowing] This binding for `path' shadows the existing binding bound at System/FilePath/Find.hs:271:44 | 284 | let path = dir name | ^^^^ [4 of 4] Compiling System.FilePath.Manip ( System/FilePath/Manip.hs, dist/build/System/FilePath/Manip.dyn_o ) Unregistering filemanip-0.3.6.3... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-filemanip-archlinuxrb-build-n04WQMQg/haskell-filemanip/pkg/haskell-filemanip/usr/lib/ghc-9.2.8/site-local/filemanip-0.3.6.3 ==> 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-filemanip"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-filemanip-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-filemanip 0.3.6.3-143 (Sat Mar 9 04:07:52 2024)