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-43-5.5_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3 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-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3 # fedora-43-5.5_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 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:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3-fedora-43-5.5_opam-2.5-65100a7ad06b26241c48bfd0c8a70881" 2026-06-25 14:40.16: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3) (comment fedora-43-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 OCluster 2026-06-25 15:20.29: Connecting to build cluster… 2026-06-25 16:24.45: Waiting for worker… 2026-06-25 16:27.05: Got resource from pool OCluster Building on bremusa.ocamllabs.io All commits already cached HEAD is now at abb370b CHANGES.md: allow nixos (from ocaml/opam:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3) Unable to find image 'ocaml/opam:fedora-43-ocaml-5.5@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3' locally docker.io/ocaml/opam@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3: Pulling from ocaml/opam 1fd43c80f797: Already exists 86f641bed7cf: Already exists cc34a09cdcc4: Already exists 47bba4af6cc8: Already exists 531d0119982c: Already exists 6fa16750b700: Already exists ff20a06231f1: Already exists f322df446d6b: Already exists 405072d36bdd: Already exists a044fbf81d64: Already exists 7aa0c45a06e7: Already exists 19bf9c672922: Already exists ba7cc57104ca: Already exists e747e9ba4ad0: Already exists a51191b964b5: Already exists eb3f96fbef2d: Already exists dcb5bfc96fb1: Already exists c6e9334c27d9: Already exists 3e2552a6acd4: Already exists e90a9d0334f0: Already exists 4f4fb700ef54: Already exists 08e693a44334: Already exists e300cbdc3c3a: Already exists 9cea457898f0: Already exists 6f82656ba15e: Already exists 8f43e8b28a74: Already exists 6df25cab4e43: Already exists 02f4c0aa1e50: Already exists 04326f1af263: Already exists a33503cc6e74: Already exists a9d74e06cd17: Already exists 76858174296d: Already exists a56641b71d16: Already exists f29abdc5601a: Already exists fc89bc3ac8f5: Already exists 102babdbfb68: Already exists 404ff40b2ca1: Already exists f56469463003: Already exists de68a1e1ac41: Already exists c3fb14822511: Pulling fs layer c8cdf97c4f64: Pulling fs layer 40d2a9eebf0d: Pulling fs layer 153928002779: Pulling fs layer d7e05ae59262: Pulling fs layer 153928002779: Waiting d7e05ae59262: Waiting 40d2a9eebf0d: Verifying Checksum 40d2a9eebf0d: Download complete 153928002779: Verifying Checksum 153928002779: Download complete d7e05ae59262: Verifying Checksum d7e05ae59262: Download complete c3fb14822511: Verifying Checksum c3fb14822511: Download complete c3fb14822511: Pull complete c8cdf97c4f64: Verifying Checksum c8cdf97c4f64: Download complete c8cdf97c4f64: Pull complete 40d2a9eebf0d: Pull complete 153928002779: Pull complete d7e05ae59262: Pull complete Digest: sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3 Status: Downloaded newer image for ocaml/opam@sha256:337b1d72dc1e6fd5c814c00e77bc30892b0af63f1c0956643af5a70e345c09a3 2026-06-25 16:27.06 ---> using "495de9149c6efd18e8cfe874b66f12bba5ca407c44dd97c903d0de72622f02f9" from cache /: (comment fedora-43-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 43 - x86_64 - Updates 100% | 82.0 KiB/s | 17.9 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-06-25 16:27.06 ---> using "e4a68b29d80178d58baf16845f0d89d12591c934b9f29cc5282c1b117cafbaf0" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-06-25 16:27.06 ---> using "52832f5688e71a042d1966c4052f0935dd5c13f0af17e83886f5142bfc7bafbc" 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.06 ---> using "bdbe745a99b8001e70a53882dec8cb020f566a45d7dc3bc748d1471539a429ee" 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.06 ---> using "24ce270e31548881b25687c8c9e3130224326626a1fa3872ec13a899ca10a5f8" 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.06 ---> using "ebd1886d5b0a467a4ef22a23d00754d69af7ecfdbe13ba3e2499c51ef87ef213" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-25 16:27.06 ---> using "9e8b5bcbd37082a3516cc9edf3097859d9eb034ca121829a289da824942d8dd3" 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.06 ---> using "859d5a9f10dd79a92c6882d3043f191cd633744c4d6be172ef02463399df97dc" from cache /src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam) (dst ./)) 2026-06-25 16:27.06 ---> saved as "bf1915f0db9de051fe71fdd462d2e145a9a48e4b2039e2b89cb820d8c6f01946" /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.10 ---> saved as "c6199d9ca82dcbb74d458f01d54823419ef74631cd4b47418bf9f466d8b4d77b" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-25 16:27.10 ---> saved as "5312640e0c1e3fd5ebc73404ff97d5e808b0c1ea6be55f13509542cadce1c45a" /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 - Installing: - bpftool x86_64 7.6.0-1.fc43 fedora 731.4 KiB - clang x86_64 21.1.8-4.fc43 updates 65.5 MiB - libbpf-devel x86_64 2:1.6.1-4.fc43 updates 400.0 KiB - libffi-devel x86_64 3.5.2-1.fc43 updates 33.9 KiB - Installing dependencies: - clang-libs x86_64 21.1.8-4.fc43 updates 114.9 MiB - clang-resource-filesystem x86_64 21.1.8-4.fc43 updates 15.3 KiB - cmake-filesystem x86_64 3.31.11-1.fc43 updates 0.0 B - elfutils-libelf-devel x86_64 0.195-1.fc43 updates 104.8 KiB - libbpf x86_64 2:1.6.1-4.fc43 updates 422.7 KiB - llvm20-filesystem x86_64 20.1.8-2.fc43 fedora 0.0 B - llvm20-libs x86_64 20.1.8-2.fc43 fedora 139.7 MiB - zlib-ng-compat-devel x86_64 2.3.3-2.fc43 updates 107.0 KiB - Installing weak dependencies: - compiler-rt x86_64 21.1.8-4.fc43 updates 41.1 MiB - libatomic x86_64 15.2.1-7.fc43 updates 36.7 KiB - libomp x86_64 21.1.8-4.fc43 updates 2.8 MiB - libomp-devel x86_64 21.1.8-4.fc43 updates 1.5 MiB - - Transaction Summary: - Installing: 16 packages - - Total size of inbound packages is 77 MiB. Need to download 77 MiB. - After this operation, 367 MiB extra will be used (install 367 MiB, remove 0 B). - [ 1/16] llvm20-filesystem-0:20.1.8-2.fc 100% | 108.5 KiB/s | 14.5 KiB | 00m00s - [ 2/16] bpftool-0:7.6.0-1.fc43.x86_64 100% | 1.2 MiB/s | 325.2 KiB | 00m00s - [ 3/16] clang-0:21.1.8-4.fc43.x86_64 100% | 3.6 MiB/s | 7.3 MiB | 00m02s - [ 4/16] clang-resource-filesystem-0:21. 100% | 86.6 KiB/s | 20.8 KiB | 00m00s - [ 5/16] libbpf-devel-2:1.6.1-4.fc43.x86 100% | 535.1 KiB/s | 90.4 KiB | 00m00s - [ 6/16] libffi-devel-0:3.5.2-1.fc43.x86 100% | 2.4 MiB/s | 29.7 KiB | 00m00s - [ 7/16] elfutils-libelf-devel-0:0.195-1 100% | 284.9 KiB/s | 123.9 KiB | 00m00s - [ 8/16] libbpf-2:1.6.1-4.fc43.x86_64 100% | 1.5 MiB/s | 190.7 KiB | 00m00s - [ 9/16] zlib-ng-compat-devel-0:2.3.3-2. 100% | 3.1 MiB/s | 37.8 KiB | 00m00s - [10/16] cmake-filesystem-0:3.31.11-1.fc 100% | 1.9 MiB/s | 13.4 KiB | 00m00s - [11/16] libatomic-0:15.2.1-7.fc43.x86_6 100% | 267.0 KiB/s | 47.8 KiB | 00m00s - [12/16] libomp-0:21.1.8-4.fc43.x86_64 100% | 2.6 MiB/s | 831.2 KiB | 00m00s - [13/16] compiler-rt-0:21.1.8-4.fc43.x86 100% | 3.1 MiB/s | 3.0 MiB | 00m01s - [14/16] libomp-devel-0:21.1.8-4.fc43.x8 100% | 1.2 MiB/s | 266.0 KiB | 00m00s - [15/16] clang-libs-0:21.1.8-4.fc43.x86_ 100% | 6.0 MiB/s | 30.2 MiB | 00m05s - [16/16] llvm20-libs-0:20.1.8-2.fc43.x86 100% | 5.0 MiB/s | 34.3 MiB | 00m07s - -------------------------------------------------------------------------------- - [16/16] Total 100% | 10.8 MiB/s | 76.8 MiB | 00m07s - Running transaction - [ 1/18] Verify package files 100% | 17.0 B/s | 16.0 B | 00m01s - [ 2/18] Prepare transaction 100% | 280.0 B/s | 16.0 B | 00m00s - [ 3/18] Installing clang-resource-files 100% | 5.4 MiB/s | 16.7 KiB | 00m00s - [ 4/18] Installing clang-libs-0:21.1.8- 100% | 139.5 MiB/s | 114.9 MiB | 00m01s - [ 5/18] Installing libomp-0:21.1.8-4.fc 100% | 123.1 MiB/s | 2.8 MiB | 00m00s - [ 6/18] Installing cmake-filesystem-0:3 100% | 1.5 MiB/s | 7.6 KiB | 00m00s - [ 7/18] Installing zlib-ng-compat-devel 100% | 35.3 MiB/s | 108.6 KiB | 00m00s - [ 8/18] Installing elfutils-libelf-deve 100% | 39.7 MiB/s | 122.1 KiB | 00m00s - [ 9/18] Installing libbpf-2:1.6.1-4.fc4 100% | 68.9 MiB/s | 423.5 KiB | 00m00s - [10/18] Installing llvm20-filesystem-0: 100% | 1.0 MiB/s | 1.1 KiB | 00m00s - [11/18] Installing llvm20-libs-0:20.1.8 100% | 102.1 MiB/s | 139.7 MiB | 00m01s - [12/18] Installing bpftool-0:7.6.0-1.fc 100% | 17.1 MiB/s | 734.0 KiB | 00m00s - [13/18] Installing libbpf-devel-2:1.6.1 100% | 49.1 MiB/s | 402.3 KiB | 00m00s - [14/18] Installing libomp-devel-0:21.1. 100% | 65.5 MiB/s | 1.5 MiB | 00m00s - [15/18] Installing clang-0:21.1.8-4.fc4 100% | 96.8 MiB/s | 65.5 MiB | 00m01s - [16/18] Installing compiler-rt-0:21.1.8 100% | 114.2 MiB/s | 41.1 MiB | 00m00s - [17/18] Installing libatomic-0:15.2.1-7 100% | 12.2 MiB/s | 37.5 KiB | 00m00s - [18/18] Installing libffi-devel-0:3.5.2 100% | 404.3 KiB/s | 35.6 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "bpftool" "clang" "libbpf-devel" "libffi-devel" - bpftool-7.6.0-1.fc43.x86_64 - clang-21.1.8-4.fc43.x86_64 - libbpf-devel-1.6.1-4.fc43.x86_64 - libffi-devel-3.5.2-1.fc43.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-06-25 16:27.38 ---> saved as "3deaee371776aba83c0875701aa0fc23e4d38a0e39ef0d93d2342f981b61a080" /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 csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.2 -> installed ppx_derivers.1.2.1 -> 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.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-25 16:30.19 ---> saved as "1d903a8f0f9f88b6369617cd3f3947db0a1e831ee8aa50383462517cd0f360d0" /src: (copy (src .) (dst /src)) 2026-06-25 16:30.19 ---> saved as "46789a0e1cd83c9476a01a1166883eb520084cc2ce8b515e84447aac4cf8a746" /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-25 16:30.23 ---> saved as "8e10897a28fe86a362c806fda3c4160634132174e3866ede2d7454bab0e42a04" Job succeeded 2026-06-25 16:30.23: Job succeeded