==> Cloning haskell-sendfile ... Cloning into 'haskell-sendfile'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-sendfile :: 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 397k 0 --:--:-- --:--:-- --:--:-- 399k % 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 21.5M 0 --:--:-- --:--:-- --:--:-- 21.6M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 95 142k 95 135k 0 0 398k 0 --:--:-- --:--:-- --:--:-- 398k 100 142k 100 142k 0 0 417k 0 --:--:-- --:--:-- --:--:-- 416k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-sendfile 0.7.11.5-9 (Thu Mar 7 18:56:44 2024) ==> 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-network-3.1.4.0-19 Total Download Size: 16.52 MiB Total Installed Size: 124.91 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 6939k 0 --:--:-- --:--:-- --:--:-- 7439k % 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 162M 0 --:--:-- --:--:-- --:--:-- 163M % 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 286k 100 286k 0 0 34.7M 0 --:--:-- --:--:-- --:--:-- 39.9M 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-network... :: 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 167M 0 --:--:-- --:--:-- --:--:-- 167M 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 sendfile-0.7.11.5.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 10728 100 10728 0 0 197k 0 --:--:-- --:--:-- --:--:-- 197k ==> Validating source files with sha256sums... sendfile-0.7.11.5.tar.gz ... Passed ==> Extracting sources... -> Extracting sendfile-0.7.11.5.tar.gz with bsdtar ==> Starting build()... Configuring sendfile-0.7.11.5... Preprocessing library for sendfile-0.7.11.5.. Building library for sendfile-0.7.11.5.. [1 of 7] Compiling Network.Socket.SendFile.Iter ( src/Network/Socket/SendFile/Iter.hs, dist/build/Network/Socket/SendFile/Iter.dyn_o ) [2 of 7] Compiling Network.Socket.SendFile.Linux ( dist/build/Network/Socket/SendFile/Linux.hs, dist/build/Network/Socket/SendFile/Linux.dyn_o ) src/Network/Socket/SendFile/Linux.hsc:5:18: warning: [-Wunused-imports] The import of `Int32' from module `Data.Int' is redundant | 5 | import Data.Int (Int32, Int64) -- Int64 is imported on 64-bit systems | ^^^^^ src/Network/Socket/SendFile/Linux.hsc:6:19: warning: [-Wunused-imports] The import of `Word32' from module `Data.Word' is redundant | 6 | import Data.Word (Word32, Word64) -- Word64 is imported on 64-bit systems | ^^^^^^ : warning: ISO C99 requires whitespace after the macro name [3 of 7] Compiling Network.Socket.SendFile.Util ( src/Network/Socket/SendFile/Util.hs, dist/build/Network/Socket/SendFile/Util.dyn_o ) [4 of 7] Compiling Network.Socket.SendFile.Portable ( src/Network/Socket/SendFile/Portable.hs, dist/build/Network/Socket/SendFile/Portable.dyn_o ) src/Network/Socket/SendFile/Portable.hs:22:1: warning: [-Wdodgy-imports] The import item `Socket(..)' suggests that `Socket' has (in-scope) constructors or class methods, but it has none | 22 | import Network.Socket (Socket(..), fdSocket) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Network/Socket/SendFile/Portable.hs:79:25: warning: [-Wdeprecations] In the use of `fdSocket' (imported from Network.Socket, but defined in network-3.1.4.0-42vrGNOyyN5EQENmFarxRS:Network.Socket.Types): Deprecated: "Use withFdSocket or unsafeFdSocket instead" | 79 | then do fd <- fdSocket socket | ^^^^^^^^ [5 of 7] Compiling Network.Socket.SendFile.Internal ( src/Network/Socket/SendFile/Internal.hs, dist/build/Network/Socket/SendFile/Internal.dyn_o ) src/Network/Socket/SendFile/Internal.hs:81:27: warning: [-Wdeprecations] In the use of `fdSocket' (imported from Network.Socket, but defined in network-3.1.4.0-42vrGNOyyN5EQENmFarxRS:Network.Socket.Types): Deprecated: "Use withFdSocket or unsafeFdSocket instead" | 81 | do out_fd <- fmap Fd (fdSocket outs) | ^^^^^^^^ src/Network/Socket/SendFile/Internal.hs:92:27: warning: [-Wdeprecations] In the use of `fdSocket' (imported from Network.Socket, but defined in network-3.1.4.0-42vrGNOyyN5EQENmFarxRS:Network.Socket.Types): Deprecated: "Use withFdSocket or unsafeFdSocket instead" | 92 | do out_fd <- fmap Fd (fdSocket outs) | ^^^^^^^^ [6 of 7] Compiling Network.Socket.SendFile ( src/Network/Socket/SendFile.hs, dist/build/Network/Socket/SendFile.dyn_o ) [7 of 7] Compiling Network.Socket.SendFile.Handle ( src/Network/Socket/SendFile/Handle.hs, dist/build/Network/Socket/SendFile/Handle.dyn_o ) Unregistering sendfile-0.7.11.5... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-sendfile-archlinuxrb-build-kC6ngSV1/haskell-sendfile/pkg/haskell-sendfile/usr/lib/ghc-9.2.8/site-local/sendfile-0.7.11.5 ==> 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-sendfile"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-sendfile-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-sendfile 0.7.11.5-9 (Thu Mar 7 18:57:03 2024)