Organisationskoonwenocaml-libbpf389b64 (main)fedora-40-4.14_opam-2.3

fedora-40-4.14_opam-2.3

Logs

Show full logs
2025-02-27 15:17.06: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (389b642ae4e776b007eea267b3525022d8bff16c) (linux-x86_64:fedora-40-4.14_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-4.14@sha256:77ad6f4547bb06a0f441b2695b26de34aaf2216789faa9b817d3af6b0a834286
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard 389b642a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-40-ocaml-4.14@sha256:77ad6f4547bb06a0f441b2695b26de34aaf2216789faa9b817d3af6b0a834286
# fedora-40-4.14_opam-2.3
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.3 /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 f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && 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.3 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-bash.1 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.17.2 dune-configurator.3.17.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.1 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.12.0 seq.base 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.3 --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-02-27 15:17.06: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-40-ocaml-4.14@sha256:77ad6f4547bb06a0f441b2695b26de34aaf2216789faa9b817d3af6b0a834286-fedora-40-4.14_opam-2.3-758129debdf2c40a57b87dd2fbdd84e6"
2025-02-27 15:17.06: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-4.14@sha256:77ad6f4547bb06a0f441b2695b26de34aaf2216789faa9b817d3af6b0a834286)
 (comment fedora-40-4.14_opam-2.3)
 (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.3 /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 f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && 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.3 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-bash.1 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.17.2 dune-configurator.3.17.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.1 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.12.0 seq.base 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.3 --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-02-27 15:17.06: Waiting for resource in pool OCluster
2025-02-27 20:30.25: Waiting for worker…
2025-02-27 20:33.00: Got resource from pool OCluster
Building on clete.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialised empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-libbpf.git-d829d4144e4987b8d111133bfd1b33af7c1df0ff/.git/
HEAD is now at 389b642 dune fmt

(from ocaml/opam:fedora-40-ocaml-4.14@sha256:77ad6f4547bb06a0f441b2695b26de34aaf2216789faa9b817d3af6b0a834286)
2025-02-27 20:33.04 ---> using "f105e4e30775553f0b3ae7e35eb670a3216449a9a4e5074c5d10d39f44f24cc8" from cache

/: (comment fedora-40-4.14_opam-2.3)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Fedora 40 - x86_64                              112 kB/s |  27 kB     00:00    
Fedora 40 - x86_64 - Updates                    165 kB/s |  22 kB     00:00    
Fedora 40 - x86_64 - Updates                    3.6 MB/s | 5.4 MB     00:01    
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-02-27 20:33.04 ---> using "047c8883fe0f1a91046fb1ee8d8ca801d20ef4b8d390962d0eddb45773f53595" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-27 20:33.04 ---> using "b92afd694db737b8e9e7dddee2e1253a86fd1c2d2a97a6aafeecbc229dfd5e2a" 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.

Continue? [y/n] y
Format upgrade done.
This development 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.

[NOTE] The 'jobs' option was reset, its value was 39 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=39 --global

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-02-27 20:33.04 ---> using "daf363493582ffd967f3ffc3a59bf7297d103a83f6009e7e0c29eda2b5c14b71" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-02-27 20:33.04 ---> using "a27d285ce16427d15feb228731cb0969a65a346ef074c0c67d74670256b531b9" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-02-27 20:33.04 ---> using "3449d17ecd8d442aad48ac971807f1fea648f2a50c48838bff0e498e86b614f8" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   94514fa0d0..7a64698fd5  master     -> origin/master
f90215803a Merge pull request #27486 from NathanReb/prep-for-ppxlib.0.36.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from 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, 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-02-27 20:33.04 ---> using "91e13725bbe9b84781a0d6952121f722f76e1c9ae9b49d88dd14b3af35808ab2" from cache

/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
            (dst ./))
2025-02-27 20:33.04 ---> saved as "8e98b094872bfc9d4f0bb59327471cd882dd7bdbad9053d7519a67a93b471c87"

/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-02-27 20:33.13 ---> saved as "746f0ef92192fe32cd09e2a47b1cf8cb0ae50faf65a2ccf962c12a9a4940380b"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-27 20:33.14 ---> saved as "f9766cea0db3b22b2eb28398b5e16f52bd79fadb066a283f21b05863c20ec06d"

/src: (env DEPS "base.v0.16.3 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-bash.1 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.17.2 dune-configurator.3.17.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.1 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.12.0 seq.base 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.3 --depext-only -y libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.dev $DEPS"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 40 - x86_64                              156 kB/s |  27 kB     00:00    
- Fedora 40 openh264 (From Cisco) - x86_64        8.7 kB/s | 989  B     00:00    
- Fedora 40 - x86_64 - Updates                    174 kB/s |  22 kB     00:00    
- 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/bin/sudo "yum" "install" "-y" "bpftool" "clang" "libbpf-devel" "libffi-devel"
- Last metadata expiration check: 0:00:37 ago on Thu Feb 27 20:33:16 2025.
- Dependencies resolved.
- ================================================================================
-  Package                        Arch       Version            Repository   Size
- ================================================================================
- Installing:
-  bpftool                        x86_64     7.5.0-1.fc40       updates     323 k
-  clang                          x86_64     18.1.8-1.fc40      updates      78 k
-  libbpf-devel                   x86_64     2:1.2.3-1.fc40     updates      86 k
-  libffi-devel                   x86_64     3.4.4-7.fc40       fedora       28 k
- Upgrading:
-  elfutils                       x86_64     0.192-9.fc40       updates     546 k
-  elfutils-debuginfod-client     x86_64     0.192-9.fc40       updates      46 k
-  elfutils-libelf                x86_64     0.192-9.fc40       updates     208 k
-  elfutils-libs                  x86_64     0.192-9.fc40       updates     264 k
-  libzstd                        x86_64     1.5.7-1.fc40       updates     315 k
- Installing dependencies:
-  clang-libs                     x86_64     18.1.8-1.fc40      updates      23 M
-  clang-resource-filesystem      noarch     18.1.8-1.fc40      updates      15 k
-  cmake-filesystem               x86_64     3.30.7-1.fc40      updates      17 k
-  elfutils-libelf-devel          x86_64     0.192-9.fc40       updates      47 k
-  libbpf                         x86_64     2:1.2.3-1.fc40     updates     165 k
-  libzstd-devel                  x86_64     1.5.7-1.fc40       updates      53 k
-  zlib-ng-compat-devel           x86_64     2.1.7-2.fc40       updates      38 k
- Installing weak dependencies:
-  compiler-rt                    x86_64     18.1.8-1.fc40      updates     2.3 M
-  libatomic                      x86_64     14.2.1-3.fc40      updates      43 k
-  libomp                         x86_64     18.1.8-1.fc40      updates     656 k
-  libomp-devel                   x86_64     18.1.8-1.fc40      updates     480 k
- 
- Transaction Summary
- ================================================================================
- Install  15 Packages
- Upgrade   5 Packages
- 
- Total download size: 29 M
- Downloading Packages:
- (1/20): libffi-devel-3.4.4-7.fc40.x86_64.rpm    502 kB/s |  28 kB     00:00    
- (2/20): clang-18.1.8-1.fc40.x86_64.rpm          747 kB/s |  78 kB     00:00    
- (3/20): clang-resource-filesystem-18.1.8-1.fc40 373 kB/s |  15 kB     00:00    
- (4/20): bpftool-7.5.0-1.fc40.x86_64.rpm         2.1 MB/s | 323 kB     00:00    
- (5/20): cmake-filesystem-3.30.7-1.fc40.x86_64.r 1.2 MB/s |  17 kB     00:00    
- (6/20): elfutils-libelf-devel-0.192-9.fc40.x86_ 2.0 MB/s |  47 kB     00:00    
- (7/20): libatomic-14.2.1-3.fc40.x86_64.rpm      755 kB/s |  43 kB     00:00    
- (8/20): libbpf-1.2.3-1.fc40.x86_64.rpm          4.3 MB/s | 165 kB     00:00    
- (9/20): libbpf-devel-1.2.3-1.fc40.x86_64.rpm    1.8 MB/s |  86 kB     00:00    
- (10/20): compiler-rt-18.1.8-1.fc40.x86_64.rpm   7.1 MB/s | 2.3 MB     00:00    
- (11/20): libomp-18.1.8-1.fc40.x86_64.rpm        4.0 MB/s | 656 kB     00:00    
- (12/20): libzstd-devel-1.5.7-1.fc40.x86_64.rpm  3.0 MB/s |  53 kB     00:00    
- (13/20): zlib-ng-compat-devel-2.1.7-2.fc40.x86_ 2.0 MB/s |  38 kB     00:00    
- (14/20): elfutils-0.192-9.fc40.x86_64.rpm        15 MB/s | 546 kB     00:00    
- (15/20): libomp-devel-18.1.8-1.fc40.x86_64.rpm  4.9 MB/s | 480 kB     00:00    
- (16/20): elfutils-debuginfod-client-0.192-9.fc4 2.4 MB/s |  46 kB     00:00    
- (17/20): elfutils-libelf-0.192-9.fc40.x86_64.rp 8.1 MB/s | 208 kB     00:00    
- (18/20): elfutils-libs-0.192-9.fc40.x86_64.rpm  9.8 MB/s | 264 kB     00:00    
- (19/20): libzstd-1.5.7-1.fc40.x86_64.rpm         12 MB/s | 315 kB     00:00    
- (20/20): clang-libs-18.1.8-1.fc40.x86_64.rpm     11 MB/s |  23 MB     00:02    
- --------------------------------------------------------------------------------
- Total                                            12 MB/s |  29 MB     00:02     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Upgrading        : libzstd-1.5.7-1.fc40.x86_64                           1/25 
-   Upgrading        : elfutils-libelf-0.192-9.fc40.x86_64                   2/25 
-   Installing       : clang-resource-filesystem-18.1.8-1.fc40.noarch        3/25 
-   Installing       : libomp-18.1.8-1.fc40.x86_64                           4/25 
-   Upgrading        : elfutils-libs-0.192-9.fc40.x86_64                     5/25 
-   Upgrading        : elfutils-debuginfod-client-0.192-9.fc40.x86_64        6/25 
-   Installing       : libomp-devel-18.1.8-1.fc40.x86_64                     7/25
-  
-   Installing       : compiler-rt-18.1.8-1.fc40.x86_64                      8/25 
-   Installing       : libbpf-2:1.2.3-1.fc40.x86_64                          9/25 
-   Installing       : libzstd-devel-1.5.7-1.fc40.x86_64                    10/25 
-   Installing       : libatomic-14.2.1-3.fc40.x86_64                       11/25
-  
-   Installing       : clang-libs-18.1.8-1.fc40.x86_64                      12/25 
-   Installing       : cmake-filesystem-3.30.7-1.fc40.x86_64                13/25 
-   Installing       : zlib-ng-compat-devel-2.1.7-2.fc40.x86_64             14/25 
-   Installing       : elfutils-libelf-devel-0.192-9.fc40.x86_64            15/25 
-   Installing       : libbpf-devel-2:1.2.3-1.fc40.x86_64                   16/25 
-   Installing       : clang-18.1.8-1.fc40.x86_64                           17/25 
-   Running scriptlet: clang-18.1.8-1.fc40.x86_64                           17/25 
-   Upgrading        : elfutils-0.192-9.fc40.x86_64                         18/25 
-   Installing       : bpftool-7.5.0-1.fc40.x86_64                          19/25 
-   Installing       : libffi-devel-3.4.4-7.fc40.x86_64                     20/25 
-   Cleanup          : elfutils-0.192-7.fc40.x86_64                         21/25 
-   Cleanup          : elfutils-debuginfod-client-0.192-7.fc40.x86_64       22/25 
-   Cleanup          : elfutils-libs-0.192-7.fc40.x86_64                    23/25 
-   Cleanup          : elfutils-libelf-0.192-7.fc40.x86_64                  24/25 
-   Cleanup          : libzstd-1.5.6-1.fc40.x86_64                          25/25 
-   Running scriptlet: libzstd-1.5.6-1.fc40.x86_64                          25/25
-  
- 
- Upgraded:
-   elfutils-0.192-9.fc40.x86_64                                                  
-   elfutils-debuginfod-client-0.192-9.fc40.x86_64                                
-   elfutils-libelf-0.192-9.fc40.x86_64                                           
-   elfutils-libs-0.192-9.fc40.x86_64                                             
-   libzstd-1.5.7-1.fc40.x86_64                                                   
- Installed:
-   bpftool-7.5.0-1.fc40.x86_64                                                   
-   clang-18.1.8-1.fc40.x86_64                                                    
-   clang-libs-18.1.8-1.fc40.x86_64                                               
-   clang-resource-filesystem-18.1.8-1.fc40.noarch                                
-   cmake-filesystem-3.30.7-1.fc40.x86_64                                         
-   compiler-rt-18.1.8-1.fc40.x86_64                                              
-   elfutils-libelf-devel-0.192-9.fc40.x86_64                                     
-   libatomic-14.2.1-3.fc40.x86_64                                                
-   libbpf-2:1.2.3-1.fc40.x86_64                                                  
-   libbpf-devel-2:1.2.3-1.fc40.x86_64                                            
-   libffi-devel-3.4.4-7.fc40.x86_64                                              
-   libomp-18.1.8-1.fc40.x86_64                                                   
-   libomp-devel-18.1.8-1.fc40.x86_64                                             
-   libzstd-devel-1.5.7-1.fc40.x86_64                                             
-   zlib-ng-compat-devel-2.1.7-2.fc40.x86_64                                      
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "bpftool" "clang" "libbpf-devel" "libffi-devel"
- bpftool-7.5.0-1.fc40.x86_64
- clang-18.1.8-1.fc40.x86_64
- libbpf-devel-1.2.3-1.fc40.x86_64
- libffi-devel-3.4.4-7.fc40.x86_64
2025-02-27 20:34.02 ---> saved as "68ab24574101c5b1b3b7aeaa56775b2443fa3c494f51bb8cfd8f287ab4791532"

/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 38 packages
  - install base                v0.16.3
  - install bigarray-compat     1.1.0
  - install conf-bash           1
  - 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.17.2
  - install dune-configurator   3.17.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.1
  - 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.12.0
  - install seq                 base
  - 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 bigarray-compat.1.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> installed conf-bash.1
-> 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.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_deriving.6.0.3  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_expect.v0.16.1  (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.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> 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.17.2, dune-configurator.3.17.2  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.17.2
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.12.0
-> installed cppo.1.8.0
-> installed integers.0.7.0
-> installed dune-configurator.3.17.2
-> installed ctypes.0.23.0
-> installed base.v0.16.3
-> installed stdio.v0.16.0
-> installed ctypes-foreign.0.23.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_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> 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.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-27 20:37.35 ---> saved as "68ac8b459049c79794db2b1cc0b97fd55ec3706f6783de2a5d6d93480ddfef42"

/src: (copy (src .) (dst /src))
2025-02-27 20:37.35 ---> saved as "b6660e660371a34b7b536b6da62d4c52de6a4e4a58a0e3da613e064595caa7a1"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_version.exe)
Major:1, Minor:2, Libbpf.v1.2
2025-02-27 20:37.40 ---> saved as "828800c6bc90c0ca504066c138ce7b650e7f5f4b6220e9c5ea494893151a2bf5"
Job succeeded
2025-02-27 20:37.40: Job succeeded