2025-04-04 10:28.33: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (42eb2ca2d79cec83299677a786a247a9eb6599d9) (linux-x86_64:fedora-41-4.14_opam-2.3)
Base: ocaml/opam:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard 42eb2ca2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1
# 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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && 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.18.0 dune-configurator.3.18.0 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-04-04 10:28.33: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1-fedora-41-4.14_opam-2.3-98bdcf155da0eeaad0a81dd4303c9e3d"
2025-04-04 10:28.33: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1)
(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 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && 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.18.0 dune-configurator.3.18.0 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-04-04 10:28.33: Waiting for resource in pool OCluster
2025-04-04 10:28.33: Waiting for worker…
2025-04-04 10:28.33: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 42eb2ca Merge pull request #3 from Hevienz/main
(from ocaml/opam:fedora-41-ocaml-4.14@sha256:04326c5eca39e1637781592b0718d8226617ff4fcc53dd0c1903fc69bdda25c1)
2025-04-04 10:28.34 ---> using "3b513f1f998f2d0a31a77800be2ddc9fb442a2e593fa1bc635608352df3731f1" from cache
/: (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% | 8.4 KiB/s | 989.0 B | 00m00s
Fedora 41 - x86_64 - Updates 100% | 171.0 KiB/s | 25.1 KiB | 00m00s
Fedora 41 - x86_64 100% | 175.5 KiB/s | 26.5 KiB | 00m00s
Fedora 41 - x86_64 - Updates 100% | 6.1 MiB/s | 5.9 MiB | 00m01s
Repositories loaded.
Package "findutils-1:4.10.0-4.fc41.x86_64" is already installed.
Nothing to do.
2025-04-04 10:28.34 ---> using "daa6082c6c546cccddd12e6aecce94cdce51a3225789b6f8d71dd8a90d7563ff" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-04-04 10:28.34 ---> using "13f1cdcc6140791f356911f2a4623e8708e6bd1b1fecd8ca637cfd9dfb2eafa3" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This 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
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-04-04 10:28.34 ---> using "43c0761621909e17234bbd30a7bf0e4f6e5b16351d10422a6f52afe64f5f647c" from cache
/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-04-04 10:28.34 ---> using "a9f85f1ffbbdb7c517e07fa0be5446aa8a7c499800fd852879625311e1036bbf" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-04-04 10:28.34 ---> using "40f52c85e489327393f2a1d6cd1a986dc028c7964466d7c55ed04c462aa11fab" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
a8ed476033..da74d7829f master -> origin/master
1b767795a4 Merge pull request #27704 from maiste/release-dune-3.18.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-04-04 10:28.34 ---> using "624d1738b5a724aa01f85054c2be7c9d8b4a89092cf8d7db4cdac0d0ae85e02e" from cache
/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-04-04 10:28.34 ---> saved as "5679e668ecdb2395d5a156679ee37a0e68886e12f2cde9f2dc34670c48ea457e"
/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-04-04 10:28.39 ---> saved as "1c056df5885dc1dd51c48b91fc5fdf873b42babcab0815322760c6fd78b1ba7f"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-04-04 10:28.39 ---> saved as "f4adc62d0447581fd9bbcdce4802766a4e70e8b98b14cc2d6450581074474eb0"
/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.18.0 dune-configurator.3.18.0 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:
- Fedora 41 - x86_64 - Updates 100% | 157.0 KiB/s | 24.0 KiB | 00m00s
- Fedora 41 - x86_64 - Updates 100% | 701.7 KiB/s | 310.8 KiB | 00m00s
- 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] bpftool-0:7.5.0-1.fc41.x86_64 100% | 1.4 MiB/s | 314.9 KiB | 00m00s
- >>> Status code: 404 for http://mirror.ox.ac.uk/sites/download.fedora.redhat.com
- [ 2/14] clang-resource-filesystem-0:19. 100% | 1.1 MiB/s | 18.9 KiB | 00m00s
- [ 3/14] libbpf-devel-2:1.4.7-1.fc41.x86 100% | 615.2 KiB/s | 89.2 KiB | 00m00s
- [ 4/14] libffi-devel-0:3.4.6-3.fc41.x86 100% | 612.0 KiB/s | 28.8 KiB | 00m00s
- >>> Status code: 404 for http://mirror.ox.ac.uk/sites/download.fedora.redhat.com
- [ 5/14] clang-0:19.1.7-3.fc41.x86_64 100% | 155.8 KiB/s | 84.7 KiB | 00m01s
- >>> Status code: 404 for http://mirror.ox.ac.uk/sites/download.fedora.redhat.com
- [ 6/14] zlib-ng-compat-devel-0:2.2.3-2. 100% | 638.4 KiB/s | 38.3 KiB | 00m00s
- [ 7/14] libzstd-devel-0:1.5.7-1.fc41.x8 100% | 829.7 KiB/s | 53.1 KiB | 00m00s
- [ 8/14] cmake-filesystem-0:3.30.8-1.fc4 100% | 731.1 KiB/s | 16.8 KiB | 00m00s
- [ 9/14] libatomic-0:14.2.1-7.fc41.x86_6 100% | 634.0 KiB/s | 44.4 KiB | 00m00s
- [10/14] elfutils-libelf-devel-0:0.192-9 100% | 130.0 KiB/s | 47.2 KiB | 00m00s
- [11/14] libomp-0:19.1.7-3.fc41.x86_64 100% | 1.7 MiB/s | 671.9 KiB | 00m00s
- [12/14] libomp-devel-0:19.1.7-3.fc41.x8 100% | 1.7 MiB/s | 652.6 KiB | 00m00s
- [13/14] compiler-rt-0:19.1.7-3.fc41.x86 100% | 2.2 MiB/s | 2.6 MiB | 00m01s
- [14/14] clang-libs-0:19.1.7-3.fc41.x86_ 100% | 3.4 MiB/s | 27.7 MiB | 00m08s
- >>> Status code: 404 for http://mirror.ox.ac.uk/sites/download.fedora.redhat.com
- --------------------------------------------------------------------------------
- [14/14] Total 100% | 3.7 MiB/s | 32.3 MiB | 00m09s
- Running transaction
- [ 1/16] Verify package files 100% | 50.0 B/s | 14.0 B | 00m00s
- [ 2/16] Prepare transaction 100% | 197.0 B/s | 14.0 B | 00m00s
- [ 3/16] Installing clang-resource-files 100% | 5.4 MiB/s | 16.7 KiB | 00m00s
- [ 4/16] Installing clang-libs-0:19.1.7- 100% | 190.0 MiB/s | 125.4 MiB | 00m01s
- [ 5/16] Installing libomp-0:19.1.7-3.fc 100% | 154.7 MiB/s | 1.9 MiB | 00m00s
- [ 6/16] Installing cmake-filesystem-0:3 100% | 2.4 MiB/s | 7.3 KiB | 00m00s
- [ 7/16] Installing zlib-ng-compat-devel 100% | 53.0 MiB/s | 108.5 KiB | 00m00s
- [ 8/16] Installing libzstd-devel-0:1.5. 100% | 102.0 MiB/s | 208.8 KiB | 00m00s
- [ 9/16] Installing elfutils-libelf-deve 100% | 53.7 MiB/s | 55.0 KiB | 00m00s
- [10/16] Installing libbpf-devel-2:1.4.7 100% | 127.8 MiB/s | 392.7 KiB | 00m00s
- [11/16] Installing libomp-devel-0:19.1. 100% | 266.4 MiB/s | 31.2 MiB | 00m00s
- [12/16] Installing clang-0:19.1.7-3.fc4 100% | 10.2 MiB/s | 187.4 KiB | 00m00s
- [13/16] Installing compiler-rt-0:19.1.7 100% | 225.3 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.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-04-04 10:29.07 ---> saved as "4132e0566d5763460059bad5aafeb54fa2a9b62c5be1f9a9834c31daac00a606"
/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.18.0
- install dune-configurator 3.18.0
- 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)
-> installed conf-bash.1
-> retrieved cppo.1.8.0 (cached)
-> retrieved base.v0.16.3 (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.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_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 dune.3.18.0, dune-configurator.3.18.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> 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)
-> installed ocamlfind.1.9.8
-> installed dune.3.18.0
-> 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 ocaml-compiler-libs.v0.12.4
-> installed cppo.1.8.0
-> 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.0
-> 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_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> 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-04-04 10:30.23 ---> saved as "d878e4340fc5aa15ce1e5071e452d8df8f628a8354d4ef3f8346bf37be481bf5"
/src: (copy (src .) (dst /src))
2025-04-04 10:30.23 ---> saved as "a4331064eb9fcb398a36dc853b3e0942fdae5e2105afdef23cff5b05591dcc14"
/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-04-04 10:30.25 ---> saved as "f7c4acf6399c7d82efdb49254044aeeffac80f97a283014eaa194ee702b39212"
Job succeeded
2025-04-04 10:30.25: Job succeeded