From https://github.com/archlinux/svntogit-community * branch packages/hexer -> FETCH_HEAD * [new branch] packages/hexer -> community/packages/hexer Cloning into 'hexer'... done. :: 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 132k 100 132k 0 0 385k 0 --:--:-- --:--:-- --:--:-- 385k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 46 8547k 46 3983k 0 0 10.8M 0 --:--:-- --:--:-- --:--:-- 10.8M 100 8547k 100 8547k 0 0 21.5M 0 --:--:-- --:--:-- --:--:-- 21.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 100 143k 100 143k 0 0 419k 0 --:--:-- --:--:-- --:--:-- 420k :: Starting full system upgrade... there is nothing to do PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TMPDIR=/tmp/archlinux-ci/ GIT_SSL_NO_VERIFY=1 SOURCE_DATE_EPOCH=1690777558 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690777558' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' GIT_SSL_NO_VERIFY=1 printenv 2>&1 SCHROOT_SESSION_ID=archlinux-hexer-archlinuxrb-build-F8cPz6po PWD=/tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk LOGNAME=jenkins SCHROOT_ALIAS_NAME=jenkins-reproducible-archlinux SCHROOT_GROUP=jenkins SCHROOT_USER=jenkins ftp_proxy=http://127.0.0.1:3128 HOME=/var/lib/jenkins LANG=C https_proxy=http://127.0.0.1:3128 USER=jenkins FTP_PROXY=http://127.0.0.1:3128 SHLVL=1 HTTPS_PROXY=http://127.0.0.1:3128 HTTP_PROXY=http://127.0.0.1:3128 SCHROOT_GID=116 http_proxy=http://127.0.0.1:3128 DEBUGINFOD_URLS=https://debuginfod.archlinux.org SCHROOT_UID=108 HG=/usr/bin/hg _=/usr/sbin/printenv gpg: key 651EEFB02527DF13: public key "Peter Pentchev " imported gpg: Total number processed: 1 gpg: imported: 1 ==> Making package: hexer 1.0.6-1 (Sun Sep 1 10:49:29 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading hexer-1.0.6.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 126k 100 126k 0 0 118k 0 0:00:01 0:00:01 --:--:-- 118k -> Downloading hexer-1.0.6.tar.gz.asc... % 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 833 100 833 0 0 1489 0 --:--:-- --:--:-- --:--:-- 1490 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... hexer-1.0.6.tar.gz ... Passed hexer-1.0.6.tar.gz.asc ... Skipped ==> Validating source files with sha512sums... hexer-1.0.6.tar.gz ... Passed hexer-1.0.6.tar.gz.asc ... Skipped ==> Extracting sources... -> Extracting hexer-1.0.6.tar.gz with bsdtar ==> Starting build()... Makefile:81: warning: ignoring prerequisites on suffix rule definition [ ! -e config.h.auto ] || rm config.h.auto echo "/* Autogenerated by Makefile and config-test.c */" > config.h.auto cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o bin2c bin2c.c for item in \ SIGTYPE_INT \ ALLOCA_H \ VASPRINTF \ ; do \ echo "Testing for $item"; \ if cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -D"TEST_$item" -c -o config-test.o -Werror config-test.c; then \ value=1; \ else \ value=0; \ fi; \ echo "- result: $value"; \ printf "\\n#define HAVE_%s\\t%d\\n" "$item" "$value" >> config.h.auto; \ done Testing for SIGTYPE_INT config-test.c: In function 'main': config-test.c:82:40: error: passing argument 2 of 'signal' from incompatible pointer type [-Werror=incompatible-pointer-types] 82 | buf[0] = '0' + (signal(SIGINT, handler) != SIG_ERR); | ^~~~~~~ | | | int (*)(void) In file included from /usr/include/features.h:491, from /usr/include/signal.h:25, from config-test.c:44: /usr/include/signal.h:93:23: note: expected '__sighandler_t' {aka 'void (*)(int)'} but argument is of type 'int (*)(void)' 93 | extern __sighandler_t __REDIRECT_NTH (signal, | ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors - result: 0 Testing for ALLOCA_H - result: 1 Testing for VASPRINTF - result: 1 [ ! -e config.h ] || rm config.h mv config.h.auto config.h cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o buffer.o buffer.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o tio.o tio.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o edit.o edit.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o main.o main.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o hexer.o hexer.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o readline.o readline.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o regex.o regex.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o exh.o exh.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o set.o set.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o map.o map.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o signal.o signal.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o util.o util.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o commands.o commands.c cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o calc.o calc.c ./bin2c -n helptext -o helptext.c help.txt cc -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64 -DHEXER_VERSION=\"1.0.6\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fcommon -c -o helptext.o helptext.c cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -o hexer buffer.o tio.o edit.o main.o hexer.o readline.o regex.o exh.o set.o map.o signal.o util.o commands.o helptext.o calc.o -lcurses -lm ==> Entering fakeroot environment... ==> Starting package()... Makefile:81: warning: ignoring prerequisites on suffix rule definition mkdir -p /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/bin /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/share/man/man1 install -s hexer /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/bin install -m 644 hexer.1 /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/share/man/man1 [ ! -f myc ] || install -s myc /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/bin [ ! -f myc ] || install -m 644 myc.1 /tmp/archlinux-ci/hexer-archlinuxrb-build-F8cPz6po/hexer/trunk/pkg/hexer/usr/share/man/man1 ==> 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 "hexer"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: hexer 1.0.6-1 (Sun Sep 1 10:49:34 2024)