▣ archci hegjon-test
master seen 2s ago

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

done 2026-09-08T21:05:45Z on worker2-1, attempt 1

job
5-1788901520-hegjon-test,mkinitcpio-nfs-utils,0.3-8,x86_64
commit
fec331a68dbe98bf2443f8ee31da4ad228c333fe
log
/var/lib/archci/logs/hegjon-test/mkinitcpio-nfs-utils/0.3-8/x86_64/attempt-1.log

log 178 lines

1==> archci-build 5-1788901520-hegjon-test,mkinitcpio-nfs-utils,0.3-8,x86_64 on worker2 at 2026-09-08T21:05:20Z2    repo=hegjon-test arch=x86_64 profile=extra chroot=/var/lib/archbuild/extra-x86_64 copy=archci-1 commit=fec331a68dbe98bf2443f8ee31da4ad228c333fe3    pacman.conf=/usr/share/devtools/pacman.conf.d/extra.conf makepkg.conf=/usr/share/devtools/makepkg.conf.d/x86_64.conf cache=/var/cache/pacman/pkg/4==> Fetching pkgbuilds/mkinitcpio-nfs-utils at fec331a68dbe98bf2443f8ee31da4ad228c333fe from https://github.com/hegjon/omarchy-pkgs.git5==> Building mkinitcpio-nfs-utils 0.3-8 in archci-16==> Synchronizing chroot copy [/var/lib/archbuild/extra-x86_64/root] -> [archci-1]...done7    root : PWD=/var/lib/archci-worker/build/1/mkinitcpio-nfs-utils ; USER=archci ; ENV=GNUPGHOME=/var/lib/archci-worker/gnupg ; COMMAND=/usr/bin/env SRCDEST=/var/lib/archci-worker/srcdest BUILDDIR=/tmp/makechrootpkg.TOB1ncV7Nw makepkg --config=/var/lib/archbuild/extra-x86_64/archci-1/etc/makepkg.conf --verifysource -o8pam_unix(sudo:session): session opened for user archci(uid=968) by (uid=0)9==> Making package: mkinitcpio-nfs-utils 0.3-8 (Tue Sep  8 21:05:22 2026)10==> Retrieving sources...11  -> Found mkinitcpio-nfs-utils-0.3.tar.xz12  -> Found nfsmount-fix-wrong-umount-path.patch13  -> Found initcpio-install-net14  -> Found initcpio-hook-net15==> Validating source files with sha256sums...16    mkinitcpio-nfs-utils-0.3.tar.xz ... Passed17    nfsmount-fix-wrong-umount-path.patch ... Passed18    initcpio-install-net ... Passed19    initcpio-hook-net ... Passed20pam_unix(sudo:session): session closed for user archci21    root : PWD=/var/lib/archci-worker/build/1/mkinitcpio-nfs-utils ; USER=archci ; COMMAND=/usr/bin/bash -c '#012#011#011source PKGBUILD#012#011#011printf "%s\\n" "${pkgbase:-${pkgname}}" "${pkgname[@]}"#012'22pam_unix(sudo:session): session opened for user archci(uid=968) by (uid=0)23pam_unix(sudo:session): session closed for user archci24Note: 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.25==> Making package: mkinitcpio-nfs-utils 0.3-8 (Tue Sep  8 21:05:30 2026)26==> Checking runtime dependencies...27==> Checking buildtime dependencies...28==> Retrieving sources...29  -> Found mkinitcpio-nfs-utils-0.3.tar.xz30  -> Found nfsmount-fix-wrong-umount-path.patch31  -> Found initcpio-install-net32  -> Found initcpio-hook-net33==> WARNING: Skipping all source file integrity checks.34==> Extracting sources...35  -> Extracting mkinitcpio-nfs-utils-0.3.tar.xz with bsdtar36==> Starting build()...37patching file nfsmount/mount.c38make -C ipconfig39make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'40cc -c bootp_proto.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing41cc -c dhcp_proto.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing42cc -c main.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing43main.c: In function ???parse_device???:44main.c:530:33: warning: assignment discards ???const??? qualifier from pointer target type [-Wdiscarded-qualifiers]45  530 |                         if ((cp = strchr(ip, ':'))) {46      |                                 ^47cc -c netdev.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing48In file included from netdev.c:16:49netdev.h:65:9: warning: ???IFF_RUNNING??? redefined50   65 | #define IFF_RUNNING     0x40    /* interface RFC2863 OPER_UP */51      |         ^~~~~~~~~~~52In file included from /usr/include/linux/route.h:27,53                 from netdev.c:13:54/usr/include/linux/if.h:116:9: note: this is the location of the previous definition55  116 | #define IFF_RUNNING                     IFF_RUNNING56      |         ^~~~~~~~~~~57netdev.h:66:9: warning: ???IFF_BROADCAST??? redefined58   66 | #define IFF_BROADCAST   0x2     /* broadcast address valid */59      |         ^~~~~~~~~~~~~60/usr/include/linux/if.h:111:9: note: this is the location of the previous definition61  111 | #define IFF_BROADCAST                   IFF_BROADCAST62      |         ^~~~~~~~~~~~~63netdev.h:67:9: warning: ???IFF_LOOPBACK??? redefined64   67 | #define IFF_LOOPBACK    0x8     /* is a loopback net */65      |         ^~~~~~~~~~~~66/usr/include/linux/if.h:113:9: note: this is the location of the previous definition67  113 | #define IFF_LOOPBACK                    IFF_LOOPBACK68      |         ^~~~~~~~~~~~69netdev.h:68:9: warning: ???IFF_POINTOPOINT??? redefined70   68 | #define IFF_POINTOPOINT 0x10    /* interface is has p-p link */71      |         ^~~~~~~~~~~~~~~72/usr/include/linux/if.h:114:9: note: this is the location of the previous definition73  114 | #define IFF_POINTOPOINT                 IFF_POINTOPOINT74      |         ^~~~~~~~~~~~~~~75cc -c packet.c -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing76packet.c: In function ???packet_send???:77packet.c:159:58: warning: taking address of packed member of ???struct header??? may result in an unaligned pointer value [-Waddress-of-packed-member]78  159 |         ipudp_hdrs.ip.check   = ip_checksum((uint16_t *) &ipudp_hdrs.ip,79      |                                                          ^~~~~~~~~~~~~~80cc -D_GNU_SOURCE -Wall -Os -fno-strict-aliasing -o ipconfig bootp_proto.o dhcp_proto.o main.o netdev.o packet.o81make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'82make -C nfsmount83make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'84cc -c dummypmap.c -D_GNU_SOURCE -Wall -Os85dummypmap.c: In function ???dummy_portmap.isra???:86dummypmap.c:191:33: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]87  191 |                 if (rpc->hdr.udp.msg_type != htonl(RPC_CALL))88      |                     ~~~~~~~~~~~~^~~~~~~~~89dummypmap.c:167:23: note: at offset -4 into object ???pkt??? of size 6553690  167 |         unsigned char pkt[65536];       /* Max UDP packet size */91      |                       ^~~92dummypmap.c:196:52: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]93  196 |                 rply.rpc.hdr.udp.xid = rpc->hdr.udp.xid;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:200:24: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]99  200 |                 if (rpc->rpc_vers != htonl(2)) {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:203:31: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]105  203 |                 } else if (rpc->program != htonl(PORTMAP_PROGRAM)) {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:205:31: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]111  205 |                 } else if (rpc->prog_vers != htonl(2)) {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      |                       ^~~116In file included from dummypmap.c:25:117dummypmap.c:216:42: warning: array subscript 0 is outside array bounds of ???unsigned char[65536]??? [-Warray-bounds=]118  216 |                         switch (ntohl(rpc->proc)) {119      |                                       ~~~^~~~~~120dummypmap.c:167:23: note: at offset -4 into object ???pkt??? of size 65536121  167 |         unsigned char pkt[65536];       /* Max UDP packet size */122      |                       ^~~123cc -c main.c -D_GNU_SOURCE -Wall -Os124cc -c mount.c -D_GNU_SOURCE -Wall -Os125cc -c portmap.c -D_GNU_SOURCE -Wall -Os126cc -c sunrpc.c -D_GNU_SOURCE -Wall -Os127sunrpc.c: In function ???tcp_client???:128sunrpc.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]129  169 |         memset(clnt, 0, sizeof(clnt));130      |                               ^131sunrpc.c: In function ???udp_client???:132sunrpc.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]133  214 |         memset(clnt, 0, sizeof(clnt));134      |                               ^135cc -D_GNU_SOURCE -Wall -Os -o nfsmount dummypmap.o main.o mount.o portmap.o sunrpc.o136make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'137==> Entering fakeroot environment...138==> Starting package()...139make: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3'140make -C ipconfig  install141make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'142install -Dm755 ipconfig /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/ipconfig143make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/ipconfig'144make -C nfsmount  install145make[1]: Entering directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'146install -Dm755 nfsmount /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/nfsmount147make[1]: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3/nfsmount'148install -Dm644 net_install /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/install/net149install -Dm644 net_hook /build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/hooks/net150make: Leaving directory '/build/mkinitcpio-nfs-utils/src/mkinitcpio-nfs-utils-0.3'151==> Tidying install...152  -> Removing libtool files...153  -> Removing static library files...154  -> Purging unwanted files...155  -> Stripping unneeded symbols from binaries and libraries...156Error while writing index for `/build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/ipconfig': No debugging symbols157gdb-add-index: No index was created for ./usr/lib/initcpio/ipconfig158gdb-add-index: [Was there no debuginfo? Was there already an index?]159Error while writing index for `/build/mkinitcpio-nfs-utils/pkg/mkinitcpio-nfs-utils/usr/lib/initcpio/nfsmount': No debugging symbols160gdb-add-index: No index was created for ./usr/lib/initcpio/nfsmount161gdb-add-index: [Was there no debuginfo? Was there already an index?]162  -> Compressing man and info pages...163==> Checking for packaging issues...164==> Creating package "mkinitcpio-nfs-utils"...165  -> Generating .PKGINFO file...166  -> Generating .BUILDINFO file...167  -> Generating .MTREE file...168  -> Compressing package...169==> Creating package "mkinitcpio-nfs-utils-debug"...170  -> Generating .PKGINFO file...171  -> Generating .BUILDINFO file...172  -> Generating .MTREE file...173  -> Compressing package...174==> Leaving fakeroot environment.175==> Finished making: mkinitcpio-nfs-utils 0.3-8 (Tue Sep  8 21:05:37 2026)176==> builder-signed mkinitcpio-nfs-utils-0.3-8-x86_64.pkg.tar.zst177==> builder-signed mkinitcpio-nfs-utils-debug-0.3-8-x86_64.pkg.tar.zst178==> archci-build finished with 0 at 2026-09-08T21:05:37Z: mkinitcpio-nfs-utils-0.3-8-x86_64.pkg.tar.zst mkinitcpio-nfs-utils-debug-0.3-8-x86_64.pkg.tar.zst