==> Cloning unlambda ... Cloning into 'unlambda'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring unlambda :: 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 --:--:-- --:--:-- --:--:-- 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.5M 0 --:--:-- --:--:-- --:--:-- 20.5M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 61 142k 61 89758 0 0 258k 0 --:--:-- --:--:-- --:--:-- 258k 100 142k 100 142k 0 0 419k 0 --:--:-- --:--:-- --:--:-- 419k :: Starting full system upgrade... there is nothing to do ==> Making package: unlambda 0.1.4.2-10 (Thu Apr 10 03:16:44 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.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 111M 0 --:--:-- --:--:-- --:--:-- 112M 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 5 33.7M 5 1923k 0 0 102M 0 --:--:-- --:--:-- --:--:-- 98.8M 100 33.7M 100 33.7M 0 0 111M 0 --:--:-- --:--:-- --:--:-- 110M 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 unlambda-0.1.4.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 9622 100 9622 0 0 346k 0 --:--:-- --:--:-- --:--:-- 346k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... unlambda-0.1.4.2.tar.gz ... Passed ==> Extracting sources... -> Extracting unlambda-0.1.4.2.tar.gz with bsdtar ==> Starting build()... Warning: unlambda.cabal:30:34: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Warning: unlambda.cabal:25:34: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Configuring unlambda-0.1.4.2... Preprocessing library for unlambda-0.1.4.2.. Building library for unlambda-0.1.4.2.. [1 of 1] Compiling Language.Unlambda ( Language/Unlambda.hs, dist/build/Language/Unlambda.dyn_o ) Language/Unlambda.hs:31: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() | 31 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Language/Unlambda.hs:96:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `pure = return' definition detected in the instance declaration for `Applicative Eval'. Move definition from `return' to `pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 96 | pure = return | ^^^^^^^^^^^^^ Language/Unlambda.hs:106:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad Eval'. `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 | 106 | return a = Eval $ \dat cont -> cont dat a | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Preprocessing executable 'unlambda' for unlambda-0.1.4.2.. Building executable 'unlambda' for unlambda-0.1.4.2.. : warning: [-Wmissing-home-modules] These modules are needed for compilation but not listed in your .cabal file's other-modules: Language.Unlambda [1 of 2] Compiling Language.Unlambda ( Language/Unlambda.hs, dist/build/unlambda/unlambda-tmp/Language/Unlambda.dyn_o ) Language/Unlambda.hs:96:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `pure = return' definition detected in the instance declaration for `Applicative Eval'. Move definition from `return' to `pure' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | 96 | pure = return | ^^^^^^^^^^^^^ Language/Unlambda.hs:106:3: warning: [-Wnoncanonical-monad-instances] Noncanonical `return' definition detected in the instance declaration for `Monad Eval'. `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 | 106 | return a = Eval $ \dat cont -> cont dat a | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2 of 2] Compiling Main ( Main.hs, dist/build/unlambda/unlambda-tmp/Main.dyn_o ) : warning: [-Wmissing-home-modules] These modules are needed for compilation but not listed in your .cabal file's other-modules: Language.Unlambda Linking dist/build/unlambda/unlambda ... Unregistering unlambda-0.1.4.2... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/unlambda-archlinuxrb-build-iKJ6Rnpg/unlambda/pkg/unlambda/usr/lib/ghc-9.2.8/site-local/unlambda-0.1.4.2 Installing executable unlambda in /tmp/archlinux-ci/unlambda-archlinuxrb-build-iKJ6Rnpg/unlambda/pkg/unlambda/usr/bin Warning: The directory /tmp/archlinux-ci/unlambda-archlinuxrb-build-iKJ6Rnpg/unlambda/pkg/unlambda/usr/bin is not in the system search path. ==> 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... ==> WARNING: Package contains reference to $srcdir usr/bin/unlambda ==> Creating package "unlambda"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "unlambda-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: unlambda 0.1.4.2-10 (Thu Apr 10 03:16:55 2025)