Organisationskoonwenocaml-libbpfabb370 (main)fedora-43-4.14_opam-2.4

fedora-43-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-11-13 09:55.17: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:fedora-43-4.14_opam-2.4)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52
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-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52
# fedora-43-4.14_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 e0b3b1bd72f4ec39675632b6fe1f8e4236293197 || git fetch origin master) && git reset -q --hard e0b3b1bd72f4ec39675632b6fe1f8e4236293197 && 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.16.4 base-bigarray.base base-threads.base base-unix.base conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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-11-13 09:55.17: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52-fedora-43-4.14_opam-2.4-e0b678bf728eee6e461eccaa9ce4e407"
2025-11-13 09:55.17: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)
(comment fedora-43-4.14_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 e0b3b1bd72f4ec39675632b6fe1f8e4236293197 || git fetch origin master) && git reset -q --hard e0b3b1bd72f4ec39675632b6fe1f8e4236293197 && 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.16.4 base-bigarray.base base-threads.base base-unix.base conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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-11-13 09:55.17: Waiting for resource in pool OCluster
2025-11-13 09:55.17: Waiting for worker…
2025-11-13 09:55.17: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at abb370b CHANGES.md: allow nixos


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)
2025-11-13 09:55.45 ---> saved as "eff1ce5e32c7f8b8343a5c02e7f09c1f2495c9a1c7103f693d04375f30e30d11"


/: (comment fedora-43-4.14_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 43 - x86_64                     100% |  28.2 KiB/s |  24.2 KiB |  00m01s
Fedora 43 openh264 (From Cisco) - x86_ 100% |   4.5 KiB/s | 986.0   B |  00m00s
Fedora 43 - x86_64 - Updates           100% |  57.2 KiB/s |   5.5 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2025-11-13 09:56.03 ---> saved as "539b6860d861916654a676969490f4b634b158f259c18d3ac592c3c997eba783"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-11-13 09:56.04 ---> saved as "e12cefea2f2f5b469e179585d2c765ac2baf9332734082a245c7c52002bc9c65"


/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-11-13 09:56.32 ---> saved as "b2bbe53b4d2b95275e2c0bbaf344efd40767d651ade22efbcfb773f281af0097"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-11-13 09:56.33 ---> saved as "2a9a612fdb4247c5cf9861b29cc7abeaa727473dda457b6ddcd5e0a27cc54521"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-11-13 09:56.33 ---> saved as "b7cd289f8f3fabdf5bb02ef230944cf9bf6d73f3ebc44c0711329c4bea2cde87"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e e0b3b1bd72f4ec39675632b6fe1f8e4236293197 || git fetch origin master) && git reset -q --hard e0b3b1bd72f4ec39675632b6fe1f8e4236293197 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
5bf570252b..e0b3b1bd72  master     -> origin/master
e0b3b1bd72 Merge pull request #28855 from yallop/ctypes-0.24.0


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-11-13 09:57.05 ---> saved as "a91bd58fb8aafe2466e47d09c0a95ee03289e0dcd3b16dd9a8b3482c87f620cd"


/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-11-13 09:57.05 ---> saved as "0cfa4812c163e8d412804c3010d109f48c1fcb5df201260cadd05db73b779880"


/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-11-13 09:57.11 ---> saved as "b47de735108d9cb84aaab0e905276bea042323e3aa584dc6a97ff4b3e08bf160"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-13 09:57.11 ---> saved as "527d0b8c0cc69429040774cde20cdafa16d9f7fde676499226c0072cdc394689"


/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[conf-bpftool.dev] synchronised (file:///src)
[conf-libbpf.dev] synchronised (file:///src)
[libbpf.dev] synchronised (file:///src)
[libbpf_maps.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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.194-1.fc43   updates                            2.9 MiB
-    replacing elfutils                   x86_64 0.193-3.fc43   fedora                             2.9 MiB
-  elfutils-debuginfod-client             x86_64 0.194-1.fc43   updates                           84.0 KiB
-    replacing elfutils-debuginfod-client x86_64 0.193-3.fc43   fedora                            83.9 KiB
-  elfutils-libelf                        x86_64 0.194-1.fc43   updates                            1.1 MiB
-    replacing elfutils-libelf            x86_64 0.193-3.fc43   f48ac1df0e83469f8a505cddaf1bfc5e   1.2 MiB
-  elfutils-libs                          x86_64 0.194-1.fc43   updates                          687.5 KiB
-    replacing elfutils-libs              x86_64 0.193-3.fc43   f48ac1df0e83469f8a505cddaf1bfc5e 683.4 KiB
-  llvm-filesystem                        x86_64 21.1.4-1.fc43  updates                            0.0   B
-    replacing llvm-filesystem            x86_64 21.1.2-1.fc43  fedora                             0.0   B
-  llvm-libs                              x86_64 21.1.4-1.fc43  updates                          138.6 MiB
-    replacing llvm-libs                  x86_64 21.1.2-1.fc43  fedora                           138.6 MiB
- Installing:
-  bpftool                                x86_64 7.6.0-1.fc43   fedora                           731.4 KiB
-  clang                                  x86_64 21.1.4-1.fc43  updates                           65.5 MiB
-  libbpf-devel                           x86_64 2:1.6.1-3.fc43 fedora                           400.0 KiB
-  libffi-devel                           x86_64 3.5.1-2.fc43   fedora                            33.9 KiB
- Installing dependencies:
-  clang-libs                             x86_64 21.1.4-1.fc43  updates                          114.9 MiB
-  clang-resource-filesystem              x86_64 21.1.4-1.fc43  updates                           15.3 KiB
-  cmake-filesystem                       x86_64 3.31.6-4.fc43  fedora                             0.0   B
-  elfutils-libelf-devel                  x86_64 0.194-1.fc43   updates                           75.0 KiB
-  libbpf                                 x86_64 2:1.6.1-3.fc43 fedora                           422.8 KiB
-  libzstd-devel                          x86_64 1.5.7-2.fc43   fedora                           208.0 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.2.5-2.fc43   fedora                           107.0 KiB
- Installing weak dependencies:
-  compiler-rt                            x86_64 21.1.4-1.fc43  updates                           41.1 MiB
-  libatomic                              x86_64 15.2.1-3.fc43  updates                           36.7 KiB
-  libomp                                 x86_64 21.1.4-1.fc43  updates                            2.8 MiB
-  libomp-devel                           x86_64 21.1.4-1.fc43  updates                            1.5 MiB
- 
- Transaction Summary:
-  Installing:        17 packages
-  Upgrading:          6 packages
-  Replacing:          6 packages
- 
- Total size of inbound packages is 113 MiB. Need to download 113 MiB.
- After this operation, 367 MiB extra will be used (install 511 MiB, remove 143 MiB).
- [ 1/23] llvm20-filesystem-0:20.1.8-2.fc 100% |  96.9 KiB/s |  14.5 KiB |  00m00s
- [ 2/23] bpftool-0:7.6.0-1.fc43.x86_64   100% |   1.7 MiB/s | 325.2 KiB |  00m00s
- [ 3/23] llvm20-libs-0:20.1.8-2.fc43.x86 100% |   2.2 MiB/s |  34.3 MiB |  00m15s
- [ 4/23] clang-resource-filesystem-0:21. 100% | 160.8 KiB/s |  20.6 KiB |  00m00s
- [ 5/23] libbpf-devel-2:1.6.1-3.fc43.x86 100% | 864.0 KiB/s |  90.7 KiB |  00m00s
- [ 6/23] libbpf-2:1.6.1-3.fc43.x86_64    100% |   1.8 MiB/s | 191.0 KiB |  00m00s
- [ 7/23] libffi-devel-0:3.5.1-2.fc43.x86 100% | 617.0 KiB/s |  29.6 KiB |  00m00s
- [ 8/23] elfutils-libelf-devel-0:0.194-1 100% | 401.3 KiB/s |  82.7 KiB |  00m00s
- [ 9/23] zlib-ng-compat-devel-0:2.2.5-2. 100% | 532.5 KiB/s |  38.3 KiB |  00m00s
- [10/23] cmake-filesystem-0:3.31.6-4.fc4 100% | 860.5 KiB/s |  15.5 KiB |  00m00s
- [11/23] libzstd-devel-0:1.5.7-2.fc43.x8 100% |   1.2 MiB/s |  52.9 KiB |  00m00s
- [12/23] libatomic-0:15.2.1-3.fc43.x86_6 100% | 521.5 KiB/s |  44.9 KiB |  00m00s
- [13/23] libomp-0:21.1.4-1.fc43.x86_64   100% | 333.2 KiB/s | 831.1 KiB |  00m02s
- [14/23] clang-0:21.1.4-1.fc43.x86_64    100% | 242.5 KiB/s |   7.3 MiB |  00m31s
- [15/23] libomp-devel-0:21.1.4-1.fc43.x8 100% | 288.6 KiB/s | 265.8 KiB |  00m01s
- [16/23] compiler-rt-0:21.1.4-1.fc43.x86 100% | 180.9 KiB/s |   3.0 MiB |  00m17s
- [17/23] llvm-filesystem-0:21.1.4-1.fc43 100% | 173.4 KiB/s |  14.7 KiB |  00m00s
- [18/23] elfutils-libelf-0:0.194-1.fc43. 100% | 125.4 KiB/s | 205.2 KiB |  00m02s
- [19/23] elfutils-libs-0:0.194-1.fc43.x8 100% | 108.2 KiB/s | 271.5 KiB |  00m03s
- [20/23] elfutils-debuginfod-client-0:0. 100% | 121.3 KiB/s |  46.9 KiB |  00m00s
- [21/23] elfutils-0:0.194-1.fc43.x86_64  100% | 205.7 KiB/s | 575.6 KiB |  00m03s
- [22/23] clang-libs-0:21.1.4-1.fc43.x86_ 100% | 340.3 KiB/s |  30.2 MiB |  01m31s
- [23/23] llvm-libs-0:21.1.4-1.fc43.x86_6 100% | 404.6 KiB/s |  34.9 MiB |  01m28s
- --------------------------------------------------------------------------------
- [23/23] Total                           100% | 956.0 KiB/s | 112.7 MiB |  02m01s
- Running transaction
- [ 1/31] Verify package files            100% |  10.0   B/s |  23.0   B |  00m02s
- [ 2/31] Prepare transaction             100% | 268.0   B/s |  29.0   B |  00m00s
- [ 3/31] Upgrading elfutils-libelf-0:0.1 100% | 112.1 MiB/s |   1.1 MiB |  00m00s
- [ 4/31] Installing clang-resource-files 100% |   4.1 MiB/s |  16.7 KiB |  00m00s
- [ 5/31] Upgrading elfutils-libs-0:0.194 100% |  51.8 MiB/s | 689.3 KiB |  00m00s
- [ 6/31] Upgrading elfutils-debuginfod-c 100% |   2.1 MiB/s |  86.3 KiB |  00m00s
- [ 7/31] Installing libbpf-2:1.6.1-3.fc4 100% |  46.0 MiB/s | 423.7 KiB |  00m00s
- [ 8/31] Upgrading llvm-filesystem-0:21. 100% | 354.2 KiB/s |   1.1 KiB |  00m00s
- [ 9/31] Upgrading llvm-libs-0:21.1.4-1. 100% |  89.7 MiB/s | 138.6 MiB |  00m02s
- [10/31] Installing clang-libs-0:21.1.4- 100% |  95.2 MiB/s | 114.9 MiB |  00m01s
- [11/31] Installing libomp-0:21.1.4-1.fc 100% | 123.2 MiB/s |   2.8 MiB |  00m00s
- [12/31] Installing libzstd-devel-0:1.5. 100% |  68.0 MiB/s | 208.8 KiB |  00m00s
- [13/31] Installing cmake-filesystem-0:3 100% |   1.5 MiB/s |   7.6 KiB |  00m00s
- [14/31] Installing zlib-ng-compat-devel 100% |  35.3 MiB/s | 108.5 KiB |  00m00s
- [15/31] Installing elfutils-libelf-deve 100% |  41.8 MiB/s |  85.7 KiB |  00m00s
- [16/31] Installing llvm20-filesystem-0: 100% |   1.0 MiB/s |   1.1 KiB |  00m00s
- [17/31] Installing llvm20-libs-0:20.1.8 100% | 105.8 MiB/s | 139.7 MiB |  00m01s
- [18/31] Installing bpftool-0:7.6.0-1.fc 100% |  15.9 MiB/s | 734.0 KiB |  00m00s
- [19/31] Installing libbpf-devel-2:1.6.1 100% |  49.1 MiB/s | 402.3 KiB |  00m00s
- [20/31] Installing libomp-devel-0:21.1. 100% |  60.3 MiB/s |   1.5 MiB |  00m00s
- [21/31] Installing clang-0:21.1.4-1.fc4 100% |  90.4 MiB/s |  65.5 MiB |  00m01s
- [22/31] Upgrading elfutils-0:0.194-1.fc 100% |  37.1 MiB/s |   2.9 MiB |  00m00s
- [23/31] Installing compiler-rt-0:21.1.4 100% | 107.0 MiB/s |  41.1 MiB |  00m00s
- [24/31] Installing libatomic-0:15.2.1-3 100% |  12.2 MiB/s |  37.5 KiB |  00m00s
- [25/31] Installing libffi-devel-0:3.5.1 100% |   1.6 MiB/s |  35.6 KiB |  00m00s
- [26/31] Removing elfutils-0:0.193-3.fc4 100% |   1.5 KiB/s |  68.0   B |  00m00s
- [27/31] Removing elfutils-debuginfod-cl 100% | 681.0   B/s |  15.0   B |  00m00s
- [28/31] Removing elfutils-libs-0:0.193- 100% |   2.9 KiB/s |  12.0   B |  00m00s
- [29/31] Removing llvm-libs-0:21.1.2-1.f 100% |   6.3 KiB/s |  26.0   B |  00m00s
- [30/31] Removing llvm-filesystem-0:21.1 100% |   3.4 KiB/s |   7.0   B |  00m00s
- [31/31] Removing elfutils-libelf-0:0.19 100% |  95.0   B/s |  15.0   B |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "bpftool" "clang" "libbpf-devel" "libffi-devel"
- bpftool-7.6.0-1.fc43.x86_64
- clang-21.1.4-1.fc43.x86_64
- libbpf-devel-1.6.1-3.fc43.x86_64
- libffi-devel-3.5.1-2.fc43.x86_64
2025-11-13 09:59.44 ---> saved as "b624212612fcf4cdf1e184be275d146466a41de6592f8d522a7ec6097d61fafd"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 35 packages
- install base                v0.16.4
- install conf-clang          2
- install conf-libffi         2.0.0
- install conf-pkg-config     4
- install cppo                1.8.0
- install csexp               1.5.2
- install ctypes              0.24.0
- install ctypes-foreign      0.24.0
- install dune                3.20.2
- install dune-configurator   3.20.2
- install integers            0.7.0
- install jane-street-headers v0.16.0
- install jst-config          v0.16.0
- install ocaml-compiler-libs v0.12.4
- install ocamlfind           1.9.8
- install ppx_assert          v0.16.0
- install ppx_base            v0.16.0
- install ppx_cold            v0.16.0
- install ppx_compare         v0.16.0
- install ppx_derivers        1.2.1
- install ppx_deriving        6.0.3
- install ppx_enumerate       v0.16.0
- install ppx_expect          v0.16.2
- install ppx_globalize       v0.16.0
- install ppx_hash            v0.16.0
- install ppx_here            v0.16.0
- install ppx_inline_test     v0.16.1
- install ppx_optcomp         v0.16.0
- install ppx_sexp_conv       v0.16.0
- install ppxlib              0.35.0
- install re                  1.14.0
- install sexplib0            v0.16.0
- install stdio               v0.16.0
- install stdlib-shims        0.3.0
- install time_now            v0.16.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-clang.2
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_expect.v0.16.2  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed ctypes-foreign.0.24.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_expect.v0.16.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-13 10:01.10 ---> saved as "67b3650d7d3253ad44b3349af803ee8d0bf1fb440124a10a0177d1aeb941974c"


/src: (copy (src .) (dst /src))
2025-11-13 10:01.10 ---> saved as "e2228be808abd22bd5cad20c3bb31f35826df91747ed9325eec632f461077797"


/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
2025-11-13 10:01.12 ---> saved as "86587f1c347d40f2837fcd7dbd921f5329a5affbd5ed35d35c25a66a40905d5d"
Job succeeded
2025-11-13 10:01.12: Job succeeded