From https://github.com/archlinux/svntogit-community * branch packages/microsocks -> FETCH_HEAD * [new branch] packages/microsocks -> community/packages/microsocks Cloning into 'microsocks'... 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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 130k 100 130k 0 0 382k 0 --:--:-- --:--:-- --:--:-- 382k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 8546k 2 182k 0 0 214k 0 0:00:39 --:--:-- 0:00:39 214k 30 8546k 30 2591k 0 0 1390k 0 0:00:06 0:00:01 0:00:05 1390k 68 8546k 68 5815k 0 0 2019k 0 0:00:04 0:00:02 0:00:02 2019k 100 8546k 100 8546k 0 0 2398k 0 0:00:03 0:00:03 --:--:-- 2399k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 83 143k 83 119k 0 0 699k 0 --:--:-- --:--:-- --:--:-- 695k 100 143k 100 143k 0 0 835k 0 --:--:-- --:--:-- --:--:-- 831k :: Starting full system upgrade... resolving dependencies... looking for conflicting packages... Packages (1) openssl-3.1.2-1 Total Download Size: 4.51 MiB Total Installed Size: 10.69 MiB Net Upgrade Size: -0.75 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 0 4623k 0 43051 0 0 85329 0 0:00:55 --:--:-- 0:00:55 85249 27 4623k 27 1285k 0 0 850k 0 0:00:05 0:00:01 0:00:04 850k 100 4623k 100 4623k 0 0 1960k 0 0:00:02 0:00:02 --:--:-- 1961k checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... upgrading openssl... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Making package: microsocks 1.0.3-1 (Tue Sep 3 17:19:14 2024) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading microsocks-1.0.3.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 8900 0 8900 0 0 45713 0 --:--:-- --:--:-- --:--:-- 45713 100 9846 0 9846 0 0 50135 0 --:--:-- --:--:-- --:--:-- 923k ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... microsocks-1.0.3.tar.gz ... Passed ==> Extracting sources... -> Extracting microsocks-1.0.3.tar.gz with bsdtar ==> Starting build()... cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall -std=c99 -c -o sockssrv.o sockssrv.c cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall -std=c99 -c -o server.o server.c cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall -std=c99 -c -o sblist.o sblist.c cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wall -std=c99 -c -o sblist_delete.o sblist_delete.c In file included from sblist_delete.c:1: sblist.h:90: warning: ignoring '#pragma RcB2 DEP' [-Wunknown-pragmas] 90 | #pragma RcB2 DEP "sblist.c" "sblist_delete.c" | In file included from sblist.c:3: sblist.h:90: warning: ignoring '#pragma RcB2 DEP' [-Wunknown-pragmas] 90 | #pragma RcB2 DEP "sblist.c" "sblist_delete.c" | In file included from server.c:1: server.h:11: warning: ignoring '#pragma RcB2 DEP' [-Wunknown-pragmas] 11 | #pragma RcB2 DEP "server.c" | In file included from sockssrv.c:36: server.h:11: warning: ignoring '#pragma RcB2 DEP' [-Wunknown-pragmas] 11 | #pragma RcB2 DEP "server.c" | In file included from sockssrv.c:37: sblist.h:90: warning: ignoring '#pragma RcB2 DEP' [-Wunknown-pragmas] 90 | #pragma RcB2 DEP "sblist.c" "sblist_delete.c" | sockssrv.c: In function 'send_auth_response': sockssrv.c:254:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 254 | write(fd, buf, 2); | ^~~~~~~~~~~~~~~~~ sockssrv.c: In function 'send_error': sockssrv.c:261:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 261 | write(fd, buf, 10); | ^~~~~~~~~~~~~~~~~~ cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now sockssrv.o server.o sblist.o sblist_delete.o -lpthread -o microsocks ==> Entering fakeroot environment... ==> Starting package()... ./install.sh -D -m 755 microsocks /tmp/archlinux-ci/microsocks-archlinuxrb-build-Z5GFO0Vf/microsocks/trunk/pkg/microsocks/usr/bin/microsocks ==> 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 "microsocks"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: microsocks 1.0.3-1 (Tue Sep 3 17:19:17 2024)