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

fedora-43-4.14_opam-2.5

Logs

Show full logs
2026-02-15 17:59.21: 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.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
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:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
# fedora-43-4.14_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 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.21.1 dune-configurator.3.21.1 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.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-02-15 17:59.21: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4-fedora-43-4.14_opam-2.5-3f1f9e39f3bd2088426a11cd52707a35"
2026-02-15 17:59.21: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
 (comment fedora-43-4.14_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 (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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.21.1 dune-configurator.3.21.1 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.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-02-15 17:59.21: Waiting for resource in pool OCluster
2026-02-15 18:11.07: Waiting for worker…
2026-02-15 18:12.59: Got resource from pool OCluster
Building on asteria.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:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4' locally
docker.io/ocaml/opam@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4: Pulling from ocaml/opam
5bc90b3315da: Already exists
132ed1c875b9: Already exists
709f19a93d7b: Already exists
600672ca084e: Already exists
e14c24140cbe: Already exists
2db09da454e1: Already exists
0e05a03dbf5c: Already exists
d9bf0b27ee73: Already exists
d22999d561d9: Already exists
9748e0447729: Already exists
b221b944dee6: Already exists
9103b02722d1: Already exists
4ad003f04196: Already exists
530b789336ee: Already exists
7dc6ed995942: Already exists
26e0665eb0ef: Already exists
ec3e95305314: Already exists
e3efd041cf4c: Already exists
93818fe36d44: Already exists
ddeea98533ac: Already exists
d782acfda9e2: Already exists
4f4fb700ef54: Already exists
4ac33b5f01d6: Already exists
d4dbe3c6c8b2: Already exists
81507c45bdf3: Already exists
2a6e58484e29: Already exists
dc9846762449: Already exists
c73cd3a4d77c: Already exists
4655acdcba9f: Already exists
ea076df8754b: Already exists
2ea208952bef: Already exists
2ea825907a64: Already exists
61247173b8a6: Already exists
09632a095133: Already exists
ac2374af5ce6: Already exists
c60028bae782: Already exists
0f1285a8c656: Already exists
b23d2088dbe2: Already exists
0b0be00d160c: Already exists
dfd2d2f20c5c: Already exists
2c0407baf495: Pulling fs layer
2c0407baf495: Waiting
28d1b3a533a2: Pulling fs layer
7193f8db1abd: Pulling fs layer
28d1b3a533a2: Waiting
ba17274c7abc: Pulling fs layer
7193f8db1abd: Waiting
ba17274c7abc: Waiting
28d1b3a533a2: Download complete
7193f8db1abd: Verifying Checksum
7193f8db1abd: Download complete
ba17274c7abc: Verifying Checksum
ba17274c7abc: Download complete
2c0407baf495: Verifying Checksum
2c0407baf495: Download complete
2c0407baf495: Pull complete
28d1b3a533a2: Pull complete
7193f8db1abd: Pull complete
ba17274c7abc: Pull complete
Digest: sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
Status: Downloaded newer image for ocaml/opam@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
2026-02-15 18:12.59 ---> using "1f54aa51492a69d3d8ee5c55c8bbd619dd53887b0a823c40d168b74a6ba8f9f5" from cache

/: (comment fedora-43-4.14_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% |  81.4 KiB/s |  17.2 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.

Nothing to do.
2026-02-15 18:12.59 ---> using "f29b1946ad5ef4344453dde0a6e91f6b1b5de8cde20c032c769e3ab35dbb33b7" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-15 18:12.59 ---> using "a7f98fddf79bde08f47f7dac631ec363de8e054f0ffb8ecebd5e6bf2143f3d63" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-15 18:12.59 ---> using "790a777ec09532aa50147c00cc1d86536d648124cc3cf542fa11931f117165a7" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-15 18:12.59 ---> using "9eb5d191c15af29a8332ec4cfec738918c61bef1c393b4e89c140d44af4c269c" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-02-15 18:12.59 ---> using "432e1d13e123d26431cc76adbec5d6a2163af5c39210d86901090fb44a45b8b9" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1

<><> 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)
2026-02-15 18:12.59 ---> using "ce79424ffc318b840c7fbb6a9a87c737a6db86ab2c36f973dcb241ae05fbaf16" from cache

/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
            (dst ./))
2026-02-15 18:13.00 ---> saved as "6e4935f5b97a7e5d9c1d781269ad8f0a9358d91edabf0acafde520a425df3d27"

/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-02-15 18:13.03 ---> saved as "326d23f2ceb9d909edcab5c3c3e8f97dbc41a2688f83d32613780c74e5053083"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-15 18:13.03 ---> saved as "f6d6d5fde7b347e7f55562929398fcf177a4643089ec46528cc435b815786979"

/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.21.1 dune-configurator.3.21.1 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.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-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:
-  zlib-ng-compat             x86_64 2.3.3-1.fc43   updates                          161.7 KiB
-    replacing zlib-ng-compat x86_64 2.3.2-2.fc43   a899a9b296804e8ab27411270a04f5e9 161.7 KiB
- 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-3.fc43 fedora                           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.10-3.fc43 updates                            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.3.3-1.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:        17 packages
-  Upgrading:          1 package
-  Replacing:          1 package
- 
- Total size of inbound packages is 77 MiB. Need to download 77 MiB.
- After this operation, 367 MiB extra will be used (install 368 MiB, remove 162 KiB).
- [ 1/18] llvm20-filesystem-0:20.1.8-2.fc 100% | 323.1 KiB/s |  14.5 KiB |  00m00s
- [ 2/18] bpftool-0:7.6.0-1.fc43.x86_64   100% |   2.3 MiB/s | 325.2 KiB |  00m00s
- [ 3/18] clang-0:21.1.8-4.fc43.x86_64    100% |  14.5 MiB/s |   7.3 MiB |  00m01s
- [ 4/18] clang-resource-filesystem-0:21. 100% |   1.2 MiB/s |  20.8 KiB |  00m00s
- [ 5/18] libbpf-devel-2:1.6.1-3.fc43.x86 100% | 536.8 KiB/s |  90.7 KiB |  00m00s
- [ 6/18] libbpf-2:1.6.1-3.fc43.x86_64    100% |   7.2 MiB/s | 191.0 KiB |  00m00s
- [ 7/18] libffi-devel-0:3.5.2-1.fc43.x86 100% | 957.3 KiB/s |  29.7 KiB |  00m00s
- [ 8/18] elfutils-libelf-devel-0:0.194-1 100% |   6.2 MiB/s |  82.7 KiB |  00m00s
- [ 9/18] zlib-ng-compat-devel-0:2.3.3-1. 100% |   6.1 MiB/s |  37.8 KiB |  00m00s
- [10/18] cmake-filesystem-0:3.31.10-3.fc 100% |   1.9 MiB/s |  13.9 KiB |  00m00s
- [11/18] libzstd-devel-0:1.5.7-2.fc43.x8 100% |   7.4 MiB/s |  52.9 KiB |  00m00s
- [12/18] libatomic-0:15.2.1-7.fc43.x86_6 100% |   6.7 MiB/s |  47.8 KiB |  00m00s
- [13/18] libomp-0:21.1.8-4.fc43.x86_64   100% |   4.0 MiB/s | 831.2 KiB |  00m00s
- [14/18] compiler-rt-0:21.1.8-4.fc43.x86 100% |   6.3 MiB/s |   3.0 MiB |  00m00s
- [15/18] libomp-devel-0:21.1.8-4.fc43.x8 100% |  10.0 MiB/s | 266.0 KiB |  00m00s
- [16/18] zlib-ng-compat-0:2.3.3-1.fc43.x 100% |   4.6 MiB/s |  88.6 KiB |  00m00s
- [17/18] llvm20-libs-0:20.1.8-2.fc43.x86 100% |  10.0 MiB/s |  34.3 MiB |  00m03s
- [18/18] clang-libs-0:21.1.8-4.fc43.x86_ 100% |   8.6 MiB/s |  30.2 MiB |  00m04s
- --------------------------------------------------------------------------------
- [18/18] Total                           100% |  12.2 MiB/s |  76.9 MiB |  00m06s
- Running transaction
- [ 1/21] Verify package files            100% |  57.0   B/s |  18.0   B |  00m00s
- [ 2/21] Prepare transaction             100% | 463.0   B/s |  19.0   B |  00m00s
- [ 3/21] Upgrading zlib-ng-compat-0:2.3. 100% |  79.4 MiB/s | 162.6 KiB |  00m00s
- [ 4/21] Installing clang-resource-files 100% |   8.1 MiB/s |  16.7 KiB |  00m00s
- [ 5/21] Installing clang-libs-0:21.1.8- 100% | 267.3 MiB/s | 114.9 MiB |  00m00s
- [ 6/21] Installing libbpf-2:1.6.1-3.fc4 100% | 137.9 MiB/s | 423.7 KiB |  00m00s
- [ 7/21] Installing libomp-0:21.1.8-4.fc 100% | 236.0 MiB/s |   2.8 MiB |  00m00s
- [ 8/21] Installing libzstd-devel-0:1.5. 100% | 203.9 MiB/s | 208.8 KiB |  00m00s
- [ 9/21] Installing cmake-filesystem-0:3 100% |   1.2 MiB/s |   7.6 KiB |  00m00s
- [10/21] Installing zlib-ng-compat-devel 100% |  35.3 MiB/s | 108.6 KiB |  00m00s
- [11/21] Installing elfutils-libelf-deve 100% |  41.8 MiB/s |  85.7 KiB |  00m00s
- [12/21] Installing llvm20-filesystem-0: 100% |   1.0 MiB/s |   1.1 KiB |  00m00s
- [13/21] Installing llvm20-libs-0:20.1.8 100% | 313.9 MiB/s | 139.7 MiB |  00m00s
- [14/21] Installing bpftool-0:7.6.0-1.fc 100% |  37.7 MiB/s | 734.0 KiB |  00m00s
- [15/21] Installing libbpf-devel-2:1.6.1 100% | 131.0 MiB/s | 402.3 KiB |  00m00s
- [16/21] Installing libomp-devel-0:21.1. 100% | 188.4 MiB/s |   1.5 MiB |  00m00s
- [17/21] Installing clang-0:21.1.8-4.fc4 100% | 309.0 MiB/s |  65.5 MiB |  00m00s
- [18/21] Installing compiler-rt-0:21.1.8 100% | 387.7 MiB/s |  41.1 MiB |  00m00s
- [19/21] Installing libatomic-0:15.2.1-7 100% |  36.7 MiB/s |  37.5 KiB |  00m00s
- [20/21] Installing libffi-devel-0:3.5.2 100% |  34.7 MiB/s |  35.6 KiB |  00m00s
- [21/21] Removing zlib-ng-compat-0:2.3.2 100% |  64.0   B/s |   5.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.8-4.fc43.x86_64
- libbpf-devel-1.6.1-3.fc43.x86_64
- libffi-devel-3.5.2-1.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:13.21 ---> saved as "ea72eb35bb6893791b7aa5dd85052ac71913a64085ff8135422138d26f340323"

/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.21.1
  - install dune-configurator   3.21.1
  - 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 ocamlfind.1.9.8  (cached)
-> retrieved ppx_assert.v0.16.0  (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.21.1, dune-configurator.3.21.1  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.21.1
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed integers.0.7.0
-> installed dune-configurator.3.21.1
-> installed base.v0.16.4
-> installed ctypes.0.24.0
-> 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)
2026-02-15 18:14.26 ---> saved as "ef0cbe05c56420c177096e09d536f50b50d7b74a5a832be6e05e823bed17fefb"

/src: (copy (src .) (dst /src))
2026-02-15 18:14.27 ---> saved as "189034c17fe6e365040c5d3226f9833af47933e4a7df1c46a67acc21d1af0ec7"

/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-02-15 18:14.28 ---> saved as "0d0297b1ed3920c117ea9454f88464652a40276f536033e097d3a473f9d5793e"
Job succeeded
2026-02-15 18:14.29: Job succeeded