2025-10-15 10:13.37: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-ppc64:debian-13-4.14_ppc64_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f
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:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f
# debian-13-4.14_ppc64_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 551314ad1550478ec6be39bb0eaadd2569190464 || git fetch origin master) && git reset -q --hard 551314ad1550478ec6be39bb0eaadd2569190464 && 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.2 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.20.2 dune-configurator.3.20.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.2 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.14.0 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.4 --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-10-15 10:13.37: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f-debian-13-4.14_ppc64_opam-2.4-7aa1943adafdb2e6968e0c633df4cb3d"
2025-10-15 10:13.37: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f)
(comment debian-13-4.14_ppc64_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 551314ad1550478ec6be39bb0eaadd2569190464 || git fetch origin master) && git reset -q --hard 551314ad1550478ec6be39bb0eaadd2569190464 && 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.2 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.20.2 dune-configurator.3.20.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.2 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.14.0 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.4 --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-10-15 10:13.37: Waiting for resource in pool OCluster
2025-10-15 10:40.54: Waiting for worker…
2025-10-15 10:52.51: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at abb370b CHANGES.md: allow nixos
(from ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f' locally
docker.io/ocaml/opam@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f: Pulling from ocaml/opam
71fbf24a2393: Already exists
83dbd7bf17ea: Already exists
9a65c1a24e17: Already exists
3ddaeece5198: Already exists
7b9d7a80f7ec: Already exists
38aeca3c1618: Already exists
0b596ce0a20e: Already exists
0bbee5d6af7b: Already exists
5298b4255e13: Already exists
5d2e3e353c70: Already exists
7e826a6260ef: Already exists
1e1e8ba66fd1: Already exists
80a95ac0076d: Already exists
ddf5f1a96e1f: Already exists
8c5199c15aa0: Already exists
9adfaeda889f: Already exists
9adfaeda889f: Already exists
1c7fc7e831bb: Already exists
73d81cd9f2f1: Already exists
aad978d660cd: Already exists
79f97c7fe0e1: Already exists
4f4fb700ef54: Already exists
0d0929900137: Already exists
51ace838e111: Already exists
5e3d32d58263: Already exists
312c19c10354: Already exists
b8a6f72a4879: Already exists
701b5b70672c: Already exists
423ecb89d367: Already exists
1daad2e46849: Already exists
ee810ee132eb: Already exists
87cbcd4f135f: Already exists
b0d89dead177: Already exists
7797421764ef: Already exists
3eaad8887796: Already exists
6620c200808d: Already exists
5fe59832ab21: Already exists
b92d9ca399fc: Already exists
1f82ed4aae51: Already exists
7d53bd33957c: Already exists
774ef7afd9e0: Pulling fs layer
ea2ee057f3bb: Pulling fs layer
0d0454f0d863: Pulling fs layer
ed3511b5485d: Pulling fs layer
ed3511b5485d: Waiting
ea2ee057f3bb: Download complete
0d0454f0d863: Download complete
ed3511b5485d: Verifying Checksum
ed3511b5485d: Download complete
774ef7afd9e0: Download complete
774ef7afd9e0: Pull complete
ea2ee057f3bb: Pull complete
0d0454f0d863: Pull complete
ed3511b5485d: Pull complete
Digest: sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f
Status: Downloaded newer image for ocaml/opam@sha256:80ac975b3b8f59e4515e18c1b4023eabfd9ba6cbd1660a799245d2dc7e1a144f
2025-10-15 10:52.51 ---> using "1cb942cfda1f8e1ddbf40e5bdcbeac5fd965ced289f74a8c35099e1a102034e9" from cache
/: (comment debian-13-4.14_ppc64_opam-2.4)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-15 10:52.51 ---> using "2718b6b4fbbf7e4749c9d720e3d02153c391f01749b90904ca85ae4f23a8120a" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-15 10:53.10 ---> saved as "92a282fe656dc9bd68064dc3d350288ac9479d44cd28978f21085bbf2b5af975"
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-15 10:53.10 ---> saved as "136c44bb1d5823a2fafbdeb5b8f649b3e611251de3488c712e9593d030c65f47"
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-10-15 10:53.10 ---> saved as "d81465d278c872c629803ec8f96f7ed89da224b51326fd434324c4a8ccefd4a5"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 551314ad1550478ec6be39bb0eaadd2569190464 || git fetch origin master) && git reset -q --hard 551314ad1550478ec6be39bb0eaadd2569190464 && git log --no-decorate -n1 --oneline && opam update -u"))
551314ad15 Merge pull request #28679 from dkalinichenko-js/opam-publish-ppx_expect.v0.16.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 at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-10-15 10:53.30 ---> saved as "e9eb6b29da00e271002bd74c50d96f41ec60f1433e3c7f53ce8133cb89176fe6"
/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-10-15 10:53.31 ---> saved as "0d0c96742183fd0713ffd98a91e5d026d098e6489fd14afaeca3b7cb1b33fe86"
/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-10-15 10:53.38 ---> saved as "6184abf13a98c574e33e10f09e70465a1264bc6ed432a41d05ca18229a8f5e9a"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-15 10:53.38 ---> saved as "71cbb708823d1af58bad47e6c4af116589fc8861e468b575ddd790d40b3b96ec"
/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-clang.2 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.20.2 dune-configurator.3.20.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.2 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.14.0 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.4 --depext-only -y libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [51.4 kB]
- Fetched 142 kB in 0s (1342 kB/s)
- Reading package lists...
-
<><> 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-dev libffi-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "bpftool" "clang" "libbpf-dev" "libffi-dev" "pkg-config"
- Selecting previously unselected package libpipeline1:ppc64el.
- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20597 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.8-1_ppc64el.deb ...
- Unpacking libpipeline1:ppc64el (1.5.8-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-7_ppc64el.deb ...
- Unpacking binfmt-support (2.2.2-7) ...
- Selecting previously unselected package libpython3.13-minimal:ppc64el.
- Preparing to unpack .../libpython3.13-minimal_3.13.5-2_ppc64el.deb ...
- Unpacking libpython3.13-minimal:ppc64el (3.13.5-2) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.5-2_ppc64el.deb ...
- Unpacking python3.13-minimal (3.13.5-2) ...
- Setting up libpython3.13-minimal:ppc64el (3.13.5-2) ...
- Setting up python3.13-minimal (3.13.5-2) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20944 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.5-1_ppc64el.deb ...
- Unpacking python3-minimal (3.13.5-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package libreadline8t64:ppc64el.
- Preparing to unpack .../3-libreadline8t64_8.2-6_ppc64el.deb ...
- Adding 'diversion of /lib/powerpc64le-linux-gnu/libhistory.so.8 to /lib/powerpc64le-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/powerpc64le-linux-gnu/libhistory.so.8.2 to /lib/powerpc64le-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/powerpc64le-linux-gnu/libreadline.so.8 to /lib/powerpc64le-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/powerpc64le-linux-gnu/libreadline.so.8.2 to /lib/powerpc64le-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:ppc64el (8.2-6) ...
- Selecting previously unselected package libpython3.13-stdlib:ppc64el.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_ppc64el.deb ...
- Unpacking libpython3.13-stdlib:ppc64el (3.13.5-2) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.5-2_ppc64el.deb ...
- Unpacking python3.13 (3.13.5-2) ...
- Selecting previously unselected package libpython3-stdlib:ppc64el.
- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_ppc64el.deb ...
- Unpacking libpython3-stdlib:ppc64el (3.13.5-1) ...
- Setting up python3-minimal (3.13.5-1) ...
- Selecting previously unselected package python3.
- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 21430 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.13.5-1_ppc64el.deb ...
- Unpacking python3 (3.13.5-1) ...
- Selecting previously unselected package libelf1t64:ppc64el.
- Preparing to unpack .../01-libelf1t64_0.192-4_ppc64el.deb ...
- Unpacking libelf1t64:ppc64el (0.192-4) ...
- Selecting previously unselected package bpftool.
- Preparing to unpack .../02-bpftool_7.5.0+6.12.48-1_ppc64el.deb ...
- Unpacking bpftool (7.5.0+6.12.48-1) ...
- Selecting previously unselected package libxml2:ppc64el.
- Preparing to unpack .../03-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u1_ppc64el.deb ...
- Unpacking libxml2:ppc64el (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Selecting previously unselected package libz3-4:ppc64el.
- Preparing to unpack .../04-libz3-4_4.13.3-1_ppc64el.deb ...
- Unpacking libz3-4:ppc64el (4.13.3-1) ...
- Selecting previously unselected package libllvm19:ppc64el.
- Preparing to unpack .../05-libllvm19_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking libllvm19:ppc64el (1:19.1.7-3+b1) ...
- Selecting previously unselected package libclang-cpp19.
- Preparing to unpack .../06-libclang-cpp19_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking libclang-cpp19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libgc1:ppc64el.
- Preparing to unpack .../07-libgc1_1%3a8.2.8-1_ppc64el.deb ...
- Unpacking libgc1:ppc64el (1:8.2.8-1) ...
- Selecting previously unselected package libobjc4:ppc64el.
- Preparing to unpack .../08-libobjc4_14.2.0-19_ppc64el.deb ...
- Unpacking libobjc4:ppc64el (14.2.0-19) ...
- Selecting previously unselected package libobjc-14-dev:ppc64el.
- Preparing to unpack .../09-libobjc-14-dev_14.2.0-19_ppc64el.deb ...
- Unpacking libobjc-14-dev:ppc64el (14.2.0-19) ...
- Selecting previously unselected package libclang-common-19-dev:ppc64el.
- Preparing to unpack .../10-libclang-common-19-dev_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking libclang-common-19-dev:ppc64el (1:19.1.7-3+b1) ...
- Selecting previously unselected package llvm-19-linker-tools.
- Preparing to unpack .../11-llvm-19-linker-tools_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking llvm-19-linker-tools (1:19.1.7-3+b1) ...
- Selecting previously unselected package libclang1-19.
- Preparing to unpack .../12-libclang1-19_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking libclang1-19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package clang-19.
- Preparing to unpack .../13-clang-19_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking clang-19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package clang.
- Preparing to unpack .../14-clang_1%3a19.0-63_ppc64el.deb ...
- Unpacking clang (1:19.0-63) ...
- Selecting previously unselected package clang-tools-19.
- Preparing to unpack .../15-clang-tools-19_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking clang-tools-19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libbpf1:ppc64el.
- Preparing to unpack .../16-libbpf1_1%3a1.5.0-3_ppc64el.deb ...
- Unpacking libbpf1:ppc64el (1:1.5.0-3) ...
- Selecting previously unselected package zlib1g-dev:ppc64el.
- Preparing to unpack .../17-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_ppc64el.deb ...
- Unpacking zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libzstd-dev:ppc64el.
- Preparing to unpack .../18-libzstd-dev_1.5.7+dfsg-1_ppc64el.deb ...
- Unpacking libzstd-dev:ppc64el (1.5.7+dfsg-1) ...
- Selecting previously unselected package libelf-dev:ppc64el.
- Preparing to unpack .../19-libelf-dev_0.192-4_ppc64el.deb ...
- Unpacking libelf-dev:ppc64el (0.192-4) ...
- Selecting previously unselected package libbpf-dev:ppc64el.
- Preparing to unpack .../20-libbpf-dev_1%3a1.5.0-3_ppc64el.deb ...
- Unpacking libbpf-dev:ppc64el (1:1.5.0-3) ...
- Selecting previously unselected package libclang-rt-19-dev:ppc64el.
- Preparing to unpack .../21-libclang-rt-19-dev_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking libclang-rt-19-dev:ppc64el (1:19.1.7-3+b1) ...
- Selecting previously unselected package libffi-dev:ppc64el.
- Preparing to unpack .../22-libffi-dev_3.4.8-2_ppc64el.deb ...
- Unpacking libffi-dev:ppc64el (3.4.8-2) ...
- Selecting previously unselected package libncurses6:ppc64el.
- Preparing to unpack .../23-libncurses6_6.5+20250216-2_ppc64el.deb ...
- Unpacking libncurses6:ppc64el (6.5+20250216-2) ...
- Selecting previously unselected package libncurses-dev:ppc64el.
- Preparing to unpack .../24-libncurses-dev_6.5+20250216-2_ppc64el.deb ...
- Unpacking libncurses-dev:ppc64el (6.5+20250216-2) ...
- Selecting previously unselected package libpfm4:ppc64el.
- Preparing to unpack .../25-libpfm4_4.13.0+git99-gc5587f9-1_ppc64el.deb ...
- Unpacking libpfm4:ppc64el (4.13.0+git99-gc5587f9-1) ...
- Selecting previously unselected package libpkgconf3:ppc64el.
- Preparing to unpack .../26-libpkgconf3_1.8.1-4_ppc64el.deb ...
- Unpacking libpkgconf3:ppc64el (1.8.1-4) ...
- Selecting previously unselected package libxml2-dev:ppc64el.
- Preparing to unpack .../27-libxml2-dev_2.12.7+dfsg+really2.9.14-2.1+deb13u1_ppc64el.deb ...
- Unpacking libxml2-dev:ppc64el (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Selecting previously unselected package libyaml-0-2:ppc64el.
- Preparing to unpack .../28-libyaml-0-2_0.2.5-2_ppc64el.deb ...
- Unpacking libyaml-0-2:ppc64el (0.2.5-2) ...
- Selecting previously unselected package libz3-dev:ppc64el.
- Preparing to unpack .../29-libz3-dev_4.13.3-1_ppc64el.deb ...
- Unpacking libz3-dev:ppc64el (4.13.3-1) ...
- Selecting previously unselected package llvm-19-runtime.
- Preparing to unpack .../30-llvm-19-runtime_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking llvm-19-runtime (1:19.1.7-3+b1) ...
- Selecting previously unselected package llvm-19.
- Preparing to unpack .../31-llvm-19_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking llvm-19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../32-python3-pygments_2.18.0+dfsg-2_all.deb ...
- Unpacking python3-pygments (2.18.0+dfsg-2) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../33-python3-yaml_6.0.2-1+b2_ppc64el.deb ...
- Unpacking python3-yaml (6.0.2-1+b2) ...
- Selecting previously unselected package llvm-19-tools.
- Preparing to unpack .../34-llvm-19-tools_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking llvm-19-tools (1:19.1.7-3+b1) ...
- Selecting previously unselected package llvm-19-dev.
- Preparing to unpack .../35-llvm-19-dev_1%3a19.1.7-3+b1_ppc64el.deb ...
- Unpacking llvm-19-dev (1:19.1.7-3+b1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../36-pkgconf-bin_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:ppc64el.
- Preparing to unpack .../37-pkgconf_1.8.1-4_ppc64el.deb ...
- Unpacking pkgconf:ppc64el (1.8.1-4) ...
- Selecting previously unselected package pkg-config:ppc64el.
- Preparing to unpack .../38-pkg-config_1.8.1-4_ppc64el.deb ...
- Unpacking pkg-config:ppc64el (1.8.1-4) ...
- Setting up media-types (13.0.0) ...
- Setting up libpipeline1:ppc64el (1.5.8-1) ...
- Setting up libzstd-dev:ppc64el (1.5.7+dfsg-1) ...
- Setting up libclang-common-19-dev:ppc64el (1:19.1.7-3+b1) ...
- Setting up libyaml-0-2:ppc64el (0.2.5-2) ...
- Setting up libffi-dev:ppc64el (3.4.8-2) ...
- Setting up libelf1t64:ppc64el (0.192-4) ...
- Setting up libz3-4:ppc64el (4.13.3-1) ...
- Setting up libpkgconf3:ppc64el (1.8.1-4) ...
- Setting up libpfm4:ppc64el (4.13.0+git99-gc5587f9-1) ...
- Setting up libncurses6:ppc64el (6.5+20250216-2) ...
- Setting up binfmt-support (2.2.2-7) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgc1:ppc64el (1:8.2.8-1) ...
- Setting up zlib1g-dev:ppc64el (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libclang-rt-19-dev:ppc64el (1:19.1.7-3+b1) ...
- Setting up readline-common (8.2-6) ...
- Setting up libxml2:ppc64el (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Setting up libbpf1:ppc64el (1:1.5.0-3) ...
- Setting up libllvm19:ppc64el (1:19.1.7-3+b1) ...
- Setting up libz3-dev:ppc64el (4.13.3-1) ...
- Setting up libncurses-dev:ppc64el (6.5+20250216-2) ...
- Setting up libclang1-19 (1:19.1.7-3+b1) ...
- Setting up bpftool (7.5.0+6.12.48-1) ...
- Setting up libobjc4:ppc64el (14.2.0-19) ...
- Setting up libobjc-14-dev:ppc64el (14.2.0-19) ...
- Setting up pkgconf:ppc64el (1.8.1-4) ...
- Setting up libxml2-dev:ppc64el (2.12.7+dfsg+really2.9.14-2.1+deb13u1) ...
- Setting up libelf-dev:ppc64el (0.192-4) ...
- Setting up pkg-config:ppc64el (1.8.1-4) ...
- Setting up libreadline8t64:ppc64el (8.2-6) ...
- Setting up llvm-19-linker-tools (1:19.1.7-3+b1) ...
- Setting up llvm-19-runtime (1:19.1.7-3+b1) ...
- Setting up libpython3.13-stdlib:ppc64el (3.13.5-2) ...
- Setting up libpython3-stdlib:ppc64el (3.13.5-1) ...
- Setting up libclang-cpp19 (1:19.1.7-3+b1) ...
- Setting up libbpf-dev:ppc64el (1:1.5.0-3) ...
- Setting up python3.13 (3.13.5-2) ...
- Setting up python3 (3.13.5-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up clang-19 (1:19.1.7-3+b1) ...
- Setting up clang-tools-19 (1:19.1.7-3+b1) ...
- Setting up python3-pygments (2.18.0+dfsg-2) ...
- Setting up clang (1:19.0-63) ...
- Setting up llvm-19 (1:19.1.7-3+b1) ...
- Setting up python3-yaml (6.0.2-1+b2) ...
- Setting up llvm-19-tools (1:19.1.7-3+b1) ...
- Setting up llvm-19-dev (1:19.1.7-3+b1) ...
- Processing triggers for libc-bin (2.41-12) ...
2025-10-15 10:54.25 ---> saved as "7ce6ee066aa8dc05bcb43ced2b29d7253e75e8da2682635868559922b5b1d3f6"
/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 36 packages
- install base v0.16.4
- install bigarray-compat 1.1.0
- install conf-clang 2
- 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.20.2
- install dune-configurator 3.20.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.2
- 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.14.0
- 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 base.v0.16.4 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-clang.2
-> 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.2 (cached)
-> retrieved ppx_globalize.v0.16.0 (cached)
-> retrieved ppx_here.v0.16.0 (cached)
-> retrieved ppx_hash.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.14.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)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed integers.0.7.0
-> installed dune-configurator.3.20.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.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-15 10:56.18 ---> saved as "256281d7516ef294ab30611f7823ce4993b52b162b66a912604c115a59477851"
/src: (copy (src .) (dst /src))
2025-10-15 10:56.18 ---> saved as "2a3e602c81f2d4ab46cecdd499998494b5273a672e67bf43eb73c218045ced0f"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_version.exe)
Major:1, Minor:5, Libbpf.v1.5
2025-10-15 10:56.21 ---> saved as "ecf18c4d7a302839534c5953e0d3fabd72a14fe17498915314825a46210829f9"
Job succeeded
2025-10-15 10:56.21: Job succeeded