2026-02-15 17:59.21: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:fedora-42-5.4_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8 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:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8 # fedora-42-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && 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 conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 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.37.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-02-15 17:59.21: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8-fedora-42-5.4_opam-2.5-ca468154a397437b50e76cb4b68e9a63" 2026-02-15 17:59.21: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8) (comment fedora-42-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (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 "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && 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 (network host) (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 conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 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.37.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-02-15 17:59.21: Waiting for resource in pool OCluster 2026-02-15 18:00.00: Waiting for worker… 2026-02-15 18:00.00: Got resource from pool OCluster Building on clete All commits already cached HEAD is now at abb370b CHANGES.md: allow nixos (from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8) 2026-02-15 17:59.39 ---> saved as "df14cd90ce9bb00d2ec3452cc8c95f7005fb902611b52fd480ace2e03f802e87" /: (comment fedora-42-5.4_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 42 - x86_64 - Updates 100% | 25.9 KiB/s | 17.2 KiB | 00m01s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2026-02-15 18:00.03 ---> saved as "2799ff75c9c61284d6f7a1f647ac37570b94a2b49ae88a2e1c73dfb1ea43194e" /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-02-15 18:00.03 ---> saved as "9c619b4adeab6fdd5544f88f84a4bb54a7c60a1fac8236cf05e09d18e183c65e" /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.0 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 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-15 18:00.27 ---> saved as "7f98e5eebde2aa32373cdf2b56e35afa38478f841e32595058079a1009ca1ca0" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-02-15 18:00.27 ---> saved as "b84868788286afe3b7593c4c2a6c6b9b5f222bc8b625b8b73b5b9e58dd3950b3" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-15 18:00.27 ---> saved as "c4b52acd1f2460cd9cdca02c90025ed2e9060a6f6453d01bb3ae0fbb36481c69" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) 302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-02-15 18:00.38 ---> saved as "f065daedf11f717b36f69fae0e610a8b0b10aff4d54e74377732fb0fd32b5462" /src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam) (dst ./)) 2026-02-15 18:00.38 ---> saved as "5749e42f6aee7c558050040d8fec8f0d13d8864af09f31feb60194c383246844" /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-02-15 18:00.42 ---> saved as "1738ff474cee70fb922854ba6198ebf7ba0d43b947c740d73c22c26b2a57db9d" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-15 18:00.42 ---> saved as "48bb013ca4805501833d2e1fe7378727cbd19403af3d990975660102f083b9b4" /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 conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 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.37.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/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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: bpftool clang libbpf-devel libffi-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/sbin/sudo "yum" "install" "-y" "bpftool" "clang" "libbpf-devel" "libffi-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - bpftool x86_64 7.5.0-3.fc42 updates 725.9 KiB - clang x86_64 20.1.8-4.fc42 updates 372.9 KiB - libbpf-devel x86_64 2:1.5.0-2.fc42 fedora 395.0 KiB - libffi-devel x86_64 3.4.6-5.fc42 fedora 33.1 KiB - Installing dependencies: - clang-libs x86_64 20.1.8-4.fc42 updates 120.2 MiB - clang-resource-filesystem x86_64 20.1.8-4.fc42 updates 15.3 KiB - cmake-filesystem x86_64 3.31.6-2.fc42 fedora 0.0 B - elfutils-libelf-devel x86_64 0.194-1.fc42 updates 75.0 KiB - libzstd-devel x86_64 1.5.7-1.fc42 fedora 208.0 KiB - zlib-ng-compat-devel x86_64 2.2.5-2.fc42 updates 107.0 KiB - Installing weak dependencies: - compiler-rt x86_64 20.1.8-4.fc42 updates 40.4 MiB - libatomic x86_64 15.2.1-7.fc42 updates 36.7 KiB - libomp x86_64 20.1.8-4.fc42 updates 2.2 MiB - libomp-devel x86_64 20.1.8-4.fc42 updates 1.5 MiB - - Transaction Summary: - Installing: 14 packages - - Total size of inbound packages is 32 MiB. Need to download 32 MiB. - After this operation, 166 MiB extra will be used (install 166 MiB, remove 0 B). - [ 1/14] clang-0:20.1.8-4.fc42.x86_64 100% | 43.9 KiB/s | 157.8 KiB | 00m04s - [ 2/14] bpftool-0:7.5.0-3.fc42.x86_64 100% | 89.0 KiB/s | 321.7 KiB | 00m04s - [ 3/14] clang-resource-filesystem-0:20. 100% | 82.3 KiB/s | 20.5 KiB | 00m00s - [ 4/14] libffi-devel-0:3.4.6-5.fc42.x86 100% | 55.9 KiB/s | 28.8 KiB | 00m01s - [ 5/14] libbpf-devel-2:1.5.0-2.fc42.x86 100% | 88.4 KiB/s | 90.0 KiB | 00m01s - [ 6/14] zlib-ng-compat-devel-0:2.2.5-2. 100% | 121.3 KiB/s | 38.3 KiB | 00m00s - [ 7/14] cmake-filesystem-0:3.31.6-2.fc4 100% | 97.7 KiB/s | 17.6 KiB | 00m00s - [ 8/14] libzstd-devel-0:1.5.7-1.fc42.x8 100% | 120.7 KiB/s | 53.1 KiB | 00m00s - [ 9/14] elfutils-libelf-devel-0:0.194-1 100% | 49.1 KiB/s | 82.7 KiB | 00m02s - [10/14] libatomic-0:15.2.1-7.fc42.x86_6 100% | 78.5 KiB/s | 47.8 KiB | 00m01s - [11/14] libomp-0:20.1.8-4.fc42.x86_64 100% | 140.1 KiB/s | 738.4 KiB | 00m05s - [12/14] libomp-devel-0:20.1.8-4.fc42.x8 100% | 159.5 KiB/s | 282.8 KiB | 00m02s - [13/14] compiler-rt-0:20.1.8-4.fc42.x86 100% | 95.0 KiB/s | 2.9 MiB | 00m32s - [14/14] clang-libs-0:20.1.8-4.fc42.x86_ 100% | 539.9 KiB/s | 27.5 MiB | 00m52s - -------------------------------------------------------------------------------- - [14/14] Total 100% | 590.5 KiB/s | 32.2 MiB | 00m56s - Running transaction - [ 1/16] Verify package files 100% | 31.0 B/s | 14.0 B | 00m00s - [ 2/16] Prepare transaction 100% | 108.0 B/s | 14.0 B | 00m00s - [ 3/16] Installing clang-resource-files 100% | 2.7 MiB/s | 16.7 KiB | 00m00s - [ 4/16] Installing clang-libs-0:20.1.8- 100% | 87.7 MiB/s | 120.3 MiB | 00m01s - [ 5/16] Installing libomp-0:20.1.8-4.fc 100% | 111.3 MiB/s | 2.2 MiB | 00m00s - [ 6/16] Installing libzstd-devel-0:1.5. 100% | 68.0 MiB/s | 208.8 KiB | 00m00s - [ 7/16] Installing cmake-filesystem-0:3 100% | 1.9 MiB/s | 7.6 KiB | 00m00s - [ 8/16] Installing zlib-ng-compat-devel 100% | 35.3 MiB/s | 108.5 KiB | 00m00s - [ 9/16] Installing elfutils-libelf-deve 100% | 41.8 MiB/s | 85.7 KiB | 00m00s - [10/16] Installing libbpf-devel-2:1.5.0 100% | 77.6 MiB/s | 397.4 KiB | 00m00s - [11/16] Installing libomp-devel-0:20.1. 100% | 110.5 MiB/s | 1.5 MiB | 00m00s - [12/16] Installing clang-0:20.1.8-4.fc4 100% | 6.4 MiB/s | 377.2 KiB | 00m00s - [13/16] Installing compiler-rt-0:20.1.8 100% | 140.5 MiB/s | 40.5 MiB | 00m00s - [14/16] Installing libatomic-0:15.2.1-7 100% | 18.3 MiB/s | 37.5 KiB | 00m00s - [15/16] Installing libffi-devel-0:3.4.6 100% | 17.0 MiB/s | 34.8 KiB | 00m00s - [16/16] Installing bpftool-0:7.5.0-3.fc 100% | 6.2 MiB/s | 728.5 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "bpftool" "clang" "libbpf-devel" "libffi-devel" - bpftool-7.5.0-3.fc42.x86_64 - clang-20.1.8-4.fc42.x86_64 - libbpf-devel-1.5.0-2.fc42.x86_64 - libffi-devel-3.4.6-5.fc42.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-02-15 18:02.00 ---> saved as "54e81f64b625909b9ba721d49e25b462e98e4abcbe21a0e8bb5ee9130c6110aa" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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 4 - install cppo 1.8.0 - install csexp 1.5.2 - install ctypes 0.24.0 - install ctypes-foreign 0.24.0 - install dune 3.21.1 - install dune-configurator 3.21.1 - install integers 0.7.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.1 - 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.37.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 base.v0.17.3 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-clang.2 -> installed conf-pkg-config.4 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) -> retrieved integers.0.7.0 (cached) -> installed conf-libffi.2.0.0 -> retrieved jane-street-headers.v0.17.0 (cached) -> retrieved jst-config.v0.17.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (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_compare.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved ppx_enumerate.v0.17.0 (cached) -> retrieved ppx_globalize.v0.17.2 (cached) -> retrieved ppx_expect.v0.17.3 (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.37.0 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached) -> installed ocamlfind.1.9.8 -> installed dune.3.21.1 -> installed jane-street-headers.v0.17.0 -> installed ppx_derivers.1.2.1 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed sexplib0.v0.17.0 -> installed integers.0.7.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed cppo.1.8.0 -> installed dune-configurator.3.21.1 -> installed ctypes.0.24.0 -> installed base.v0.17.3 -> installed ctypes-foreign.0.24.0 -> installed stdio.v0.17.0 -> installed ppxlib.0.37.0 -> installed ppx_optcomp.v0.17.1 -> installed ppxlib_jane.v0.17.4 -> installed ppx_cold.v0.17.0 -> installed ppx_here.v0.17.0 -> installed ppx_compare.v0.17.0 -> installed ppx_globalize.v0.17.2 -> installed ppx_enumerate.v0.17.0 -> installed ppx_deriving.6.1.1 -> 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-02-15 18:07.09 ---> saved as "b85619c1d3699036b64fc46cde3a509bccb6ddaaed507669a715092d96ffe851" /src: (copy (src .) (dst /src)) 2026-02-15 18:07.10 ---> saved as "41d47010dd1f62ebbcd5483bc22f0e89d8bf4f2e4fbc87b1d4e4bc880c54c4ce" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_version.exe) Major:1, Minor:5, Libbpf.v1.5 2026-02-15 18:07.19 ---> saved as "3b2dccfdb6af0c30b8b88a22514deea852553cb20fe994bb85c50675e6fe2e67" Job succeeded 2026-02-15 18:07.19: Job succeeded