From https://github.com/archlinux/svntogit-community * branch packages/iodine -> FETCH_HEAD * [new branch] packages/iodine -> community/packages/iodine Cloning into 'iodine'... 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 401k 0 --:--:-- --:--:-- --:--:-- 401k % 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 8545k 0 14124 0 0 41449 0 0:03:31 --:--:-- 0:03:31 41419 10 8545k 10 894k 0 0 659k 0 0:00:12 0:00:01 0:00:11 658k 50 8545k 50 4330k 0 0 1824k 0 0:00:04 0:00:02 0:00:02 1824k 100 8545k 100 8545k 0 0 2647k 0 0:00:03 0:00:03 --:--:-- 2647k % 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 831k 0 --:--:-- --:--:-- --:--:-- 831k :: Starting full system upgrade... there is nothing to do ==> Making package: iodine 0.7.0-6 (Mon Aug 26 08:39:01 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) net-tools-2.10-2 Total Download Size: 0.14 MiB Total Installed Size: 0.51 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 139k 100 139k 0 0 56.5M 0 --:--:-- --:--:-- --:--:-- 68.3M checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing net-tools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading iodine-0.7.0.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 96181 100 96181 0 0 110k 0 --:--:-- --:--:-- --:--:-- 110k -> Found iodined.service -> Found iodined.conf.d ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... iodine-0.7.0.tar.gz ... Passed iodined.service ... Passed iodined.conf.d ... Passed ==> Extracting sources... -> Extracting iodine-0.7.0.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... make[1]: Entering directory '/tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/src/iodine-0.7.0/src' CC tun.c CC dns.c CC read.c CC encoding.c CC login.c CC base32.c OS is LINUX, arch is x86_64 CC base64.c Making base64u.c Making base64u.h CC base128.c CC md5.c CC common.c CC iodine.c CC util.c CC user.c CC fw_query.c CC base64u.c util.c: In function 'get_resolvconf_addr': util.c:46:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 46 | fgets(buf, sizeof(buf), fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ CC client.c CC iodined.c encoding.c: In function 'build_hostname': encoding.c:53:9: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-truncation] 53 | strncpy(b, topdomain, strlen(topdomain)+1); | ^ encoding.c:53:31: note: length computed here 53 | strncpy(b, topdomain, strlen(topdomain)+1); | ^~~~~~~~~~~~~~~~~ common.c: In function 'do_detach': common.c:278:9: warning: ignoring return value of 'daemon' declared with attribute 'warn_unused_result' [-Wunused-result] 278 | daemon(0, 0); | ^~~~~~~~~~~~ common.c: In function 'read_password': common.c:306:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | fscanf(stdin, "%79[^\n]", pwd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ user.c: In function 'init_users': user.c:67:57: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 67 | snprintf(newip, sizeof(newip), "0.0.0.%d", i + skip + 1); | ^ In file included from /usr/include/stdio.h:906, from user.c:18: In function 'snprintf', inlined from 'init_users' at user.c:67:3: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 8 and 17 bytes into a destination of size 16 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ user.c: In function 'init_users': user.c:72:65: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 72 | snprintf(newip, sizeof(newip), "0.0.0.%d", i + skip + 1); | ^ In function 'snprintf', inlined from 'init_users' at user.c:72:4: /usr/include/bits/stdio2.h:54:10: note: '__builtin___snprintf_chk' output between 8 and 17 bytes into a destination of size 16 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ client.c: In function 'handshake_upenctest': client.c:1309:9: warning: '__builtin___strncat_chk' specified bound 512 equals destination size [-Wstringop-truncation] 1309 | strncat(buf, s, 512); | ^ In file included from /usr/include/string.h:535, from client.c:22: In function 'strncat', inlined from 'send_upenctest' at client.c:1309:2, inlined from 'handshake_upenctest' at client.c:1589:3: /usr/include/bits/string_fortified.h:138:10: warning: '__builtin___strncat_chk' specified bound 512 equals destination size [-Wstringop-overflow=] 138 | return __builtin___strncat_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 139 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ iodined.c: In function 'handle_null_request': iodined.c:681:17: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 681 | strncpy(out, "VNAK", sizeof(out)); | ^ iodined.c:684:17: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 684 | strncpy(out, "VFUL", sizeof(out)); | ^ iodined.c:678:17: warning: '__builtin_strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] 678 | strncpy(out, "VACK", sizeof(out)); | ^ LD ../bin/iodine LD ../bin/iodined make[1]: Leaving directory '/tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/src/iodine-0.7.0/src' ==> Entering fakeroot environment... ==> Starting package()... make[1]: Entering directory '/tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/src/iodine-0.7.0/src' OS is LINUX, arch is x86_64 make[1]: Leaving directory '/tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/src/iodine-0.7.0/src' mkdir -p /tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/pkg/iodine/usr/bin install bin/iodine /tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/pkg/iodine/usr/bin/iodine chmod 755 /tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/pkg/iodine/usr/bin/iodine install bin/iodined /tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/pkg/iodine/usr/bin/iodined chmod 755 /tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/pkg/iodine/usr/bin/iodined mkdir -p /tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/pkg/iodine/usr/share/man/man8 install man/iodine.8 /tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/pkg/iodine/usr/share/man/man8/iodine.8 chmod 644 /tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/trunk/pkg/iodine/usr/share/man/man8/iodine.8 ==> 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 "iodine"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: iodine 0.7.0-6 (Mon Aug 26 08:39:06 2024)