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:fedora-42-5.5_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9fOpam project buildTo reproduce locally:git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard abb370b2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f# fedora-42-5.5_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-25 14:40.16: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f-fedora-42-5.5_opam-2.5-65100a7ad06b26241c48bfd0c8a70881"2026-06-25 14:40.16: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f)(comment fedora-42-5.5_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 (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 OCluster2026-06-25 15:20.29: Connecting to build cluster…2026-06-25 16:24.44: Waiting for worker…2026-06-25 16:27.05: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at abb370b CHANGES.md: allow nixos(from ocaml/opam:fedora-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.5@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f' locallydocker.io/ocaml/opam@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f: Pulling from ocaml/opamaccf5bbc0c67: Already exists416e4a8866bb: Already exists09b2fb3c52f4: Already exists7d4fe74f60d8: Already existsbbcb95d43ae8: Already exists98c9e9bc3c3f: Already exists59aec800fed7: Already exists34843ed0e584: Already exists424f865e9d0e: Already exists5594cf317ecb: Already exists7d9cba6e4af6: Already existsf8e47f2173a6: Already existscde03adba68d: Already existsd670f2c79209: Already exists2c9204fad5a4: Already exists2c9204fad5a4: Already existse6729152ebda: Already exists38838b679ce8: Already existse81ed02324ae: Already exists416e5bed9209: Already exists4f4fb700ef54: Already existsd97d403a554d: Already exists120f1228e350: Already exists5818b24e8ca2: Already existsbf4e4b4c0901: Already existsb31f5381f4f1: Already exists4445c4223195: Already existsa1a8982696e1: Already exists7ab4ccef3cde: Already exists8a8a38b5d8d7: Already exists19f2332bf3a3: Already existsa1f0867da660: Already existsa604f4114989: Already exists6fa30da69599: Already existsedd10e318c1a: Already existsa2e4cf71ba4d: Already exists9bbc7103c603: Already existsef5a3d458142: Already exists3810c8e7380c: Already exists8935ec72daad: Pulling fs layerd1e9fb442ec5: Pulling fs layer66e6e6db4ec4: Pulling fs layer8935ec72daad: Waiting73b3a7b3e712: Pulling fs layerd1e9fb442ec5: Waiting66e6e6db4ec4: Waiting755e9d83d188: Pulling fs layer73b3a7b3e712: Waiting755e9d83d188: Waiting8935ec72daad: Download complete8935ec72daad: Pull complete66e6e6db4ec4: Download complete73b3a7b3e712: Download complete755e9d83d188: Download completed1e9fb442ec5: Verifying Checksumd1e9fb442ec5: Download completed1e9fb442ec5: Pull complete66e6e6db4ec4: Pull complete73b3a7b3e712: Pull complete755e9d83d188: Pull completeDigest: sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9fStatus: Downloaded newer image for ocaml/opam@sha256:3163a8929bf4141ea9094f26c00cbef22e191e782859749ef4cdb9a1bdf58a9f2026-06-25 16:27.08 ---> using "2487185c6b922ab3a5145fd1e2764b1761247016c9347fe6415cd7ee7266cc7e" from cache/: (comment fedora-42-5.5_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% | 34.7 KiB/s | 17.8 KiB | 00m01sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-06-25 16:27.08 ---> using "13abb467fd49bf1e0893a1bb8c29c5cdd1151972b089b618e9b0541cbccd9416" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-25 16:27.09 ---> using "f9a9f6c08e164b91a387025885aba2bb50bc3d493b713a87e380c44b77cb60b7" 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_HEADb85f65c75d..ceed23f9d3 master -> origin/master3cee9a5d95 conf-pkg-config (#30082)2026-06-25 16:27.09 ---> using "6c6b33fe9c6fc895145eaf970c66952a6904ba745985f19ba1f7839e6eccacf2" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-25 16:27.09 ---> using "b7aaeb7e882e006a14ecaeef5c492f532b773cf59c602b074b2ab0e912702649" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.5.02.5.12026-06-25 16:27.09 ---> using "97e807b5cc246ed3611918bac0f7640bdb955d1ef80aa7d355554d5a5be3ce9a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-25 16:27.10 ---> using "9e162565ab1d8beef799dbc56f1ef4eee218f05323ffdbf2b86cf8f2bb7931f1" 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-repositoryThe 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.3Done.<><> 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 "315a678bf5593abed92a3736f11bb3cf1ca6561aa5c708cdc95b993ef94f363e" from cache/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)(dst ./))2026-06-25 16:27.18 ---> saved as "5f6608a4bc5b2a27850eb5d611ee1f9c1bc04fff4ebc3f0da8d7de38e31a355c"/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.24 ---> saved as "7940dc5a68644be31345422718b3143b62e508ae480bf3ef854d0dceed760c4e"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-25 16:27.29 ---> saved as "94e0129707320252861fc7a748aed1a8ac3f448e16753472dadb6e74a9b1e019"/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/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-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: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- Upgrading:- elfutils x86_64 0.195-1.fc42 updates 2.9 MiB- replacing elfutils x86_64 0.194-1.fc42 updates 2.9 MiB- elfutils-debuginfod-client x86_64 0.195-1.fc42 updates 84.1 KiB- replacing elfutils-debuginfod-client x86_64 0.194-1.fc42 updates 83.9 KiB- elfutils-libelf x86_64 0.195-1.fc42 updates 1.2 MiB- replacing elfutils-libelf x86_64 0.194-1.fc42 4d50ae1e19014c5b9629dfcf8915b996 1.1 MiB- elfutils-libs x86_64 0.195-1.fc42 updates 687.5 KiB- replacing elfutils-libs x86_64 0.194-1.fc42 4d50ae1e19014c5b9629dfcf8915b996 687.4 KiB- 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.11-1.fc42 updates 0.0 B- elfutils-libelf-devel x86_64 0.195-1.fc42 updates 104.8 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: 13 packages- Upgrading: 4 packages- Replacing: 4 packages-- Total size of inbound packages is 33 MiB. Need to download 33 MiB.- After this operation, 166 MiB extra will be used (install 171 MiB, remove 5 MiB).- [ 1/17] bpftool-0:7.5.0-3.fc42.x86_64 100% | 4.0 MiB/s | 321.7 KiB | 00m00s- [ 2/17] clang-0:20.1.8-4.fc42.x86_64 100% | 1.5 MiB/s | 157.8 KiB | 00m00s- [ 3/17] clang-resource-filesystem-0:20. 100% | 525.5 KiB/s | 20.5 KiB | 00m00s- [ 4/17] libffi-devel-0:3.4.6-5.fc42.x86 100% | 7.0 MiB/s | 28.8 KiB | 00m00s- [ 5/17] elfutils-libelf-devel-0:0.195-1 100% | 1.2 MiB/s | 123.9 KiB | 00m00s- [ 6/17] libbpf-devel-2:1.5.0-2.fc42.x86 100% | 714.3 KiB/s | 90.0 KiB | 00m00s- [ 7/17] cmake-filesystem-0:3.31.11-1.fc 100% | 1.6 MiB/s | 12.8 KiB | 00m00s- [ 8/17] zlib-ng-compat-devel-0:2.2.5-2. 100% | 1.4 MiB/s | 38.3 KiB | 00m00s- [ 9/17] libatomic-0:15.2.1-7.fc42.x86_6 100% | 562.4 KiB/s | 47.8 KiB | 00m00s- [10/17] libomp-0:20.1.8-4.fc42.x86_64 100% | 5.0 MiB/s | 738.4 KiB | 00m00s- [11/17] libomp-devel-0:20.1.8-4.fc42.x8 100% | 2.8 MiB/s | 282.8 KiB | 00m00s- [12/17] elfutils-libelf-0:0.195-1.fc42. 100% | 2.3 MiB/s | 207.4 KiB | 00m00s- [13/17] elfutils-libs-0:0.195-1.fc42.x8 100% | 3.8 MiB/s | 271.4 KiB | 00m00s- [14/17] elfutils-debuginfod-client-0:0. 100% | 667.1 KiB/s | 46.0 KiB | 00m00s- [15/17] elfutils-0:0.195-1.fc42.x86_64 100% | 6.2 MiB/s | 577.3 KiB | 00m00s- [16/17] compiler-rt-0:20.1.8-4.fc42.x86 100% | 4.8 MiB/s | 2.9 MiB | 00m01s- [17/17] clang-libs-0:20.1.8-4.fc42.x86_ 100% | 10.1 MiB/s | 27.5 MiB | 00m03s- --------------------------------------------------------------------------------- [17/17] Total 100% | 11.2 MiB/s | 33.3 MiB | 00m03s- Running transaction- [ 1/23] Verify package files 100% | 160.0 B/s | 17.0 B | 00m00s- [ 2/23] Prepare transaction 100% | 420.0 B/s | 21.0 B | 00m00s- [ 3/23] Upgrading elfutils-libelf-0:0.1 100% | 289.5 MiB/s | 1.2 MiB | 00m00s- [ 4/23] Installing clang-resource-files 100% | 16.3 MiB/s | 16.7 KiB | 00m00s- [ 5/23] Upgrading elfutils-libs-0:0.195 100% | 168.3 MiB/s | 689.3 KiB | 00m00s- [ 6/23] Upgrading elfutils-debuginfod-c 100% | 4.7 MiB/s | 86.4 KiB | 00m00s- [ 7/23] Installing clang-libs-0:20.1.8- 100% | 363.4 MiB/s | 120.3 MiB | 00m00s- [ 8/23] Installing libomp-0:20.1.8-4.fc 100% | 247.3 MiB/s | 2.2 MiB | 00m00s- [ 9/23] Installing cmake-filesystem-0:3 100% | 2.5 MiB/s | 7.6 KiB | 00m00s- [10/23] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.5 KiB | 00m00s- [11/23] Installing elfutils-libelf-deve 100% | 59.6 MiB/s | 122.1 KiB | 00m00s- [12/23] Installing libbpf-devel-2:1.5.0 100% | 194.0 MiB/s | 397.4 KiB | 00m00s- [13/23] Installing libomp-devel-0:20.1. 100% | 220.9 MiB/s | 1.5 MiB | 00m00s- [14/23] Installing clang-0:20.1.8-4.fc4 100% | 8.8 MiB/s | 377.2 KiB | 00m00s- [15/23] Upgrading elfutils-0:0.195-1.fc 100% | 105.0 MiB/s | 2.9 MiB | 00m00s- [16/23] Installing compiler-rt-0:20.1.8 100% | 454.5 MiB/s | 40.5 MiB | 00m00s- [17/23] Installing bpftool-0:7.5.0-3.fc 100% | 41.9 MiB/s | 728.5 KiB | 00m00s- [18/23] Installing libatomic-0:15.2.1-7 100% | 36.7 MiB/s | 37.5 KiB | 00m00s- [19/23] Installing libffi-devel-0:3.4.6 100% | 3.8 MiB/s | 34.8 KiB | 00m00s- [20/23] Removing elfutils-0:0.194-1.fc4 100% | 3.3 KiB/s | 68.0 B | 00m00s- [21/23] Removing elfutils-debuginfod-cl 100% | 1.5 KiB/s | 15.0 B | 00m00s- [22/23] Removing elfutils-libs-0:0.194- 100% | 11.7 KiB/s | 12.0 B | 00m00s- [23/23] Removing elfutils-libelf-0:0.19 100% | 241.0 B/s | 15.0 B | 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-06-25 16:27.48 ---> saved as "e6abdde4f4b109fa9313d4e0128252a97fff9edada1a313b7545fe4ecbcd53cc"/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)-> retrieved jst-config.v0.17.0 (cached)-> installed conf-libffi.2.0.0-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached)-> retrieved ppx_assert.v0.17.0 (cached)-> retrieved ocamlfind.1.9.8 (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_enumerate.v0.17.0 (cached)-> retrieved ppx_deriving.6.1.1 (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 base.v0.17.3-> installed ctypes-foreign.0.24.0-> installed stdio.v0.17.0-> installed ppxlib.0.38.0-> installed ppxlib_jane.v0.17.4-> installed ppx_optcomp.v0.17.1-> installed ppx_cold.v0.17.0-> installed ppx_here.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed ppx_globalize.v0.17.2-> installed ppx_deriving.6.1.1-> 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.3Done.# To update the current shell environment, run: eval $(opam env)2026-06-25 16:29.01 ---> saved as "860c18ebfec98f3910e57c86a731f6c447ae0c075f69c730da70d3eb9e39cefb"/src: (copy (src .) (dst /src))2026-06-25 16:29.08 ---> saved as "6b2d2dcbb9312f90df0a6fe443a8e290615d4342872578e04d5e4c305a89c12a"/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.52026-06-25 16:29.16 ---> saved as "9986f13fbd87fa02ff035f33f73e71f8dfd69b957a416a0f3211057606be381c"Job succeeded2026-06-25 16:29.32: Job succeeded