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-44-5.5_opam-2.5)Base: ocaml/opam:fedora-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9ddaOpam 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-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda# fedora-44-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-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda-fedora-44-5.5_opam-2.5-65100a7ad06b26241c48bfd0c8a70881"2026-06-25 14:40.16: Using OBuilder spec:((from ocaml/opam:fedora-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda)(comment fedora-44-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.46: Waiting for worker…2026-06-25 16:27.08: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at abb370b CHANGES.md: allow nixos(from ocaml/opam:fedora-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda)Unable to find image 'ocaml/opam:fedora-44-ocaml-5.5@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda' locallydocker.io/ocaml/opam@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda: Pulling from ocaml/opam4dd84e24b4eb: Already existsc855aef692e0: Already existsd5db3ed9ed6c: Already exists91473e4b2845: Already exists6423b7893863: Already exists68389201b7e3: Already existsea2f6b01b9ca: Already exists6070ebf1b19b: Already existsed277bfd2fff: Already exists10a4adf14481: Already exists9282feaa3026: Already exists1619cacdb462: Already exists050ff808f0c8: Already exists75d5447db8eb: Already existse5435a7e206e: Already existse5435a7e206e: Already exists79abb75016fb: Already exists36dcf63969d6: Already exists5a58fba3b55e: Already exists1aed4ee0db8c: Already exists4f4fb700ef54: Already exists74b39a71999b: Already exists0f8139e3e078: Already existsc18524ece9d1: Already existsdc94c79af00f: Already exists6894fa1e8dd5: Already exists519a583e051f: Already existsef65a66dc206: Already exists9b0fc41cdcd8: Already existsb361b14d12ee: Already exists6d1ddf02f483: Already exists729f0c275cf6: Already exists553958ba7135: Already exists4ca2f8c8b3d6: Already existsf508247d566e: Already exists33c89018572c: Already existsaae9b8b87fd3: Already existsae57ac75a71b: Already exists6c9249e03224: Already existsf5233cd332c7: Pulling fs layera534a46f6a78: Pulling fs layer8a2324c6949d: Pulling fs layer2ac80613f4a1: Pulling fs layerf5233cd332c7: Waitingb0b8cfaf5597: Pulling fs layera534a46f6a78: Waiting8a2324c6949d: Waiting2ac80613f4a1: Waitingb0b8cfaf5597: Waitingf5233cd332c7: Verifying Checksumf5233cd332c7: Download complete8a2324c6949d: Download complete2ac80613f4a1: Verifying Checksum2ac80613f4a1: Download completeb0b8cfaf5597: Verifying Checksumb0b8cfaf5597: Download completef5233cd332c7: Pull completea534a46f6a78: Verifying Checksuma534a46f6a78: Download completea534a46f6a78: Pull complete8a2324c6949d: Pull complete2ac80613f4a1: Pull completeb0b8cfaf5597: Pull completeDigest: sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9ddaStatus: Downloaded newer image for ocaml/opam@sha256:4150b581cd0661faf9f8880de791855c25f89805840f29debbb91bc48b7f9dda2026-06-25 16:27.08 ---> using "fc4b84d18c92ce7ade7e1a35b92df1a03d949b2d60e71b39d5fa19270d2d7e4e" from cache/: (comment fedora-44-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 44 - x86_64 - Updates 100% | 147.1 KiB/s | 17.9 KiB | 00m00sRepositories loaded.Nothing to do.Package "findutils-1:4.10.0-7.fc44.x86_64" is already installed.2026-06-25 16:27.08 ---> using "876c75da5573a494572ede26e8249d539da7224d4d7af9d15034242c582afa80" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-25 16:27.08 ---> using "81f36feb0037f0b190afd2ed42fce9455aa87fcca708c01781082db258956e10" 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.08 ---> using "aee448b2a7a56e97266c9219b0367389616c7b856aad7d9f7d936f4a021279c6" 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.08 ---> using "1b0eed1496695414d63a062bee6c313e9483ecfff33ab680730d7c281dfdbce9" 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.08 ---> using "2803c8e4ae94c79cc1495ad38d7556ebac53b44591d7d42c3b2d31a732d647d3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-25 16:27.08 ---> using "cc86ddf82970222a1930307a78602c026214b8b3d36f6736ae73c23c6457b5f1" 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.08 ---> using "dc263bcc8a38ed31281255a2328bbe460f3036535faa941b6c549d707750417c" from cache/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)(dst ./))2026-06-25 16:27.09 ---> saved as "77884886c2a23c7b50eaa43d36baf40929c9d1c4f97b03cddd5b54af1824c1d3"/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.13 ---> saved as "f5995a62e0decc5d47088914af96140675a09e3e76783e1f9964966e1d6be21f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-25 16:27.13 ---> saved as "b4105ba8139e878a0dae9e96f00fb42746c6cae07bbff1ac7a6ecf8aa00007b5"/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:- llvm-filesystem x86_64 0:22.1.8-1.fc44 updates 0.0 B- replacing llvm-filesystem x86_64 0:22.1.7-1.fc44 updates 0.0 B- llvm-libs x86_64 0:22.1.8-1.fc44 updates 140.5 MiB- replacing llvm-libs x86_64 0:22.1.7-1.fc44 updates 140.5 MiB- Installing:- bpftool x86_64 0:7.6.0-3.fc44 fedora 751.3 KiB- clang x86_64 0:22.1.8-1.fc44 updates 61.5 MiB- libbpf-devel x86_64 2:1.6.3-2.fc44 updates 400.0 KiB- libffi-devel x86_64 0:3.5.2-2.fc44 fedora 33.9 KiB- Installing dependencies:- clang-libs x86_64 0:22.1.8-1.fc44 updates 109.8 MiB- clang-resource-filesystem x86_64 0:22.1.8-1.fc44 updates 15.3 KiB- elfutils-libelf-devel x86_64 0:0.195-1.fc44 updates 104.3 KiB- libbpf x86_64 2:1.6.3-2.fc44 updates 442.7 KiB- llvm21-filesystem x86_64 0:21.1.8-5.fc44 updates 0.0 B- llvm21-libs x86_64 0:21.1.8-5.fc44 updates 138.6 MiB- zlib-ng-compat-devel x86_64 0:2.3.3-3.fc44 fedora 107.0 KiB- Installing weak dependencies:- compiler-rt x86_64 0:22.1.8-1.fc44 updates 41.3 MiB- libomp x86_64 0:22.1.8-1.fc44 updates 2.9 MiB- libomp-devel x86_64 0:22.1.8-1.fc44 updates 2.9 MiB-- Transaction Summary:- Installing: 14 packages- Upgrading: 2 packages- Replacing: 2 packages-- Total size of inbound packages is 110 MiB. Need to download 110 MiB.- After this operation, 359 MiB extra will be used (install 499 MiB, remove 140 MiB).- [ 1/16] bpftool-0:7.6.0-3.fc44.x86_64 100% | 1.1 MiB/s | 335.9 KiB | 00m00s- [ 2/16] clang-resource-filesystem-0:22. 100% | 3.8 MiB/s | 15.6 KiB | 00m00s- [ 3/16] libbpf-devel-2:1.6.3-2.fc44.x86 100% | 289.5 KiB/s | 90.9 KiB | 00m00s- [ 4/16] libffi-devel-0:3.5.2-2.fc44.x86 100% | 3.6 MiB/s | 29.7 KiB | 00m00s- [ 5/16] elfutils-libelf-devel-0:0.195-1 100% | 3.8 MiB/s | 124.0 KiB | 00m00s- [ 6/16] libbpf-2:1.6.3-2.fc44.x86_64 100% | 5.4 MiB/s | 199.3 KiB | 00m00s- [ 7/16] zlib-ng-compat-devel-0:2.3.3-3. 100% | 4.7 MiB/s | 38.1 KiB | 00m00s- [ 8/16] clang-0:22.1.8-1.fc44.x86_64 100% | 2.0 MiB/s | 7.1 MiB | 00m04s- [ 9/16] llvm21-filesystem-0:21.1.8-5.fc 100% | 1.8 MiB/s | 13.0 KiB | 00m00s- [10/16] libomp-0:22.1.8-1.fc44.x86_64 100% | 7.2 MiB/s | 853.8 KiB | 00m00s- [11/16] compiler-rt-0:22.1.8-1.fc44.x86 100% | 7.7 MiB/s | 3.0 MiB | 00m00s- [12/16] libomp-devel-0:22.1.8-1.fc44.x8 100% | 8.1 MiB/s | 532.2 KiB | 00m00s- [13/16] llvm21-libs-0:21.1.8-5.fc44.x86 100% | 9.2 MiB/s | 34.9 MiB | 00m04s- [14/16] llvm-filesystem-0:22.1.8-1.fc44 100% | 2.4 MiB/s | 9.8 KiB | 00m00s- [15/16] clang-libs-0:22.1.8-1.fc44.x86_ 100% | 5.9 MiB/s | 28.3 MiB | 00m05s- [16/16] llvm-libs-0:22.1.8-1.fc44.x86_6 100% | 8.1 MiB/s | 34.1 MiB | 00m04s- --------------------------------------------------------------------------------- [16/16] Total 100% | 12.2 MiB/s | 109.5 MiB | 00m09s- Running transaction- [ 1/20] Verify package files 100% | 9.0 B/s | 16.0 B | 00m02s- [ 2/20] Prepare transaction 100% | 310.0 B/s | 18.0 B | 00m00s- [ 3/20] Installing clang-resource-files 100% | 8.1 MiB/s | 16.7 KiB | 00m00s- [ 4/20] Installing zlib-ng-compat-devel 100% | 35.3 MiB/s | 108.6 KiB | 00m00s- [ 5/20] Installing elfutils-libelf-deve 100% | 39.6 MiB/s | 121.5 KiB | 00m00s- [ 6/20] Upgrading llvm-filesystem-0:22. 100% | 1.0 MiB/s | 1.1 KiB | 00m00s- [ 7/20] Upgrading llvm-libs-0:22.1.8-1. 100% | 137.2 MiB/s | 140.5 MiB | 00m01s- [ 8/20] Installing clang-libs-0:22.1.8- 100% | 137.8 MiB/s | 109.8 MiB | 00m01s- [ 9/20] Installing libomp-0:22.1.8-1.fc 100% | 132.5 MiB/s | 2.9 MiB | 00m00s- [10/20] Installing llvm21-filesystem-0: 100% | 1.0 MiB/s | 1.1 KiB | 00m00s- [11/20] Installing llvm21-libs-0:21.1.8 100% | 152.0 MiB/s | 138.6 MiB | 00m01s- [12/20] Installing libbpf-2:1.6.3-2.fc4 100% | 108.3 MiB/s | 443.5 KiB | 00m00s- [13/20] Installing libbpf-devel-2:1.6.3 100% | 98.2 MiB/s | 402.3 KiB | 00m00s- [14/20] Installing bpftool-0:7.6.0-3.fc 100% | 27.3 MiB/s | 753.9 KiB | 00m00s- [15/20] Installing libomp-devel-0:22.1. 100% | 143.8 MiB/s | 2.9 MiB | 00m00s- [16/20] Installing clang-0:22.1.8-1.fc4 100% | 165.4 MiB/s | 61.5 MiB | 00m00s- [17/20] Installing compiler-rt-0:22.1.8 100% | 194.2 MiB/s | 41.4 MiB | 00m00s- [18/20] Installing libffi-devel-0:3.5.2 100% | 34.7 MiB/s | 35.6 KiB | 00m00s- [19/20] Removing llvm-libs-0:22.1.7-1.f 100% | 12.2 KiB/s | 25.0 B | 00m00s- [20/20] Removing llvm-filesystem-0:22.1 100% | 93.0 B/s | 7.0 B | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "bpftool" "clang" "libbpf-devel" "libffi-devel"- bpftool-7.6.0-3.fc44.x86_64- clang-22.1.8-1.fc44.x86_64- libbpf-devel-1.6.3-2.fc44.x86_64- libffi-devel-3.5.2-2.fc44.x86_64# To update the current shell environment, run: eval $(opam env)2026-06-25 16:27.41 ---> saved as "32dbec1ffa0e2ed539b2429110ba8021ef212df67a2adad09f7a5153b1e09abf"/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 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.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_intrinsics_kernel.v0.17.2-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ocaml-compiler-libs.v0.17.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_here.v0.17.0-> installed ppx_cold.v0.17.0-> installed ppx_enumerate.v0.17.0-> installed ppx_deriving.6.1.1-> installed ppx_globalize.v0.17.2-> 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:30.27 ---> saved as "8c662fd033a1d32644f16f54cd2eef02e19e1adaa4a44c57b73155b2868c7605"/src: (copy (src .) (dst /src))2026-06-25 16:30.27 ---> saved as "d92c4f3aa7f8b7dde174228d0d2b5faa8157706e77a8916b0450095d7f84b4bc"/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.62026-06-25 16:30.31 ---> saved as "9172742aa8abfd2fb57b5dde83bd7eba2c9990da17ee1c00cdaffea8d0b61c50"Job succeeded2026-06-25 16:30.31: Job succeeded