==> Cloning haskell-libxml-sax ... Cloning into 'haskell-libxml-sax'... ==> Collecting packager identity from makepkg.conf -> name : Reproducible Arch Linux tests -> email : reproducible@archlinux.org -> gpg-key : undefined -> protocol: https ==> Configuring haskell-libxml-sax :: 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 11 8559k 11 999k 0 0 2842k 0 0:00:03 --:--:-- 0:00:03 2839k 100 8559k 100 8559k 0 0 20.4M 0 --:--:-- --:--:-- --:--:-- 20.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 142k 100 142k 0 0 411k 0 --:--:-- --:--:-- --:--:-- 411k :: Starting full system upgrade... there is nothing to do ==> Making package: haskell-libxml-sax 0.7.5-33 (Thu Apr 10 01:03:16 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-xml-types-0.3.8-9 Total Download Size: 16.37 MiB Total Installed Size: 124.38 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 5083k 0 --:--:-- --:--:-- --:--:-- 5114k % 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 139M 0 --:--:-- --:--:-- --:--:-- 140M % 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 130k 100 130k 0 0 7061k 0 --:--:-- --:--:-- --:--:-- 7252k 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-xml-types... :: 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 121M 0 --:--:-- --:--:-- --:--:-- 121M 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 libxml-sax-0.7.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 8916 100 8916 0 0 245k 0 --:--:-- --:--:-- --:--:-- 245k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... libxml-sax-0.7.5.tar.gz ... Passed ==> Extracting sources... -> Extracting libxml-sax-0.7.5.tar.gz with bsdtar ==> Starting build()... Warning: libxml-sax.cabal:36:21: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Warning: libxml-sax.cabal:39:26: version operators used. To use version operators the package needs to specify at least 'cabal-version: >= 1.8'. Configuring libxml-sax-0.7.5... Preprocessing library for libxml-sax-0.7.5.. Building library for libxml-sax-0.7.5.. [1 of 1] Compiling Text.XML.LibXML.SAX ( lib/Text/XML/LibXML/SAX.hs, dist/build/Text/XML/LibXML/SAX.dyn_o ) lib/Text/XML/LibXML/SAX.hs:19:1: warning: [-Wtabs] Tab character found here, and in 345 further locations. Please use spaces instead. | 19 | ( | ^^^^^^^^ lib/Text/XML/LibXML/SAX.hs:77:16: warning: [-Wunused-top-binds] Defined but not used: data constructor `Context' | 77 | data Context = Context | ^^^^^^^ cbits/hslibxml-shim.c: In function 'hslibxml_alloc_parser': cbits/hslibxml-shim.c:44:21: error: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] 44 | user_data = calloc(1, sizeof(UserData)); | ^~~~~~ | 44 | user_data = calloc(1, sizeof(UserData)); | ^ cbits/hslibxml-shim.c:9:1: error: note: include '' or provide a declaration of 'calloc' 8 | #include +++ |+#include 9 | | 9 | | ^ cbits/hslibxml-shim.c:44:21: error: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 44 | user_data = calloc(1, sizeof(UserData)); | ^~~~~~ | 44 | user_data = calloc(1, sizeof(UserData)); | ^ cbits/hslibxml-shim.c:44:21: error: note: include '' or provide a declaration of 'calloc' | 44 | user_data = calloc(1, sizeof(UserData)); | ^ cbits/hslibxml-shim.c: In function 'hslibxml_on_warning': cbits/hslibxml-shim.c:395:9: error: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 395 | free(msg); | ^~~~ | 395 | free(msg); | ^ cbits/hslibxml-shim.c:395:9: error: note: include '' or provide a declaration of 'free' | 395 | free(msg); | ^ cbits/hslibxml-shim.c:395:9: error: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] | 395 | free(msg); | ^ cbits/hslibxml-shim.c:395:9: error: note: include '' or provide a declaration of 'free' | 395 | free(msg); | ^ cbits/hslibxml-shim.c: In function 'hslibxml_on_error': cbits/hslibxml-shim.c:420:9: error: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 420 | free(msg); | ^~~~ | 420 | free(msg); | ^ cbits/hslibxml-shim.c:420:9: error: note: include '' or provide a declaration of 'free' | 420 | free(msg); | ^ cbits/hslibxml-shim.c: In function 'hslibxml_alloc_parser': cbits/hslibxml-shim.c:44:21: error: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] 44 | user_data = calloc(1, sizeof(UserData)); | ^~~~~~ | 44 | user_data = calloc(1, sizeof(UserData)); | ^ cbits/hslibxml-shim.c:9:1: error: note: include '' or provide a declaration of 'calloc' 8 | #include +++ |+#include 9 | | 9 | | ^ cbits/hslibxml-shim.c:44:21: error: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 44 | user_data = calloc(1, sizeof(UserData)); | ^~~~~~ | 44 | user_data = calloc(1, sizeof(UserData)); | ^ cbits/hslibxml-shim.c:44:21: error: note: include '' or provide a declaration of 'calloc' | 44 | user_data = calloc(1, sizeof(UserData)); | ^ cbits/hslibxml-shim.c: In function 'hslibxml_on_warning': cbits/hslibxml-shim.c:395:9: error: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 395 | free(msg); | ^~~~ | 395 | free(msg); | ^ cbits/hslibxml-shim.c:395:9: error: note: include '' or provide a declaration of 'free' | 395 | free(msg); | ^ cbits/hslibxml-shim.c:395:9: error: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] | 395 | free(msg); | ^ cbits/hslibxml-shim.c:395:9: error: note: include '' or provide a declaration of 'free' | 395 | free(msg); | ^ cbits/hslibxml-shim.c: In function 'hslibxml_on_error': cbits/hslibxml-shim.c:420:9: error: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 420 | free(msg); | ^~~~ | 420 | free(msg); | ^ cbits/hslibxml-shim.c:420:9: error: note: include '' or provide a declaration of 'free' | 420 | free(msg); | ^ Unregistering libxml-sax-0.7.5... ==> Entering fakeroot environment... ==> Starting package()... Installing library in /tmp/archlinux-ci/haskell-libxml-sax-archlinuxrb-build-3XznEwax/haskell-libxml-sax/pkg/haskell-libxml-sax/usr/lib/ghc-9.2.8/site-local/libxml-sax-0.7.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-libxml-sax"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "haskell-libxml-sax-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: haskell-libxml-sax 0.7.5-33 (Thu Apr 10 01:03:33 2025)