Organisationskoonwenocaml-libbpf389b64 (main)fedora-41-5.3_opam-2.3

fedora-41-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-03-11 12:26.32: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (389b642ae4e776b007eea267b3525022d8bff16c) (linux-x86_64:fedora-41-5.3_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925
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-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925
# fedora-41-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 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.17.1 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.17.2 dune-configurator.3.17.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-03-11 12:26.32: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925-fedora-41-5.3_opam-2.3-09f25a0824fa3ba2160763fb27b94fcc"
2025-03-11 12:26.32: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925)
(comment fedora-41-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 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.17.1 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.17.2 dune-configurator.3.17.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-03-11 12:26.32: Waiting for resource in pool OCluster
2025-03-11 12:48.18: Waiting for worker…
2025-03-11 12:50.26: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
HEAD is now at 389b642 dune fmt


(from ocaml/opam:fedora-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925)
Unable to find image 'ocaml/opam:fedora-41-ocaml-5.3@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925' locally
docker.io/ocaml/opam@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925: Pulling from ocaml/opam
5df61545bdd9: Pulling fs layer
5df61545bdd9: Verifying Checksum
5df61545bdd9: Download complete
5df61545bdd9: Pull complete
Digest: sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925
Status: Downloaded newer image for ocaml/opam@sha256:fdc2429ee5b38ad9a34e9df8dcce7161f1b807433a983120453cb37a7b29e925
2025-03-11 12:52.47 ---> saved as "189447b5abf4f84b3141564fa16299d77370e888a929cebc6495802de6bce562"


/: (comment fedora-41-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"))
Updating and loading repositories:
Fedora 41 - x86_64 - Updates           100% | 260.8 KiB/s |  24.0 KiB |  00m00s
Fedora 41 - x86_64 - Updates           100% |   5.2 MiB/s |   2.8 MiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.


Nothing to do.
2025-03-11 12:52.53 ---> saved as "947881be467bcf2fd69517dfbab49f9c08bd1fde805595ee55ebf2224778ca57"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-11 12:52.53 ---> saved as "92a7f2480fc833b8b6e6f7c055e96edecd7a23b7a1425abe59b46f58f5769a58"


/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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[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-03-11 12:54.18 ---> saved as "22323ebe734803b688970a8a4b44abf93aa58863ccedfb0ae4ead813beb5698c"


/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-03-11 12:54.18 ---> saved as "2024869fea33faf19369ee49d7e2bfcec68103aae198063a36b6d1df2607faff"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-03-11 12:54.18 ---> saved as "b766911cfcef799c6c2bb8aec82e30e2bd662c95ed64a05054ff7a173457d537"


/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"))
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-03-11 12:55.35 ---> saved as "3daeeff3c3d16f979ee03d4cb667eac2d50ad876cff4c09bf906004aa294b4e0"


/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-03-11 12:55.35 ---> saved as "11f3e250ffeb27a55775a205ed7a73405d94512b86e1d0825f182b30be423fc1"


/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-03-11 12:55.42 ---> saved as "bd8b24eadce3a27e31a19be04296abcc5b77b6ee2c3715c30df2fe3d2210cd98"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-11 12:55.42 ---> saved as "b7c15b90e2f60c37ef55e91a6a1b6270b570f23c244304f3796ce811ab0a9682"


/src: (env DEPS "base.v0.17.1 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.17.2 dune-configurator.3.17.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"
- 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.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"
- Updating and loading repositories:
- Repositories loaded.
- Package                    Arch   Version        Repository      Size
- Installing:
-  bpftool                   x86_64 7.5.0-1.fc41   updates    721.9 KiB
-  clang                     x86_64 19.1.7-3.fc41  updates    184.8 KiB
-  libbpf-devel              x86_64 2:1.4.7-1.fc41 updates    390.3 KiB
-  libffi-devel              x86_64 3.4.6-3.fc41   fedora      33.1 KiB
- Installing dependencies:
-  clang-libs                x86_64 19.1.7-3.fc41  updates    125.3 MiB
-  clang-resource-filesystem x86_64 19.1.7-3.fc41  updates     15.3 KiB
-  cmake-filesystem          x86_64 3.30.8-1.fc41  updates      0.0   B
-  elfutils-libelf-devel     x86_64 0.192-9.fc41   updates     49.5 KiB
-  libzstd-devel             x86_64 1.5.7-1.fc41   updates    208.0 KiB
-  zlib-ng-compat-devel      x86_64 2.2.3-2.fc41   updates    107.0 KiB
- Installing weak dependencies:
-  compiler-rt               x86_64 19.1.7-3.fc41  updates     36.5 MiB
-  libatomic                 x86_64 14.2.1-7.fc41  updates     38.2 KiB
-  libomp                    x86_64 19.1.7-3.fc41  updates      1.9 MiB
-  libomp-devel              x86_64 19.1.7-3.fc41  updates     31.2 MiB
- 
- Transaction Summary:
-  Installing:        14 packages
- 
- Total size of inbound packages is 32 MiB. Need to download 32 MiB.
- After this operation, 197 MiB extra will be used (install 197 MiB, remove 0 B).
- [ 1/14] clang-0:19.1.7-3.fc41.x86_64    100% | 279.7 KiB/s |  84.7 KiB |  00m00s
- [ 2/14] clang-resource-filesystem-0:19. 100% | 377.4 KiB/s |  18.9 KiB |  00m00s
- [ 3/14] bpftool-0:7.5.0-1.fc41.x86_64   100% | 858.0 KiB/s | 314.9 KiB |  00m00s
- [ 4/14] libffi-devel-0:3.4.6-3.fc41.x86 100% | 523.0 KiB/s |  28.8 KiB |  00m00s
- [ 5/14] libbpf-devel-2:1.4.7-1.fc41.x86 100% |   1.2 MiB/s |  89.2 KiB |  00m00s
- [ 6/14] elfutils-libelf-devel-0:0.192-9 100% | 890.4 KiB/s |  47.2 KiB |  00m00s
- [ 7/14] zlib-ng-compat-devel-0:2.2.3-2. 100% | 781.7 KiB/s |  38.3 KiB |  00m00s
- [ 8/14] cmake-filesystem-0:3.30.8-1.fc4 100% | 622.8 KiB/s |  16.8 KiB |  00m00s
- [ 9/14] libzstd-devel-0:1.5.7-1.fc41.x8 100% |   1.4 MiB/s |  53.1 KiB |  00m00s
- [10/14] libatomic-0:14.2.1-7.fc41.x86_6 100% |   1.4 MiB/s |  44.4 KiB |  00m00s
- [11/14] libomp-0:19.1.7-3.fc41.x86_64   100% |   4.9 MiB/s | 671.9 KiB |  00m00s
- [12/14] libomp-devel-0:19.1.7-3.fc41.x8 100% |   8.7 MiB/s | 652.6 KiB |  00m00s
- [13/14] compiler-rt-0:19.1.7-3.fc41.x86 100% | 527.4 KiB/s |   2.6 MiB |  00m05s
- [14/14] clang-libs-0:19.1.7-3.fc41.x86_ 100% |   2.7 MiB/s |  27.7 MiB |  00m10s
- --------------------------------------------------------------------------------
- [14/14] Total                           100% |   3.1 MiB/s |  32.3 MiB |  00m10s
- Running transaction
- [ 1/16] Verify package files            100% |  40.0   B/s |  14.0   B |  00m00s
- [ 2/16] Prepare transaction             100% | 137.0   B/s |  14.0   B |  00m00s
- [ 3/16] Installing clang-resource-files 100% |   4.1 MiB/s |  16.7 KiB |  00m00s
- [ 4/16] Installing clang-libs-0:19.1.7- 100% | 109.2 MiB/s | 125.4 MiB |  00m01s
- [ 5/16] Installing libomp-0:19.1.7-3.fc 100% |  56.2 MiB/s |   1.9 MiB |  00m00s
- [ 6/16] Installing cmake-filesystem-0:3 100% | 912.6 KiB/s |   7.3 KiB |  00m00s
- [ 7/16] Installing zlib-ng-compat-devel 100% |  21.2 MiB/s | 108.5 KiB |  00m00s
- [ 8/16] Installing libzstd-devel-0:1.5. 100% |  40.8 MiB/s | 208.8 KiB |  00m00s
- [ 9/16] Installing elfutils-libelf-deve 100% |  13.4 MiB/s |  55.0 KiB |  00m00s
- [10/16] Installing libbpf-devel-2:1.4.7 100% |  42.6 MiB/s | 392.7 KiB |  00m00s
- [11/16] Installing libomp-devel-0:19.1. 100% | 109.3 MiB/s |  31.2 MiB |  00m00s
- [12/16] Installing clang-0:19.1.7-3.fc4 100% |   7.3 MiB/s | 187.4 KiB |  00m00s
- [13/16] Installing compiler-rt-0:19.1.7 100% | 182.5 MiB/s |  36.5 MiB |  00m00s
- [14/16] Installing libatomic-0:14.2.1-7 100% |  38.1 MiB/s |  39.0 KiB |  00m00s
- [15/16] Installing libffi-devel-0:3.4.6 100% |  34.0 MiB/s |  34.8 KiB |  00m00s
- [16/16] Installing bpftool-0:7.5.0-1.fc 100% |   9.6 MiB/s | 724.5 KiB |  00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "bpftool" "clang" "libbpf-devel" "libffi-devel"
- bpftool-7.5.0-1.fc41.x86_64
- clang-19.1.7-3.fc41.x86_64
- libbpf-devel-1.4.7-1.fc41.x86_64
- libffi-devel-3.4.6-3.fc41.x86_64
2025-03-11 12:56.22 ---> saved as "f5d27f982b43d73d6d891bc785606efea6fbe2531ed733e0325dd2406d495eaa"


/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.1
- 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.17.2
- install dune-configurator       3.17.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 base.v0.17.1  (cached)
-> 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.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 ocamlfind.1.9.8  (cached)
-> retrieved ppx_assert.v0.17.0  (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.0.3  (cached)
-> retrieved ppx_expect.v0.17.2  (cached)
-> retrieved ppx_globalize.v0.17.0  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.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 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.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 cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed integers.0.7.0
-> installed dune-configurator.3.17.2
-> installed ctypes.0.23.0
-> installed base.v0.17.1
-> installed ctypes-foreign.0.23.0
-> installed stdio.v0.17.0
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.17.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed ppx_deriving.6.0.3
-> installed ppx_enumerate.v0.17.0
-> 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-03-11 12:59.34 ---> saved as "855381852e71d27ed3cdce7701052e0059a6117a9404e343c364426dfeefa9ba"


/src: (copy (src .) (dst /src))
2025-03-11 12:59.35 ---> saved as "3d5fcaf7a91b5a59ddd408f69262cc37abecc35f57d4a36eba757a4cbab55426"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_version.exe)
Major:1, Minor:4, Libbpf.v1.4
2025-03-11 12:59.40 ---> saved as "955b2b5d33900a4f9535a80286a5c9fd4880c8f61b5b573c09a6ad898219d9f8"
Job succeeded
2025-03-11 12:59.40: Job succeeded