Organisationskoonwenocaml-libbpfabb370 (main)fedora-41-5.3_opam-2.4

fedora-41-5.3_opam-2.4

Logs

Show full logs
2025-07-31 07:28.04: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:fedora-41-5.3_opam-2.4)
Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
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-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
# fedora-41-5.3_opam-2.4
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.4 /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 c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && 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 bigarray-compat.1.1.0 conf-clang.1 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.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.4 --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

2025-07-31 07:28.04: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5-fedora-41-5.3_opam-2.4-3b6bddac3d2d0336175bca3a9e97840e"
2025-07-31 07:28.04: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)
 (comment fedora-41-5.3_opam-2.4)
 (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.4 /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 c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && 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 bigarray-compat.1.1.0 conf-clang.1 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.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.4 --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"))
)

2025-07-31 07:28.04: Waiting for resource in pool OCluster
2025-07-31 09:16.28: Waiting for worker…
2025-07-31 09:19.16: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at abb370b CHANGES.md: allow nixos

(from ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5)
Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5' locally
docker.io/ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5: Pulling from ocaml/opam
2b0cc7ee804c: Pulling fs layer
c18ed2f7611b: Pulling fs layer
0e212a9ba2f6: Pulling fs layer
2b0cc7ee804c: Waiting
720686032277: Pulling fs layer
93be4d741366: Pulling fs layer
c18ed2f7611b: Waiting
df139e1f3f46: Pulling fs layer
0e212a9ba2f6: Waiting
720686032277: Waiting
bee85951ecc4: Pulling fs layer
df139e1f3f46: Waiting
93be4d741366: Waiting
cfb7dd932d0a: Pulling fs layer
302d2b5cf94e: Pulling fs layer
744bd9676b94: Pulling fs layer
a61a2d3582bd: Pulling fs layer
302d2b5cf94e: Waiting
bee85951ecc4: Waiting
744bd9676b94: Waiting
cfb7dd932d0a: Waiting
a5cf4976352b: Pulling fs layer
2bc5a8b0d983: Pulling fs layer
a61a2d3582bd: Waiting
22426805282e: Pulling fs layer
d39f24bef506: Pulling fs layer
2c18ac3ce9e5: Pulling fs layer
a5cf4976352b: Waiting
2bc5a8b0d983: Waiting
9d7b82e56a00: Pulling fs layer
22426805282e: Waiting
d39f24bef506: Waiting
404af7605dc7: Pulling fs layer
9d7b82e56a00: Waiting
007ac776635c: Pulling fs layer
404af7605dc7: Waiting
3d6a7bcf6161: Pulling fs layer
4f4fb700ef54: Pulling fs layer
81a2be02a786: Pulling fs layer
3d6a7bcf6161: Waiting
bd0aecc02a24: Pulling fs layer
4f4fb700ef54: Waiting
007ac776635c: Waiting
81a2be02a786: Waiting
d45fa2528917: Pulling fs layer
80de9e6990f7: Pulling fs layer
03da6777de95: Pulling fs layer
494d5ca3df8f: Pulling fs layer
03da6777de95: Waiting
80de9e6990f7: Waiting
41c6b53a001d: Pulling fs layer
494d5ca3df8f: Waiting
d45fa2528917: Waiting
bd0aecc02a24: Waiting
3e8b84460b11: Pulling fs layer
41c6b53a001d: Waiting
d053d4a106fe: Pulling fs layer
fa7761527b70: Pulling fs layer
dcd9d9d9b709: Pulling fs layer
d9806d9e64c4: Pulling fs layer
f876e57ff686: Pulling fs layer
8bc0b3187df7: Pulling fs layer
3e8b84460b11: Waiting
d9806d9e64c4: Waiting
fa7761527b70: Waiting
d053d4a106fe: Waiting
8b9e19fd2c6f: Pulling fs layer
9ba4810d75d9: Pulling fs layer
f876e57ff686: Waiting
dbd14d793cc9: Pulling fs layer
8bc0b3187df7: Waiting
8b9e19fd2c6f: Waiting
42532df89f46: Pulling fs layer
dbd14d793cc9: Waiting
d03e76a27dce: Pulling fs layer
bac3b6f3c4a9: Pulling fs layer
9ba4810d75d9: Waiting
42532df89f46: Waiting
50215e359b55: Pulling fs layer
27e83a79dc4e: Pulling fs layer
d03e76a27dce: Waiting
50215e359b55: Waiting
334ed129df98: Pulling fs layer
27e83a79dc4e: Waiting
334ed129df98: Waiting
2b0cc7ee804c: Verifying Checksum
2b0cc7ee804c: Download complete
c18ed2f7611b: Download complete
0e212a9ba2f6: Verifying Checksum
0e212a9ba2f6: Download complete
2b0cc7ee804c: Pull complete
c18ed2f7611b: Pull complete
720686032277: Verifying Checksum
720686032277: Download complete
0e212a9ba2f6: Pull complete
93be4d741366: Verifying Checksum
93be4d741366: Download complete
df139e1f3f46: Verifying Checksum
df139e1f3f46: Download complete
bee85951ecc4: Verifying Checksum
bee85951ecc4: Download complete
cfb7dd932d0a: Verifying Checksum
cfb7dd932d0a: Download complete
302d2b5cf94e: Verifying Checksum
302d2b5cf94e: Download complete
744bd9676b94: Verifying Checksum
744bd9676b94: Download complete
a61a2d3582bd: Verifying Checksum
a61a2d3582bd: Download complete
a5cf4976352b: Verifying Checksum
a5cf4976352b: Download complete
2bc5a8b0d983: Verifying Checksum
2bc5a8b0d983: Download complete
22426805282e: Verifying Checksum
22426805282e: Download complete
d39f24bef506: Verifying Checksum
d39f24bef506: Download complete
2c18ac3ce9e5: Download complete
9d7b82e56a00: Download complete
404af7605dc7: Verifying Checksum
404af7605dc7: Download complete
720686032277: Pull complete
007ac776635c: Verifying Checksum
007ac776635c: Download complete
3d6a7bcf6161: Download complete
4f4fb700ef54: Download complete
93be4d741366: Pull complete
df139e1f3f46: Pull complete
bee85951ecc4: Pull complete
81a2be02a786: Download complete
cfb7dd932d0a: Pull complete
bd0aecc02a24: Download complete
302d2b5cf94e: Pull complete
d45fa2528917: Download complete
744bd9676b94: Pull complete
80de9e6990f7: Verifying Checksum
80de9e6990f7: Download complete
a61a2d3582bd: Pull complete
a5cf4976352b: Pull complete
2bc5a8b0d983: Pull complete
22426805282e: Pull complete
d39f24bef506: Pull complete
2c18ac3ce9e5: Pull complete
9d7b82e56a00: Pull complete
404af7605dc7: Pull complete
007ac776635c: Pull complete
3d6a7bcf6161: Pull complete
4f4fb700ef54: Pull complete
81a2be02a786: Pull complete
bd0aecc02a24: Pull complete
d45fa2528917: Pull complete
80de9e6990f7: Pull complete
03da6777de95: Download complete
03da6777de95: Pull complete
494d5ca3df8f: Download complete
494d5ca3df8f: Pull complete
3e8b84460b11: Verifying Checksum
3e8b84460b11: Download complete
41c6b53a001d: Verifying Checksum
41c6b53a001d: Download complete
41c6b53a001d: Pull complete
3e8b84460b11: Pull complete
fa7761527b70: Verifying Checksum
fa7761527b70: Download complete
d053d4a106fe: Verifying Checksum
d053d4a106fe: Download complete
d053d4a106fe: Pull complete
fa7761527b70: Pull complete
dcd9d9d9b709: Verifying Checksum
dcd9d9d9b709: Download complete
dcd9d9d9b709: Pull complete
d9806d9e64c4: Download complete
d9806d9e64c4: Pull complete
8bc0b3187df7: Verifying Checksum
8bc0b3187df7: Download complete
8b9e19fd2c6f: Verifying Checksum
8b9e19fd2c6f: Download complete
9ba4810d75d9: Verifying Checksum
9ba4810d75d9: Download complete
f876e57ff686: Verifying Checksum
f876e57ff686: Download complete
dbd14d793cc9: Verifying Checksum
dbd14d793cc9: Download complete
42532df89f46: Verifying Checksum
42532df89f46: Download complete
d03e76a27dce: Verifying Checksum
d03e76a27dce: Download complete
50215e359b55: Download complete
27e83a79dc4e: Verifying Checksum
27e83a79dc4e: Download complete
334ed129df98: Download complete
f876e57ff686: Pull complete
8bc0b3187df7: Pull complete
8b9e19fd2c6f: Pull complete
9ba4810d75d9: Pull complete
dbd14d793cc9: Pull complete
42532df89f46: Pull complete
d03e76a27dce: Pull complete
bac3b6f3c4a9: Verifying Checksum
bac3b6f3c4a9: Download complete
bac3b6f3c4a9: Pull complete
50215e359b55: Pull complete
27e83a79dc4e: Pull complete
334ed129df98: Pull complete
Digest: sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
Status: Downloaded newer image for ocaml/opam@sha256:807e9dca7f5ba5d70cc1aaa05e7d619aec8dc85850c58f408797d1f053ed17f5
2025-07-31 09:19.16 ---> using "35acf84784bf4471d6359ee6903b64a640d608f18aa556a867466db9cbdb24a8" from cache

/: (comment fedora-41-5.3_opam-2.4)

/: (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 41 - x86_64 - Updates           100% |  40.3 KiB/s |  24.8 KiB |  00m01s
 Fedora 41 - x86_64 - Updates           100% | 496.4 KiB/s |   3.9 MiB |  00m08s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.

Nothing to do.
2025-07-31 09:19.16 ---> using "84924c65c35e03b36258f80f529e248173044abc9ac80c35d9b0574d8f80cc0a" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-07-31 09:19.16 ---> using "91c55b64e2d644bb6d6499bb0a8585851c2546e92f4a1fbc5f722dd288b9a6cc" 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.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-31 09:19.16 ---> using "6a72ba5e93e8a85c798bd2f9c3826f0ec8bfc63c1bffc4415bc4db59bec4582a" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 09:19.16 ---> using "b3d032e204eda0858d1b0b65ee0a914a1692df89be24daa37b40567fbc7a8386" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-07-31 09:19.16 ---> using "376234755cf9500cead593c9d2d8bb0203bc20828bf2a19dd27415bf715a07cf" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && git log --no-decorate -n1 --oneline && opam update -u"))
c44248fe76 Merge pull request #28193 from kit-ty-kate/opam-publish-ppx_deriving.6.1.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)
2025-07-31 09:19.38 ---> saved as "f27c77af8e82039cbdfb67dd7c5eb26d7fee7101b4340f82caf4e566007c225f"

/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
            (dst ./))
2025-07-31 09:19.38 ---> saved as "bab029358a1226075e87260a192bbe4f209010f5f86198620fcfae7728f6c110"

/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)
2025-07-31 09:19.41 ---> saved as "15831eab5ab5270c9c8c249b2ba66d387139ebf91de1525b4447ab671c6d64bd"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 09:19.41 ---> saved as "44bfe20738b38553d3d60c553931d52507cfbecc2ec426892ddf307c7fca880c"

/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 bigarray-compat.1.1.0 conf-clang.1 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.36.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.4 --depext-only -y libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 41 - x86_64 - Updates           100% |   2.7 KiB/s |  14.5 KiB |  00m05s
-  Fedora 41 - x86_64 - Updates           100% | 469.1 KiB/s | 303.0 KiB |  00m01s
- 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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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/bin/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-1.fc41   updates    721.9 KiB
-  clang                     x86_64 19.1.7-4.fc41  updates    184.8 KiB
-  libbpf-devel              x86_64 2:1.4.7-1.fc41 updates    390.3 KiB
-  libffi-devel              x86_64 3.4.6-3.fc41   fedora      33.1 KiB
- Installing dependencies:
-  clang-libs                x86_64 19.1.7-4.fc41  updates    125.4 MiB
-  clang-resource-filesystem x86_64 19.1.7-4.fc41  updates     15.3 KiB
-  cmake-filesystem          x86_64 3.30.8-1.fc41  updates      0.0   B
-  elfutils-libelf-devel     x86_64 0.193-2.fc41   updates     50.0 KiB
-  libzstd-devel             x86_64 1.5.7-1.fc41   updates    208.0 KiB
-  zlib-ng-compat-devel      x86_64 2.2.3-2.fc41   updates    107.0 KiB
- Installing weak dependencies:
-  compiler-rt               x86_64 19.1.7-4.fc41  updates     36.5 MiB
-  libatomic                 x86_64 14.3.1-1.fc41  updates     40.7 KiB
-  libomp                    x86_64 19.1.7-4.fc41  updates      1.9 MiB
-  libomp-devel              x86_64 19.1.7-4.fc41  updates     31.2 MiB
- 
- Transaction Summary:
-  Installing:        14 packages
- 
- Total size of inbound packages is 32 MiB. Need to download 32 MiB.
- After this operation, 197 MiB extra will be used (install 197 MiB, remove 0 B).
- [ 1/14] clang-0:19.1.7-4.fc41.x86_64    100% | 972.6 KiB/s |  83.6 KiB |  00m00s
- [ 2/14] clang-resource-filesystem-0:19. 100% | 535.4 KiB/s |  17.7 KiB |  00m00s
- [ 3/14] bpftool-0:7.5.0-1.fc41.x86_64   100% |   2.5 MiB/s | 314.9 KiB |  00m00s
- [ 4/14] libffi-devel-0:3.4.6-3.fc41.x86 100% |   3.1 MiB/s |  28.8 KiB |  00m00s
- [ 5/14] elfutils-libelf-devel-0:0.193-2 100% |   3.3 MiB/s |  47.5 KiB |  00m00s
- [ 6/14] zlib-ng-compat-devel-0:2.2.3-2. 100% |   3.4 MiB/s |  38.3 KiB |  00m00s
- [ 7/14] libbpf-devel-2:1.4.7-1.fc41.x86 100% |   2.3 MiB/s |  89.2 KiB |  00m00s
- [ 8/14] cmake-filesystem-0:3.30.8-1.fc4 100% |   1.2 MiB/s |  16.8 KiB |  00m00s
- [ 9/14] libzstd-devel-0:1.5.7-1.fc41.x8 100% |   3.2 MiB/s |  53.1 KiB |  00m00s
- [10/14] libatomic-0:14.3.1-1.fc41.x86_6 100% |   1.9 MiB/s |  53.0 KiB |  00m00s
- [11/14] libomp-0:19.1.7-4.fc41.x86_64   100% |   2.3 MiB/s | 671.4 KiB |  00m00s
- [12/14] libomp-devel-0:19.1.7-4.fc41.x8 100% |   2.4 MiB/s | 651.6 KiB |  00m00s
- [13/14] compiler-rt-0:19.1.7-4.fc41.x86 100% |   1.6 MiB/s |   2.6 MiB |  00m02s
- [14/14] clang-libs-0:19.1.7-4.fc41.x86_ 100% |   2.6 MiB/s |  27.7 MiB |  00m11s
- --------------------------------------------------------------------------------
- [14/14] Total                           100% |   2.7 MiB/s |  32.3 MiB |  00m12s
- Running transaction
- [ 1/16] Verify package files            100% |  49.0   B/s |  14.0   B |  00m00s
- [ 2/16] Prepare transaction             100% | 191.0   B/s |  14.0   B |  00m00s
- [ 3/16] Installing clang-resource-files 100% |   5.4 MiB/s |  16.7 KiB |  00m00s
- [ 4/16] Installing clang-libs-0:19.1.7- 100% | 152.9 MiB/s | 125.4 MiB |  00m01s
- [ 5/16] Installing libomp-0:19.1.7-4.fc 100% | 116.0 MiB/s |   1.9 MiB |  00m00s
- [ 6/16] Installing cmake-filesystem-0:3 100% |   1.8 MiB/s |   7.3 KiB |  00m00s
- [ 7/16] Installing zlib-ng-compat-devel 100% |  35.3 MiB/s | 108.5 KiB |  00m00s
- [ 8/16] Installing libzstd-devel-0:1.5. 100% |  68.0 MiB/s | 208.8 KiB |  00m00s
- [ 9/16] Installing elfutils-libelf-deve 100% |  27.1 MiB/s |  55.5 KiB |  00m00s
- [10/16] Installing libbpf-devel-2:1.4.7 100% |  76.7 MiB/s | 392.7 KiB |  00m00s
- [11/16] Installing libomp-devel-0:19.1. 100% | 221.0 MiB/s |  31.2 MiB |  00m00s
- [12/16] Installing clang-0:19.1.7-4.fc4 100% |   8.0 MiB/s | 187.6 KiB |  00m00s
- [13/16] Installing compiler-rt-0:19.1.7 100% | 190.0 MiB/s |  36.5 MiB |  00m00s
- [14/16] Installing libatomic-0:14.3.1-1 100% |  40.6 MiB/s |  41.5 KiB |  00m00s
- [15/16] Installing libffi-devel-0:3.4.6 100% |  34.0 MiB/s |  34.8 KiB |  00m00s
- [16/16] Installing bpftool-0:7.5.0-1.fc 100% |   8.8 MiB/s | 724.5 KiB |  00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "bpftool" "clang" "libbpf-devel" "libffi-devel"
- bpftool-7.5.0-1.fc41.x86_64
- clang-19.1.7-4.fc41.x86_64
- libbpf-devel-1.4.7-1.fc41.x86_64
- libffi-devel-3.4.6-3.fc41.x86_64
2025-07-31 09:20.15 ---> saved as "b70dbc12f592bb7d538d5a8c150378aedebf34e5c64c468c53775d7487da6580"

/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 37 packages
  - install base                    v0.17.3
  - install bigarray-compat         1.1.0
  - install conf-clang              1
  - install conf-libffi             2.0.0
  - install conf-pkg-config         4
  - install cppo                    1.8.0
  - install csexp                   1.5.2
  - install ctypes                  0.23.0
  - install ctypes-foreign          0.23.0
  - install dune                    3.19.1
  - install dune-configurator       3.19.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.36.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 bigarray-compat.1.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> installed conf-clang.1
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> installed conf-libffi.2.0.0
-> retrieved integers.0.7.0  (cached)
-> 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 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.36.0  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.19.1
-> installed jane-street-headers.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed cppo.1.8.0
-> installed integers.0.7.0
-> installed dune-configurator.3.19.1
-> installed ctypes.0.23.0
-> installed base.v0.17.3
-> installed ctypes-foreign.0.23.0
-> installed stdio.v0.17.0
-> installed ppxlib.0.36.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_globalize.v0.17.2
-> installed ppx_deriving.6.1.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 09:21.47 ---> saved as "76f0c7525aebca34f6b873104cc755e93b263c1aa4ee679114a646641db86742"

/src: (copy (src .) (dst /src))
2025-07-31 09:21.47 ---> saved as "84d047e6ea36fd0fc190789c305d2d748079bcae93c79d6b49a6421dd8f54e76"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_version.exe)
Major:1, Minor:4, Libbpf.v1.4
2025-07-31 09:21.49 ---> saved as "e74cd8a90d47ea64be49b033d3f23759c67aaf1c228881f9768dc3f8feb45200"
Job succeeded
2025-07-31 09:21.49: Job succeeded