2025-07-31 07:28.04: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-ppc64:debian-12-5.3_ppc64_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd
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-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd
# debian-12-5.3_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 c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam ./
RUN opam pin add -yn libbpf_maps.dev './' && \
opam pin add -yn libbpf.dev './' && \
opam pin add -yn conf-libbpf.dev './' && \
opam pin add -yn conf-bpftool.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-clang.1 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.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-07-31 07:28.04: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd-debian-12-5.3_ppc64_opam-2.4-3b6bddac3d2d0336175bca3a9e97840e"
2025-07-31 07:28.04: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd)
(comment debian-12-5.3_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 c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
(run (network host)
(shell "opam pin add -yn libbpf_maps.dev './' && \
\nopam pin add -yn libbpf.dev './' && \
\nopam pin add -yn conf-libbpf.dev './' && \
\nopam pin add -yn conf-bpftool.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-clang.1 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.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-07-31 07:28.04: Waiting for resource in pool OCluster
2025-07-31 07:46.42: Waiting for worker…
2025-07-31 07:58.15: Got resource from pool OCluster
Building on scyleia.caelum.ci.dev
All commits already cached
HEAD is now at abb370b CHANGES.md: allow nixos
(from ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd' locally
docker.io/ocaml/opam@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd: Pulling from ocaml/opam
5cf87be46ab8: Already exists
0f44a78fd01e: Already exists
094a34f4f82c: Already exists
849a5553b457: Already exists
48a1837609ac: Already exists
6adeab216d83: Already exists
9cae429f65ef: Already exists
4798dcc6fcab: Already exists
e33da69b522e: Already exists
b6deccc3e8a0: Already exists
54d7e44517d5: Already exists
56a274d4b88a: Already exists
a4ba52e80855: Already exists
8147a5280a30: Already exists
135b6496f638: Already exists
34249794785d: Already exists
2cff2ac3a9ff: Already exists
8678fc3742ac: Already exists
75def33464ea: Already exists
4496e2a146b7: Already exists
1a44c9c5868b: Already exists
4f4fb700ef54: Already exists
4f3aeb02fe3b: Already exists
7ef94b7fb364: Already exists
88a32017f90e: Already exists
0e0d029a6f97: Already exists
b54bd6763823: Already exists
e80729c57bfd: Already exists
d34112c80cf8: Already exists
290a9095cad9: Already exists
bf1e7cdba20e: Already exists
cf181c841b7b: Already exists
eb5d59ca12f1: Already exists
9e09024207cd: Already exists
92e320df824a: Already exists
fb253b38f30d: Already exists
fb4ddc900db0: Already exists
b0df255c7d1c: Already exists
4be29eadbe5d: Already exists
3d6c80af4e0e: Already exists
6e5c57122aeb: Pulling fs layer
9930eba335a9: Pulling fs layer
5b50211c7a05: Pulling fs layer
223af4dc23f8: Pulling fs layer
b6b1a378e884: Pulling fs layer
dd15bd7329d5: Pulling fs layer
8e023810117b: Pulling fs layer
223af4dc23f8: Waiting
b6b1a378e884: Waiting
dd15bd7329d5: Waiting
8e023810117b: Waiting
9930eba335a9: Download complete
6e5c57122aeb: Verifying Checksum
6e5c57122aeb: Download complete
6e5c57122aeb: Pull complete
9930eba335a9: Pull complete
5b50211c7a05: Verifying Checksum
5b50211c7a05: Download complete
5b50211c7a05: Pull complete
dd15bd7329d5: Verifying Checksum
dd15bd7329d5: Download complete
b6b1a378e884: Verifying Checksum
b6b1a378e884: Download complete
8e023810117b: Verifying Checksum
8e023810117b: Download complete
223af4dc23f8: Verifying Checksum
223af4dc23f8: Download complete
223af4dc23f8: Pull complete
b6b1a378e884: Pull complete
dd15bd7329d5: Pull complete
8e023810117b: Pull complete
Digest: sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd
Status: Downloaded newer image for ocaml/opam@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd
2025-07-31 07:58.15 ---> using "40a4143042ede749273d0dafc5ba77ebf361841e7d6aafe6186cec9e81f0fbcd" from cache
/: (comment debian-12-5.3_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-07-31 07:58.15 ---> using "768bb252a9d7363f99c455e583dd53e3eca6c53ad82b895957cf432255ab63c7" 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-07-31 07:58.15 ---> using "6bc2f31a57dfa73fd0143d352ae79c53067a08b26c2f0c40a3fccf5ac996de93" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 07:58.15 ---> using "57ebb3122bb78d0b3d7fb0608f01ea4134bc34e5934e7f0c7c4019e2f48b5274" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-31 07:58.15 ---> using "62b9b318ba6fe37d6378590699b9681aac826adda095a9b81d9faead22ddc0ef" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c44248fe760182a13f686e82e49611e36beb937c || git fetch origin master) && git reset -q --hard c44248fe760182a13f686e82e49611e36beb937c && git log --no-decorate -n1 --oneline && opam update -u"))
c44248fe76 Merge pull request #28193 from kit-ty-kate/opam-publish-ppx_deriving.6.1.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 07:58.15 ---> using "06080695f84db48cec67da90e5cf354063147503f6891539865e0cbe6edf5b62" from cache
/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-07-31 07:58.15 ---> saved as "668da7fa744ad1fcf532a7173b695c9a69d41ea6991694adf7351de2324d85b9"
/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-07-31 07:58.22 ---> saved as "2d8c7cd73c3518af9ac57b03074d85e70562248529bf9549b300033f043641b9"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 07:58.22 ---> saved as "65430941428bb2a5b8ed9f33bb0fda15d83f29318f611b3e5f8b822bc7982472"
/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-clang.1 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.3 ppx_globalize.v0.17.2 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.1 ppx_optcomp.v0.17.1 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages.diff/Index [18.5 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages T-2025-07-29-2006.47-F-2025-07-29-2006.47.pdiff [5082 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages T-2025-07-29-2006.47-F-2025-07-29-2006.47.pdiff [5082 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [260 kB]
- Fetched 387 kB in 0s (1087 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
bpftool clang libbpf-dev libffi-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "bpftool" "clang" "libbpf-dev" "libffi-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18720 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.7-1_ppc64el.deb ...
- Unpacking libpipeline1:ppc64el (1.5.7-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-2_ppc64el.deb ...
- Unpacking binfmt-support (2.2.2-2) ...
- Selecting previously unselected package libpython3.11-minimal:ppc64el.
- Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u6_ppc64el.deb ...
- Unpacking libpython3.11-minimal:ppc64el (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u6_ppc64el.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...
- Setting up libpython3.11-minimal:ppc64el (3.11.2-6+deb12u6) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...
- 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 ... 19049 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_ppc64el.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:ppc64el.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_ppc64el.deb ...
- Unpacking libpython3.11-stdlib:ppc64el (3.11.2-6+deb12u6) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_ppc64el.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u6) ...
- Selecting previously unselected package libpython3-stdlib:ppc64el.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_ppc64el.deb ...
- Unpacking libpython3-stdlib:ppc64el (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- 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 ... 19459 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.2-1+b1_ppc64el.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package libelf1:ppc64el.
- Preparing to unpack .../01-libelf1_0.188-2.1_ppc64el.deb ...
- Unpacking libelf1:ppc64el (0.188-2.1) ...
- Selecting previously unselected package bpftool.
- Preparing to unpack .../02-bpftool_7.1.0+6.1.140-1_ppc64el.deb ...
- Unpacking bpftool (7.1.0+6.1.140-1) ...
- Selecting previously unselected package libicu72:ppc64el.
- Preparing to unpack .../03-libicu72_72.1-3+deb12u1_ppc64el.deb ...
- Unpacking libicu72:ppc64el (72.1-3+deb12u1) ...
- Selecting previously unselected package libxml2:ppc64el.
- Preparing to unpack .../04-libxml2_2.9.14+dfsg-1.3~deb12u2_ppc64el.deb ...
- Unpacking libxml2:ppc64el (2.9.14+dfsg-1.3~deb12u2) ...
- Selecting previously unselected package libz3-4:ppc64el.
- Preparing to unpack .../05-libz3-4_4.8.12-3.1_ppc64el.deb ...
- Unpacking libz3-4:ppc64el (4.8.12-3.1) ...
- Selecting previously unselected package libllvm14:ppc64el.
- Preparing to unpack .../06-libllvm14_1%3a14.0.6-12_ppc64el.deb ...
- Unpacking libllvm14:ppc64el (1:14.0.6-12) ...
- Selecting previously unselected package libclang-cpp14.
- Preparing to unpack .../07-libclang-cpp14_1%3a14.0.6-12_ppc64el.deb ...
- Unpacking libclang-cpp14 (1:14.0.6-12) ...
- Selecting previously unselected package libgc1:ppc64el.
- Preparing to unpack .../08-libgc1_1%3a8.2.2-3_ppc64el.deb ...
- Unpacking libgc1:ppc64el (1:8.2.2-3) ...
- Selecting previously unselected package libobjc4:ppc64el.
- Preparing to unpack .../09-libobjc4_12.2.0-14+deb12u1_ppc64el.deb ...
- Unpacking libobjc4:ppc64el (12.2.0-14+deb12u1) ...
- Selecting previously unselected package libobjc-12-dev:ppc64el.
- Preparing to unpack .../10-libobjc-12-dev_12.2.0-14+deb12u1_ppc64el.deb ...
- Unpacking libobjc-12-dev:ppc64el (12.2.0-14+deb12u1) ...
- Selecting previously unselected package libclang-common-14-dev.
- Preparing to unpack .../11-libclang-common-14-dev_1%3a14.0.6-12_all.deb ...
- Unpacking libclang-common-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-linker-tools.
- Preparing to unpack .../12-llvm-14-linker-tools_1%3a14.0.6-12_ppc64el.deb ...
- Unpacking llvm-14-linker-tools (1:14.0.6-12) ...
- Selecting previously unselected package libclang1-14.
- Preparing to unpack .../13-libclang1-14_1%3a14.0.6-12_ppc64el.deb ...
- Unpacking libclang1-14 (1:14.0.6-12) ...
- Selecting previously unselected package clang-14.
- Preparing to unpack .../14-clang-14_1%3a14.0.6-12_ppc64el.deb ...
- Unpacking clang-14 (1:14.0.6-12) ...
- Selecting previously unselected package clang.
- Preparing to unpack .../15-clang_1%3a14.0-55.7~deb12u1_ppc64el.deb ...
- Unpacking clang (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../16-icu-devtools_72.1-3+deb12u1_ppc64el.deb ...
- Unpacking icu-devtools (72.1-3+deb12u1) ...
- Selecting previously unselected package libbpf1:ppc64el.
- Preparing to unpack .../17-libbpf1_1%3a1.1.0-1_ppc64el.deb ...
- Unpacking libbpf1:ppc64el (1:1.1.0-1) ...
- Selecting previously unselected package zlib1g-dev:ppc64el.
- Preparing to unpack .../18-zlib1g-dev_1%3a1.2.13.dfsg-1_ppc64el.deb ...
- Unpacking zlib1g-dev:ppc64el (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libelf-dev:ppc64el.
- Preparing to unpack .../19-libelf-dev_0.188-2.1_ppc64el.deb ...
- Unpacking libelf-dev:ppc64el (0.188-2.1) ...
- Selecting previously unselected package libbpf-dev:ppc64el.
- Preparing to unpack .../20-libbpf-dev_1%3a1.1.0-1_ppc64el.deb ...
- Unpacking libbpf-dev:ppc64el (1:1.1.0-1) ...
- Selecting previously unselected package libclang-rt-14-dev:ppc64el.
- Preparing to unpack .../21-libclang-rt-14-dev_1%3a14.0.6-12_ppc64el.deb ...
- Unpacking libclang-rt-14-dev:ppc64el (1:14.0.6-12) ...
- Selecting previously unselected package libnspr4:ppc64el.
- Preparing to unpack .../22-libnspr4_2%3a4.35-1_ppc64el.deb ...
- Unpacking libnspr4:ppc64el (2:4.35-1) ...
- Selecting previously unselected package libnss3:ppc64el.
- Preparing to unpack .../23-libnss3_2%3a3.87.1-1+deb12u1_ppc64el.deb ...
- Unpacking libnss3:ppc64el (2:3.87.1-1+deb12u1) ...
- Selecting previously unselected package nss-plugin-pem:ppc64el.
- Preparing to unpack .../24-nss-plugin-pem_1.0.8+1-1_ppc64el.deb ...
- Unpacking nss-plugin-pem:ppc64el (1.0.8+1-1) ...
- Selecting previously unselected package libcurl3-nss:ppc64el.
- Preparing to unpack .../25-libcurl3-nss_7.88.1-10+deb12u12_ppc64el.deb ...
- Unpacking libcurl3-nss:ppc64el (7.88.1-10+deb12u12) ...
- Selecting previously unselected package libffi-dev:ppc64el.
- Preparing to unpack .../26-libffi-dev_3.4.4-1_ppc64el.deb ...
- Unpacking libffi-dev:ppc64el (3.4.4-1) ...
- Selecting previously unselected package libicu-dev:ppc64el.
- Preparing to unpack .../27-libicu-dev_72.1-3+deb12u1_ppc64el.deb ...
- Unpacking libicu-dev:ppc64el (72.1-3+deb12u1) ...
- Selecting previously unselected package libncurses6:ppc64el.
- Preparing to unpack .../28-libncurses6_6.4-4_ppc64el.deb ...
- Unpacking libncurses6:ppc64el (6.4-4) ...
- Selecting previously unselected package libncurses-dev:ppc64el.
- Preparing to unpack .../29-libncurses-dev_6.4-4_ppc64el.deb ...
- Unpacking libncurses-dev:ppc64el (6.4-4) ...
- Selecting previously unselected package libpfm4:ppc64el.
- Preparing to unpack .../30-libpfm4_4.13.0-1_ppc64el.deb ...
- Unpacking libpfm4:ppc64el (4.13.0-1) ...
- Selecting previously unselected package libpkgconf3:ppc64el.
- Preparing to unpack .../31-libpkgconf3_1.8.1-1_ppc64el.deb ...
- Unpacking libpkgconf3:ppc64el (1.8.1-1) ...
- Selecting previously unselected package libtinfo-dev:ppc64el.
- Preparing to unpack .../32-libtinfo-dev_6.4-4_ppc64el.deb ...
- Unpacking libtinfo-dev:ppc64el (6.4-4) ...
- Selecting previously unselected package libxml2-dev:ppc64el.
- Preparing to unpack .../33-libxml2-dev_2.9.14+dfsg-1.3~deb12u2_ppc64el.deb ...
- Unpacking libxml2-dev:ppc64el (2.9.14+dfsg-1.3~deb12u2) ...
- Selecting previously unselected package libyaml-0-2:ppc64el.
- Preparing to unpack .../34-libyaml-0-2_0.2.5-1_ppc64el.deb ...
- Unpacking libyaml-0-2:ppc64el (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:ppc64el.
- Preparing to unpack .../35-libz3-dev_4.8.12-3.1_ppc64el.deb ...
- Unpacking libz3-dev:ppc64el (4.8.12-3.1) ...
- Selecting previously unselected package llvm-14-runtime.
- Preparing to unpack .../36-llvm-14-runtime_1%3a14.0.6-12_ppc64el.deb ...
- Unpacking llvm-14-runtime (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14.
- Preparing to unpack .../37-llvm-14_1%3a14.0.6-12_ppc64el.deb ...
- Unpacking llvm-14 (1:14.0.6-12) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../38-python3-pkg-resources_66.1.1-1+deb12u1_all.deb ...
- Unpacking python3-pkg-resources (66.1.1-1+deb12u1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../39-python3-pygments_2.14.0+dfsg-1_all.deb ...
- Unpacking python3-pygments (2.14.0+dfsg-1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../40-python3-yaml_6.0-3+b2_ppc64el.deb ...
- Unpacking python3-yaml (6.0-3+b2) ...
- Selecting previously unselected package llvm-14-tools.
- Preparing to unpack .../41-llvm-14-tools_1%3a14.0.6-12_ppc64el.deb ...
- Unpacking llvm-14-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-dev.
- Preparing to unpack .../42-llvm-14-dev_1%3a14.0.6-12_ppc64el.deb ...
- Unpacking llvm-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../43-pkgconf-bin_1.8.1-1_ppc64el.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:ppc64el.
- Preparing to unpack .../44-pkgconf_1.8.1-1_ppc64el.deb ...
- Unpacking pkgconf:ppc64el (1.8.1-1) ...
- Selecting previously unselected package pkg-config:ppc64el.
- Preparing to unpack .../45-pkg-config_1.8.1-1_ppc64el.deb ...
- Unpacking pkg-config:ppc64el (1.8.1-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:ppc64el (1.5.7-1) ...
- Setting up libicu72:ppc64el (72.1-3+deb12u1) ...
- Setting up libyaml-0-2:ppc64el (0.2.5-1) ...
- Setting up libpython3.11-stdlib:ppc64el (3.11.2-6+deb12u6) ...
- Setting up libffi-dev:ppc64el (3.4.4-1) ...
- Setting up libz3-4:ppc64el (4.8.12-3.1) ...
- Setting up libpkgconf3:ppc64el (1.8.1-1) ...
- Setting up libpfm4:ppc64el (4.13.0-1) ...
- Setting up libclang-rt-14-dev:ppc64el (1:14.0.6-12) ...
- Setting up libnspr4:ppc64el (2:4.35-1) ...
- Setting up libncurses6:ppc64el (6.4-4) ...
- Setting up binfmt-support (2.2.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up icu-devtools (72.1-3+deb12u1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgc1:ppc64el (1:8.2.2-3) ...
- Setting up zlib1g-dev:ppc64el (1:1.2.13.dfsg-1) ...
- Setting up libelf1:ppc64el (0.188-2.1) ...
- Setting up libicu-dev:ppc64el (72.1-3+deb12u1) ...
- Setting up libxml2:ppc64el (2.9.14+dfsg-1.3~deb12u2) ...
- Setting up libbpf1:ppc64el (1:1.1.0-1) ...
- Setting up libpython3-stdlib:ppc64el (3.11.2-1+b1) ...
- Setting up libz3-dev:ppc64el (4.8.12-3.1) ...
- Setting up python3.11 (3.11.2-6+deb12u6) ...
- Setting up libncurses-dev:ppc64el (6.4-4) ...
- Setting up bpftool (7.1.0+6.1.140-1) ...
- Setting up libobjc4:ppc64el (12.2.0-14+deb12u1) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up libnss3:ppc64el (2:3.87.1-1+deb12u1) ...
- Setting up pkgconf:ppc64el (1.8.1-1) ...
- Setting up libxml2-dev:ppc64el (2.9.14+dfsg-1.3~deb12u2) ...
- Setting up libelf-dev:ppc64el (0.188-2.1) ...
- Setting up pkg-config:ppc64el (1.8.1-1) ...
- Setting up libllvm14:ppc64el (1:14.0.6-12) ...
- Setting up libobjc-12-dev:ppc64el (12.2.0-14+deb12u1) ...
- Setting up llvm-14-linker-tools (1:14.0.6-12) ...
- Setting up python3-pkg-resources (66.1.1-1+deb12u1) ...
- Setting up libtinfo-dev:ppc64el (6.4-4) ...
- Setting up libbpf-dev:ppc64el (1:1.1.0-1) ...
- Setting up nss-plugin-pem:ppc64el (1.0.8+1-1) ...
- Setting up libclang1-14 (1:14.0.6-12) ...
- Setting up python3-yaml (6.0-3+b2) ...
- Setting up python3-pygments (2.14.0+dfsg-1) ...
- Setting up llvm-14-runtime (1:14.0.6-12) ...
- Setting up libclang-common-14-dev (1:14.0.6-12) ...
- Setting up libclang-cpp14 (1:14.0.6-12) ...
- Setting up libcurl3-nss:ppc64el (7.88.1-10+deb12u12) ...
- Setting up llvm-14 (1:14.0.6-12) ...
- Setting up llvm-14-tools (1:14.0.6-12) ...
- Setting up clang-14 (1:14.0.6-12) ...
- Setting up clang (1:14.0-55.7~deb12u1) ...
- Setting up llvm-14-dev (1:14.0.6-12) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...
2025-07-31 07:59.03 ---> saved as "faaf6f2f767d98af4098fcbd3eec4224730003d46ba7207cc4186336d3cadf56"
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 37 packages
- install base v0.17.3
- 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.19.1
- install dune-configurator 3.19.1
- install integers 0.7.0
- install jane-street-headers v0.17.0
- install jst-config v0.17.0
- install ocaml-compiler-libs v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlfind 1.9.8
- install ppx_assert v0.17.0
- install ppx_base v0.17.0
- install ppx_cold v0.17.0
- install ppx_compare v0.17.0
- install ppx_derivers 1.2.1
- install ppx_deriving 6.1.1
- install ppx_enumerate v0.17.0
- install ppx_expect v0.17.3
- install ppx_globalize v0.17.2
- install ppx_hash v0.17.0
- install ppx_here v0.17.0
- install ppx_inline_test v0.17.1
- install ppx_optcomp v0.17.1
- install ppx_sexp_conv v0.17.1
- install ppxlib 0.36.0
- install ppxlib_jane v0.17.4
- install sexplib0 v0.17.0
- install stdio v0.17.0
- install stdlib-shims 0.3.0
- install time_now v0.17.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-clang.1
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
-> installed conf-libffi.2.0.0
-> retrieved integers.0.7.0 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_expect.v0.17.3 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)
-> retrieved ppxlib.0.36.0 (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.19.1
-> installed jane-street-headers.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.19.1
-> installed base.v0.17.3
-> installed ctypes.0.23.0
-> installed stdio.v0.17.0
-> installed ctypes-foreign.0.23.0
-> installed ppxlib.0.36.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_deriving.6.1.1
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-31 08:01.53 ---> saved as "d360eb5a5ffe688889b491fd51e79e441b382d6eca08e9f494b60f83c4a034fd"
/src: (copy (src .) (dst /src))
2025-07-31 08:01.53 ---> saved as "67e2b023edeb88f977f2cccf48f5da483c2b2159bd4e2b5af3029865785a7a2e"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_version.exe)
Major:1, Minor:1, Libbpf.v1.1
2025-07-31 08:01.57 ---> saved as "8fb4fb5e69b9b8229b45eed99324e2b5f67d72eb19628c94642fd64f6f12b81a"
Job succeeded
2025-07-31 08:01.58: Job succeeded