2026-06-25 14:40.16: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:ubuntu-24.04-5.5_opam-2.5) Base: ocaml/opam:ubuntu-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3 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-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3 # ubuntu-24.04-5.5_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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled 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.17.0 jst-config.v0.17.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.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-25 14:40.16: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:ubuntu-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3-ubuntu-24.04-5.5_opam-2.5-65100a7ad06b26241c48bfd0c8a70881" 2026-06-25 14:40.16: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3) (comment ubuntu-24.04-5.5_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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled 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.17.0 jst-config.v0.17.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.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-25 14:40.16: Waiting for resource in pool OCluster 2026-06-25 15:20.29: Connecting to build cluster… 2026-06-25 16:24.47: Waiting for worker… 2026-06-25 16:27.10: 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-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.5@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3' locally docker.io/ocaml/opam@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3: Pulling from ocaml/opam cb259a83ac3d: Already exists 6c0953dad157: Already exists 8b89ba1c0537: Already exists 367f69125946: Already exists ed1f42396ed4: Already exists 221b29aaf54b: Already exists fb4cd091ccc2: Already exists 479dbe509d29: Already exists 88f81eb9e75f: Already exists 8ab80d40b6a5: Already exists d7fb3dfab8b3: Already exists 04e65133dfaf: Already exists b278d3abcc75: Already exists c3b51ac23d63: Already exists afec742ed87b: Already exists 56f4de298f53: Already exists 56f4de298f53: Already exists 913d97026555: Already exists d19585b30afd: Already exists 64ade2d161e1: Already exists 1ffe2849d952: Already exists 4f4fb700ef54: Already exists 4fd252b40f89: Already exists 8a07e7029bc0: Already exists 2e2dd6b74baa: Already exists b0da47113210: Already exists 19aa304e54d2: Already exists 6cd4f42fafc7: Already exists 6d4a0fcfb293: Already exists 92a627332c87: Already exists 3400eb9a061b: Already exists 6643f0ee86f6: Already exists 802b0202518e: Already exists 7412360e97e6: Already exists 5014f6847008: Already exists 76c77036a058: Already exists 327a3e7dd017: Already exists 9739ab4056ef: Already exists 4f4fb700ef54: Already exists 1e001a723a30: Already exists 34ae99ae98c7: Pulling fs layer d5316e96d72e: Pulling fs layer 573e338276be: Pulling fs layer 95f405d87ec2: Pulling fs layer 9b107a845176: Pulling fs layer 27d7873fb110: Pulling fs layer 08b5c10674de: Pulling fs layer 34ae99ae98c7: Waiting d5316e96d72e: Waiting 9b107a845176: Waiting 27d7873fb110: Waiting 08b5c10674de: Waiting 573e338276be: Waiting 95f405d87ec2: Waiting 34ae99ae98c7: Verifying Checksum 34ae99ae98c7: Download complete 34ae99ae98c7: Pull complete d5316e96d72e: Verifying Checksum d5316e96d72e: Download complete 573e338276be: Download complete 9b107a845176: Verifying Checksum 9b107a845176: Download complete d5316e96d72e: Pull complete 27d7873fb110: Verifying Checksum 27d7873fb110: Download complete 573e338276be: Pull complete 08b5c10674de: Verifying Checksum 08b5c10674de: Download complete 95f405d87ec2: Verifying Checksum 95f405d87ec2: Download complete 95f405d87ec2: Pull complete 9b107a845176: Pull complete 27d7873fb110: Pull complete 08b5c10674de: Pull complete Digest: sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3 Status: Downloaded newer image for ocaml/opam@sha256:0335f4e32ee3e4167a7ed7e5cc5d5a42b667037749dedc918ca84a7ed585acf3 2026-06-25 16:27.11 ---> using "b952ac72a8633b2855081ebdfa02242b9f4f0edbc7a810d506c7d1ca8d411e62" from cache /: (comment ubuntu-24.04-5.5_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-25 16:27.11 ---> using "4087d355b9c3858e7591b7f1a9b3e908a64316f62b382d9a752e1db4356f2c2b" 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 b85f65c75d..ceed23f9d3 master -> origin/master 3cee9a5d95 conf-pkg-config (#30082) 2026-06-25 16:27.11 ---> using "a19f23db861c3f5a08ed35899845fcd8e09041ffcfb2271af30e557eae20e23d" from cache /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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-25 16:27.11 ---> using "944114f36e69bbf81adbfaaa401f16a693b3004ccc5427c5f7c8f7d98db92f7d" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 5.5.0 2.5.1 2026-06-25 16:27.11 ---> using "d411fd6a13885fbd98b3c45c9c8139d64ef2dd84c657e1440aa203f3c2589619" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-25 16:27.11 ---> using "5ec4e0d23aa4a430de5ed32cfc41078792c59239b90effbd23d1780fc644d1dc" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository The following actions will be performed: === recompile 7 packages - recompile base-domains base [uses ocaml] - recompile base-effects base [uses ocaml] - recompile base-nnp base [uses base-domains] - recompile ocaml 5.5.0 [uses ocaml-base-compiler] - recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler] - recompile ocaml-compiler 5.5.0 [upstream or system changes] - recompile opam-depext 1.2.3 [uses ocaml] === install 1 package - install compiler-cloning enabled [required by ocaml-compiler] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml.5.5.0 (cached) -> removed base-effects.base -> removed base-nnp.base -> removed base-domains.base -> installed compiler-cloning.enabled -> retrieved ocaml-compiler.5.5.0 (cached) -> retrieved opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> removed ocaml.5.5.0 -> removed ocaml-base-compiler.5.5.0 -> removed ocaml-compiler.5.5.0 -> installed ocaml-compiler.5.5.0 -> installed ocaml-base-compiler.5.5.0 -> installed ocaml.5.5.0 -> installed base-domains.base -> installed base-effects.base -> installed base-nnp.base -> installed opam-depext.1.2.3 Done. <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><> => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead <><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><> => This switch had to be compiled from sources, but future switches with the 🐌 same compiler version and configuration should assemble instantly. # To update the current shell environment, run: eval $(opam env) 2026-06-25 16:27.11 ---> using "62517de3f34ce2d150eed35106861f7e6f118e423c9959a48383f8412d8a5c46" from cache /src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam) (dst ./)) 2026-06-25 16:27.11 ---> saved as "eade9fe46a486071d98d0ab7b84c2b78c5b6a0c670e23264a885022404d258e2" /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-25 16:27.25 ---> saved as "e7c2f140604d272608ee22e45d551ab169bd67670e74daa26d5921f83d9f6662" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-25 16:27.26 ---> saved as "e01496e94395cb05e151a589c6fd6e1cb63bbcc94491dca1a1a9e83d6338cd40" /src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled 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.17.0 jst-config.v0.17.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.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 noble InRelease - Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB] - Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB] - Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB] - Get:5 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2108 kB] - Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1286 kB] - Get:7 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [966 kB] - Get:8 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1486 kB] - Fetched 6225 kB in 1s (5142 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-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpython3.12-minimal: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 ... 16331 files and directories currently installed.) - Preparing to unpack .../libpython3.12-minimal_3.12.3-1ubuntu0.13_amd64.deb ... - Unpacking libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.13) ... - Selecting previously unselected package python3.12-minimal. - Preparing to unpack .../python3.12-minimal_3.12.3-1ubuntu0.13_amd64.deb ... - Unpacking python3.12-minimal (3.12.3-1ubuntu0.13) ... - Setting up libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.13) ... - Setting up python3.12-minimal (3.12.3-1ubuntu0.13) ... - Selecting previously unselected package python3-minimal. - (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 ... 16642 files and directories currently installed.) - Preparing to unpack .../0-python3-minimal_3.12.3-0ubuntu2.1_amd64.deb ... - Unpacking python3-minimal (3.12.3-0ubuntu2.1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../1-media-types_10.1.0_all.deb ... - Unpacking media-types (10.1.0) ... - Selecting previously unselected package tzdata. - Preparing to unpack .../2-tzdata_2026a-0ubuntu0.24.04.1_all.deb ... - Unpacking tzdata (2026a-0ubuntu0.24.04.1) ... - Selecting previously unselected package libpython3.12-stdlib:amd64. - Preparing to unpack .../3-libpython3.12-stdlib_3.12.3-1ubuntu0.13_amd64.deb ... - Unpacking libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.13) ... - Selecting previously unselected package python3.12. - Preparing to unpack .../4-python3.12_3.12.3-1ubuntu0.13_amd64.deb ... - Unpacking python3.12 (3.12.3-1ubuntu0.13) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../5-libpython3-stdlib_3.12.3-0ubuntu2.1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.12.3-0ubuntu2.1) ... - Setting up python3-minimal (3.12.3-0ubuntu2.1) ... - Selecting previously unselected package python3. - (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 ... 17605 files and directories currently installed.) - Preparing to unpack .../00-python3_3.12.3-0ubuntu2.1_amd64.deb ... - Unpacking python3 (3.12.3-0ubuntu2.1) ... - Selecting previously unselected package libpipeline1:amd64. - Preparing to unpack .../01-libpipeline1_1.5.7-2_amd64.deb ... - Unpacking libpipeline1:amd64 (1.5.7-2) ... - Selecting previously unselected package binfmt-support. - Preparing to unpack .../02-binfmt-support_2.2.2-7_amd64.deb ... - Unpacking binfmt-support (2.2.2-7) ... - Selecting previously unselected package libelf1t64:amd64. - Preparing to unpack .../03-libelf1t64_0.190-1.1ubuntu0.1_amd64.deb ... - Unpacking libelf1t64:amd64 (0.190-1.1ubuntu0.1) ... - Selecting previously unselected package libbpf1:amd64. - Preparing to unpack .../04-libbpf1_1%3a1.3.0-2build2_amd64.deb ... - Unpacking libbpf1:amd64 (1:1.3.0-2build2) ... - Selecting previously unselected package libicu74:amd64. - Preparing to unpack .../05-libicu74_74.2-1ubuntu3.1_amd64.deb ... - Unpacking libicu74:amd64 (74.2-1ubuntu3.1) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../06-libxml2_2.9.14+dfsg-1.3ubuntu3.8_amd64.deb ... - Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) ... - Selecting previously unselected package libyaml-0-2:amd64. - Preparing to unpack .../07-libyaml-0-2_0.2.5-1build1_amd64.deb ... - Unpacking libyaml-0-2:amd64 (0.2.5-1build1) ... - Selecting previously unselected package lsb-release. - Preparing to unpack .../08-lsb-release_12.0-2_all.deb ... - Unpacking lsb-release (12.0-2) ... - Selecting previously unselected package python3-pkg-resources. - Preparing to unpack .../09-python3-pkg-resources_68.1.2-2ubuntu1.2_all.deb ... - Unpacking python3-pkg-resources (68.1.2-2ubuntu1.2) ... - Selecting previously unselected package python3-pygments. - Preparing to unpack .../10-python3-pygments_2.17.2+dfsg-1_all.deb ... - Unpacking python3-pygments (2.17.2+dfsg-1) ... - Selecting previously unselected package python3-yaml. - Preparing to unpack .../11-python3-yaml_6.0.1-2build2_amd64.deb ... - Unpacking python3-yaml (6.0.1-2build2) ... - Selecting previously unselected package libgpm2:amd64. - Preparing to unpack .../12-libgpm2_1.20.7-11_amd64.deb ... - Unpacking libgpm2:amd64 (1.20.7-11) ... - Selecting previously unselected package libncurses6:amd64. - Preparing to unpack .../13-libncurses6_6.4+20240113-1ubuntu2_amd64.deb ... - Unpacking libncurses6:amd64 (6.4+20240113-1ubuntu2) ... - Selecting previously unselected package pci.ids. - Preparing to unpack .../14-pci.ids_0.0~2024.03.31-1ubuntu0.1_all.deb ... - Unpacking pci.ids (0.0~2024.03.31-1ubuntu0.1) ... - Selecting previously unselected package usb.ids. - Preparing to unpack .../15-usb.ids_2024.03.18-1_all.deb ... - Unpacking usb.ids (2024.03.18-1) ... - Selecting previously unselected package libllvm18:amd64. - Preparing to unpack .../16-libllvm18_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking libllvm18:amd64 (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package libclang-cpp18. - Preparing to unpack .../17-libclang-cpp18_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking libclang-cpp18 (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package libgc1:amd64. - Preparing to unpack .../18-libgc1_1%3a8.2.6-1build1_amd64.deb ... - Unpacking libgc1:amd64 (1:8.2.6-1build1) ... - Selecting previously unselected package libobjc4:amd64. - Preparing to unpack .../19-libobjc4_14.2.0-4ubuntu2~24.04.1_amd64.deb ... - Unpacking libobjc4:amd64 (14.2.0-4ubuntu2~24.04.1) ... - Selecting previously unselected package libobjc-13-dev:amd64. - Preparing to unpack .../20-libobjc-13-dev_13.3.0-6ubuntu2~24.04.1_amd64.deb ... - Unpacking libobjc-13-dev:amd64 (13.3.0-6ubuntu2~24.04.1) ... - Selecting previously unselected package libclang-common-18-dev:amd64. - Preparing to unpack .../21-libclang-common-18-dev_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking libclang-common-18-dev:amd64 (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package llvm-18-linker-tools. - Preparing to unpack .../22-llvm-18-linker-tools_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking llvm-18-linker-tools (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package libclang1-18. - Preparing to unpack .../23-libclang1-18_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking libclang1-18 (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package clang-18. - Preparing to unpack .../24-clang-18_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking clang-18 (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package clang. - Preparing to unpack .../25-clang_1%3a18.0-59~exp2_amd64.deb ... - Unpacking clang (1:18.0-59~exp2) ... - Selecting previously unselected package hwdata. - Preparing to unpack .../26-hwdata_0.379-1_all.deb ... - Unpacking hwdata (0.379-1) ... - Selecting previously unselected package icu-devtools. - Preparing to unpack .../27-icu-devtools_74.2-1ubuntu3.1_amd64.deb ... - Unpacking icu-devtools (74.2-1ubuntu3.1) ... - Selecting previously unselected package libc6-i386. - Preparing to unpack .../28-libc6-i386_2.39-0ubuntu8.7_amd64.deb ... - Unpacking libc6-i386 (2.39-0ubuntu8.7) ... - Selecting previously unselected package lib32gcc-s1. - Preparing to unpack .../29-lib32gcc-s1_14.2.0-4ubuntu2~24.04.1_amd64.deb ... - Unpacking lib32gcc-s1 (14.2.0-4ubuntu2~24.04.1) ... - Selecting previously unselected package zlib1g-dev:amd64. - Preparing to unpack .../30-zlib1g-dev_1%3a1.3.dfsg-3.1ubuntu2.1_amd64.deb ... - Unpacking zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ... - Selecting previously unselected package libelf-dev:amd64. - Preparing to unpack .../31-libelf-dev_0.190-1.1ubuntu0.1_amd64.deb ... - Unpacking libelf-dev:amd64 (0.190-1.1ubuntu0.1) ... - Selecting previously unselected package libbpf-dev:amd64. - Preparing to unpack .../32-libbpf-dev_1%3a1.3.0-2build2_amd64.deb ... - Unpacking libbpf-dev:amd64 (1:1.3.0-2build2) ... - Selecting previously unselected package lib32stdc++6. - Preparing to unpack .../33-lib32stdc++6_14.2.0-4ubuntu2~24.04.1_amd64.deb ... - Unpacking lib32stdc++6 (14.2.0-4ubuntu2~24.04.1) ... - Selecting previously unselected package libclang-rt-18-dev:amd64. - Preparing to unpack .../34-libclang-rt-18-dev_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking libclang-rt-18-dev:amd64 (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package libicu-dev:amd64. - Preparing to unpack .../35-libicu-dev_74.2-1ubuntu3.1_amd64.deb ... - Unpacking libicu-dev:amd64 (74.2-1ubuntu3.1) ... - Selecting previously unselected package libncurses-dev:amd64. - Preparing to unpack .../36-libncurses-dev_6.4+20240113-1ubuntu2_amd64.deb ... - Unpacking libncurses-dev:amd64 (6.4+20240113-1ubuntu2) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../37-libpkgconf3_1.8.1-2build1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-2build1) ... - Selecting previously unselected package libxml2-dev:amd64. - Preparing to unpack .../38-libxml2-dev_2.9.14+dfsg-1.3ubuntu3.8_amd64.deb ... - Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3ubuntu3.8) ... - Selecting previously unselected package linux-tools-common. - Preparing to unpack .../39-linux-tools-common_6.8.0-124.124_all.deb ... - Unpacking linux-tools-common (6.8.0-124.124) ... - Selecting previously unselected package llvm-18-runtime. - Preparing to unpack .../40-llvm-18-runtime_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking llvm-18-runtime (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package libpfm4:amd64. - Preparing to unpack .../41-libpfm4_4.13.0+git32-g0d4ed0e-1_amd64.deb ... - Unpacking libpfm4:amd64 (4.13.0+git32-g0d4ed0e-1) ... - Selecting previously unselected package llvm-18. - Preparing to unpack .../42-llvm-18_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking llvm-18 (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package libffi-dev:amd64. - Preparing to unpack .../43-libffi-dev_3.4.6-1build1_amd64.deb ... - Unpacking libffi-dev:amd64 (3.4.6-1build1) ... - Selecting previously unselected package llvm-18-tools. - Preparing to unpack .../44-llvm-18-tools_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking llvm-18-tools (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../45-libz3-4_4.8.12-3.1build1_amd64.deb ... - Unpacking libz3-4:amd64 (4.8.12-3.1build1) ... - Selecting previously unselected package libz3-dev:amd64. - Preparing to unpack .../46-libz3-dev_4.8.12-3.1build1_amd64.deb ... - Unpacking libz3-dev:amd64 (4.8.12-3.1build1) ... - Selecting previously unselected package llvm-18-dev. - Preparing to unpack .../47-llvm-18-dev_1%3a18.1.3-1ubuntu1_amd64.deb ... - Unpacking llvm-18-dev (1:18.1.3-1ubuntu1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../48-pkgconf-bin_1.8.1-2build1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-2build1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../49-pkgconf_1.8.1-2build1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-2build1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../50-pkg-config_1.8.1-2build1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-2build1) ... - Setting up media-types (10.1.0) ... - Setting up libpipeline1:amd64 (1.5.7-2) ... - Setting up pci.ids (0.0~2024.03.31-1ubuntu0.1) ... - Setting up libgpm2:amd64 (1.20.7-11) ... - Setting up libyaml-0-2:amd64 (0.2.5-1build1) ... - Setting up libffi-dev:amd64 (3.4.6-1build1) ... - Setting up libelf1t64:amd64 (0.190-1.1ubuntu0.1) ... - Setting up tzdata (2026a-0ubuntu0.24.04.1) ... - - Current default time zone: 'Europe/London' - Local time is now: Thu Jun 25 17:28:12 BST 2026. - Universal Time is now: Thu Jun 25 16:28:12 UTC 2026. - Run 'dpkg-reconfigure tzdata' if you wish to change it. - - Setting up libz3-4:amd64 (4.8.12-3.1build1) ... - Setting up libpkgconf3:amd64 (1.8.1-2build1) ... - Setting up libpfm4:amd64 (4.13.0+git32-g0d4ed0e-1) ... - Setting up libncurses6:amd64 (6.4+20240113-1ubuntu2) ... - Setting up usb.ids (2024.03.18-1) ... - Setting up binfmt-support (2.2.2-7) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up pkgconf-bin (1.8.1-2build1) ... - Setting up libclang-common-18-dev:amd64 (1:18.1.3-1ubuntu1) ... - Setting up libgc1:amd64 (1:8.2.6-1build1) ... - Setting up libicu74:amd64 (74.2-1ubuntu3.1) ... - Setting up zlib1g-dev:amd64 (1:1.3.dfsg-3.1ubuntu2.1) ... - Setting up libc6-i386 (2.39-0ubuntu8.7) ... - Setting up lsb-release (12.0-2) ... - Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.8) ... - Setting up libbpf1:amd64 (1:1.3.0-2build2) ... - Setting up libllvm18:amd64 (1:18.1.3-1ubuntu1) ... - Setting up libclang1-18 (1:18.1.3-1ubuntu1) ... - Setting up libz3-dev:amd64 (4.8.12-3.1build1) ... - Setting up libncurses-dev:amd64 (6.4+20240113-1ubuntu2) ... - Setting up libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.13) ... - Setting up python3.12 (3.12.3-1ubuntu0.13) ... - Setting up libobjc4:amd64 (14.2.0-4ubuntu2~24.04.1) ... - Setting up pkgconf:amd64 (1.8.1-2build1) ... - Setting up hwdata (0.379-1) ... - Setting up lib32gcc-s1 (14.2.0-4ubuntu2~24.04.1) ... - Setting up lib32stdc++6 (14.2.0-4ubuntu2~24.04.1) ... - Setting up libelf-dev:amd64 (0.190-1.1ubuntu0.1) ... - Setting up icu-devtools (74.2-1ubuntu3.1) ... - Setting up pkg-config:amd64 (1.8.1-2build1) ... - Setting up llvm-18-linker-tools (1:18.1.3-1ubuntu1) ... - Setting up llvm-18-runtime (1:18.1.3-1ubuntu1) ... - Setting up libclang-cpp18 (1:18.1.3-1ubuntu1) ... - Setting up linux-tools-common (6.8.0-124.124) ... - Setting up libicu-dev:amd64 (74.2-1ubuntu3.1) ... - Setting up libclang-rt-18-dev:amd64 (1:18.1.3-1ubuntu1) ... - Setting up libobjc-13-dev:amd64 (13.3.0-6ubuntu2~24.04.1) ... - Setting up libpython3-stdlib:amd64 (3.12.3-0ubuntu2.1) ... - Setting up libbpf-dev:amd64 (1:1.3.0-2build2) ... - Setting up clang-18 (1:18.1.3-1ubuntu1) ... - Setting up python3 (3.12.3-0ubuntu2.1) ... - running python rtupdate hooks for python3.12... - running python post-rtupdate hooks for python3.12... - Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3ubuntu3.8) ... - Setting up clang (1:18.0-59~exp2) ... - Setting up llvm-18 (1:18.1.3-1ubuntu1) ... - Setting up python3-pkg-resources (68.1.2-2ubuntu1.2) ... - Setting up python3-yaml (6.0.1-2build2) ... - Setting up python3-pygments (2.17.2+dfsg-1) ... - Setting up llvm-18-tools (1:18.1.3-1ubuntu1) ... - Setting up llvm-18-dev (1:18.1.3-1ubuntu1) ... - Processing triggers for libc-bin (2.39-0ubuntu8.7) ... # To update the current shell environment, run: eval $(opam env) 2026-06-25 16:28.19 ---> saved as "b67fbed64977cc0f98c2fcb514abf65e18568bf049397dc5e2b567419e982dde" /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-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0). [NOTE] Package ocaml is already installed (current version is 5.5.0). [NOTE] Package compiler-cloning is already installed (current version is enabled). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 36 packages - install base v0.17.3 - 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.17.0 - install jst-config v0.17.0 - install ocaml-compiler-libs v0.17.0 - install ocaml_intrinsics_kernel v0.17.2 - install ocamlfind 1.9.8 - install ppx_assert v0.17.0 - install ppx_base v0.17.0 - install ppx_cold v0.17.0 - install ppx_compare v0.17.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppx_enumerate v0.17.0 - install ppx_expect v0.17.3 - install ppx_globalize v0.17.2 - install ppx_hash v0.17.0 - install ppx_here v0.17.0 - install ppx_inline_test v0.17.1 - install ppx_optcomp v0.17.1 - install ppx_sexp_conv v0.17.1 - install ppxlib 0.38.0 - install ppxlib_jane v0.17.4 - install sexplib0 v0.17.0 - install stdio v0.17.0 - install stdlib-shims 0.3.0 - install time_now v0.17.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-pkg-config.5 (cached) -> retrieved base.v0.17.3 (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.17.0 (cached) -> installed conf-libffi.2.0.0 -> retrieved jst-config.v0.17.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_assert.v0.17.0 (cached) -> retrieved ppx_base.v0.17.0 (cached) -> retrieved ppx_cold.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_compare.v0.17.0 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved ppx_enumerate.v0.17.0 (cached) -> retrieved ppx_expect.v0.17.3 (cached) -> retrieved ppx_globalize.v0.17.2 (cached) -> retrieved ppx_hash.v0.17.0 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_inline_test.v0.17.1 (cached) -> retrieved ppx_optcomp.v0.17.1 (cached) -> retrieved ppx_sexp_conv.v0.17.1 (cached) -> retrieved ppxlib_jane.v0.17.4 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdio.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved time_now.v0.17.0 (cached) -> retrieved ppxlib.0.38.0 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.23.1 -> installed jane-street-headers.v0.17.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.2 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed integers.0.8.0 -> installed dune-configurator.3.23.1 -> installed ctypes.0.24.0 -> installed ctypes-foreign.0.24.0 -> installed base.v0.17.3 -> installed stdio.v0.17.0 -> installed ppxlib.0.38.0 -> installed ppxlib_jane.v0.17.4 -> installed ppx_optcomp.v0.17.1 -> installed ppx_here.v0.17.0 -> installed ppx_cold.v0.17.0 -> installed ppx_globalize.v0.17.2 -> installed ppx_deriving.6.1.1 -> installed ppx_enumerate.v0.17.0 -> installed ppx_compare.v0.17.0 -> installed ppx_sexp_conv.v0.17.1 -> installed ppx_hash.v0.17.0 -> installed ppx_assert.v0.17.0 -> installed ppx_base.v0.17.0 -> installed jst-config.v0.17.0 -> installed time_now.v0.17.0 -> installed ppx_inline_test.v0.17.1 -> installed ppx_expect.v0.17.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-25 16:32.53 ---> saved as "5c9fe7c965562bbab51d83e9945ac95f79e5e658317713a8bf91bc29bf352037" /src: (copy (src .) (dst /src)) 2026-06-25 16:32.53 ---> saved as "4eedeef8478cedfa7a091898f292bdc160c624a3cfad420b78865517f4948d6a" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_version.exe) Major:1, Minor:3, Libbpf.v1.3 2026-06-25 16:32.59 ---> saved as "60f842b60a32a9056680137ebde3b5f1e1e8674dffb8b8ecf48a979435d0f3dd" Job succeeded 2026-06-25 16:32.59: Job succeeded