From https://github.com/archlinux/svntogit-community * branch packages/udp2raw -> FETCH_HEAD * [new branch] packages/udp2raw -> community/packages/udp2raw Cloning into 'udp2raw'... 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 132k 100 132k 0 0 375k 0 --:--:-- --:--:-- --:--:-- 376k % 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 8544k 0 28165 0 0 82890 0 0:01:45 --:--:-- 0:01:45 82838 100 8544k 100 8544k 0 0 21.3M 0 --:--:-- --:--:-- --:--:-- 21.2M % 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 405k 0 --:--:-- --:--:-- --:--:-- 406k :: 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=1690531433 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1690531433' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-udp2raw-archlinuxrb-build-DJkUDOJb PWD=/tmp/archlinux-ci/udp2raw-archlinuxrb-build-DJkUDOJb/udp2raw/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: udp2raw 20230206.0-1 (Fri Jul 28 08:04:12 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning udp2raw git repo... Cloning into bare repository '/tmp/archlinux-ci/udp2raw-archlinuxrb-build-DJkUDOJb/udp2raw/trunk/udp2raw'... -> Found udp2raw_script.sh -> Found udp2raw@.service ==> Validating source files with sha512sums... udp2raw ... Skipped udp2raw_script.sh ... Passed udp2raw@.service ... Passed ==> Extracting sources... -> Creating working copy of udp2raw git repo... Cloning into 'udp2raw'... done. Switched to a new branch 'makepkg' ==> Starting build()... echo "const char *gitversion = \"e5ecd33ec4c25d499a14213a5d1dbd5d21e0dd63\";" > git_version.h rm -f udp2raw g++ -o udp2raw -I. main.cpp lib/md5.cpp lib/pbkdf2-sha1.cpp lib/pbkdf2-sha256.cpp encrypt.cpp log.cpp network.cpp common.cpp connection.cpp misc.cpp fd_manager.cpp client.cpp server.cpp -lpthread lib/aes_faster_c/aes.cpp lib/aes_faster_c/wrapper.cpp my_ev.cpp -isystem libev -std=c++11 -Wall -Wextra -Wno-unused-variable -Wno-unused-parameter -Wno-missing-field-initializers -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lrt -ggdb network.cpp: In function 'void init_filter(int)': network.cpp:707:25: warning: 'dummy' may be used uninitialized [-Wmaybe-uninitialized] 707 | int ret = setsockopt(raw_recv_fd, SOL_SOCKET, SO_DETACH_FILTER, &dummy, sizeof(dummy)); // in case i forgot to remove | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/net/if_arp.h:25, from /usr/include/netinet/if_ether.h:61, from common.h:55, from network.cpp:7: /usr/include/sys/socket.h:277:12: note: by argument 4 of type 'const void*' to 'int setsockopt(int, int, int, const void*, socklen_t)' declared here 277 | extern int setsockopt (int __fd, int __level, int __optname, | ^~~~~~~~~~ network.cpp:705:9: note: 'dummy' declared here 705 | int dummy; | ^~~~~ network.cpp: In function 'void remove_filter()': network.cpp:845:25: warning: 'dummy' may be used uninitialized [-Wmaybe-uninitialized] 845 | int ret = setsockopt(raw_recv_fd, SOL_SOCKET, SO_DETACH_FILTER, &dummy, sizeof(dummy)); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/sys/socket.h:277:12: note: by argument 4 of type 'const void*' to 'int setsockopt(int, int, int, const void*, socklen_t)' declared here 277 | extern int setsockopt (int __fd, int __level, int __optname, | ^~~~~~~~~~ network.cpp:844:9: note: 'dummy' declared here 844 | int dummy; | ^~~~~ ==> Entering fakeroot environment... ==> Starting package()... ==> 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 "udp2raw"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding install file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: udp2raw 20230206.0-1 (Fri Jul 28 08:04:44 2023)