2025-03-11 12:33.01: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (389b642ae4e776b007eea267b3525022d8bff16c) (linux-s390x:debian-12-5.3_s390x_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard 389b642a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
# debian-12-5.3_s390x_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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 f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && 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.1 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.17.2 dune-configurator.3.17.2 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.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 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.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-03-11 12:33.01: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454-debian-12-5.3_s390x_opam-2.3-09f25a0824fa3ba2160763fb27b94fcc"
2025-03-11 12:33.01: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454)
(comment debian-12-5.3_s390x_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(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 f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && 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.1 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.17.2 dune-configurator.3.17.2 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.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 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.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-03-11 12:33.01: Waiting for resource in pool OCluster
2025-03-11 12:33.18: Waiting for worker…
2025-03-11 13:01.07: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
HEAD is now at 389b642 dune fmt
(from ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454' locally
docker.io/ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454: Pulling from ocaml/opam
f54fe0873ec6: Already exists
3953f69ba164: Already exists
f39c451577b1: Already exists
024c3813d399: Already exists
82694f817519: Already exists
da71310c0a42: Already exists
e8a89e73a049: Already exists
4a90b330588c: Already exists
a2c3b7288221: Already exists
ed4bc940ad91: Already exists
47ee01ed0654: Already exists
fc07cb35ff09: Already exists
14366eb79146: Already exists
1a6c30adb581: Already exists
bdfa8c4ce9a5: Already exists
fa1186060768: Already exists
311eb61bcd22: Already exists
74f299b0fc99: Already exists
04f9c5740f9c: Already exists
63b399323e8a: Already exists
4f4fb700ef54: Already exists
20b5924a1543: Already exists
26732f273d98: Already exists
787b86b362d0: Already exists
1e0d6a6421aa: Already exists
3f9de11d1a6d: Already exists
6ee3c53fb5da: Already exists
2a7106753557: Already exists
cf8135ef3389: Already exists
25709b913201: Already exists
e77b2a9a1883: Already exists
d47f04d587e9: Already exists
b7f4c4547737: Already exists
f00d125eedd3: Already exists
ffb45432d3e0: Already exists
1e27c4ca3b83: Already exists
9b3ab493c53f: Already exists
dc7f46e5b11d: Already exists
ed6891ca3696: Pulling fs layer
2d27930f8df9: Pulling fs layer
3e498a6f166b: Pulling fs layer
00247204389c: Pulling fs layer
2ee70e351495: Pulling fs layer
00247204389c: Waiting
2ee70e351495: Waiting
207e6a2e0b83: Pulling fs layer
207e6a2e0b83: Waiting
6fbc8d38ccd5: Pulling fs layer
011c7cab5807: Pulling fs layer
6fbc8d38ccd5: Waiting
011c7cab5807: Waiting
2d27930f8df9: Verifying Checksum
2d27930f8df9: Download complete
3e498a6f166b: Verifying Checksum
3e498a6f166b: Download complete
00247204389c: Download complete
ed6891ca3696: Verifying Checksum
ed6891ca3696: Download complete
207e6a2e0b83: Verifying Checksum
207e6a2e0b83: Download complete
6fbc8d38ccd5: Verifying Checksum
6fbc8d38ccd5: Download complete
011c7cab5807: Verifying Checksum
011c7cab5807: Download complete
2ee70e351495: Verifying Checksum
2ee70e351495: Download complete
ed6891ca3696: Pull complete
2d27930f8df9: Pull complete
3e498a6f166b: Pull complete
00247204389c: Pull complete
2ee70e351495: Pull complete
207e6a2e0b83: Pull complete
6fbc8d38ccd5: Pull complete
011c7cab5807: Pull complete
Digest: sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
Status: Downloaded newer image for ocaml/opam@sha256:913b6a6fccda0fe5ea306d299e2f04e59325e79caf2f99825a92473fc99a0454
2025-03-11 13:01.08 ---> using "8a5cf988ed4e44aa69a9a92c390361dd0474bf1c7888178b24b31a1b5b8cd184" from cache
/: (comment debian-12-5.3_s390x_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-11 13:01.08 ---> using "8aa7fdae16e363611ed304826287f198076f11c224b45492c65931e25441c926" 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-03-11 13:01.08 ---> using "1546b68e92ad04b4f79c84f82420d186c6abe552c32f79e815b5e0dde244a13d" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-55-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-03-11 13:01.08 ---> using "2dbfca78776cc46b8f72593cb352c8f1c5ff567e2c32d2080f658ed9bbee6e99" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-11 13:01.08 ---> using "e245c0b33541df3a7c29f26b4c0acab0214ac26c8e9a20001d24adb14a5ff60e" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && git log --no-decorate -n1 --oneline && opam update -u"))
f90215803a Merge pull request #27486 from NathanReb/prep-for-ppxlib.0.36.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-03-11 13:11.49 ---> saved as "2be1cffe6b5fd8e0f25fcb8bce3bc9b789099ea1ca2a9e8ddc72b150821a0212"
/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-03-11 13:11.53 ---> saved as "2f4ac1dc382c22902aad17a724fc8e053312ec6c28ee927d5ae2f4e1060bb76a"
/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-03-11 13:12.20 ---> saved as "c47da2a20d2c0b13bd41674fbbca6fd4e5d454cb441c92d33b7d9cbb2530e0b6"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-11 13:12.23 ---> saved as "3b43eb6fc39294af9649548c2463a5c3b04cf1379f5dd8be435797b0589a87a2"
/src: (env DEPS "base.v0.17.1 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.17.2 dune-configurator.3.17.2 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.0.3 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.2 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.3 --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]
- Fetched 103 kB in 2s (49.9 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:s390x.
- (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 ... 18549 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.7-1_s390x.deb ...
- Unpacking libpipeline1:s390x (1.5.7-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-2_s390x.deb ...
- Unpacking binfmt-support (2.2.2-2) ...
- Selecting previously unselected package libpython3.11-minimal:s390x.
- Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u5_s390x.deb ...
- Unpacking libpython3.11-minimal:s390x (3.11.2-6+deb12u5) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u5_s390x.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u5) ...
- Setting up libpython3.11-minimal:s390x (3.11.2-6+deb12u5) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u5) ...
- 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 ... 18878 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_s390x.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:s390x.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u5_s390x.deb ...
- Unpacking libpython3.11-stdlib:s390x (3.11.2-6+deb12u5) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u5_s390x.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u5) ...
- Selecting previously unselected package libpython3-stdlib:s390x.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_s390x.deb ...
- Unpacking libpython3-stdlib:s390x (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 ... 19288 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.2-1+b1_s390x.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package libelf1:s390x.
- Preparing to unpack .../01-libelf1_0.188-2.1_s390x.deb ...
- Unpacking libelf1:s390x (0.188-2.1) ...
- Selecting previously unselected package bpftool.
- Preparing to unpack .../02-bpftool_7.1.0+6.1.128-1_s390x.deb ...
- Unpacking bpftool (7.1.0+6.1.128-1) ...
- Selecting previously unselected package libicu72:s390x.
- Preparing to unpack .../03-libicu72_72.1-3_s390x.deb ...
- Unpacking libicu72:s390x (72.1-3) ...
- Selecting previously unselected package libxml2:s390x.
- Preparing to unpack .../04-libxml2_2.9.14+dfsg-1.3~deb12u1_s390x.deb ...
- Unpacking libxml2:s390x (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libz3-4:s390x.
- Preparing to unpack .../05-libz3-4_4.8.12-3.1_s390x.deb ...
- Unpacking libz3-4:s390x (4.8.12-3.1) ...
- Selecting previously unselected package libllvm14:s390x.
- Preparing to unpack .../06-libllvm14_1%3a14.0.6-12_s390x.deb ...
- Unpacking libllvm14:s390x (1:14.0.6-12) ...
- Selecting previously unselected package libclang-cpp14.
- Preparing to unpack .../07-libclang-cpp14_1%3a14.0.6-12_s390x.deb ...
- Unpacking libclang-cpp14 (1:14.0.6-12) ...
- Selecting previously unselected package libgc1:s390x.
- Preparing to unpack .../08-libgc1_1%3a8.2.2-3_s390x.deb ...
- Unpacking libgc1:s390x (1:8.2.2-3) ...
- Selecting previously unselected package libobjc4:s390x.
- Preparing to unpack .../09-libobjc4_12.2.0-14_s390x.deb ...
- Unpacking libobjc4:s390x (12.2.0-14) ...
- Selecting previously unselected package libobjc-12-dev:s390x.
- Preparing to unpack .../10-libobjc-12-dev_12.2.0-14_s390x.deb ...
- Unpacking libobjc-12-dev:s390x (12.2.0-14) ...
- 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_s390x.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_s390x.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_s390x.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_s390x.deb ...
- Unpacking clang (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../16-icu-devtools_72.1-3_s390x.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libbpf1:s390x.
- Preparing to unpack .../17-libbpf1_1%3a1.1.0-1_s390x.deb ...
- Unpacking libbpf1:s390x (1:1.1.0-1) ...
- Selecting previously unselected package zlib1g-dev:s390x.
- Preparing to unpack .../18-zlib1g-dev_1%3a1.2.13.dfsg-1_s390x.deb ...
- Unpacking zlib1g-dev:s390x (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libelf-dev:s390x.
- Preparing to unpack .../19-libelf-dev_0.188-2.1_s390x.deb ...
- Unpacking libelf-dev:s390x (0.188-2.1) ...
- Selecting previously unselected package libbpf-dev:s390x.
- Preparing to unpack .../20-libbpf-dev_1%3a1.1.0-1_s390x.deb ...
- Unpacking libbpf-dev:s390x (1:1.1.0-1) ...
- Selecting previously unselected package libclang-rt-14-dev:s390x.
- Preparing to unpack .../21-libclang-rt-14-dev_1%3a14.0.6-12_s390x.deb ...
- Unpacking libclang-rt-14-dev:s390x (1:14.0.6-12) ...
- Selecting previously unselected package libnspr4:s390x.
- Preparing to unpack .../22-libnspr4_2%3a4.35-1_s390x.deb ...
- Unpacking libnspr4:s390x (2:4.35-1) ...
- Selecting previously unselected package libnss3:s390x.
- Preparing to unpack .../23-libnss3_2%3a3.87.1-1+deb12u1_s390x.deb ...
- Unpacking libnss3:s390x (2:3.87.1-1+deb12u1) ...
- Selecting previously unselected package nss-plugin-pem:s390x.
- Preparing to unpack .../24-nss-plugin-pem_1.0.8+1-1_s390x.deb ...
- Unpacking nss-plugin-pem:s390x (1.0.8+1-1) ...
- Selecting previously unselected package libcurl3-nss:s390x.
- Preparing to unpack .../25-libcurl3-nss_7.88.1-10+deb12u8_s390x.deb ...
- Unpacking libcurl3-nss:s390x (7.88.1-10+deb12u8) ...
- Selecting previously unselected package libffi-dev:s390x.
- Preparing to unpack .../26-libffi-dev_3.4.4-1_s390x.deb ...
- Unpacking libffi-dev:s390x (3.4.4-1) ...
- Selecting previously unselected package libicu-dev:s390x.
- Preparing to unpack .../27-libicu-dev_72.1-3_s390x.deb ...
- Unpacking libicu-dev:s390x (72.1-3) ...
- Selecting previously unselected package libncurses6:s390x.
- Preparing to unpack .../28-libncurses6_6.4-4_s390x.deb ...
- Unpacking libncurses6:s390x (6.4-4) ...
- Selecting previously unselected package libncurses-dev:s390x.
- Preparing to unpack .../29-libncurses-dev_6.4-4_s390x.deb ...
- Unpacking libncurses-dev:s390x (6.4-4) ...
- Selecting previously unselected package libpfm4:s390x.
- Preparing to unpack .../30-libpfm4_4.13.0-1_s390x.deb ...
- Unpacking libpfm4:s390x (4.13.0-1) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../31-libpkgconf3_1.8.1-1_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-1) ...
- Selecting previously unselected package libtinfo-dev:s390x.
- Preparing to unpack .../32-libtinfo-dev_6.4-4_s390x.deb ...
- Unpacking libtinfo-dev:s390x (6.4-4) ...
- Selecting previously unselected package libxml2-dev:s390x.
- Preparing to unpack .../33-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_s390x.deb ...
- Unpacking libxml2-dev:s390x (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libyaml-0-2:s390x.
- Preparing to unpack .../34-libyaml-0-2_0.2.5-1_s390x.deb ...
- Unpacking libyaml-0-2:s390x (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:s390x.
- Preparing to unpack .../35-libz3-dev_4.8.12-3.1_s390x.deb ...
- Unpacking libz3-dev:s390x (4.8.12-3.1) ...
- Selecting previously unselected package llvm-14-runtime.
- Preparing to unpack .../36-llvm-14-runtime_1%3a14.0.6-12_s390x.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_s390x.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_s390x.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_s390x.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_s390x.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_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../44-pkgconf_1.8.1-1_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-1) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../45-pkg-config_1.8.1-1_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:s390x (1.5.7-1) ...
- Setting up libicu72:s390x (72.1-3) ...
- Setting up libyaml-0-2:s390x (0.2.5-1) ...
- Setting up libpython3.11-stdlib:s390x (3.11.2-6+deb12u5) ...
- Setting up libffi-dev:s390x (3.4.4-1) ...
- Setting up libz3-4:s390x (4.8.12-3.1) ...
- Setting up libpkgconf3:s390x (1.8.1-1) ...
- Setting up libpfm4:s390x (4.13.0-1) ...
- Setting up libclang-rt-14-dev:s390x (1:14.0.6-12) ...
- Setting up libnspr4:s390x (2:4.35-1) ...
- Setting up libncurses6:s390x (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) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgc1:s390x (1:8.2.2-3) ...
- Setting up zlib1g-dev:s390x (1:1.2.13.dfsg-1) ...
- Setting up libelf1:s390x (0.188-2.1) ...
- Setting up libicu-dev:s390x (72.1-3) ...
- Setting up libxml2:s390x (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libbpf1:s390x (1:1.1.0-1) ...
- Setting up libpython3-stdlib:s390x (3.11.2-1+b1) ...
- Setting up libz3-dev:s390x (4.8.12-3.1) ...
- Setting up python3.11 (3.11.2-6+deb12u5) ...
- Setting up libncurses-dev:s390x (6.4-4) ...
- Setting up bpftool (7.1.0+6.1.128-1) ...
- Setting up libobjc4:s390x (12.2.0-14) ...
- 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:s390x (2:3.87.1-1+deb12u1) ...
- Setting up pkgconf:s390x (1.8.1-1) ...
- Setting up libxml2-dev:s390x (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libelf-dev:s390x (0.188-2.1) ...
- Setting up pkg-config:s390x (1.8.1-1) ...
- Setting up libllvm14:s390x (1:14.0.6-12) ...
- Setting up libobjc-12-dev:s390x (12.2.0-14) ...
- 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:s390x (6.4-4) ...
- Setting up libbpf-dev:s390x (1:1.1.0-1) ...
- Setting up nss-plugin-pem:s390x (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:s390x (7.88.1-10+deb12u8) ...
- 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+deb12u9) ...
2025-03-11 13:15.25 ---> saved as "f72817d524c9440892ea127f2136d224ac31423cdc6d8a1f5cd8912503074f68"
/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.1
- 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.17.2
- install dune-configurator 3.17.2
- 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.0.3
- install ppx_enumerate v0.17.0
- install ppx_expect v0.17.2
- install ppx_globalize v0.17.0
- install ppx_hash v0.17.0
- install ppx_here v0.17.0
- install ppx_inline_test v0.17.0
- install ppx_optcomp v0.17.0
- install ppx_sexp_conv v0.17.0
- install ppxlib 0.35.0
- install ppxlib_jane v0.17.2
- 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.1 (cached)
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> 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 dune.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ppx_assert.v0.17.0 (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.0.3 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_expect.v0.17.2 (cached)
-> retrieved ppx_globalize.v0.17.0 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.0 (cached)
-> retrieved ppx_optcomp.v0.17.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.0 (cached)
-> retrieved ppxlib_jane.v0.17.2 (cached)
-> retrieved ppxlib.0.35.0 (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)
-> installed conf-clang.1
-> installed ocamlfind.1.9.8
-> installed dune.3.17.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed jane-street-headers.v0.17.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.17.2
-> installed sexplib0.v0.17.0
-> installed integers.0.7.0
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed base.v0.17.1
-> installed stdio.v0.17.0
-> installed ppxlib.0.35.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_optcomp.v0.17.0
-> installed ppxlib_jane.v0.17.2
-> installed ppx_deriving.6.0.3
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
-> 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.0
-> installed ppx_expect.v0.17.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-11 13:21.45 ---> saved as "7603ac8459360ffe798a85755f99db25dbb7b14ee8e2019eb77b0a97fa6aa0a2"
/src: (copy (src .) (dst /src))
2025-03-11 13:21.55 ---> saved as "8704fe7f0b79d3583c627dba77cbc0b676ff4cc988671aa25d5bc55f1aabbbe7"
/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-03-11 13:22.40 ---> saved as "46b28097a2d603f44e5b9cc9c9b66bac30186eb2721156cabbf0533ad4ea5067"
Job succeeded
2025-03-11 13:22.41: Job succeeded