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-40-4.14_opam-2.3)
Base: ocaml/opam:fedora-40-ocaml-4.14@sha256:5a1ec9de7c8a6ed0e0bb674891a6cf2521e2d1187b9d6c8e0d71af1cd62ce3d4
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-4.14@sha256:5a1ec9de7c8a6ed0e0bb674891a6cf2521e2d1187b9d6c8e0d71af1cd62ce3d4
# fedora-40-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 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-40-ocaml-4.14@sha256:5a1ec9de7c8a6ed0e0bb674891a6cf2521e2d1187b9d6c8e0d71af1cd62ce3d4-fedora-40-4.14_opam-2.3-89dac291ca8d21f8ca559b4de8868f3f"
2025-05-02 14:52.26: Using OBuilder spec:
((from ocaml/opam:fedora-40-ocaml-4.14@sha256:5a1ec9de7c8a6ed0e0bb674891a6cf2521e2d1187b9d6c8e0d71af1cd62ce3d4)
(comment fedora-40-4.14_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 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.23: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at abb370b CHANGES.md: allow nixos
(from ocaml/opam:fedora-40-ocaml-4.14@sha256:5a1ec9de7c8a6ed0e0bb674891a6cf2521e2d1187b9d6c8e0d71af1cd62ce3d4)
2025-05-02 15:07.25 ---> using "3912058b4593598b6b84a268c6cda72e5518a28c04ab1e298dfce7534a6e11b1" from cache
/: (comment fedora-40-4.14_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Fedora 40 - x86_64 165 kB/s | 27 kB 00:00
Fedora 40 openh264 (From Cisco) - x86_64 9.7 kB/s | 989 B 00:00
Fedora 40 - x86_64 - Updates 105 kB/s | 12 kB 00:00
Fedora 40 - x86_64 - Updates 4.6 MB/s | 6.0 MB 00:01
Package findutils-1:4.9.0-9.fc40.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
2025-05-02 15:07.25 ---> using "cda85671858ee3b5fccfd4de1a44a2dab2d725409d85505f240446614552cfee" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-02 15:07.25 ---> using "57d80a09ab913ab601bcc09edaeb548bcefa9f38e7a17e3f584ed606a74aac9e" 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
[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-02 15:07.25 ---> using "52d1ceee3a27ea9837a45002178ba6152c34026f298cf59f19ca01a4e6868143" 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-05-02 15:07.25 ---> using "37b3b2fa4e5c9a7916fa3adb35002fbc56837b1b6ce9cbb48babf4dff857dffe" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-05-02 15:07.25 ---> using "00f839162ecc1944d59710bcb2b65e529a5b0f836a5393f1f8b6cd89bd921da1" from cache
/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:07.25 ---> using "b44954de3d9bbc8920f3b95acbed93332aead995ab7232fa3bd1a1465810d1c0" from cache
/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-05-02 15:07.25 ---> saved as "9a1257e1fe491e9c60618eecc986763c38f23ed951f996426c30ed17c90b6561"
/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:07.28 ---> saved as "9ec58a29e95ac26f0a1227dc5f44b7ae718fae529364817a5e17f970ea884e30"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-02 15:07.28 ---> saved as "c592344cc7c350edcdc2e2031ae21aac83de158f0624e47020015011b7212796"
/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"
- Fedora 40 - x86_64 203 kB/s | 26 kB 00:00
- Fedora 40 openh264 (From Cisco) - x86_64 9.4 kB/s | 989 B 00:00
- Fedora 40 - x86_64 - Updates 181 kB/s | 22 kB 00:00
- Fedora 40 - x86_64 - Updates 2.1 MB/s | 4.5 MB 00:02
- Metadata cache created.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[conf-bpftool.dev] synchronised (file:///src)
[conf-libbpf.dev] synchronised (file:///src)
[libbpf.dev] synchronised (file:///src)
[libbpf_maps.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
bpftool clang libbpf-devel libffi-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "yum" "install" "-y" "bpftool" "clang" "libbpf-devel" "libffi-devel"
- Last metadata expiration check: 0:00:14 ago on Fri May 2 15:07:30 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 180 kB/s | 28 kB 00:00
- (2/15): clang-18.1.8-2.fc40.x86_64.rpm 443 kB/s | 78 kB 00:00
- (3/15): bpftool-7.5.0-1.fc40.x86_64.rpm 1.3 MB/s | 323 kB 00:00
- (4/15): clang-resource-filesystem-18.1.8-2.fc40 204 kB/s | 14 kB 00:00
- (5/15): cmake-filesystem-3.30.8-1.fc40.x86_64.r 805 kB/s | 17 kB 00:00
- (6/15): elfutils-libelf-devel-0.192-9.fc40.x86_ 3.4 MB/s | 47 kB 00:00
- (7/15): libatomic-14.2.1-3.fc40.x86_64.rpm 741 kB/s | 43 kB 00:00
- (8/15): libbpf-1.2.3-1.fc40.x86_64.rpm 2.4 MB/s | 165 kB 00:00
- (9/15): libbpf-devel-1.2.3-1.fc40.x86_64.rpm 638 kB/s | 86 kB 00:00
- (10/15): libomp-18.1.8-1.fc40.x86_64.rpm 1.4 MB/s | 656 kB 00:00
- (11/15): libomp-devel-18.1.8-1.fc40.x86_64.rpm 967 kB/s | 480 kB 00:00
- (12/15): libzstd-devel-1.5.7-1.fc40.x86_64.rpm 613 kB/s | 53 kB 00:00
- (13/15): zlib-ng-compat-devel-2.1.7-2.fc40.x86_ 1.8 MB/s | 38 kB 00:00
- (14/15): compiler-rt-18.1.8-1.fc40.x86_64.rpm 643 kB/s | 2.3 MB 00:03
- (15/15): clang-libs-18.1.8-2.fc40.x86_64.rpm 935 kB/s | 23 MB 00:25
- --------------------------------------------------------------------------------
- Total 1.1 MB/s | 28 MB 00:26
- 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-02 15:08.12 ---> saved as "dd80e533ff1d45eb15f36d0e7f3a9df217c86a30bc69b5dce17669e546b3e4d5"
/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)
-> retrieved base.v0.16.4 (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 dune.3.18.2, dune-configurator.3.18.2 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved re.1.12.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.2
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> 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 integers.0.7.0
-> installed dune-configurator.3.18.2
-> installed base.v0.16.4
-> installed ctypes.0.23.0
-> 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-05-02 15:09.13 ---> saved as "c5068e5f0bb335bdfcf23d6cb959cc91540304bd02c665b32027ec36f3c4f752"
/src: (copy (src .) (dst /src))
2025-05-02 15:09.14 ---> saved as "57b85a717f60784b5c939d990dbdea1518cf493050c47ad15f93dfb49bd0e97a"
/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-02 15:09.16 ---> saved as "dba2ae34b61b9d63aaa5fdf92d489b7a0bf11f820db0f63e420858975f06a99d"
Job succeeded
2025-05-02 15:09.16: Job succeeded