==> Cloning haskell-presburger ... Cloning into 'haskell-presburger'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-presburger :: 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 65 134k 65 89758 0 0 258k 0 --:--:-- --:--:-- --:--:-- 257k 100 134k 100 134k 0 0 395k 0 --:--:-- --:--:-- --:--:-- 395k % 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.2M 0 --:--:-- --:--:-- --:--:-- 20.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 142k 100 142k 0 0 415k 0 --:--:-- --:--:-- --:--:-- 415k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-presburger 1.3.1-22 (Thu Apr 10 07:34:31 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 29.2M 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 97 16.1M 97 15.7M 0 0 49.7M 0 --:--:-- --:--:-- --:--:-- 49.7M 100 16.1M 100 16.1M 0 0 49.7M 0 --:--:-- --:--:-- --:--:-- 49.5M 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 8 33.7M 8 3099k 0 0 87.0M 0 --:--:-- --:--:-- --:--:-- 86.4M 100 33.7M 100 33.7M 0 0 102M 0 --:--:-- --:--:-- --:--:-- 101M 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 presburger-1.3.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 10794 100 10794 0 0 414k 0 --:--:-- --:--:-- --:--:-- 414k -> Found ghc-8.4.patch -> Found containers-0.6.patch -> Found ghc-8.8.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... presburger-1.3.1.tar.gz ... Passed ghc-8.4.patch ... Passed containers-0.6.patch ... Passed ghc-8.8.patch ... Passed ==> Extracting sources... -> Extracting presburger-1.3.1.tar.gz with bsdtar ==> Starting prepare()... patching file src/Data/Integer/SAT.hs patching file src/Data/Integer/SAT.hs patching file src/Data/Integer/SAT.hs ==> Starting build()... Configuring presburger-1.3.1... Preprocessing library for presburger-1.3.1.. Building library for presburger-1.3.1.. [1 of 1] Compiling Data.Integer.SAT ( src/Data/Integer/SAT.hs, dist/build/Data/Integer/SAT.dyn_o ) src/Data/Integer/SAT.hs:44:1: warning: [-Wunused-imports] The import of `Debug.Trace' is redundant except perhaps to import instances from `Debug.Trace' To import instances alone, use: import Debug.Trace() | 44 | import Debug.Trace | ^^^^^^^^^^^^^^^^^^ src/Data/Integer/SAT.hs:46:1: warning: [-Wunused-imports] The import of `<$>, Applicative' from module `Control.Applicative' is redundant | 46 | import Control.Applicative (Alternative (..), Applicative (..), (<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Integer/SAT.hs:711:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad Answer'. `return' will eventually be removed in favour of `pure' Either remove definition for `return' (recommended) or define as `return = pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 711 | return a = One a | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Integer/SAT.hs:735:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `pure = return' definition detected in the instance declaration for `Applicative Answer'. Move definition from `return' to `pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 735 | pure = return | ^^^^^^^^^^^^^^ src/Data/Integer/SAT.hs:742:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad S'. `return' will eventually be removed in favour of `pure' Either remove definition for `return' (recommended) or define as `return = pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 742 | return a = S $ \s -> return (a,s) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/Integer/SAT.hs:759:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `pure = return' definition detected in the instance declaration for `Applicative S'. Move definition from `return' to `pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 759 | pure = return | ^^^^^^^^^^^^^^ Unregistering presburger-1.3.1... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-presburger-archlinuxrb-build-U8yFHf5u/haskell-presburger/pkg/haskell-presburger/usr/lib/ghc-9.2.8/site-local/presburger-1.3.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-presburger"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-presburger-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-presburger 1.3.1-22 (Thu Apr 10 07:34:52 2025)