==> Cloning haskell-gnutls ... Cloning into 'haskell-gnutls'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-gnutls :: 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 394k 0 --:--:-- --:--:-- --:--:-- 394k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 8560k 11 999k 0 0 2885k 0 0:00:02 --:--:-- 0:00:02 2880k 100 8560k 100 8560k 0 0 20.2M 0 --:--:-- --:--:-- --:--:-- 20.2M % 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 413k 0 --:--:-- --:--:-- --:--:-- 414k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-gnutls 0.2-26 (Thu Apr 10 08:53:38 2025) ==> 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-monads-tf-0.1.0.3-24 Total Download Size: 16.30 MiB Total Installed Size: 123.85 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 33.5M 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 112M 0 --:--:-- --:--:-- --:--:-- 112M % 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 65883 100 65883 0 0 30.8M 0 --:--:-- --:--:-- --:--:-- 62.8M 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-monads-tf... :: 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 102M 0 --:--:-- --:--:-- --:--:-- 102M 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 gnutls-0.2.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 17272 100 17272 0 0 615k 0 --:--:-- --:--:-- --:--:-- 615k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... gnutls-0.2.tar.gz ... Passed ==> Extracting sources... -> Extracting gnutls-0.2.tar.gz with bsdtar ==> Starting build()... Warning: gnutls.cabal:36:21: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Warning: gnutls.cabal:39:26: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Configuring gnutls-0.2... Preprocessing library for gnutls-0.2.. Building library for gnutls-0.2.. [1 of 3] Compiling Network.Protocol.TLS.GNU.ErrorT ( lib/Network/Protocol/TLS/GNU/ErrorT.hs, dist/build/Network/Protocol/TLS/GNU/ErrorT.dyn_o ) lib/Network/Protocol/TLS/GNU/ErrorT.hs:19:1: warning: [-Wtabs] Tab character found here, and in 63 further locations. Please use spaces instead. | 19 | ( ErrorT (..) | ^^^^^^^^ lib/Network/Protocol/TLS/GNU/ErrorT.hs:23:1: warning: [-Wunused-imports] The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() | 23 | import Control.Applicative (Applicative, pure, (<*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Network/Protocol/TLS/GNU/ErrorT.hs:24:33: warning: [-Wunused-imports] The import of `ap' from module `Control.Monad' is redundant | 24 | import Control.Monad (ap,liftM) | ^^ lib/Network/Protocol/TLS/GNU/ErrorT.hs:52:9: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad (ErrorT e m)'. `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 | 52 | return = ErrorT . return . Right | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 3] Compiling Network.Protocol.TLS.GNU.Foreign ( lib/Network/Protocol/TLS/GNU/Foreign.hs, dist/build/Network/Protocol/TLS/GNU/Foreign.dyn_o ) lib/Network/Protocol/TLS/GNU/Foreign.hs:26:1: warning: [-Wtabs] Tab character found here, and in 77 further locations. Please use spaces instead. | 26 | deriving (Show, Eq) | ^^^^^^^^ [3 of 3] Compiling Network.Protocol.TLS.GNU ( lib/Network/Protocol/TLS/GNU.hs, dist/build/Network/Protocol/TLS/GNU.dyn_o ) lib/Network/Protocol/TLS/GNU.hs:19:1: warning: [-Wtabs] Tab character found here, and in 205 further locations. Please use spaces instead. | 19 | ( TLS | ^^^^^^^^ lib/Network/Protocol/TLS/GNU.hs:41:1: warning: [-Wunused-imports] The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() | 41 | import Control.Applicative (Applicative, pure, (<*>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ lib/Network/Protocol/TLS/GNU.hs:100:9: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad TLS'. `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 | 100 | return = TLS . return | ^^^^^^^^^^^^^^^^^^^^^ Unregistering gnutls-0.2... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-gnutls-archlinuxrb-build-P7fiUK6e/haskell-gnutls/pkg/haskell-gnutls/usr/lib/ghc-9.2.8/site-local/gnutls-0.2 ==> 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-gnutls"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-gnutls-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-gnutls 0.2-26 (Thu Apr 10 08:53:52 2025)