From https://github.com/archlinux/svntogit-community * branch packages/flterm -> FETCH_HEAD * [new branch] packages/flterm -> community/packages/flterm Cloning into 'flterm'... 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 134k 100 134k 0 0 394k 0 --:--:-- --:--:-- --:--:-- 394k % 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 8546k 100 8546k 0 0 21.7M 0 --:--:-- --:--:-- --:--:-- 21.7M % 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 422k 0 --:--:-- --:--:-- --:--:-- 421k :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (1) xxhash-0.8.2-1 Total Download Size: 0.10 MiB Total Installed Size: 0.41 MiB Net Upgrade Size: 0.03 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 99k 100 99k 0 0 60.2M 0 --:--:-- --:--:-- --:--:-- 96.6M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... upgrading xxhash... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TMPDIR=/tmp/archlinux-ci/ SOURCE_DATE_EPOCH=1690281726 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690281726' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-flterm-archlinuxrb-build-eLKYT4Y3 PWD=/tmp/archlinux-ci/flterm-archlinuxrb-build-eLKYT4Y3/flterm/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: flterm 2.4-4 (Tue Jul 25 10:42:32 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading flterm-v2.4.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 7373 0 7373 0 0 19059 0 --:--:-- --:--:-- --:--:-- 19059 -> Downloading flterm-2.4-destdir.patch... % 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 735 100 735 0 0 4014 0 --:--:-- --:--:-- --:--:-- 4016 -> Found flterm-2.4-flags.patch ==> Validating source files with sha512sums... flterm-v2.4.tar.gz ... Passed flterm-2.4-destdir.patch ... Passed flterm-2.4-flags.patch ... Passed ==> Validating source files with b2sums... flterm-v2.4.tar.gz ... Passed flterm-2.4-destdir.patch ... Passed flterm-2.4-flags.patch ... Passed ==> Extracting sources... -> Extracting flterm-v2.4.tar.gz with bsdtar ==> Starting prepare()... patching file Makefile patching file Makefile ==> Starting build()... make: Entering directory '/tmp/archlinux-ci/flterm-archlinuxrb-build-eLKYT4Y3/flterm/trunk/src/flterm-2.4' gcc -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -I. -s -o flterm flterm.c gcc -O2 -Wall -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -I. -s -o byteswap byteswap.c flterm.c: In function 'do_terminal': flterm.c:515:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 515 | write(serialfd, &c, 1); | ^~~~~~~~~~~~~~~~~~~~~~ flterm.c:539:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 539 | write(gdbfd, &c, 1); | ^~~~~~~~~~~~~~~~~~~ flterm.c:544:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 544 | write(0, &c, 1); | ^~~~~~~~~~~~~~~ flterm.c: In function 'gdb_process_packet': flterm.c:338:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 338 | write(altfd, gdbbuf, pos); | ^~~~~~~~~~~~~~~~~~~~~~~~~ flterm.c:344:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 344 | write(altfd, gdbbuf, pos); | ^~~~~~~~~~~~~~~~~~~~~~~~~ flterm.c:348:17: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 348 | read(infd, &c, 1); | ^~~~~~~~~~~~~~~~~ flterm.c:369:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 369 | write(outfd, gdbbuf, pos); | ^~~~~~~~~~~~~~~~~~~~~~~~~ flterm.c:372:41: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 372 | write(altfd, gdbbuf, pos); | ^~~~~~~~~~~~~~~~~~~~~~~~~ flterm.c: In function 'send_frame': flterm.c:128:17: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 128 | read(serialfd, &reply, 1); /* TODO: timeout */ | ^~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/tmp/archlinux-ci/flterm-archlinuxrb-build-eLKYT4Y3/flterm/trunk/src/flterm-2.4' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/tmp/archlinux-ci/flterm-archlinuxrb-build-eLKYT4Y3/flterm/trunk/src/flterm-2.4' install -d /tmp/archlinux-ci/flterm-archlinuxrb-build-eLKYT4Y3/flterm/trunk/pkg/flterm/usr/bin install -m755 -t /tmp/archlinux-ci/flterm-archlinuxrb-build-eLKYT4Y3/flterm/trunk/pkg/flterm/usr/bin flterm make: Leaving directory '/tmp/archlinux-ci/flterm-archlinuxrb-build-eLKYT4Y3/flterm/trunk/src/flterm-2.4' ==> 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 "flterm"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: flterm 2.4-4 (Tue Jul 25 10:42:35 2023)