==> Cloning haskell-repline ... Cloning into 'haskell-repline'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-repline :: 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 88 134k 88 119k 0 0 353k 0 --:--:-- --:--:-- --:--:-- 352k 100 134k 100 134k 0 0 396k 0 --:--:-- --:--:-- --:--:-- 396k % 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 22.1M 0 --:--:-- --:--:-- --:--:-- 22.1M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 78 142k 78 111k 0 0 329k 0 --:--:-- --:--:-- --:--:-- 328k 100 142k 100 142k 0 0 418k 0 --:--:-- --:--:-- --:--:-- 417k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-repline 0.4.2.0-2 (Thu Apr 10 04:35:30 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 43.6M 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 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 112M 0 --:--:-- --:--:-- --:--:-- 112M 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 repline-0.4.2.0.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 9719 100 9719 0 0 318k 0 --:--:-- --:--:-- --:--:-- 318k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... repline-0.4.2.0.tar.gz ... Passed ==> Extracting sources... -> Extracting repline-0.4.2.0.tar.gz with bsdtar ==> Starting build()... Configuring repline-0.4.2.0... Preprocessing library for repline-0.4.2.0.. Building library for repline-0.4.2.0.. [1 of 1] Compiling System.Console.Repline ( src/System/Console/Repline.hs, dist/build/System/Console/Repline.dyn_o ) src/System/Console/Repline.hs:175:1: warning: [-Wunused-imports] The import of `Control.Monad.Fix' is redundant except perhaps to import instances from `Control.Monad.Fix' To import instances alone, use: import Control.Monad.Fix() | 175 | import Control.Monad.Fix (MonadFix) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/System/Console/Repline.hs:176: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() | 176 | import Control.Monad.IO.Class (MonadIO(..)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/System/Console/Repline.hs:188:26: warning: [-Wstar-is-type] Using `*' (or its Unicode variant) to mean `Data.Kind.Type' relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: use `Type' from `Data.Kind' instead. | 188 | newtype HaskelineT (m :: * -> *) a = HaskelineT {unHaskeline :: H.InputT m a} | ^ src/System/Console/Repline.hs:188:31: warning: [-Wstar-is-type] Using `*' (or its Unicode variant) to mean `Data.Kind.Type' relies on the StarIsType extension, which will become deprecated in the future. Suggested fix: use `Type' from `Data.Kind' instead. | 188 | newtype HaskelineT (m :: * -> *) a = HaskelineT {unHaskeline :: H.InputT m a} | ^ Preprocessing test suite 'simple' for repline-0.4.2.0.. Building test suite 'simple' for repline-0.4.2.0.. [1 of 1] Compiling Main ( examples/Simple.hs, dist/build/simple/simple-tmp/Main.dyn_o ) Linking dist/build/simple/simple ... Preprocessing test suite 'multiline' for repline-0.4.2.0.. Building test suite 'multiline' for repline-0.4.2.0.. [1 of 1] Compiling Main ( examples/Multiline.hs, dist/build/multiline/multiline-tmp/Main.dyn_o ) Linking dist/build/multiline/multiline ... Preprocessing test suite 'stateful' for repline-0.4.2.0.. Building test suite 'stateful' for repline-0.4.2.0.. [1 of 1] Compiling Main ( examples/Stateful.hs, dist/build/stateful/stateful-tmp/Main.dyn_o ) Linking dist/build/stateful/stateful ... Preprocessing test suite 'prefix' for repline-0.4.2.0.. Building test suite 'prefix' for repline-0.4.2.0.. [1 of 1] Compiling Main ( examples/Prefix.hs, dist/build/prefix/prefix-tmp/Main.dyn_o ) Linking dist/build/prefix/prefix ... Unregistering repline-0.4.2.0... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-repline-archlinuxrb-build-UvheZ6xq/haskell-repline/pkg/haskell-repline/usr/lib/ghc-9.2.8/site-local/repline-0.4.2.0 ==> 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-repline"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-repline-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-repline 0.4.2.0-2 (Thu Apr 10 04:35:48 2025)