==> Cloning haskell-ghc-check ... Cloning into 'haskell-ghc-check'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-ghc-check :: 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 389k 0 --:--:-- --:--:-- --:--:-- 389k % 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 8559k 100 8559k 0 0 20.8M 0 --:--:-- --:--:-- --:--:-- 20.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 399k 0 --:--:-- --:--:-- --:--:-- 398k 100 142k 100 142k 0 0 393k 0 --:--:-- --:--:-- --:--:-- 393k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-ghc-check 0.5.0.8-42 (Wed Apr 9 23:19:57 2025) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (6) numactl-2.0.18-1 ghc-9.2.8-1 ghc-libs-9.2.8-1 haskell-ghc-paths-0.1.0.12-13 haskell-safe-exceptions-0.1.7.4-20 haskell-th-compat-0.1.4-42 Total Download Size: 50.03 MiB Total Installed Size: 356.25 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 11.7M 0 --:--:-- --:--:-- --:--:-- 13.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 16.1M 100 16.1M 0 0 125M 0 --:--:-- --:--:-- --:--:-- 126M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 33.7M 12 4303k 0 0 90.1M 0 --:--:-- --:--:-- --:--:-- 89.4M 100 33.7M 100 33.7M 0 0 120M 0 --:--:-- --:--:-- --:--:-- 120M % 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 7730 100 7730 0 0 1469k 0 --:--:-- --:--:-- --:--:-- 1509k % 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 32309 100 32309 0 0 6124k 0 --:--:-- --:--:-- --:--:-- 6310k % 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 25400 100 25400 0 0 3550k 0 --:--:-- --:--:-- --:--:-- 4134k 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 ghc... installing haskell-ghc-paths... installing haskell-safe-exceptions... installing haskell-th-compat... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Registering Haskell modules... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading ghc-check-0.5.0.8.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 7463 100 7463 0 0 216k 0 --:--:-- --:--:-- --:--:-- 216k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... ghc-check-0.5.0.8.tar.gz ... Passed ==> Extracting sources... -> Extracting ghc-check-0.5.0.8.tar.gz with bsdtar ==> Starting build()... Configuring ghc-check-0.5.0.8... Preprocessing library for ghc-check-0.5.0.8.. Building library for ghc-check-0.5.0.8.. [1 of 4] Compiling GHC.Check.Executable ( src/GHC/Check/Executable.hs, dist/build/GHC/Check/Executable.dyn_o ) [2 of 4] Compiling GHC.Check.Util ( src/GHC/Check/Util.hs, dist/build/GHC/Check/Util.dyn_o ) src/GHC/Check/Util.hs:8:1: warning: [-Wunused-imports] The import of `Control.Monad.IO.Class' is redundant except perhaps to import instances from `Control.Monad.IO.Class' To import instances alone, use: import Control.Monad.IO.Class() | 8 | import Control.Monad.IO.Class (MonadIO(liftIO)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/GHC/Check/Util.hs:11:1: warning: [-Wunused-imports] The qualified import of `GHC' is redundant except perhaps to import instances from `GHC' To import instances alone, use: import GHC() | 11 | import qualified GHC | ^^^^^^^^^^^^^^^^^^^^ src/GHC/Check/Util.hs:13:1: warning: [-Wunused-imports] The import of `Language.Haskell.TH' is redundant except perhaps to import instances from `Language.Haskell.TH' To import instances alone, use: import Language.Haskell.TH() | 13 | import Language.Haskell.TH ( TExpQ ) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 4] Compiling GHC.Check.PackageDb ( src/GHC/Check/PackageDb.hs, dist/build/GHC/Check/PackageDb.dyn_o ) [4 of 4] Compiling GHC.Check ( src/GHC/Check.hs, dist/build/GHC/Check.dyn_o ) src/GHC/Check.hs:250:7: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In a case alternative: Patterns of type `(String, PackageCheck)' not matched: ([], (AbiMismatch _ _ _)) ([p], (AbiMismatch _ _ _)) where p is not one of {'b'} ((p:_:_), (AbiMismatch _ _ _)) where p is not one of {'b'} (['b'], (AbiMismatch _ _ _)) ... | 250 | case problem of | ^^^^^^^^^^^^^^^... Unregistering ghc-check-0.5.0.8... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-ghc-check-archlinuxrb-build-bIuc3qwe/haskell-ghc-check/pkg/haskell-ghc-check/usr/lib/ghc-9.2.8/site-local/ghc-check-0.5.0.8 ==> 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-ghc-check"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-ghc-check-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-ghc-check 0.5.0.8-42 (Wed Apr 9 23:20:17 2025)