From https://github.com/archlinux/svntogit-packages * branch packages/figlet -> FETCH_HEAD * [new branch] packages/figlet -> packages/packages/figlet Cloning into 'figlet'... 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 128k 100 128k 0 0 383k 0 --:--:-- --:--:-- --:--:-- 383k % 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 8482k 100 8482k 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 427k 0 --:--:-- --:--:-- --:--:-- 428k :: 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/ SOURCE_DATE_EPOCH=1693649281 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1693649281' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-figlet-archlinuxrb-build-LHC2BTCA PWD=/tmp/archlinux-ci/figlet-archlinuxrb-build-LHC2BTCA/figlet/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 ==> Making package: figlet 2.2.5-4 (Sat Sep 2 10:08:17 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading figlet-2.2.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:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 6 227k 6 14480 0 0 4714 0 0:00:49 0:00:03 0:00:46 4715 41 227k 41 96767 0 0 25142 0 0:00:09 0:00:03 0:00:06 25140 100 227k 100 227k 0 0 54025 0 0:00:04 0:00:04 --:--:-- 54031 ==> Validating source files with sha512sums... figlet-2.2.5.tar.gz ... Passed ==> Extracting sources... -> Extracting figlet-2.2.5.tar.gz with bsdtar ==> Starting build()... gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o figlet.o figlet.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o zipio.o zipio.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o crc.o crc.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o inflate.o inflate.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o utf8.o utf8.c gcc -c -g -O2 -Wall -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet/fonts\" \ -DDEFAULTFONTFILE=\"standard\" -o chkfont.o chkfont.c In file included from figlet.c:80: figlet.c: In function 'skiptoeol': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:361:42: note: in expansion of macro 'Zungetc' 361 | if (dummy != EOF && dummy != '\n') Zungetc(dummy,fp); | ^~~~~~~ figlet.c: In function 'myfgets': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:391:34: note: in expansion of macro 'Zungetc' 391 | if (c != EOF && c != '\n') Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'skipws': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:501:3: note: in expansion of macro 'Zungetc' 501 | Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'readnum': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:529:5: note: in expansion of macro 'Zungetc' 529 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:539:8: note: in expansion of macro 'Zungetc' 539 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:544:5: note: in expansion of macro 'Zungetc' 544 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:551:7: note: in expansion of macro 'Zungetc' 551 | Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'readTchar': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:579:5: note: in expansion of macro 'Zungetc' 579 | Zungetc(thechar,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:603:9: note: in expansion of macro 'Zungetc' 603 | Zungetc(next,fp); | ^~~~~~~ figlet.c: In function 'charsetname': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:628:5: note: in expansion of macro 'Zungetc' 628 | Zungetc(result,fp); | ^~~~~~~ figlet.c: In function 'charset': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:680:3: note: in expansion of macro 'Zungetc' 680 | Zungetc(ch, controlfile); | ^~~~~~~ figlet.c: In function 'readcontrol': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:769:11: note: in expansion of macro 'Zungetc' 769 | Zungetc(dashcheck,controlfile); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:787:9: note: in expansion of macro 'Zungetc' 787 | Zungetc(command,controlfile); | ^~~~~~~ gcc -o chkfont chkfont.o gcc -o figlet figlet.o zipio.o crc.o inflate.o utf8.o ==> Entering fakeroot environment... ==> Starting package()... mkdir -p /tmp/archlinux-ci/figlet-archlinuxrb-build-LHC2BTCA/figlet/trunk/pkg/figlet/usr/bin mkdir -p /tmp/archlinux-ci/figlet-archlinuxrb-build-LHC2BTCA/figlet/trunk/pkg/figlet/usr/share/man/man6 mkdir -p /tmp/archlinux-ci/figlet-archlinuxrb-build-LHC2BTCA/figlet/trunk/pkg/figlet/usr/share/figlet/fonts cp figlet chkfont figlist showfigfonts /tmp/archlinux-ci/figlet-archlinuxrb-build-LHC2BTCA/figlet/trunk/pkg/figlet/usr/bin cp figlet.6 chkfont.6 figlist.6 showfigfonts.6 /tmp/archlinux-ci/figlet-archlinuxrb-build-LHC2BTCA/figlet/trunk/pkg/figlet/usr/share/man/man6 cp fonts/*.flf /tmp/archlinux-ci/figlet-archlinuxrb-build-LHC2BTCA/figlet/trunk/pkg/figlet/usr/share/figlet/fonts cp fonts/*.flc /tmp/archlinux-ci/figlet-archlinuxrb-build-LHC2BTCA/figlet/trunk/pkg/figlet/usr/share/figlet/fonts ==> 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 "figlet"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: figlet 2.2.5-4 (Sat Sep 2 10:08:24 2023)