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 0 8546k 0 59468 0 0 88998 0 0:01:38 --:--:-- 0:01:38 88890 21 8546k 21 1852k 0 0 1110k 0 0:00:07 0:00:01 0:00:06 1110k 62 8546k 62 5374k 0 0 2142k 0 0:00:03 0:00:02 0:00:01 2142k 100 8546k 100 8546k 0 0 2689k 0 0:00:03 0:00:03 --:--:-- 2689k % 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 844k 0 --:--:-- --:--:-- --:--:-- 846k :: 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 53.7M 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... ==> Making package: flterm 2.4-4 (Mon Aug 26 17:05:54 2024) ==> 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 22531 0 --:--:-- --:--:-- --:--:-- 22531 -> 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 3104 0 --:--:-- --:--:-- --:--:-- 3114 -> Found flterm-2.4-flags.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> 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 (Mon Aug 26 17:05:57 2024)