From https://github.com/archlinux/svntogit-community * branch packages/idle3-tools -> FETCH_HEAD * [new branch] packages/idle3-tools -> community/packages/idle3-tools Cloning into 'idle3-tools'... 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 131k 100 131k 0 0 387k 0 --:--:-- --:--:-- --:--:-- 388k % 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 8542k 100 8542k 0 0 20.8M 0 --:--:-- --:--:-- --:--:-- 20.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 418k 0 --:--:-- --:--:-- --:--:-- 418k :: 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=1690349679 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690349679' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-idle3-tools-archlinuxrb-build-T9b3iR6q PWD=/tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/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: idle3-tools 0.9.1-7 (Wed Jul 26 05:34:59 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading idle3-tools-0.9.1.tgz... % 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 337 100 337 0 0 1125 0 --:--:-- --:--:-- --:--:-- 1127 100 21201 100 21201 0 0 27427 0 --:--:-- --:--:-- --:--:-- 27427 100 21201 100 21201 0 0 27424 0 --:--:-- --:--:-- --:--:-- 0 ==> Validating source files with sha256sums... idle3-tools-0.9.1.tgz ... Passed ==> Extracting sources... -> Extracting idle3-tools-0.9.1.tgz with bsdtar ==> Starting build()... cc -g -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o idle3ctl.o idle3ctl.c cc -g -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o sgio.o sgio.c idle3ctl.c:47:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] 47 | int check_WDC_drive() | ^~~~~~~~~~~~~~~ idle3ctl.c:88:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] 88 | int VSC_enable() | ^~~~~~~~~~ idle3ctl.c:112:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] 112 | int VSC_disable() | ^~~~~~~~~~~ idle3ctl.c:136:5: warning: no previous prototype for 'VSC_send_key' [-Wmissing-prototypes] 136 | int VSC_send_key(char rw) | ^~~~~~~~~~~~ idle3ctl.c:166:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] 166 | int VSC_send_write_key() | ^~~~~~~~~~~~~~~~~~ idle3ctl.c:173:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] 173 | int VSC_send_read_key() | ^~~~~~~~~~~~~~~~~ idle3ctl.c:182:5: warning: no previous prototype for 'VSC_get_timer' [-Wmissing-prototypes] 182 | int VSC_get_timer(unsigned char *timer) | ^~~~~~~~~~~~~ idle3ctl.c:213:5: warning: no previous prototype for 'VSC_set_timer' [-Wmissing-prototypes] 213 | int VSC_set_timer(unsigned char timer) | ^~~~~~~~~~~~~ idle3ctl.c:244:6: warning: no previous prototype for 'cleanup' [-Wmissing-prototypes] 244 | void cleanup(void) | ^~~~~~~ idle3ctl.c:252:6: warning: no previous prototype for 'show_version' [-Wmissing-prototypes] 252 | void show_version(void) | ^~~~~~~~~~~~ idle3ctl.c:258:6: warning: no previous prototype for 'show_usage' [-Wmissing-prototypes] 258 | void show_usage(void) | ^~~~~~~~~~ cc -s -o idle3ctl idle3ctl.o sgio.o #strip idle3ctl ==> Entering fakeroot environment... ==> Starting package()... if [ ! -z /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools ]; then install -m 755 -d /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools ; fi if [ ! -z /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/bin ]; then install -m 755 -d /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/bin ; fi if [ ! -z /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/share/man ]; then install -m 755 -d /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/share/man ; fi if [ ! -z /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/share/man/man8/ ]; then install -m 755 -d /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/share/man/man8/ ; fi if [ -f /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/bin/idle3ctl ]; then rm -f /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/bin/idle3ctl ; fi if [ -f /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/share/man/man8/idle3ctl.8 ]; then rm -f /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/share/man/man8/idle3ctl.8 ;\ elif [ -f /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/man/man8/idle3ctl.8 ]; then rm -f /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/man/man8/idle3ctl.8 ; fi install -D idle3ctl /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/bin/idle3ctl if [ -d /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/share/man ]; then install -m 644 -D idle3ctl.8 /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/share/man/man8/idle3ctl.8 ;\ elif [ -d /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/man ]; then install -m 644 -D idle3ctl.8 /tmp/archlinux-ci/idle3-tools-archlinuxrb-build-T9b3iR6q/idle3-tools/trunk/pkg/idle3-tools/usr/man/man8/idle3ctl.8 ; fi ==> 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 "idle3-tools"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: idle3-tools 0.9.1-7 (Wed Jul 26 05:35:09 2023)