libbpf 1.7.0-1 x86_64, from core done
done 2026-09-08T19:22:37Z on jonny-ryzen9-2, attempt 1
- job
- 5-1788895344-hegjon-test,libbpf,1.7.0-1,x86_64
- commit
- fec331a68dbe98bf2443f8ee31da4ad228c333fe
- log
- /var/lib/archci/logs/hegjon-test/libbpf/1.7.0-1/x86_64/attempt-1.log
log 152 lines
1==> archci-build 5-1788895344-hegjon-test,libbpf,1.7.0-1,x86_64 on jonny-ryzen9 at 2026-09-08T19:22:24Z2 repo=hegjon-test arch=x86_64 profile=extra chroot=/var/lib/archbuild/extra-x86_64 copy=archci-2 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/libbpf at fec331a68dbe98bf2443f8ee31da4ad228c333fe from https://github.com/hegjon/omarchy-pkgs.git5==> Building libbpf 1.7.0-1 in archci-26==> Synchronizing chroot copy [/var/lib/archbuild/extra-x86_64/root] -> [archci-2]...done7 root : PWD=/var/lib/archci-worker/build/2/libbpf ; USER=archci ; ENV=GNUPGHOME=/var/lib/archci-worker/gnupg ; COMMAND=/usr/bin/env SRCDEST=/var/lib/archci-worker/srcdest BUILDDIR=/tmp/makechrootpkg.aAwNMwlRjT makepkg --config=/var/lib/archbuild/extra-x86_64/archci-2/etc/makepkg.conf --verifysource -o8pam_unix(sudo:session): session opened for user archci(uid=955) by (uid=0)9==> Making package: libbpf 1.7.0-1 (Tue Sep 8 21:22:25 2026)10==> Retrieving sources...11 -> Cloning libbpf git repo...12Cloning into bare repository '/var/lib/archci-worker/srcdest/libbpf'...13==> Validating source files with sha512sums...14 libbpf ... Passed15==> Validating source files with b2sums...16 libbpf ... Passed17pam_unix(sudo:session): session closed for user archci18 root : PWD=/var/lib/archci-worker/build/2/libbpf ; USER=archci ; COMMAND=/usr/bin/bash -c '#012#011#011source PKGBUILD#012#011#011printf "%s\\n" "${pkgbase:-${pkgname}}" "${pkgname[@]}"#012'19pam_unix(sudo:session): session opened for user archci(uid=955) by (uid=0)20pam_unix(sudo:session): session closed for user archci21Note: 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.22==> Making package: libbpf 1.7.0-1 (Tue Sep 8 19:22:27 2026)23==> Checking runtime dependencies...24==> Checking buildtime dependencies...25==> Installing missing dependencies...26resolving dependencies...27looking for conflicting packages...28Package (5) New Version Net Change29extra/perl-error 0.17030-3 0.04 MiB30extra/perl-mailtools 2.22-3 0.10 MiB31extra/perl-timedate 2.35-1 0.15 MiB32extra/zlib-ng 2.3.3-1 0.28 MiB33extra/git 2.55.0-1 31.33 MiB34Total Installed Size: 31.90 MiB35:: Proceed with installation? [Y/n]36checking keyring...37checking package integrity...38loading package files...39checking for file conflicts...40:: Processing package changes...41installing perl-error...42installing perl-timedate...43installing perl-mailtools...44installing zlib-ng...45installing git...46Optional dependencies for git47 git-zsh-completion: upstream zsh completion48 tk: gitk and git gui49 openssh: ssh transport and crypto50 man: show help with `git command --help`51 perl-libwww: git svn52 perl-term-readkey: git svn and interactive.singlekey setting53 perl-io-socket-ssl: git send-email TLS support54 perl-authen-sasl: git send-email TLS support55 perl-cgi: gitweb (web interface) support56 python: git svn & git p4 [installed]57 subversion: git svn58 org.freedesktop.secrets: keyring credential helper59 libsecret: libsecret credential helper [installed]60 less: the default pager for git61:: Running post-transaction hooks...62(1/3) Creating system user accounts...63Creating group 'git' with GID 969.64Creating user 'git' (git daemon user) with UID 969 and GID 969.65(2/3) Reloading system manager configuration...66 Skipped: Current root is not booted.67(3/3) Arming ConditionNeedsUpdate...68==> Retrieving sources...69==> WARNING: Skipping all source file integrity checks.70==> Extracting sources...71 -> Creating working copy of libbpf git repo...72Cloning into 'libbpf'...73done.74Switched to a new branch 'makepkg'75==> Starting build()...76make: Entering directory '/build/libbpf/src/libbpf/src'77 MKDIR staticobjs78 CC staticobjs/bpf.o79 CC staticobjs/btf.o80 CC staticobjs/libbpf.o81 CC staticobjs/libbpf_utils.o82 CC staticobjs/netlink.o83 CC staticobjs/nlattr.o84 CC staticobjs/libbpf_probes.o85 CC staticobjs/bpf_prog_linfo.o86 CC staticobjs/btf_dump.o87 CC staticobjs/hashmap.o88 CC staticobjs/ringbuf.o89 CC staticobjs/strset.o90 CC staticobjs/linker.o91 CC staticobjs/gen_loader.o92 CC staticobjs/relo_core.o93 CC staticobjs/usdt.o94 CC staticobjs/zip.o95 CC staticobjs/elf.o96 CC staticobjs/features.o97 CC staticobjs/btf_iter.o98 CC staticobjs/btf_relocate.o99 AR libbpf.a100 MKDIR sharedobjs101 CC sharedobjs/bpf.o102 CC sharedobjs/btf.o103 CC sharedobjs/libbpf.o104 CC sharedobjs/libbpf_utils.o105 CC sharedobjs/netlink.o106 CC sharedobjs/nlattr.o107 CC sharedobjs/libbpf_probes.o108 CC sharedobjs/bpf_prog_linfo.o109 CC sharedobjs/btf_dump.o110 CC sharedobjs/hashmap.o111 CC sharedobjs/ringbuf.o112 CC sharedobjs/strset.o113 CC sharedobjs/linker.o114 CC sharedobjs/gen_loader.o115 CC sharedobjs/relo_core.o116 CC sharedobjs/usdt.o117 CC sharedobjs/zip.o118 CC sharedobjs/elf.o119 CC sharedobjs/features.o120 CC sharedobjs/btf_iter.o121 CC sharedobjs/btf_relocate.o122 CC libbpf.so.1.7.0123make: Leaving directory '/build/libbpf/src/libbpf/src'124==> Entering fakeroot environment...125==> Starting package()...126make: Entering directory '/build/libbpf/src/libbpf/src'127 INSTALL bpf.h libbpf.h btf.h libbpf_common.h libbpf_legacy.h bpf_helpers.h bpf_helper_defs.h bpf_tracing.h bpf_endian.h bpf_core_read.h skel_internal.h libbpf_version.h usdt.bpf.h128 INSTALL ./libbpf.pc129 INSTALL ./libbpf.a ./libbpf.so ./libbpf.so.1 ./libbpf.so.1.7.0130make: Leaving directory '/build/libbpf/src/libbpf/src'131==> Tidying install...132 -> Removing libtool files...133 -> Removing static library files...134 -> Purging unwanted files...135 -> Stripping unneeded symbols from binaries and libraries...136 -> Compressing man and info pages...137==> Checking for packaging issues...138==> Creating package "libbpf"...139 -> Generating .PKGINFO file...140 -> Generating .BUILDINFO file...141 -> Generating .MTREE file...142 -> Compressing package...143==> Creating package "libbpf-debug"...144 -> Generating .PKGINFO file...145 -> Generating .BUILDINFO file...146 -> Generating .MTREE file...147 -> Compressing package...148==> Leaving fakeroot environment.149==> Finished making: libbpf 1.7.0-1 (Tue Sep 8 19:22:33 2026)150==> builder-signed libbpf-1.7.0-1-x86_64.pkg.tar.zst151==> builder-signed libbpf-debug-1.7.0-1-x86_64.pkg.tar.zst152==> archci-build finished with 0 at 2026-09-08T19:22:33Z: libbpf-1.7.0-1-x86_64.pkg.tar.zst libbpf-debug-1.7.0-1-x86_64.pkg.tar.zst