==> Cloning haskell-json ... Cloning into 'haskell-json'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-json :: 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 399k 0 --:--:-- --:--:-- --:--:-- 400k % 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 8560k 0 56837 0 0 165k 0 0:00:51 --:--:-- 0:00:51 165k 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 417k 0 --:--:-- --:--:-- --:--:-- 417k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-json 0.10-151 (Thu Apr 10 09:27:51 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-syb-0.7.2.4-7 Total Download Size: 16.32 MiB Total Installed Size: 123.95 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 40.8M 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 82.1M 0 --:--:-- --:--:-- --:--:-- 82.4M % 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 87549 100 87549 0 0 41.7M 0 --:--:-- --:--:-- --:--:-- 83.4M 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-syb... :: 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 109M 0 --:--:-- --:--:-- --:--:-- 109M 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 json-0.10.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 22622 100 22622 0 0 687k 0 --:--:-- --:--:-- --:--:-- 687k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... json-0.10.tar.gz ... Passed ==> Extracting sources... -> Extracting json-0.10.tar.gz with bsdtar ==> Starting build()... Warning: json.cabal:97:36: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Configuring json-0.10... Preprocessing library for json-0.10.. Building library for json-0.10.. [1 of 6] Compiling Text.JSON.Types ( Text/JSON/Types.hs, dist/build/Text/JSON/Types.dyn_o ) [2 of 6] Compiling Text.JSON.String ( Text/JSON/String.hs, dist/build/Text/JSON/String.dyn_o ) Text/JSON/String.hs:39: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() | 39 | import Control.Applicative((<$>)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Text/JSON/String.hs:53:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `pure = return' definition detected in the instance declaration for `Applicative GetJSON'. Move definition from `return' to `pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 53 | pure = return | ^^^^^^^^^^^^^^ Text/JSON/String.hs:57:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad GetJSON'. `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 | 57 | return x = GetJSON (\s -> Right (x,s)) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 6] Compiling Text.JSON.ReadP ( Text/JSON/ReadP.hs, dist/build/Text/JSON/ReadP.dyn_o ) [4 of 6] Compiling Text.JSON.Pretty ( Text/JSON/Pretty.hs, dist/build/Text/JSON/Pretty.dyn_o ) [5 of 6] Compiling Text.JSON ( Text/JSON.hs, dist/build/Text/JSON.dyn_o ) Text/JSON.hs:127:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `pure = return' definition detected in the instance declaration for `Applicative Result'. Move definition from `return' to `pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 127 | pure = return | ^^^^^^^^^^^^^^ Text/JSON.hs:140:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad Result'. `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 | 140 | return x = Ok x | ^^^^^^^^^^^^^^^^^^^^ [6 of 6] Compiling Text.JSON.Generic ( Text/JSON/Generic.hs, dist/build/Text/JSON/Generic.dyn_o ) Unregistering json-0.10... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-json-archlinuxrb-build-At6KPfCN/haskell-json/pkg/haskell-json/usr/lib/ghc-9.2.8/site-local/json-0.10 ==> 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-json"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-json-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-json 0.10-151 (Thu Apr 10 09:28:09 2025)