==> Cloning haskell-lens-family-core ... Cloning into 'haskell-lens-family-core'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-lens-family-core :: 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 --:--:-- --:--:-- --:--:-- 393k 100 134k 100 134k 0 0 394k 0 --:--:-- --:--:-- --:--:-- 393k % 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.9M 0 --:--:-- --:--:-- --:--:-- 21.0M % 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 412k 0 --:--:-- --:--:-- --:--:-- 412k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-lens-family-core 2.1.2-2 (Thu Apr 10 02:55:25 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 48.7M 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 182M 0 --:--:-- --:--:-- --:--:-- 183M 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 153M 0 --:--:-- --:--:-- --:--:-- 153M 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 lens-family-core-2.1.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 17987 100 17987 0 0 715k 0 --:--:-- --:--:-- --:--:-- 715k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... lens-family-core-2.1.2.tar.gz ... Passed ==> Extracting sources... -> Extracting lens-family-core-2.1.2.tar.gz with bsdtar ==> Starting build()... Configuring lens-family-core-2.1.2... Preprocessing library for lens-family-core-2.1.2.. Building library for lens-family-core-2.1.2.. [ 1 of 10] Compiling Lens.Family.Identical ( src/Lens/Family/Identical.hs, dist/build/Lens/Family/Identical.dyn_o ) [ 2 of 10] Compiling Lens.Family.Phantom ( src/Lens/Family/Phantom.hs, dist/build/Lens/Family/Phantom.dyn_o ) [ 3 of 10] Compiling Lens.Family.State.Zoom ( src/Lens/Family/State/Zoom.hs, dist/build/Lens/Family/State/Zoom.dyn_o ) [ 4 of 10] Compiling Lens.Family.Unchecked ( src/Lens/Family/Unchecked.hs, dist/build/Lens/Family/Unchecked.dyn_o ) [ 5 of 10] Compiling Lens.Family ( src/Lens/Family.hs, dist/build/Lens/Family.dyn_o ) src/Lens/Family.hs:499:3: warning: [-Wnoncanonical-monoid-instances] Noncanonical `mappend' definition detected in the instance declaration for `Monoid (First a)'. `mappend' will eventually be removed in favour of `(<>)' Either remove definition for `mappend' (recommended) or define as `mappend = (<>)' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 499 | (First Nothing) `mappend` b = b | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Lens/Family.hs:504:3: warning: [-Wnoncanonical-monoid-instances] Noncanonical `mappend' definition detected in the instance declaration for `Monoid (Last a)'. `mappend' will eventually be removed in favour of `(<>)' Either remove definition for `mappend' (recommended) or define as `mappend = (<>)' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 504 | a `mappend` (Last Nothing) = a | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^... src/Lens/Family.hs:508:3: warning: [-Wnoncanonical-monoid-instances] Noncanonical `(<>) = mappend' definition detected in the instance declaration for `Semigroup (First a)'. Move definition from `mappend' to `(<>)' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 508 | (<>) = mappend | ^^^^^^^^^^^^^^ src/Lens/Family.hs:511:3: warning: [-Wnoncanonical-monoid-instances] Noncanonical `(<>) = mappend' definition detected in the instance declaration for `Semigroup (Last a)'. Move definition from `mappend' to `(<>)' See also: https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid | 511 | (<>) = mappend | ^^^^^^^^^^^^^^ [ 6 of 10] Compiling Lens.Family.Stock ( src/Lens/Family/Stock.hs, dist/build/Lens/Family/Stock.dyn_o ) [ 7 of 10] Compiling Lens.Family.State.Strict ( src/Lens/Family/State/Strict.hs, dist/build/Lens/Family/State/Strict.dyn_o ) [ 8 of 10] Compiling Lens.Family.State.Lazy ( src/Lens/Family/State/Lazy.hs, dist/build/Lens/Family/State/Lazy.dyn_o ) [ 9 of 10] Compiling Lens.Family.State ( src/Lens/Family/State.hs, dist/build/Lens/Family/State.dyn_o ) [10 of 10] Compiling Lens.Family.Clone ( src/Lens/Family/Clone.hs, dist/build/Lens/Family/Clone.dyn_o ) Unregistering lens-family-core-2.1.2... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-lens-family-core-archlinuxrb-build-bDdsuJD9/haskell-lens-family-core/pkg/haskell-lens-family-core/usr/lib/ghc-9.2.8/site-local/lens-family-core-2.1.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-lens-family-core"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-lens-family-core-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-lens-family-core 2.1.2-2 (Thu Apr 10 02:55:38 2025)