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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 134k 100 134k 0 0 366k 0 --:--:-- --:--:-- --:--:-- 366k % 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 8545k 100 8545k 0 0 21.0M 0 --:--:-- --:--:-- --:--:-- 21.0M % 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 414k 0 --:--:-- --:--:-- --:--:-- 413k 100 143k 100 143k 0 0 412k 0 --:--:-- --:--:-- --:--:-- 412k :: 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=1690251300 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690251300' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-iodine-archlinuxrb-build-481uJcKv PWD=/tmp/archlinux-ci/iodine-archlinuxrb-build-481uJcKv/iodine/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: iodine 0.7.0-6 (Tue Jul 25 02:15:32 2023) ==> 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 3767k 0 --:--:-- --:--:-- --:--:-- 3783k 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 93148 0 0:00:01 0:00:01 --:--:-- 93198 -> Found iodined.service -> Found iodined.conf.d ==> 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 OS is LINUX, arch is x86_64 CC dns.c CC read.c CC encoding.c CC login.c CC base32.c CC base64.c Making base64u.c Making base64u.h CC base128.c CC md5.c CC common.c CC iodine.c CC client.c CC util.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); | ^~~~~~~~~~~~~~~~~ CC iodined.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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 ()); | ~~~~~~~~~~~~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 (Tue Jul 25 02:15:41 2023)