2025-07-31 07:28.04: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:ubuntu-24.10-5.3_opam-2.4)
Base: ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74
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:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74
# ubuntu-24.10-5.3_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:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74-ubuntu-24.10-5.3_opam-2.4-3b6bddac3d2d0336175bca3a9e97840e"
2025-07-31 07:28.04: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74)
(comment ubuntu-24.10-5.3_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 09:16.25: Waiting for worker…
2025-07-31 09:19.09: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at abb370b CHANGES.md: allow nixos
(from ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74)
Unable to find image 'ocaml/opam:ubuntu-24.10-ocaml-5.3@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74' locally
docker.io/ocaml/opam@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74: Pulling from ocaml/opam
ddbef59e0ea0: Already exists
c8a958777819: Already exists
a9c4d03c89cf: Already exists
fad6b78bd523: Already exists
cb002c153c80: Already exists
876c82aa019b: Already exists
bfef421a4b69: Already exists
e6b4d8b7cd2a: Already exists
54235cbedf66: Already exists
969e20d3615a: Already exists
f75a26651ead: Already exists
e2e5dbeca078: Already exists
adb8cd405a24: Already exists
42f7bc177c6f: Already exists
56c2e03eb936: Already exists
5e8ac5f38241: Already exists
5e8ac5f38241: Already exists
cf8c284afc78: Already exists
69eda5caf340: Already exists
fe98b660af07: Already exists
8d65ed03220e: Already exists
4f4fb700ef54: Already exists
96582afc94cb: Already exists
d44b0146fa5e: Already exists
3a73ad442907: Already exists
3dc02b22b155: Already exists
47a44a4e8580: Already exists
475edb260ff3: Already exists
e6f89448d543: Already exists
ef0f57ea5fcb: Already exists
81800827d60e: Already exists
bbad171c3b15: Already exists
2c25dc074a59: Already exists
308c9094d6f5: Already exists
5679f7d0987f: Already exists
c2d4e4e71780: Already exists
9a9042028693: Already exists
169b16f4d220: Already exists
7a375914fd04: Already exists
3f03a6e57bb0: Already exists
477be20739ff: Pulling fs layer
c139be691ddd: Pulling fs layer
477be20739ff: Waiting
adeeba91b798: Pulling fs layer
11585459cda5: Pulling fs layer
7ab304c0e7fb: Pulling fs layer
c139be691ddd: Waiting
adeeba91b798: Waiting
11585459cda5: Waiting
0904add4b2ab: Pulling fs layer
7ab304c0e7fb: Waiting
f986bf9d5ca9: Pulling fs layer
0904add4b2ab: Waiting
f986bf9d5ca9: Waiting
477be20739ff: Verifying Checksum
477be20739ff: Download complete
477be20739ff: Pull complete
c139be691ddd: Verifying Checksum
c139be691ddd: Download complete
c139be691ddd: Pull complete
adeeba91b798: Verifying Checksum
adeeba91b798: Download complete
adeeba91b798: Pull complete
11585459cda5: Verifying Checksum
11585459cda5: Download complete
7ab304c0e7fb: Download complete
0904add4b2ab: Download complete
f986bf9d5ca9: Verifying Checksum
f986bf9d5ca9: Download complete
11585459cda5: Pull complete
7ab304c0e7fb: Pull complete
0904add4b2ab: Pull complete
f986bf9d5ca9: Pull complete
Digest: sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74
Status: Downloaded newer image for ocaml/opam@sha256:a3ffa70374ecfc80dd386b73faebcc4ce15a8f241b0a09130e80ef58d76b2e74
2025-07-31 09:19.10 ---> using "e3031fce4666df3c8a4d180feda7dc06becd86fde09e4c874799a52edafeeda3" from cache
/: (comment ubuntu-24.10-5.3_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 09:19.10 ---> using "10e069c55691c8c8bc8ff3c9d06849a8500b515494ff3c8c3eb82bc77d01f444" 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.
Continue? [Y/n] y
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.
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-31 09:19.10 ---> using "42acfd97ba2129a9e34a426a15cbdd19d97d6318186c060b8226b005a9b7c296" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-07-31 09:19.10 ---> using "5c539334f7daa882dd9a8279c3112442b04dbafc75ca75009b1c044b726ce5c4" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-31 09:19.10 ---> using "d6d84bbff321ba13d7949c31688b1af7860219b3bb3cfdb33786f4e8dd5d0763" 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 09:19.47 ---> saved as "27fc8f85a8bbc2813a065947ce2bfd0822e73f992d2194c0f186901772e876dd"
/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
(dst ./))
2025-07-31 09:19.48 ---> saved as "98fe6990f3f902713a260c5585da72af491beb635d99835fabec0e956c7f8f19"
/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 09:20.01 ---> saved as "5b5209b6fbd9d63687efcc0868d0f9f07aed6ff683685f888a56cb5bfdbdada6"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-31 09:20.02 ---> saved as "14c23aca3fa58eed75241ec5ed169a7c4af501b81ee465f652a79aeb6bb7256c"
/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://archive.ubuntu.com/ubuntu oracular InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu oracular-updates InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu oracular-backports InRelease
- Hit:4 http://security.ubuntu.com/ubuntu oracular-security InRelease
- 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:
clang libbpf-dev libffi-dev linux-tools-common pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "clang" "libbpf-dev" "libffi-dev" "linux-tools-common" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython3.12-minimal:amd64.
- (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 ... 16145 files and directories currently installed.)
- Preparing to unpack .../libpython3.12-minimal_3.12.7-1ubuntu2.2_amd64.deb ...
- Unpacking libpython3.12-minimal:amd64 (3.12.7-1ubuntu2.2) ...
- Selecting previously unselected package python3.12-minimal.
- Preparing to unpack .../python3.12-minimal_3.12.7-1ubuntu2.2_amd64.deb ...
- Unpacking python3.12-minimal (3.12.7-1ubuntu2.2) ...
- Setting up libpython3.12-minimal:amd64 (3.12.7-1ubuntu2.2) ...
- Setting up python3.12-minimal (3.12.7-1ubuntu2.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 ... 16456 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.12.6-0ubuntu1_amd64.deb ...
- Unpacking python3-minimal (3.12.6-0ubuntu1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_10.1.0_all.deb ...
- Unpacking media-types (10.1.0) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../2-tzdata_2025b-0ubuntu0.24.10.1_all.deb ...
- Unpacking tzdata (2025b-0ubuntu0.24.10.1) ...
- Selecting previously unselected package libtirpc-common.
- Preparing to unpack .../3-libtirpc-common_1.3.4+ds-1.3_all.deb ...
- Unpacking libtirpc-common (1.3.4+ds-1.3) ...
- Selecting previously unselected package libtirpc3t64:amd64.
- Preparing to unpack .../4-libtirpc3t64_1.3.4+ds-1.3_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
- Unpacking libtirpc3t64:amd64 (1.3.4+ds-1.3) ...
- Selecting previously unselected package libnsl2:amd64.
- Preparing to unpack .../5-libnsl2_1.3.0-3build3_amd64.deb ...
- Unpacking libnsl2:amd64 (1.3.0-3build3) ...
- Selecting previously unselected package libpython3.12-stdlib:amd64.
- Preparing to unpack .../6-libpython3.12-stdlib_3.12.7-1ubuntu2.2_amd64.deb ...
- Unpacking libpython3.12-stdlib:amd64 (3.12.7-1ubuntu2.2) ...
- Selecting previously unselected package python3.12.
- Preparing to unpack .../7-python3.12_3.12.7-1ubuntu2.2_amd64.deb ...
- Unpacking python3.12 (3.12.7-1ubuntu2.2) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../8-libpython3-stdlib_3.12.6-0ubuntu1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.12.6-0ubuntu1) ...
- Setting up python3-minimal (3.12.6-0ubuntu1) ...
- 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 ... 17443 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.12.6-0ubuntu1_amd64.deb ...
- Unpacking python3 (3.12.6-0ubuntu1) ...
- Selecting previously unselected package libpipeline1:amd64.
- Preparing to unpack .../01-libpipeline1_1.5.7-2_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.7-2) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../02-binfmt-support_2.2.2-7_amd64.deb ...
- Unpacking binfmt-support (2.2.2-7) ...
- Selecting previously unselected package libelf1t64:amd64.
- Preparing to unpack .../03-libelf1t64_0.191-2ubuntu0.1_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.191-2ubuntu0.1) ...
- Selecting previously unselected package libbpf1:amd64.
- Preparing to unpack .../04-libbpf1_1%3a1.4.5-1_amd64.deb ...
- Unpacking libbpf1:amd64 (1:1.4.5-1) ...
- Selecting previously unselected package libicu74:amd64.
- Preparing to unpack .../05-libicu74_74.2-1ubuntu4_amd64.deb ...
- Unpacking libicu74:amd64 (74.2-1ubuntu4) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../06-libxml2_2.12.7+dfsg-3ubuntu0.3_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg-3ubuntu0.3) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../07-libyaml-0-2_0.2.5-1build1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1build1) ...
- Selecting previously unselected package lsb-release.
- Preparing to unpack .../08-lsb-release_12.1-1_all.deb ...
- Unpacking lsb-release (12.1-1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../09-python3-pygments_2.18.0+dfsg-1ubuntu1_all.deb ...
- Unpacking python3-pygments (2.18.0+dfsg-1ubuntu1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../10-python3-yaml_6.0.2-1_amd64.deb ...
- Unpacking python3-yaml (6.0.2-1) ...
- Selecting previously unselected package libgpm2:amd64.
- Preparing to unpack .../11-libgpm2_1.20.7-11_amd64.deb ...
- Unpacking libgpm2:amd64 (1.20.7-11) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../12-libncurses6_6.5-2_amd64.deb ...
- Unpacking libncurses6:amd64 (6.5-2) ...
- Selecting previously unselected package pci.ids.
- Preparing to unpack .../13-pci.ids_0.0~2024.09.12-1ubuntu0.1_all.deb ...
- Unpacking pci.ids (0.0~2024.09.12-1ubuntu0.1) ...
- Selecting previously unselected package usb.ids.
- Preparing to unpack .../14-usb.ids_2024.07.04-1_all.deb ...
- Unpacking usb.ids (2024.07.04-1) ...
- Selecting previously unselected package libllvm19:amd64.
- Preparing to unpack .../15-libllvm19_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking libllvm19:amd64 (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package libclang-cpp19.
- Preparing to unpack .../16-libclang-cpp19_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking libclang-cpp19 (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../17-libgc1_1%3a8.2.6-2_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.6-2) ...
- Selecting previously unselected package libobjc4:amd64.
- Preparing to unpack .../18-libobjc4_14.2.0-4ubuntu2_amd64.deb ...
- Unpacking libobjc4:amd64 (14.2.0-4ubuntu2) ...
- Selecting previously unselected package libobjc-14-dev:amd64.
- Preparing to unpack .../19-libobjc-14-dev_14.2.0-4ubuntu2_amd64.deb ...
- Unpacking libobjc-14-dev:amd64 (14.2.0-4ubuntu2) ...
- Selecting previously unselected package libclang-common-19-dev:amd64.
- Preparing to unpack .../20-libclang-common-19-dev_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking libclang-common-19-dev:amd64 (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package llvm-19-linker-tools.
- Preparing to unpack .../21-llvm-19-linker-tools_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking llvm-19-linker-tools (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package libclang1-19.
- Preparing to unpack .../22-libclang1-19_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking libclang1-19 (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package clang-19.
- Preparing to unpack .../23-clang-19_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking clang-19 (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package clang.
- Preparing to unpack .../24-clang_1%3a19.0-60~exp1_amd64.deb ...
- Unpacking clang (1:19.0-60~exp1) ...
- Selecting previously unselected package hwdata.
- Preparing to unpack .../25-hwdata_0.387-1_all.deb ...
- Unpacking hwdata (0.387-1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../26-icu-devtools_74.2-1ubuntu4_amd64.deb ...
- Unpacking icu-devtools (74.2-1ubuntu4) ...
- Selecting previously unselected package libc6-i386.
- Preparing to unpack .../27-libc6-i386_2.40-1ubuntu3.1_amd64.deb ...
- Unpacking libc6-i386 (2.40-1ubuntu3.1) ...
- Selecting previously unselected package lib32gcc-s1.
- Preparing to unpack .../28-lib32gcc-s1_14.2.0-4ubuntu2_amd64.deb ...
- Unpacking lib32gcc-s1 (14.2.0-4ubuntu2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../29-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1ubuntu1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ...
- Selecting previously unselected package libelf-dev:amd64.
- Preparing to unpack .../30-libelf-dev_0.191-2ubuntu0.1_amd64.deb ...
- Unpacking libelf-dev:amd64 (0.191-2ubuntu0.1) ...
- Selecting previously unselected package libbpf-dev:amd64.
- Preparing to unpack .../31-libbpf-dev_1%3a1.4.5-1_amd64.deb ...
- Unpacking libbpf-dev:amd64 (1:1.4.5-1) ...
- Selecting previously unselected package lib32stdc++6.
- Preparing to unpack .../32-lib32stdc++6_14.2.0-4ubuntu2_amd64.deb ...
- Unpacking lib32stdc++6 (14.2.0-4ubuntu2) ...
- Selecting previously unselected package libclang-rt-19-dev:amd64.
- Preparing to unpack .../33-libclang-rt-19-dev_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking libclang-rt-19-dev:amd64 (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../34-libicu-dev_74.2-1ubuntu4_amd64.deb ...
- Unpacking libicu-dev:amd64 (74.2-1ubuntu4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../35-libncurses-dev_6.5-2_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.5-2) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../36-libpkgconf3_1.8.1-3ubuntu1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-3ubuntu1) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../37-liblzma-dev_5.6.2-2ubuntu0.2_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.6.2-2ubuntu0.2) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../38-libxml2-dev_2.12.7+dfsg-3ubuntu0.3_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.12.7+dfsg-3ubuntu0.3) ...
- Selecting previously unselected package linux-tools-common.
- Preparing to unpack .../39-linux-tools-common_6.11.0-29.29_all.deb ...
- Unpacking linux-tools-common (6.11.0-29.29) ...
- Selecting previously unselected package llvm-19-runtime.
- Preparing to unpack .../40-llvm-19-runtime_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking llvm-19-runtime (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../41-libpfm4_4.13.0+git32-g0d4ed0e-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0+git32-g0d4ed0e-1) ...
- Selecting previously unselected package llvm-19.
- Preparing to unpack .../42-llvm-19_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking llvm-19 (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../43-libffi-dev_3.4.6-1build1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.6-1build1) ...
- Selecting previously unselected package llvm-19-tools.
- Preparing to unpack .../44-llvm-19-tools_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking llvm-19-tools (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package llvm-19-dev.
- Preparing to unpack .../45-llvm-19-dev_1%3a19.1.1-1ubuntu1_amd64.deb ...
- Unpacking llvm-19-dev (1:19.1.1-1ubuntu1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../46-pkgconf-bin_1.8.1-3ubuntu1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-3ubuntu1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../47-pkgconf_1.8.1-3ubuntu1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-3ubuntu1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../48-pkg-config_1.8.1-3ubuntu1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-3ubuntu1) ...
- Setting up media-types (10.1.0) ...
- Setting up libpipeline1:amd64 (1.5.7-2) ...
- Setting up pci.ids (0.0~2024.09.12-1ubuntu0.1) ...
- Setting up libgpm2:amd64 (1.20.7-11) ...
- Setting up libclang-common-19-dev:amd64 (1:19.1.1-1ubuntu1) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1build1) ...
- Setting up libtirpc-common (1.3.4+ds-1.3) ...
- Setting up libffi-dev:amd64 (3.4.6-1build1) ...
- Setting up libelf1t64:amd64 (0.191-2ubuntu0.1) ...
- Setting up tzdata (2025b-0ubuntu0.24.10.1) ...
-
- Current default time zone: 'Europe/London'
- Local time is now: Thu Jul 31 10:20:57 BST 2025.
- Universal Time is now: Thu Jul 31 09:20:57 UTC 2025.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
-
- Setting up libpkgconf3:amd64 (1.8.1-3ubuntu1) ...
- Setting up libpfm4:amd64 (4.13.0+git32-g0d4ed0e-1) ...
- Setting up libncurses6:amd64 (6.5-2) ...
- Setting up usb.ids (2024.07.04-1) ...
- 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-3ubuntu1) ...
- Setting up libgc1:amd64 (1:8.2.6-2) ...
- Setting up liblzma-dev:amd64 (5.6.2-2ubuntu0.2) ...
- Setting up libicu74:amd64 (74.2-1ubuntu4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ...
- Setting up libc6-i386 (2.40-1ubuntu3.1) ...
- Setting up lsb-release (12.1-1) ...
- Setting up libxml2:amd64 (2.12.7+dfsg-3ubuntu0.3) ...
- Setting up libbpf1:amd64 (1:1.4.5-1) ...
- Setting up libllvm19:amd64 (1:19.1.1-1ubuntu1) ...
- Setting up libncurses-dev:amd64 (6.5-2) ...
- Setting up libclang1-19 (1:19.1.1-1ubuntu1) ...
- Setting up libtirpc3t64:amd64 (1.3.4+ds-1.3) ...
- Setting up libobjc4:amd64 (14.2.0-4ubuntu2) ...
- Setting up libobjc-14-dev:amd64 (14.2.0-4ubuntu2) ...
- Setting up pkgconf:amd64 (1.8.1-3ubuntu1) ...
- Setting up hwdata (0.387-1) ...
- Setting up lib32gcc-s1 (14.2.0-4ubuntu2) ...
- Setting up lib32stdc++6 (14.2.0-4ubuntu2) ...
- Setting up libelf-dev:amd64 (0.191-2ubuntu0.1) ...
- Setting up icu-devtools (74.2-1ubuntu4) ...
- Setting up pkg-config:amd64 (1.8.1-3ubuntu1) ...
- Setting up libclang-rt-19-dev:amd64 (1:19.1.1-1ubuntu1) ...
- Setting up libnsl2:amd64 (1.3.0-3build3) ...
- Setting up llvm-19-linker-tools (1:19.1.1-1ubuntu1) ...
- Setting up llvm-19-runtime (1:19.1.1-1ubuntu1) ...
- Setting up linux-tools-common (6.11.0-29.29) ...
- Setting up libicu-dev:amd64 (74.2-1ubuntu4) ...
- Setting up libclang-cpp19 (1:19.1.1-1ubuntu1) ...
- Setting up libpython3.12-stdlib:amd64 (3.12.7-1ubuntu2.2) ...
- Setting up libbpf-dev:amd64 (1:1.4.5-1) ...
- Setting up python3.12 (3.12.7-1ubuntu2.2) ...
- Setting up clang-19 (1:19.1.1-1ubuntu1) ...
- Setting up libxml2-dev:amd64 (2.12.7+dfsg-3ubuntu0.3) ...
- Setting up clang (1:19.0-60~exp1) ...
- Setting up llvm-19 (1:19.1.1-1ubuntu1) ...
- Setting up libpython3-stdlib:amd64 (3.12.6-0ubuntu1) ...
- Setting up python3 (3.12.6-0ubuntu1) ...
- running python rtupdate hooks for python3.12...
- running python post-rtupdate hooks for python3.12...
- Setting up python3-pygments (2.18.0+dfsg-1ubuntu1) ...
- Setting up python3-yaml (6.0.2-1) ...
- Setting up llvm-19-tools (1:19.1.1-1ubuntu1) ...
- Setting up llvm-19-dev (1:19.1.1-1ubuntu1) ...
- Processing triggers for libc-bin (2.40-1ubuntu3.1) ...
- Processing triggers for base-files (13.3ubuntu6) ...
2025-07-31 09:21.03 ---> saved as "19042840ad5c985339fb428283fc759e19907318c4567045db2ff02ea6efc984"
/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_expect.v0.17.3 (cached)
-> retrieved ppx_globalize.v0.17.2 (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 ppxlib.0.36.0 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1 (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 ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed integers.0.7.0
-> installed dune-configurator.3.19.1
-> installed ctypes.0.23.0
-> installed base.v0.17.3
-> installed ctypes-foreign.0.23.0
-> installed stdio.v0.17.0
-> installed ppxlib.0.36.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_here.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_deriving.6.1.1
-> 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 09:24.59 ---> saved as "61f7e4554c2e54b134330a2d56df9d60c9578afb516148c27c808988c3b27723"
/src: (copy (src .) (dst /src))
2025-07-31 09:25.00 ---> saved as "d793898999128fc13327e84b36e1bbcb84dd5f3f31103fa9084196a044c9ed0d"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_version.exe)
Major:1, Minor:4, Libbpf.v1.4
2025-07-31 09:25.06 ---> saved as "542411f8c320e033667624fb27821f56bb9132dba0817d4767ab467f8cac6fe4"
Job succeeded
2025-07-31 09:25.06: Job succeeded