▣ archci hegjon-test
master seen 2s ago

mkinitcpio-nfs-utils 0.3-8 aarch64, from core done

done 2026-09-12T03:03:11Z on jonny-ryzen9-aarch64-2, attempt 2; sources mkinitcpio-nfs-utils-0.3-8.src.tar.gz

job
5-1789131504-hegjon-test,mkinitcpio-nfs-utils,0.3-8,aarch64
commit
fec331a68dbe98bf2443f8ee31da4ad228c333fe
sources
mkinitcpio-nfs-utils-0.3-8.src.tar.gz
log
/var/lib/archci/logs/hegjon-test/mkinitcpio-nfs-utils/0.3-8/aarch64/attempt-2.log

log 184 lines

1==> archci-build 5-1789131504-hegjon-test,mkinitcpio-nfs-utils,0.3-8,aarch64 on jonny-ryzen9 at 2026-09-12T03:02:03Z2    repo=hegjon-test arch=aarch64 profile=extra chroot=/var/lib/archbuild/extra-aarch64 copy=archci-2 commit=fec331a68dbe98bf2443f8ee31da4ad228c333fe3    pacman.conf=/var/lib/archci-worker/chroot-conf/hegjon-test-extra-aarch64.conf makepkg.conf=/usr/lib/archci/arch/aarch64/makepkg.conf cache=/var/cache/archci/pkg/hegjon-test-aarch64/4==> Updating chroot /var/lib/archbuild/extra-aarch64/root5Note: in a future version of systemd-nspawn the default set of permitted socket address families will be restricted to AF_INET, AF_INET6 and AF_UNIX. Use --restrict-address-families= to configure the set of permitted socket address families, or set RestrictAddressFamilies= in a .nspawn file.6Note: in a future version of systemd-nspawn the default set of permitted socket address families will be restricted to AF_INET, AF_INET6 and AF_UNIX. Use --restrict-address-families= to configure the set of permitted socket address families, or set RestrictAddressFamilies= in a .nspawn file.7==> Fetching source package mkinitcpio-nfs-utils-0.3-8.src.tar.gz from https://pub-bab167cc50d44cd69548453bfd17d1d2.r2.dev8==> Building mkinitcpio-nfs-utils 0.3-8 in archci-29pam_unix(runuser:session): session opened for user archci(uid=955) by archci(uid=0)10pam_unix(runuser:session): session closed for user archci11==> Building aarch64 under emulation: check() skipped (ARCHCI_EMULATED_NOCHECK)12==> Synchronizing chroot copy [/var/lib/archbuild/extra-aarch64/root] -> [archci-2]...done13    root : PWD=/var/lib/archci-worker/build/aarch64-2/mkinitcpio-nfs-utils ; USER=archci ; ENV=GNUPGHOME=/var/lib/archci-worker/gnupg ; COMMAND=/usr/bin/env SRCDEST=/var/lib/archci-worker/build/aarch64-2/mkinitcpio-nfs-utils BUILDDIR=/tmp/makechrootpkg.srW4ayWQBq makepkg --config=/var/lib/archbuild/extra-aarch64/archci-2/etc/makepkg.conf --verifysource -o --holdver --ignorearch14pam_unix(sudo:session): session opened for user archci(uid=955) by (uid=0)15==> Making package: mkinitcpio-nfs-utils 0.3-8 (Sat Sep 12 05:02:11 2026)16==> Retrieving sources...17  -> Found mkinitcpio-nfs-utils-0.3.tar.xz18  -> Found nfsmount-fix-wrong-umount-path.patch19  -> Found initcpio-install-net20  -> Found initcpio-hook-net21==> Validating source files with sha256sums...22    mkinitcpio-nfs-utils-0.3.tar.xz ... Passed23    nfsmount-fix-wrong-umount-path.patch ... Passed24    initcpio-install-net ... Passed25    initcpio-hook-net ... Passed26pam_unix(sudo:session): session closed for user archci27    root : PWD=/var/lib/archci-worker/build/aarch64-2/mkinitcpio-nfs-utils ; USER=archci ; COMMAND=/usr/bin/bash -c '#012#011#011source PKGBUILD#012#011#011printf "%s\\n" "${pkgbase:-${pkgname}}" "${pkgname[@]}"#012'28pam_unix(sudo:session): session opened for user archci(uid=955) by (uid=0)29pam_unix(sudo:session): session closed for user archci30Note: in a future version of systemd-nspawn the default set of permitted socket address families will be restricted to AF_INET, AF_INET6 and AF_UNIX. Use --restrict-address-families= to configure the set of permitted socket address families, or set RestrictAddressFamilies= in a .nspawn file.31==> Making package: mkinitcpio-nfs-utils 0.3-8 (Sat Sep 12 03:02:24 2026)32==> Checking runtime dependencies...33==> Checking buildtime dependencies...34==> Retrieving sources...35  -> Found mkinitcpio-nfs-utils-0.3.tar.xz36  -> Found nfsmount-fix-wrong-umount-path.patch37  -> Found initcpio-install-net38  -> Found initcpio-hook-net39==> WARNING: Skipping all source file integrity checks.40==> Extracting sources...41  -> Extracting mkinitcpio-nfs-utils-0.3.tar.xz with bsdtar42==> Starting build()...43patching file nfsmount/mount.c44make -C ipconfig45make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'46cc -c bootp_proto.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing47cc -c dhcp_proto.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing48cc -c main.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing49main.c: In function ???parse_device???:50main.c:530:33: warning: assignment discards ???const??? qualifier from pointer target type [-Wdiscarded-qualifiers]51  530 |                         if ((cp = strchr(ip, ':'))) {52      |                                 ^53cc -c netdev.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing54In file included from netdev.c:16:55netdev.h:65:9: warning: ???IFF_RUNNING??? redefined56   65 | #define IFF_RUNNING     0x40    /* interface RFC2863 OPER_UP */57      |         ^~~~~~~~~~~58In file included from /usr/include/linux/route.h:27,59                 from netdev.c:13:60/usr/include/linux/if.h:116:9: note: this is the location of the previous definition61  116 | #define IFF_RUNNING                     IFF_RUNNING62      |         ^~~~~~~~~~~63netdev.h:66:9: warning: ???IFF_BROADCAST??? redefined64   66 | #define IFF_BROADCAST   0x2     /* broadcast address valid */65      |         ^~~~~~~~~~~~~66/usr/include/linux/if.h:111:9: note: this is the location of the previous definition67  111 | #define IFF_BROADCAST                   IFF_BROADCAST68      |         ^~~~~~~~~~~~~69netdev.h:67:9: warning: ???IFF_LOOPBACK??? redefined70   67 | #define IFF_LOOPBACK    0x8     /* is a loopback net */71      |         ^~~~~~~~~~~~72/usr/include/linux/if.h:113:9: note: this is the location of the previous definition73  113 | #define IFF_LOOPBACK                    IFF_LOOPBACK74      |         ^~~~~~~~~~~~75netdev.h:68:9: warning: ???IFF_POINTOPOINT??? redefined76   68 | #define IFF_POINTOPOINT 0x10    /* interface is has p-p link */77      |         ^~~~~~~~~~~~~~~78/usr/include/linux/if.h:114:9: note: this is the location of the previous definition79  114 | #define IFF_POINTOPOINT                 IFF_POINTOPOINT80      |         ^~~~~~~~~~~~~~~81cc -c packet.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing82packet.c: In function ???packet_send???:83packet.c:159:58: warning: taking address of packed member of ???struct header??? may result in an unaligned pointer value [-Waddress-of-packed-member]84  159 |         ipudp_hdrs.ip.check   = ip_checksum((uint16_t *) &ipudp_hdrs.ip,85      |                                                          ^~~~~~~~~~~~~~86cc -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing -o ipconfig bootp_proto.o dhcp_proto.o main.o netdev.o packet.o87make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'88make -C nfsmount89make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'90cc -c dummypmap.c -D_GNU_SOURCE -Wall -Os91dummypmap.c: In function ???dummy_portmap.isra???:92dummypmap.c:191:33: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]93  191 |                 if (rpc->hdr.udp.msg_type != htonl(RPC_CALL))94      |                     ~~~~~~~~~~~~^~~~~~~~~95dummypmap.c:167:23: note: at offset -4 into object ???pkt??? of size 6553696  167 |         unsigned char pkt[65536];       /* Max UDP packet size */97      |                       ^~~98dummypmap.c:196:52: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]99  196 |                 rply.rpc.hdr.udp.xid = rpc->hdr.udp.xid;100      |                                        ~~~~~~~~~~~~^~~~101dummypmap.c:167:23: note: at offset -4 into object ???pkt??? of size 65536102  167 |         unsigned char pkt[65536];       /* Max UDP packet size */103      |                       ^~~104dummypmap.c:200:24: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]105  200 |                 if (rpc->rpc_vers != htonl(2)) {106      |                     ~~~^~~~~~~~~~107dummypmap.c:167:23: note: at offset -4 into object ???pkt??? of size 65536108  167 |         unsigned char pkt[65536];       /* Max UDP packet size */109      |                       ^~~110dummypmap.c:203:31: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]111  203 |                 } else if (rpc->program != htonl(PORTMAP_PROGRAM)) {112      |                            ~~~^~~~~~~~~113dummypmap.c:167:23: note: at offset -4 into object ???pkt??? of size 65536114  167 |         unsigned char pkt[65536];       /* Max UDP packet size */115      |                       ^~~116dummypmap.c:205:31: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]117  205 |                 } else if (rpc->prog_vers != htonl(2)) {118      |                            ~~~^~~~~~~~~~~119dummypmap.c:167:23: note: at offset -4 into object ???pkt??? of size 65536120  167 |         unsigned char pkt[65536];       /* Max UDP packet size */121      |                       ^~~122In file included from dummypmap.c:25:123dummypmap.c:216:42: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]124  216 |                         switch (ntohl(rpc->proc)) {125      |                                       ~~~^~~~~~126dummypmap.c:167:23: note: at offset -4 into object ???pkt??? of size 65536127  167 |         unsigned char pkt[65536];       /* Max UDP packet size */128      |                       ^~~129cc -c main.c -D_GNU_SOURCE -Wall -Os130cc -c mount.c -D_GNU_SOURCE -Wall -Os131cc -c portmap.c -D_GNU_SOURCE -Wall -Os132cc -c sunrpc.c -D_GNU_SOURCE -Wall -Os133sunrpc.c: In function ???tcp_client???:134sunrpc.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]135  169 |         memset(clnt, 0, sizeof(clnt));136      |                               ^137sunrpc.c: In function ???udp_client???:138sunrpc.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]139  214 |         memset(clnt, 0, sizeof(clnt));140      |                               ^141cc -D_GNU_SOURCE -Wall -Os -o nfsmount dummypmap.o main.o mount.o portmap.o sunrpc.o142make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'143==> Entering fakeroot environment...144==> Starting package()...145make: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3'146make -C ipconfig  install147make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'148install -Dm755 ipconfig /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/ipconfig149make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'150make -C nfsmount  install151make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'152install -Dm755 nfsmount /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/nfsmount153make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'154install -Dm644 net_install /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/install/net155install -Dm644 net_hook /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/hooks/net156make: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3'157==> Tidying install...158  -> Removing libtool files...159  -> Removing static library files...160  -> Purging unwanted files...161  -> Stripping unneeded symbols from binaries and libraries...162Error while writing index for `/build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/ipconfig': No debugging symbols163gdb-add-index: No index was created for ./usr/lib/initcpio/ipconfig164gdb-add-index: [Was there no debuginfo? Was there already an index?]165Error while writing index for `/build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/nfsmount': No debugging symbols166gdb-add-index: No index was created for ./usr/lib/initcpio/nfsmount167gdb-add-index: [Was there no debuginfo? Was there already an index?]168  -> Compressing man and info pages...169==> Checking for packaging issues...170==> Creating package "mkinitcpio-nfs-utils"...171  -> Generating .PKGINFO file...172  -> Generating .BUILDINFO file...173  -> Generating .MTREE file...174  -> Compressing package...175==> Creating package "mkinitcpio-nfs-utils-debug"...176  -> Generating .PKGINFO file...177  -> Generating .BUILDINFO file...178  -> Generating .MTREE file...179  -> Compressing package...180==> Leaving fakeroot environment.181==> Finished making: mkinitcpio-nfs-utils 0.3-8 (Sat Sep 12 03:03:05 2026)182==> builder-signed mkinitcpio-nfs-utils-0.3-8-aarch64.pkg.tar.zst183==> builder-signed mkinitcpio-nfs-utils-debug-0.3-8-aarch64.pkg.tar.zst184==> archci-build finished with 0 at 2026-09-12T03:03:06Z: mkinitcpio-nfs-utils-0.3-8-aarch64.pkg.tar.zst mkinitcpio-nfs-utils-debug-0.3-8-aarch64.pkg.tar.zst