Organisationskoonwenocaml-libbpfabb370 (main)fedora-41-4.14_opam-2.3

fedora-41-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-05-02 14:52.26: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:fedora-41-4.14_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:14d377975426471f4b1d67396474437023ebf81493e48d1e3e6ab15a35b057e1
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-41-ocaml-4.14@sha256:14d377975426471f4b1d67396474437023ebf81493e48d1e3e6ab15a35b057e1
# fedora-41-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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam ./
RUN opam pin add -yn libbpf_maps.dev './' && \
opam pin add -yn libbpf.dev './' && \
opam pin add -yn conf-libbpf.dev './' && \
opam pin add -yn conf-bpftool.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.16.4 base-bigarray.base base-threads.base base-unix.base 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.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-05-02 14:52.26: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-41-ocaml-4.14@sha256:14d377975426471f4b1d67396474437023ebf81493e48d1e3e6ab15a35b057e1-fedora-41-4.14_opam-2.3-89dac291ca8d21f8ca559b4de8868f3f"
2025-05-02 14:52.26: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:14d377975426471f4b1d67396474437023ebf81493e48d1e3e6ab15a35b057e1)
(comment fedora-41-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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn libbpf_maps.dev './' && \
\nopam pin add -yn libbpf.dev './' && \
\nopam pin add -yn conf-libbpf.dev './' && \
\nopam pin add -yn conf-bpftool.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base 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.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-05-02 14:52.26: Waiting for resource in pool OCluster
2025-05-02 14:54.39: Waiting for worker…
2025-05-02 14:56.22: Got resource from pool OCluster
Building on x86-bm-c4.sw.ocaml.org
All commits already cached
HEAD is now at abb370b CHANGES.md: allow nixos


(from ocaml/opam:fedora-41-ocaml-4.14@sha256:14d377975426471f4b1d67396474437023ebf81493e48d1e3e6ab15a35b057e1)
Unable to find image 'ocaml/opam:fedora-41-ocaml-4.14@sha256:14d377975426471f4b1d67396474437023ebf81493e48d1e3e6ab15a35b057e1' locally
docker.io/ocaml/opam@sha256:14d377975426471f4b1d67396474437023ebf81493e48d1e3e6ab15a35b057e1: Pulling from ocaml/opam
284c0d242699: Pulling fs layer
284c0d242699: Verifying Checksum
284c0d242699: Download complete
284c0d242699: Pull complete
Digest: sha256:14d377975426471f4b1d67396474437023ebf81493e48d1e3e6ab15a35b057e1
Status: Downloaded newer image for ocaml/opam@sha256:14d377975426471f4b1d67396474437023ebf81493e48d1e3e6ab15a35b057e1
2025-05-02 15:01.55 ---> saved as "1a5da118544e048938c91250565bc7be370509f46ff96c9f5048110c5f746a01"


/: (comment fedora-41-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"))
Updating and loading repositories:
Fedora 41 openh264 (From Cisco) - x86_ 100% |   5.8 KiB/s | 989.0   B |  00m00s
Fedora 41 - x86_64                     100% | 249.7 KiB/s |  25.7 KiB |  00m00s
Fedora 41 - x86_64 - Updates           100% | 162.8 KiB/s |  16.8 KiB |  00m00s
Fedora 41 - x86_64 - Updates           100% | 141.4 KiB/s |   5.6 MiB |  00m41s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.


Nothing to do.
2025-05-02 15:02.45 ---> saved as "97c65539079f33242057540a7cdad3f24b80ee3c48233ce1e9b3b8bbd9b6aaf3"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-02 15:02.45 ---> saved as "e03048cac9921b6106c51c2db65d59d6674eac82c9cd3f02215d3676f9265f96"


/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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-02 15:03.38 ---> saved as "17b43395530846d4f31630da67b0f016418b81deb813f3a3d548542e01d9afab"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-05-02 15:03.38 ---> saved as "83ff5a8b13f6ea41013dd49a5d61043ed65b0ff50446878d234d1e47fb7c21e4"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-05-02 15:03.38 ---> saved as "44b12a379979d2a75ca2d506eb078fecd96a47811125849c32ea38fbcad28ed4"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
34a3fc46c3..35eb2f107a  master     -> origin/master
35eb2f107a Merge pull request #27838 from maiste/release-dune-3.18.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-02 15:04.16 ---> saved as "697a300e6053815dca407e7c68e3a5090c280c4f29314aa6e7a8d071d26f8d3d"


/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-05-02 15:04.16 ---> saved as "f2538c4b9701ed376966d53c801849f7250dfc17602b969a8765b99b859507c7"


/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-02 15:04.22 ---> saved as "13fe2f4bd44b7dadb7103ad17dbe9996e623f391ab4ef250336b47a2b27191b4"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-02 15:04.22 ---> saved as "c39faebb564b3844e660b1bea5583f99038dd6274d9d81a4c02203d6ac76a1b5"


/src: (env DEPS "base.v0.16.4 base-bigarray.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.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"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[conf-bpftool.dev] synchronised (file:///src)
[conf-libbpf.dev] synchronised (file:///src)
[libbpf.dev] synchronised (file:///src)
[libbpf_maps.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


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


+ /usr/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% | 667.3 KiB/s |  84.7 KiB |  00m00s
- [ 2/14] bpftool-0:7.5.0-1.fc41.x86_64   100% |   2.3 MiB/s | 314.9 KiB |  00m00s
- [ 3/14] libbpf-devel-2:1.4.7-1.fc41.x86 100% |   2.9 MiB/s |  89.2 KiB |  00m00s
- [ 4/14] clang-resource-filesystem-0:19. 100% | 539.1 KiB/s |  18.9 KiB |  00m00s
- [ 5/14] elfutils-libelf-devel-0:0.192-9 100% |   1.4 MiB/s |  47.2 KiB |  00m00s
- [ 6/14] libffi-devel-0:3.4.6-3.fc41.x86 100% | 846.0 KiB/s |  28.8 KiB |  00m00s
- [ 7/14] zlib-ng-compat-devel-0:2.2.3-2. 100% |   2.0 MiB/s |  38.3 KiB |  00m00s
- [ 8/14] libzstd-devel-0:1.5.7-1.fc41.x8 100% |   1.4 MiB/s |  53.1 KiB |  00m00s
- [ 9/14] cmake-filesystem-0:3.30.8-1.fc4 100% | 885.0 KiB/s |  16.8 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% |   2.8 MiB/s | 671.9 KiB |  00m00s
- [12/14] compiler-rt-0:19.1.7-3.fc41.x86 100% |   9.1 MiB/s |   2.6 MiB |  00m00s
- [13/14] clang-libs-0:19.1.7-3.fc41.x86_ 100% |  38.2 MiB/s |  27.7 MiB |  00m01s
- [14/14] libomp-devel-0:19.1.7-3.fc41.x8 100% |   2.5 MiB/s | 652.6 KiB |  00m00s
- --------------------------------------------------------------------------------
- [14/14] Total                           100% |  35.1 MiB/s |  32.3 MiB |  00m01s
- Running transaction
- [ 1/16] Verify package files            100% |  35.0   B/s |  14.0   B |  00m00s
- [ 2/16] Prepare transaction             100% | 113.0   B/s |  14.0   B |  00m00s
- [ 3/16] Installing clang-resource-files 100% |   2.7 MiB/s |  16.7 KiB |  00m00s
- [ 4/16] Installing clang-libs-0:19.1.7- 100% |  74.5 MiB/s | 125.4 MiB |  00m02s
- [ 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% |  34.0 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% | 120.8 MiB/s |  31.2 MiB |  00m00s
- [12/16] Installing clang-0:19.1.7-3.fc4 100% |   8.0 MiB/s | 187.4 KiB |  00m00s
- [13/16] Installing compiler-rt-0:19.1.7 100% | 150.8 MiB/s |  36.5 MiB |  00m00s
- [14/16] Installing libatomic-0:14.2.1-7 100% |  19.0 MiB/s |  39.0 KiB |  00m00s
- [15/16] Installing libffi-devel-0:3.4.6 100% |  17.0 MiB/s |  34.8 KiB |  00m00s
- [16/16] Installing bpftool-0:7.5.0-1.fc 100% |   8.7 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-05-02 15:04.51 ---> saved as "870c53d78954d0670933eafe5f1487c35365e96b751b5be31466edbf3afa6b36"


/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 37 packages
- install base                v0.16.4
- 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.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)
-> installed conf-pkg-config.4
-> retrieved base.v0.16.4  (cached)
-> installed conf-clang.1
-> 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_derivers.1.2.1  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_expect.v0.16.1  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved re.1.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.18.2, dune-configurator.3.18.2  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.18.2
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.12.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.18.2
-> installed ctypes.0.23.0
-> installed base.v0.16.4
-> 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-05-02 15:06.36 ---> saved as "847d5fa706d904cc3bcee6320f5241e70a3b131277edae1857c221fdb362accc"


/src: (copy (src .) (dst /src))
2025-05-02 15:06.36 ---> saved as "dd19b5f9a0fef55a9bf8796cf0193a1f244ff50c98c0621181af5642c107aaa3"


/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-05-02 15:06.39 ---> saved as "641961212dc7ceef78e6986930b716d80fa20227575e32cb297e47d4078da1b9"
Job succeeded
2025-05-02 15:06.39: Job succeeded