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

fedora-43-5.4_opam-2.5

Link Copied
Code Copied

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-5.4_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard abb370b2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771
# fedora-43-5.4_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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.0 ppxlib_jane.v0.17.4 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-02-15 17:59.21: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771-fedora-43-5.4_opam-2.5-ca468154a397437b50e76cb4b68e9a63"
2026-02-15 17:59.21: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771)
(comment fedora-43-5.4_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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.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-02-15 17:59.21: Waiting for resource in pool OCluster
2026-02-15 18:11.06: Waiting for worker…
2026-02-15 18:12.58: 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-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771' locally
docker.io/ocaml/opam@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771: 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
5bd94acff4a0: Pulling fs layer
89c353ff7bfc: Pulling fs layer
b32a22f578d2: Pulling fs layer
3aee8f4f52c7: Pulling fs layer
f15cf313d69b: Pulling fs layer
3aee8f4f52c7: Waiting
f15cf313d69b: Waiting
b32a22f578d2: Verifying Checksum
b32a22f578d2: Download complete
5bd94acff4a0: Verifying Checksum
5bd94acff4a0: Download complete
5bd94acff4a0: Pull complete
f15cf313d69b: Download complete
3aee8f4f52c7: Verifying Checksum
3aee8f4f52c7: Download complete
89c353ff7bfc: Verifying Checksum
89c353ff7bfc: Download complete
89c353ff7bfc: Pull complete
b32a22f578d2: Pull complete
3aee8f4f52c7: Pull complete
f15cf313d69b: Pull complete
Digest: sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771
Status: Downloaded newer image for ocaml/opam@sha256:df7c029ded0b86834a6829ff0e12218f8fe7781c76841ff8ae3bb22d8a17f771
2026-02-15 18:12.59 ---> using "c2d794b6e911bbcb34a16b47b087571cc83c25d82d5221802c28ebb772c7b7ac" from cache


/: (comment fedora-43-5.4_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% |  91.3 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 "a480bb0c0de320ab28e07b01f155fc81210ddb022301ec8e9c4ea680722505cf" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-15 18:12.59 ---> using "9de9c529d7cff5b5c8927ab10ee9faad90c94a13b1f49d3e2ed043b82784d3eb" 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 "893076ba5a4a8e0bf7dd033b89ae160f8e554d420bdd70125ac1eda2ff489e82" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-15 18:12.59 ---> using "8bde7f5e5986e500b04438e6611db57a8ed019b4acff57bb6b0b52b7a938e2db" 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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:12.59 ---> using "6c26bbd243bf8ba1dc126049f1d0964d4918fec2cf2b6d7c0a4c511e90bc6cb2" from cache


/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2026-02-15 18:12.59 ---> saved as "371cd765d2482daef30c7b364682596a4cb78e81debf4b9ac018fcfc856df236"


/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 "2e1e5379d5b9ea53954f3fcdc5ed944b2a783a12542ceda0c24de9e3f3309bb1"


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


/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 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.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.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-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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/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% | 296.7 KiB/s |  14.5 KiB |  00m00s
- [ 2/18] bpftool-0:7.6.0-1.fc43.x86_64   100% |   3.5 MiB/s | 325.2 KiB |  00m00s
- [ 3/18] clang-0:21.1.8-4.fc43.x86_64    100% |  12.6 MiB/s |   7.3 MiB |  00m01s
- [ 4/18] clang-resource-filesystem-0:21. 100% |   4.1 MiB/s |  20.8 KiB |  00m00s
- [ 5/18] libbpf-devel-2:1.6.1-3.fc43.x86 100% |   1.1 MiB/s |  90.7 KiB |  00m00s
- [ 6/18] libbpf-2:1.6.1-3.fc43.x86_64    100% |   8.1 MiB/s | 191.0 KiB |  00m00s
- [ 7/18] libffi-devel-0:3.5.2-1.fc43.x86 100% | 456.5 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% |   7.4 MiB/s |  37.8 KiB |  00m00s
- [10/18] cmake-filesystem-0:3.31.10-3.fc 100% |   2.7 MiB/s |  13.9 KiB |  00m00s
- [11/18] libzstd-devel-0:1.5.7-2.fc43.x8 100% |   5.7 MiB/s |  52.9 KiB |  00m00s
- [12/18] libatomic-0:15.2.1-7.fc43.x86_6 100% |   3.6 MiB/s |  47.8 KiB |  00m00s
- [13/18] libomp-0:21.1.8-4.fc43.x86_64   100% |   4.1 MiB/s | 831.2 KiB |  00m00s
- [14/18] compiler-rt-0:21.1.8-4.fc43.x86 100% |   8.3 MiB/s |   3.0 MiB |  00m00s
- [15/18] libomp-devel-0:21.1.8-4.fc43.x8 100% |   6.3 MiB/s | 266.0 KiB |  00m00s
- [16/18] zlib-ng-compat-0:2.3.3-1.fc43.x 100% |   9.6 MiB/s |  88.6 KiB |  00m00s
- [17/18] clang-libs-0:21.1.8-4.fc43.x86_ 100% |  10.1 MiB/s |  30.2 MiB |  00m03s
- [18/18] llvm20-libs-0:20.1.8-2.fc43.x86 100% |   8.8 MiB/s |  34.3 MiB |  00m04s
- --------------------------------------------------------------------------------
- [18/18] Total                           100% |  10.9 MiB/s |  76.9 MiB |  00m07s
- Running transaction
- [ 1/21] Verify package files            100% |  60.0   B/s |  18.0   B |  00m00s
- [ 2/21] Prepare transaction             100% | 452.0   B/s |  19.0   B |  00m00s
- [ 3/21] Upgrading zlib-ng-compat-0:2.3. 100% |  52.9 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% | 290.2 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.9 MiB/s |   7.6 KiB |  00m00s
- [10/21] Installing zlib-ng-compat-devel 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [11/21] Installing elfutils-libelf-deve 100% |  83.7 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% | 320.4 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% | 266.3 MiB/s |  65.5 MiB |  00m00s
- [18/21] Installing compiler-rt-0:21.1.8 100% | 300.0 MiB/s |  41.1 MiB |  00m00s
- [19/21] Installing libatomic-0:15.2.1-7 100% |  18.3 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% |  56.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 "da21b527954e3ba028c230a86cda190ec194ed6e49b010434d59080fdb61d2c4"


/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 36 packages
- install base                    v0.17.3
- 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.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.37.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 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.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_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.37.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.17.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.21.1
-> installed ctypes.0.24.0
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ctypes-foreign.0.24.0
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_deriving.6.1.1
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 18:14.31 ---> saved as "1c55b72550efeacd004243f9bbd9c94b3ec40793f348d91b52a60d2473d5460b"


/src: (copy (src .) (dst /src))
2026-02-15 18:14.32 ---> saved as "c3158fa54d7c0f816d9b149854c160c04e12c5030b2330af9c6d54e4cc9f64fb"


/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.33 ---> saved as "3fd75feb2dda38623292faaf108badf018a08edd460364f783797320466b5678"
Job succeeded
2026-02-15 18:14.33: Job succeeded