Organisationskoonwenocaml-libbpfabb370 (main)fedora-40-5.3_opam-2.3

fedora-40-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-05-10 12:25.24: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:fedora-40-5.3_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf
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-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf
# fedora-40-5.3_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 997e4758ac95ae5ee2ee30125e6ba0dba68cebf0 || git fetch origin master) && git reset -q --hard 997e4758ac95ae5ee2ee30125e6ba0dba68cebf0 && 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.2 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-clang.1 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.18.2 dune-configurator.3.18.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 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.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-05-10 12:25.24: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf-fedora-40-5.3_opam-2.3-43b0570e7051e220cdd1af77633fd300"
2025-05-10 12:25.24: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf)
(comment fedora-40-5.3_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 997e4758ac95ae5ee2ee30125e6ba0dba68cebf0 || git fetch origin master) && git reset -q --hard 997e4758ac95ae5ee2ee30125e6ba0dba68cebf0 && 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.2 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-clang.1 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.18.2 dune-configurator.3.18.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 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.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-05-10 12:25.24: Waiting for resource in pool OCluster
2025-05-10 12:25.39: Waiting for worker…
2025-05-10 12:25.39: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at abb370b CHANGES.md: allow nixos


(from ocaml/opam:fedora-40-ocaml-5.3@sha256:38ecf3bc8fd9884910064d6960cf6c60379bcbba1a2d103b85f61662a05878bf)
2025-05-10 12:25.24 ---> using "878a7c4d63982f7560a9e447087a87f31bea1ca792235ab887a02391aaed4d11" from cache


/: (comment fedora-40-5.3_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                               79 kB/s |  25 kB     00:00
Fedora 40 openh264 (From Cisco) - x86_64        9.3 kB/s | 989  B     00:00
Fedora 40 - x86_64 - Updates                    125 kB/s |  16 kB     00:00
Fedora 40 - x86_64 - Updates                    4.9 MB/s | 6.2 MB     00:01
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-05-10 12:25.32 ---> saved as "f7b58d40313aa637c0685073a709ea3b91536c8cfc6d9948f19bb512fa70cf88"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-10 12:25.33 ---> saved as "4810a834e3609137ef1f4f49ed6c0053d499605a9a9c5a175eb327ece5158042"


/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 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.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-10 12:26.01 ---> saved as "2b24896f1291b4b73e2abf2f27490ca56ae4c8d773266086dff0f621b2aab584"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-05-10 12:26.02 ---> saved as "341166bcec48f375c85f227a8841242fffc64a65feb74573cfefe6fbd6a69225"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-05-10 12:26.02 ---> saved as "fc32929fd3f2c41cf47b8b57ce03ad03ba67aa200cfcaa64f449a3cf5ec6dbff"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 997e4758ac95ae5ee2ee30125e6ba0dba68cebf0 || git fetch origin master) && git reset -q --hard 997e4758ac95ae5ee2ee30125e6ba0dba68cebf0 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
34a3fc46c3..0d013e603b  master     -> origin/master
997e4758ac Merge pull request #27839 from public-release/opam-publish-base.v0.17.2


<><> 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, 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-05-10 12:26.25 ---> saved as "db85a233f9d705de2e3dc5844bad13e64d454d42338c7d67de6631e192d7d1b2"


/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-05-10 12:26.26 ---> saved as "c29d64bb83c7ed6238f875bd0180d72cdef0aa8051a2d6228655f96aa8b82814"


/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-05-10 12:26.31 ---> saved as "c189b3f43329a4a7f166f8a9de25c3477d607fd6b741fbe77cbd3fd07b44b750"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-10 12:26.31 ---> saved as "77b495aee85df6fb99eaa556a00f92ddccf7ebb177d17a574eb7ef7dfec8450b"


/src: (env DEPS "base.v0.17.2 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-clang.1 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.18.2 dune-configurator.3.18.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 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.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                              197 kB/s |  25 kB     00:00
- Fedora 40 openh264 (From Cisco) - x86_64        9.8 kB/s | 989  B     00:00
- Fedora 40 - x86_64 - Updates                    139 kB/s |  16 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
bpftool clang libbpf-devel libffi-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "yum" "install" "-y" "bpftool" "clang" "libbpf-devel" "libffi-devel"
- Last metadata expiration check: 0:00:14 ago on Sat May 10 12:26:33 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-2.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
- Installing dependencies:
-  clang-libs                    x86_64     18.1.8-2.fc40       updates      23 M
-  clang-resource-filesystem     noarch     18.1.8-2.fc40       updates      14 k
-  cmake-filesystem              x86_64     3.30.8-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
- 
- Total download size: 28 M
- Installed size: 165 M
- Downloading Packages:
- (1/15): libffi-devel-3.4.4-7.fc40.x86_64.rpm    201 kB/s |  28 kB     00:00
- (2/15): clang-18.1.8-2.fc40.x86_64.rpm           15 kB/s |  78 kB     00:05
- (3/15): clang-resource-filesystem-18.1.8-2.fc40 468 kB/s |  14 kB     00:00
- (4/15): cmake-filesystem-3.30.8-1.fc40.x86_64.r 290 kB/s |  17 kB     00:00
- (5/15): bpftool-7.5.0-1.fc40.x86_64.rpm          61 kB/s | 323 kB     00:05
- (6/15): elfutils-libelf-devel-0.192-9.fc40.x86_ 737 kB/s |  47 kB     00:00
- (7/15): libatomic-14.2.1-3.fc40.x86_64.rpm      616 kB/s |  43 kB     00:00
- (8/15): libbpf-1.2.3-1.fc40.x86_64.rpm          3.0 MB/s | 165 kB     00:00
- (9/15): libbpf-devel-1.2.3-1.fc40.x86_64.rpm    1.1 MB/s |  86 kB     00:00
- (10/15): libomp-18.1.8-1.fc40.x86_64.rpm        4.1 MB/s | 656 kB     00:00
- (11/15): libomp-devel-18.1.8-1.fc40.x86_64.rpm  3.4 MB/s | 480 kB     00:00
- (12/15): libzstd-devel-1.5.7-1.fc40.x86_64.rpm  1.6 MB/s |  53 kB     00:00
- (13/15): zlib-ng-compat-devel-2.1.7-2.fc40.x86_ 661 kB/s |  38 kB     00:00
- (14/15): compiler-rt-18.1.8-1.fc40.x86_64.rpm   2.8 MB/s | 2.3 MB     00:00
- (15/15): clang-libs-18.1.8-2.fc40.x86_64.rpm    3.8 MB/s |  23 MB     00:06
- --------------------------------------------------------------------------------
- Total                                           4.0 MB/s |  28 MB     00:06
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1
-   Installing       : clang-resource-filesystem-18.1.8-2.fc40.noarch        1/15
-   Installing       : libomp-18.1.8-1.fc40.x86_64                           2/15
-   Installing       : libomp-devel-18.1.8-1.fc40.x86_64                     3/15
- 
-   Installing       : compiler-rt-18.1.8-1.fc40.x86_64                      4/15
-   Installing       : libzstd-devel-1.5.7-1.fc40.x86_64                     5/15
-   Installing       : libbpf-2:1.2.3-1.fc40.x86_64                          6/15
-   Installing       : libatomic-14.2.1-3.fc40.x86_64                        7/15
-   Installing       : clang-libs-18.1.8-2.fc40.x86_64                       8/15
-   Installing       : cmake-filesystem-3.30.8-1.fc40.x86_64                 9/15
-   Installing       : zlib-ng-compat-devel-2.1.7-2.fc40.x86_64             10/15
-   Installing       : elfutils-libelf-devel-0.192-9.fc40.x86_64            11/15
-   Installing       : libbpf-devel-2:1.2.3-1.fc40.x86_64                   12/15
-   Installing       : clang-18.1.8-2.fc40.x86_64                           13/15
-   Running scriptlet: clang-18.1.8-2.fc40.x86_64                           13/15
-   Installing       : bpftool-7.5.0-1.fc40.x86_64                          14/15
-   Installing       : libffi-devel-3.4.4-7.fc40.x86_64                     15/15
-   Running scriptlet: libffi-devel-3.4.4-7.fc40.x86_64                     15/15
- 
- 
- Installed:
-   bpftool-7.5.0-1.fc40.x86_64
-   clang-18.1.8-2.fc40.x86_64
-   clang-libs-18.1.8-2.fc40.x86_64
-   clang-resource-filesystem-18.1.8-2.fc40.noarch
-   cmake-filesystem-3.30.8-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-2.fc40.x86_64
- libbpf-devel-1.2.3-1.fc40.x86_64
- libffi-devel-3.4.4-7.fc40.x86_64
2025-05-10 12:26.58 ---> saved as "7f4fce19852847aa134e54d3b9bd33e35300ce88dfba93bd1e4948fada66ab11"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 37 packages
- install base                    v0.17.2
- install bigarray-compat         1.1.0
- install conf-clang              1
- install conf-libffi             2.0.0
- install conf-pkg-config         4
- install cppo                    1.8.0
- install csexp                   1.5.2
- install ctypes                  0.23.0
- install ctypes-foreign          0.23.0
- install dune                    3.18.2
- install dune-configurator       3.18.2
- 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.0.3
- install ppx_enumerate           v0.17.0
- install ppx_expect              v0.17.2
- install ppx_globalize           v0.17.0
- install ppx_hash                v0.17.0
- install ppx_here                v0.17.0
- install ppx_inline_test         v0.17.0
- install ppx_optcomp             v0.17.0
- install ppx_sexp_conv           v0.17.0
- install ppxlib                  0.35.0
- install ppxlib_jane             v0.17.2
- 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 bigarray-compat.1.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved base.v0.17.2  (cached)
-> installed conf-clang.1
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved jane-street-headers.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_derivers.1.2.1  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_expect.v0.17.2  (cached)
-> retrieved ppx_globalize.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.0  (cached)
-> retrieved ppx_optcomp.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved ppxlib_jane.v0.17.2  (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 dune.3.18.2, dune-configurator.3.18.2  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.18.2
-> installed jane-street-headers.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed cppo.1.8.0
-> installed integers.0.7.0
-> installed dune-configurator.3.18.2
-> installed ctypes.0.23.0
-> installed base.v0.17.2
-> installed stdio.v0.17.0
-> installed ctypes-foreign.0.23.0
-> installed ppxlib.0.35.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_optcomp.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_deriving.6.0.3
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
-> 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.0
-> installed ppx_expect.v0.17.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-10 12:30.10 ---> saved as "a7c252ace562da232391595219b7e9ea1f28137d84407bfe132ce1f32721c5b4"


/src: (copy (src .) (dst /src))
2025-05-10 12:30.10 ---> saved as "5e96b666905e218f330d1421d6d4116291389ebcfdc0a4ade5dcc810bb89febd"


/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-05-10 12:30.14 ---> saved as "e9dbc4c0b000e30de510bf4bd0a315754fc7580c50b5f087bf3b5ceab66f446b"
Job succeeded
2025-05-10 12:30.15: Job succeeded