2026-06-23 15:41.40: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:ubuntu-26.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:8ba12762603e37d44cc193aab40cb6f25c71e9c9cad14585cd56b6004745cfed Opam project build To reproduce locally: git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard abb370b2 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:8ba12762603e37d44cc193aab40cb6f25c71e9c9cad14585cd56b6004745cfed # ubuntu-26.04-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam ./ RUN opam pin add -yn libbpf_maps.dev './' && \ opam pin add -yn libbpf.dev './' && \ opam pin add -yn conf-libbpf.dev './' && \ opam pin add -yn conf-bpftool.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.1 dune-configurator.3.23.1 integers.0.8.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-23 15:41.40: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:8ba12762603e37d44cc193aab40cb6f25c71e9c9cad14585cd56b6004745cfed-ubuntu-26.04-4.14_opam-2.5-fdcb74baf0111f361a342c552398fc7e" 2026-06-23 15:41.40: Using OBuilder spec: ((from ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:8ba12762603e37d44cc193aab40cb6f25c71e9c9cad14585cd56b6004745cfed) (comment ubuntu-26.04-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam) (dst ./)) (run (network host) (shell "opam pin add -yn libbpf_maps.dev './' && \ \nopam pin add -yn libbpf.dev './' && \ \nopam pin add -yn conf-libbpf.dev './' && \ \nopam pin add -yn conf-bpftool.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.1 dune-configurator.3.23.1 integers.0.8.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-06-23 15:41.40: Waiting for resource in pool OCluster 2026-06-23 15:41.40: Waiting for worker… 2026-06-23 15:41.40: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at abb370b CHANGES.md: allow nixos (from ocaml/opam:ubuntu-26.04-ocaml-4.14@sha256:8ba12762603e37d44cc193aab40cb6f25c71e9c9cad14585cd56b6004745cfed) 2026-06-23 15:41.41 ---> using "529df17bd178d438ec197b781c404c7d7d5c38f739c27555d4ac336606f15bec" from cache /: (comment ubuntu-26.04-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-06-23 15:41.41 ---> using "a199e0aa69951204c9ba6787f84b8db302ecd70b9a65c872396a3f980b7c8405" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD d6a960ed95..3cee9a5d95 master -> origin/master 3cee9a5d95 conf-pkg-config (#30082) 2026-06-23 15:41.47 ---> saved as "c051585b7ad52455a22d2444a1e51dddbe918dca5f524bb4ddb5a08219ca1935" /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] synchronised from git+file:///home/opam/opam-repository 2026-06-23 15:42.01 ---> saved as "778f9d3a56e712967ae1a60a57de1739918292b27976f2edfc73957aa044e4f5" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-06-23 15:42.01 ---> saved as "bf4893d307d6195e52f7efae5a0eff41283a61743fcecba84ef524e3397455c5" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-23 15:42.02 ---> saved as "ca57defd24d4757541a1a814874216a86b3768ff7a099e85fbaa89edd2631aae" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.1 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-06-23 15:42.13 ---> saved as "f4210ef6f0a1d8c89163dc4d1284d26c7b2485bc478a442956774aa1273b7098" /src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam) (dst ./)) 2026-06-23 15:42.13 ---> saved as "6e5accaaf2c7401478b0f38b089a1f1b1a0053ce1f81f329f20337c1e33789b3" /src: (run (network host) (shell "opam pin add -yn libbpf_maps.dev './' && \ \nopam pin add -yn libbpf.dev './' && \ \nopam pin add -yn conf-libbpf.dev './' && \ \nopam pin add -yn conf-bpftool.dev './'")) [libbpf_maps.dev] synchronised (file:///src) libbpf_maps is now pinned to file:///src (version dev) [libbpf.dev] synchronised (file:///src) libbpf is now pinned to file:///src (version dev) [conf-libbpf.dev] synchronised (file:///src) conf-libbpf is now pinned to file:///src (version dev) [conf-bpftool.dev] synchronised (file:///src) conf-bpftool is now pinned to file:///src (version dev) 2026-06-23 15:42.21 ---> saved as "ed3db15e15ebcad57e4c0e18e0cb0be98eb9bc3dcfd39598ff923b1e1faee186" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-23 15:42.21 ---> saved as "35b495297ea4c3dad40403a3ac04203cb52779f997dbf151fb8f73e55383f958" /src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.1 dune-configurator.3.23.1 integers.0.8.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu resolute InRelease - Get:2 http://archive.ubuntu.com/ubuntu resolute-updates InRelease [137 kB] - Hit:3 http://archive.ubuntu.com/ubuntu resolute-backports InRelease - Get:4 http://archive.ubuntu.com/ubuntu resolute-updates/restricted amd64 Packages [258 kB] - Get:5 http://archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [188 kB] - Get:6 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 Packages [320 kB] - Get:7 http://security.ubuntu.com/ubuntu resolute-security InRelease [137 kB] - Get:8 http://security.ubuntu.com/ubuntu resolute-security/restricted amd64 Packages [258 kB] - Get:9 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages [154 kB] - Get:10 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Packages [278 kB] - Fetched 1730 kB in 5s (317 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [conf-bpftool.dev] synchronised (file:///src) [conf-libbpf.dev] synchronised (file:///src) [libbpf.dev] synchronised (file:///src) [libbpf_maps.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: clang libbpf-dev libffi-dev linux-tools-common pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "clang" "libbpf-dev" "libffi-dev" "linux-tools-common" "pkg-config" - Preconfiguring packages ... - Selecting previously unselected package libpipeline1:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 22790 files and directories currently installed.) - Preparing to unpack .../00-libpipeline1_1.5.8-2_amd64.deb ... - Unpacking libpipeline1:amd64 (1.5.8-2) ... - Selecting previously unselected package binfmt-support. - Preparing to unpack .../01-binfmt-support_2.2.2-8_amd64.deb ... - Unpacking binfmt-support (2.2.2-8) ... - Selecting previously unselected package libtext-charwidth-perl:amd64. - Preparing to unpack .../02-libtext-charwidth-perl_0.04-11build4_amd64.deb ... - Unpacking libtext-charwidth-perl:amd64 (0.04-11build4) ... - Selecting previously unselected package libtext-wrapi18n-perl. - Preparing to unpack .../03-libtext-wrapi18n-perl_0.06-10_all.deb ... - Unpacking libtext-wrapi18n-perl (0.06-10) ... - Selecting previously unselected package ucf. - Preparing to unpack .../04-ucf_3.0052ubuntu1_all.deb ... - Moving old data out of the way - Unpacking ucf (3.0052ubuntu1) ... - Selecting previously unselected package libdebuginfod-common. - Preparing to unpack .../05-libdebuginfod-common_0.194-4_all.deb ... - Unpacking libdebuginfod-common (0.194-4) ... - Selecting previously unselected package libelf1t64:amd64. - Preparing to unpack .../06-libelf1t64_0.194-4_amd64.deb ... - Unpacking libelf1t64:amd64 (0.194-4) ... - Selecting previously unselected package libbpf1:amd64. - Preparing to unpack .../07-libbpf1_1%3a1.6.3-1ubuntu1_amd64.deb ... - Unpacking libbpf1:amd64 (1:1.6.3-1ubuntu1) ... - Selecting previously unselected package libjson-c5:amd64. - Preparing to unpack .../08-libjson-c5_0.18+ds-3_amd64.deb ... - Unpacking libjson-c5:amd64 (0.18+ds-3) ... - Selecting previously unselected package libslang2:amd64. - Preparing to unpack .../09-libslang2_2.3.3-5build1_amd64.deb ... - Unpacking libslang2:amd64 (2.3.3-5build1) ... - Selecting previously unselected package libxml2-16:amd64. - Preparing to unpack .../10-libxml2-16_2.15.2+dfsg-0.1ubuntu0.1_amd64.deb ... - Unpacking libxml2-16:amd64 (2.15.2+dfsg-0.1ubuntu0.1) ... - Selecting previously unselected package libyaml-0-2:amd64. - Preparing to unpack .../11-libyaml-0-2_0.2.5-2build3_amd64.deb ... - Unpacking libyaml-0-2:amd64 (0.2.5-2build3) ... - Selecting previously unselected package lsb-release. - Preparing to unpack .../12-lsb-release_12.1-2build1_all.deb ... - Unpacking lsb-release (12.1-2build1) ... - Selecting previously unselected package python3-pygments. - Preparing to unpack .../13-python3-pygments_2.19.2+dfsg-1_all.deb ... - Unpacking python3-pygments (2.19.2+dfsg-1) ... - Selecting previously unselected package python3-yaml. - Preparing to unpack .../14-python3-yaml_6.0.3-1build1_amd64.deb ... - Unpacking python3-yaml (6.0.3-1build1) ... - Selecting previously unselected package libgpm2:amd64. - Preparing to unpack .../15-libgpm2_1.20.7-12build1_amd64.deb ... - Unpacking libgpm2:amd64 (1.20.7-12build1) ... - Selecting previously unselected package libncurses6:amd64. - Preparing to unpack .../16-libncurses6_6.6+20251231-1_amd64.deb ... - Unpacking libncurses6:amd64 (6.6+20251231-1) ... - Selecting previously unselected package libnuma1:amd64. - Preparing to unpack .../17-libnuma1_2.0.19-1build1_amd64.deb ... - Unpacking libnuma1:amd64 (2.0.19-1build1) ... - Selecting previously unselected package libtraceevent1:amd64. - Preparing to unpack .../18-libtraceevent1_1%3a1.8.7-1_amd64.deb ... - Unpacking libtraceevent1:amd64 (1:1.8.7-1) ... - Selecting previously unselected package pci.ids. - Preparing to unpack .../19-pci.ids_0.0~2026.02.12-1_all.deb ... - Unpacking pci.ids (0.0~2026.02.12-1) ... - Selecting previously unselected package usb.ids. - Preparing to unpack .../20-usb.ids_2025.12.13-1_all.deb ... - Unpacking usb.ids (2025.12.13-1) ... - Selecting previously unselected package bpftool. - Preparing to unpack .../21-bpftool_7.7.0+7.0.0-22.22_amd64.deb ... - Unpacking bpftool (7.7.0+7.0.0-22.22) ... - Selecting previously unselected package libllvm21:amd64. - Preparing to unpack .../22-libllvm21_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking libllvm21:amd64 (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package libclang-cpp21. - Preparing to unpack .../23-libclang-cpp21_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking libclang-cpp21 (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package libgc1:amd64. - Preparing to unpack .../24-libgc1_1%3a8.2.12-1_amd64.deb ... - Unpacking libgc1:amd64 (1:8.2.12-1) ... - Selecting previously unselected package libobjc4:amd64. - Preparing to unpack .../25-libobjc4_16-20260322-1ubuntu1_amd64.deb ... - Unpacking libobjc4:amd64 (16-20260322-1ubuntu1) ... - Selecting previously unselected package libobjc-15-dev:amd64. - Preparing to unpack .../26-libobjc-15-dev_15.2.0-16ubuntu1_amd64.deb ... - Unpacking libobjc-15-dev:amd64 (15.2.0-16ubuntu1) ... - Selecting previously unselected package libclang-common-21-dev:amd64. - Preparing to unpack .../27-libclang-common-21-dev_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking libclang-common-21-dev:amd64 (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package llvm-21-linker-tools. - Preparing to unpack .../28-llvm-21-linker-tools_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking llvm-21-linker-tools (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package libclang1-21. - Preparing to unpack .../29-libclang1-21_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking libclang1-21 (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package clang-21. - Preparing to unpack .../30-clang-21_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking clang-21 (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package clang. - Preparing to unpack .../31-clang_1%3a21.1.6-71_amd64.deb ... - Unpacking clang (1:21.1.6-71) ... - Selecting previously unselected package clang-tools-21. - Preparing to unpack .../32-clang-tools-21_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking clang-tools-21 (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package pnp.ids. - Preparing to unpack .../33-pnp.ids_0.394-1build1_all.deb ... - Unpacking pnp.ids (0.394-1build1) ... - Selecting previously unselected package hwdata. - Preparing to unpack .../34-hwdata_0.394-1build1_all.deb ... - Unpacking hwdata (0.394-1build1) ... - Selecting previously unselected package libc6-i386. - Preparing to unpack .../35-libc6-i386_2.43-2ubuntu2_amd64.deb ... - Unpacking libc6-i386 (2.43-2ubuntu2) ... - Selecting previously unselected package lib32gcc-s1. - Preparing to unpack .../36-lib32gcc-s1_16-20260322-1ubuntu1_amd64.deb ... - Unpacking lib32gcc-s1 (16-20260322-1ubuntu1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../37-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu3_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu3) ... - Selecting previously unselected package libzstd-dev:amd64. - Preparing to unpack .../38-libzstd-dev_1.5.7+dfsg-3_amd64.deb ... - Unpacking libzstd-dev:amd64 (1.5.7+dfsg-3) ... - Selecting previously unselected package libelf-dev:amd64. - Preparing to unpack .../39-libelf-dev_0.194-4_amd64.deb ... - Unpacking libelf-dev:amd64 (0.194-4) ... - Selecting previously unselected package libbpf-dev:amd64. - Preparing to unpack .../40-libbpf-dev_1%3a1.6.3-1ubuntu1_amd64.deb ... - Unpacking libbpf-dev:amd64 (1:1.6.3-1ubuntu1) ... - Selecting previously unselected package lib32stdc++6. - Preparing to unpack .../41-lib32stdc++6_16-20260322-1ubuntu1_amd64.deb ... - Unpacking lib32stdc++6 (16-20260322-1ubuntu1) ... - Selecting previously unselected package libclang-rt-21-dev. - Preparing to unpack .../42-libclang-rt-21-dev_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking libclang-rt-21-dev (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package libdw1t64:amd64. - Preparing to unpack .../43-libdw1t64_0.194-4_amd64.deb ... - Unpacking libdw1t64:amd64 (0.194-4) ... - Selecting previously unselected package libdebuginfod1t64:amd64. - Preparing to unpack .../44-libdebuginfod1t64_0.194-4_amd64.deb ... - Unpacking libdebuginfod1t64:amd64 (0.194-4) ... - Selecting previously unselected package libncurses-dev:amd64. - Preparing to unpack .../45-libncurses-dev_6.6+20251231-1_amd64.deb ... - Unpacking libncurses-dev:amd64 (6.6+20251231-1) ... - Selecting previously unselected package libpkgconf7:amd64. - Preparing to unpack .../46-libpkgconf7_2.5.1-4_amd64.deb ... - Unpacking libpkgconf7:amd64 (2.5.1-4) ... - Selecting previously unselected package libpython3.14:amd64. - Preparing to unpack .../47-libpython3.14_3.14.4-1_amd64.deb ... - Unpacking libpython3.14:amd64 (3.14.4-1) ... - Selecting previously unselected package liblzma-dev:amd64. - Preparing to unpack .../48-liblzma-dev_5.8.3-1_amd64.deb ... - Unpacking liblzma-dev:amd64 (5.8.3-1) ... - Selecting previously unselected package libxml2-dev:amd64. - Preparing to unpack .../49-libxml2-dev_2.15.2+dfsg-0.1ubuntu0.1_amd64.deb ... - Unpacking libxml2-dev:amd64 (2.15.2+dfsg-0.1ubuntu0.1) ... - Preparing to unpack .../50-linux-libc-dev_7.0.0-22.22_amd64.deb ... - Unpacking linux-libc-dev:amd64 (7.0.0-22.22) over (7.0.0-15.15) ... - Selecting previously unselected package linux-perf. - Preparing to unpack .../51-linux-perf_7.0.0-22.22_amd64.deb ... - Unpacking linux-perf (7.0.0-22.22) ... - Selecting previously unselected package linux-tools-common. - Preparing to unpack .../52-linux-tools-common_7.0.0-22.22_all.deb ... - Unpacking linux-tools-common (7.0.0-22.22) ... - Selecting previously unselected package llvm-21-runtime. - Preparing to unpack .../53-llvm-21-runtime_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking llvm-21-runtime (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package libpfm4:amd64. - Preparing to unpack .../54-libpfm4_4.13.0+git106-g3e4031b-1_amd64.deb ... - Unpacking libpfm4:amd64 (4.13.0+git106-g3e4031b-1) ... - Selecting previously unselected package llvm-21. - Preparing to unpack .../55-llvm-21_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking llvm-21 (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../56-libffi-dev_3.5.2-4_amd64.deb ... - Unpacking libffi-dev:amd64 (3.5.2-4) ... - Selecting previously unselected package llvm-21-tools. - Preparing to unpack .../57-llvm-21-tools_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking llvm-21-tools (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package llvm-21-dev. - Preparing to unpack .../58-llvm-21-dev_1%3a21.1.8-6ubuntu1_amd64.deb ... - Unpacking llvm-21-dev (1:21.1.8-6ubuntu1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../59-pkgconf-bin_2.5.1-4_amd64.deb ... - Unpacking pkgconf-bin (2.5.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../60-pkgconf_2.5.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (2.5.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../61-pkg-config_2.5.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (2.5.1-4) ... - Setting up libpipeline1:amd64 (1.5.8-2) ... - Setting up libtext-charwidth-perl:amd64 (0.04-11build4) ... - Setting up pci.ids (0.0~2026.02.12-1) ... - Setting up libgpm2:amd64 (1.20.7-12build1) ... - Setting up libzstd-dev:amd64 (1.5.7+dfsg-3) ... - Setting up libyaml-0-2:amd64 (0.2.5-2build3) ... - Setting up libxml2-16:amd64 (2.15.2+dfsg-0.1ubuntu0.1) ... - Setting up libpkgconf7:amd64 (2.5.1-4) ... - Setting up linux-libc-dev:amd64 (7.0.0-22.22) ... - Setting up python3-yaml (6.0.3-1build1) ... - Setting up libffi-dev:amd64 (3.5.2-4) ... - Setting up libtext-wrapi18n-perl (0.06-10) ... - Setting up libelf1t64:amd64 (0.194-4) ... - Setting up libdw1t64:amd64 (0.194-4) ... - Setting up python3-pygments (2.19.2+dfsg-1) ... - Setting up libpfm4:amd64 (4.13.0+git106-g3e4031b-1) ... - Setting up libslang2:amd64 (2.3.3-5build1) ... - Setting up libllvm21:amd64 (1:21.1.8-6ubuntu1) ... - Setting up libncurses6:amd64 (6.6+20251231-1) ... - Setting up usb.ids (2025.12.13-1) ... - Setting up binfmt-support (2.2.2-8) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up llvm-21-linker-tools (1:21.1.8-6ubuntu1) ... - Setting up ucf (3.0052ubuntu1) ... - Setting up pkgconf-bin (2.5.1-4) ... - Setting up libgc1:amd64 (1:8.2.12-1) ... - Setting up liblzma-dev:amd64 (5.8.3-1) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu3) ... - Setting up libnuma1:amd64 (2.0.19-1build1) ... - Setting up libtraceevent1:amd64 (1:1.8.7-1) ... - Setting up pnp.ids (0.394-1build1) ... - Setting up libpython3.14:amd64 (3.14.4-1) ... - Setting up libc6-i386 (2.43-2ubuntu2) ... - Setting up libclang-common-21-dev:amd64 (1:21.1.8-6ubuntu1) ... - Setting up libclang1-21 (1:21.1.8-6ubuntu1) ... - Setting up lsb-release (12.1-2build1) ... - Setting up libjson-c5:amd64 (0.18+ds-3) ... - Setting up libbpf1:amd64 (1:1.6.3-1ubuntu1) ... - Setting up libncurses-dev:amd64 (6.6+20251231-1) ... - Setting up libdebuginfod-common (0.194-4) ... - Setting up bpftool (7.7.0+7.0.0-22.22) ... - Setting up libobjc4:amd64 (16-20260322-1ubuntu1) ... - Setting up pkgconf:amd64 (2.5.1-4) ... - Setting up hwdata (0.394-1build1) ... - Setting up libxml2-dev:amd64 (2.15.2+dfsg-0.1ubuntu0.1) ... - Setting up libclang-cpp21 (1:21.1.8-6ubuntu1) ... - Setting up llvm-21-tools (1:21.1.8-6ubuntu1) ... - Setting up lib32gcc-s1 (16-20260322-1ubuntu1) ... - Setting up lib32stdc++6 (16-20260322-1ubuntu1) ... - Setting up llvm-21-runtime (1:21.1.8-6ubuntu1) ... - Setting up libelf-dev:amd64 (0.194-4) ... - Setting up pkg-config:amd64 (2.5.1-4) ... - Setting up libclang-rt-21-dev (1:21.1.8-6ubuntu1) ... - Setting up libobjc-15-dev:amd64 (15.2.0-16ubuntu1) ... - Setting up clang-21 (1:21.1.8-6ubuntu1) ... - Setting up linux-tools-common (7.0.0-22.22) ... - Setting up libdebuginfod1t64:amd64 (0.194-4) ... - Setting up libbpf-dev:amd64 (1:1.6.3-1ubuntu1) ... - Setting up clang-tools-21 (1:21.1.8-6ubuntu1) ... - Setting up linux-perf (7.0.0-22.22) ... - Setting up llvm-21 (1:21.1.8-6ubuntu1) ... - Setting up clang (1:21.1.6-71) ... - Setting up llvm-21-dev (1:21.1.8-6ubuntu1) ... - Processing triggers for base-files (14ubuntu6.1) ... - Processing triggers for libc-bin (2.43-2ubuntu2) ... # To update the current shell environment, run: eval $(opam env) 2026-06-23 15:43.51 ---> saved as "7104022aeb458134d63f6cf15ed61fe901ce17109c603f662334e1dac16504cd" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 35 packages - install base v0.16.5 - install conf-clang 2 - install conf-libffi 2.0.0 - install conf-pkg-config 5 - install cppo 1.8.0 - install csexp 1.5.2 - install ctypes 0.24.0 - install ctypes-foreign 0.24.0 - install dune 3.23.1 - install dune-configurator 3.23.1 - install integers 0.8.0 - install jane-street-headers v0.16.0 - install jst-config v0.16.0 - install ocaml-compiler-libs v0.12.4 - install ocamlfind 1.9.8 - install ppx_assert v0.16.0 - install ppx_base v0.16.0 - install ppx_cold v0.16.0 - install ppx_compare v0.16.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_enumerate v0.16.0 - install ppx_expect v0.16.2 - install ppx_globalize v0.16.0 - install ppx_hash v0.16.0 - install ppx_here v0.16.0 - install ppx_inline_test v0.16.1 - install ppx_optcomp v0.16.0 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.35.0 - install re 1.14.0 - install sexplib0 v0.16.0 - install stdio v0.16.0 - install stdlib-shims 0.3.0 - install time_now v0.16.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-pkg-config.5 (cached) -> retrieved base.v0.16.5 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-clang.2 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) -> retrieved integers.0.8.0 (cached) -> installed conf-pkg-config.5 -> retrieved jane-street-headers.v0.16.0 (cached) -> retrieved jst-config.v0.16.0 (cached) -> installed conf-libffi.2.0.0 -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_assert.v0.16.0 (cached) -> retrieved ppx_base.v0.16.0 (cached) -> retrieved ppx_cold.v0.16.0 (cached) -> retrieved ppx_compare.v0.16.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_enumerate.v0.16.0 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_expect.v0.16.2 (cached) -> retrieved ppx_globalize.v0.16.0 (cached) -> retrieved ppx_hash.v0.16.0 (cached) -> retrieved ppx_here.v0.16.0 (cached) -> retrieved ppx_inline_test.v0.16.1 (cached) -> retrieved ppx_optcomp.v0.16.0 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved time_now.v0.16.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.23.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed jane-street-headers.v0.16.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed integers.0.8.0 -> installed dune-configurator.3.23.1 -> installed base.v0.16.5 -> installed ctypes.0.24.0 -> installed stdio.v0.16.0 -> installed ctypes-foreign.0.24.0 -> installed ppxlib.0.35.0 -> installed ppx_globalize.v0.16.0 -> installed ppx_optcomp.v0.16.0 -> installed ppx_here.v0.16.0 -> installed ppx_cold.v0.16.0 -> installed ppx_enumerate.v0.16.0 -> installed ppx_compare.v0.16.0 -> installed ppx_sexp_conv.v0.16.0 -> installed ppx_deriving.6.0.3 -> installed ppx_hash.v0.16.0 -> installed ppx_assert.v0.16.0 -> installed ppx_base.v0.16.0 -> installed jst-config.v0.16.0 -> installed time_now.v0.16.0 -> installed ppx_inline_test.v0.16.1 -> installed ppx_expect.v0.16.2 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-23 15:47.23 ---> saved as "0738dca93d2bf6c300f0c35d40198cc01cac8d2cc374d70dda43fd49824459d3" /src: (copy (src .) (dst /src)) 2026-06-23 15:47.24 ---> saved as "682987392d9556b90c45e0a9520bba4b82a91341c5c7270999d5eb3d3979cd50" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_version.exe) Major:1, Minor:6, Libbpf.v1.6 2026-06-23 15:47.29 ---> saved as "a357fc3873dc1a295422466123efabe21b3f071bc7eb8e22b3497138bb225161" Job succeeded 2026-06-23 15:47.29: Job succeeded