From https://github.com/archlinux/svntogit-packages * branch packages/mkinitcpio-nfs-utils -> FETCH_HEAD * [new branch] packages/mkinitcpio-nfs-utils -> packages/packages/mkinitcpio-nfs-utils Cloning into 'mkinitcpio-nfs-utils'... 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 393k 0 --:--:-- --:--:-- --:--:-- 393k % 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 8493k 100 8493k 0 0 20.9M 0 --:--:-- --:--:-- --:--:-- 20.9M % 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 141k 100 141k 0 0 408k 0 --:--:-- --:--:-- --:--:-- 407k :: 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=1688287928 SHELL=/bin/bash SCHROOT_CHROOT_NAME=jenkins-reproducible-archlinux no_proxy=localhost,127.0.0.1 SCHROOT_COMMAND=bash -l -c SOURCE_DATE_EPOCH='1688287928' PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' TMPDIR='/tmp/archlinux-ci/' printenv 2>&1 SCHROOT_SESSION_ID=archlinux-mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe PWD=/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/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: mkinitcpio-nfs-utils 0.3-7 (Sun Jul 2 08:52:26 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading mkinitcpio-nfs-utils-0.3.tar.xz... % 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 33159 100 33159 0 0 30182 0 0:00:01 0:00:01 --:--:-- 30199 -> Found nfsmount-fix-wrong-umount-path.patch -> Found initcpio-install-net -> Found initcpio-hook-net ==> Validating source files with sha256sums... mkinitcpio-nfs-utils-0.3.tar.xz ... Passed nfsmount-fix-wrong-umount-path.patch ... Passed initcpio-install-net ... Passed initcpio-hook-net ... Passed ==> Extracting sources... -> Extracting mkinitcpio-nfs-utils-0.3.tar.xz with bsdtar ==> Starting build()... patching file nfsmount/mount.c make -C ipconfig make[1]: Entering directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/ipconfig' cc -c bootp_proto.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing make -C nfsmount cc -c dhcp_proto.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing make[1]: Entering directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/nfsmount' cc -c dummypmap.c -D_GNU_SOURCE -Wall -Os cc -c main.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing cc -c main.c -D_GNU_SOURCE -Wall -Os cc -c netdev.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing cc -c packet.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing cc -c mount.c -D_GNU_SOURCE -Wall -Os cc -c portmap.c -D_GNU_SOURCE -Wall -Os cc -c sunrpc.c -D_GNU_SOURCE -Wall -Os In file included from netdev.c:16: netdev.h:65: warning: "IFF_RUNNING" redefined 65 | #define IFF_RUNNING 0x40 /* interface RFC2863 OPER_UP */ | In file included from /usr/include/linux/route.h:27, from netdev.c:13: /usr/include/linux/if.h:116: note: this is the location of the previous definition 116 | #define IFF_RUNNING IFF_RUNNING | netdev.h:66: warning: "IFF_BROADCAST" redefined 66 | #define IFF_BROADCAST 0x2 /* broadcast address valid */ | /usr/include/linux/if.h:111: note: this is the location of the previous definition 111 | #define IFF_BROADCAST IFF_BROADCAST | netdev.h:67: warning: "IFF_LOOPBACK" redefined 67 | #define IFF_LOOPBACK 0x8 /* is a loopback net */ | /usr/include/linux/if.h:113: note: this is the location of the previous definition 113 | #define IFF_LOOPBACK IFF_LOOPBACK | netdev.h:68: warning: "IFF_POINTOPOINT" redefined 68 | #define IFF_POINTOPOINT 0x10 /* interface is has p-p link */ | /usr/include/linux/if.h:114: note: this is the location of the previous definition 114 | #define IFF_POINTOPOINT IFF_POINTOPOINT | packet.c: In function 'packet_send': packet.c:159:58: warning: taking address of packed member of 'struct header' may result in an unaligned pointer value [-Waddress-of-packed-member] 159 | ipudp_hdrs.ip.check = ip_checksum((uint16_t *) &ipudp_hdrs.ip, | ^~~~~~~~~~~~~~ sunrpc.c: In function 'tcp_client': sunrpc.c:169:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 169 | memset(clnt, 0, sizeof(clnt)); | ^ sunrpc.c: In function 'udp_client': sunrpc.c:214:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 214 | memset(clnt, 0, sizeof(clnt)); | ^ mount.c: In function 'mount_call': mount.c:194:29: warning: converting a packed 'struct mount_reply' pointer (alignment 1) to a 'struct rpc_reply' pointer (alignment 4) may result in an unaligned pointer value [-Waddress-of-packed-member] 194 | rpc.reply = (struct rpc_reply *)&mnt_reply; | ^~~~~~~~~ mount.c:60:8: note: defined here 60 | struct mount_reply { | ^~~~~~~~~~~ In file included from mount.c:29: sunrpc.h:91:8: note: defined here 91 | struct rpc_reply { | ^~~~~~~~~ dummypmap.c: In function 'dummy_portmap.isra': dummypmap.c:191:33: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds=] 191 | if (rpc->hdr.udp.msg_type != htonl(RPC_CALL)) | ~~~~~~~~~~~~^~~~~~~~~ dummypmap.c:167:23: note: at offset -4 into object 'pkt' of size 65536 167 | unsigned char pkt[65536]; /* Max UDP packet size */ | ^~~ dummypmap.c:196:52: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds=] 196 | rply.rpc.hdr.udp.xid = rpc->hdr.udp.xid; | ~~~~~~~~~~~~^~~~ dummypmap.c:167:23: note: at offset -4 into object 'pkt' of size 65536 167 | unsigned char pkt[65536]; /* Max UDP packet size */ | ^~~ dummypmap.c:200:24: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds=] 200 | if (rpc->rpc_vers != htonl(2)) { | ~~~^~~~~~~~~~ dummypmap.c:167:23: note: at offset -4 into object 'pkt' of size 65536 167 | unsigned char pkt[65536]; /* Max UDP packet size */ | ^~~ dummypmap.c:203:31: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds=] 203 | } else if (rpc->program != htonl(PORTMAP_PROGRAM)) { | ~~~^~~~~~~~~ dummypmap.c:167:23: note: at offset -4 into object 'pkt' of size 65536 167 | unsigned char pkt[65536]; /* Max UDP packet size */ | ^~~ dummypmap.c:205:31: warning: array subscript 0 is outside array bounds of 'unsigned char[65536]' [-Warray-bounds=] 205 | } else if (rpc->prog_vers != htonl(2)) { | ~~~^~~~~~~~~~~ dummypmap.c:167:23: note: at offset -4 into object 'pkt' of size 65536 167 | unsigned char pkt[65536]; /* Max UDP packet size */ | ^~~ cc -D_GNU_SOURCE -Wall -Os -o nfsmount dummypmap.o main.o mount.o portmap.o sunrpc.o make[1]: Leaving directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/nfsmount' cc -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing -o ipconfig bootp_proto.o dhcp_proto.o main.o netdev.o packet.o make[1]: Leaving directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/ipconfig' ==> Entering fakeroot environment... ==> Starting package()... make: Entering directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3' make -C ipconfig install make -C nfsmount install make[1]: Entering directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/ipconfig' make[1]: Entering directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/nfsmount' install -Dm755 ipconfig /tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/ipconfig install -Dm755 nfsmount /tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/nfsmount make[1]: Leaving directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/ipconfig' make[1]: Leaving directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3/nfsmount' install -Dm644 net_install /tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/install/net install -Dm644 net_hook /tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/hooks/net make: Leaving directory '/tmp/archlinux-ci/mkinitcpio-nfs-utils-archlinuxrb-build-7YY695qe/mkinitcpio-nfs-utils/trunk/src/mkinitcpio-nfs-utils-0.3' ==> 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 "mkinitcpio-nfs-utils"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: mkinitcpio-nfs-utils 0.3-7 (Sun Jul 2 08:52:38 2023)