Organisationskoonwenocaml-libbpfabb370 (main)ubuntu-25.04-5.4_opam-2.4

ubuntu-25.04-5.4_opam-2.4

Logs

Show full logs
2025-11-13 09:55.17: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-x86_64:ubuntu-25.04-5.4_opam-2.4)
Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01
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-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01
# ubuntu-25.04-5.4_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 e0b3b1bd72f4ec39675632b6fe1f8e4236293197 || git fetch origin master) && git reset -q --hard e0b3b1bd72f4ec39675632b6fe1f8e4236293197 && 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 conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.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-11-13 09:55.17: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01-ubuntu-25.04-5.4_opam-2.4-9bc2ca6df890d4c4e81d4591d26e3f52"
2025-11-13 09:55.17: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01)
 (comment ubuntu-25.04-5.4_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 e0b3b1bd72f4ec39675632b6fe1f8e4236293197 || git fetch origin master) && git reset -q --hard e0b3b1bd72f4ec39675632b6fe1f8e4236293197 && 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 conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.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-11-13 09:55.17: Waiting for resource in pool OCluster
2025-11-13 09:55.17: Waiting for worker…
2025-11-13 09:55.17: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at abb370b CHANGES.md: allow nixos

(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01' locally
docker.io/ocaml/opam@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01: Pulling from ocaml/opam
c62190a9ab61: Pulling fs layer
c985a9864739: Pulling fs layer
9ce098ab566c: Pulling fs layer
1476b197f492: Pulling fs layer
3c6ed04c0489: Pulling fs layer
6c35591422f1: Pulling fs layer
fd754953a4a4: Pulling fs layer
3c6ed04c0489: Waiting
582f1b7eb9db: Pulling fs layer
fd754953a4a4: Waiting
ee0bf2b6f429: Pulling fs layer
582f1b7eb9db: Waiting
44cfa07f70cf: Pulling fs layer
ee0bf2b6f429: Waiting
0500902e0a7f: Pulling fs layer
44cfa07f70cf: Waiting
139102ffb691: Pulling fs layer
0500902e0a7f: Waiting
430dee7dbc42: Pulling fs layer
139102ffb691: Waiting
25541c62e72c: Pulling fs layer
430dee7dbc42: Waiting
4b45b5097190: Pulling fs layer
25541c62e72c: Waiting
af6cd989f92e: Pulling fs layer
af6cd989f92e: Waiting
5715088923f1: Pulling fs layer
4b45b5097190: Waiting
c5c22c361315: Pulling fs layer
5715088923f1: Waiting
a8dca298272f: Pulling fs layer
83da8bb20921: Pulling fs layer
a8dca298272f: Waiting
4f4fb700ef54: Pulling fs layer
35b94e9da18a: Pulling fs layer
4f4fb700ef54: Waiting
9cce0457fb55: Pulling fs layer
35b94e9da18a: Waiting
84b391c5931c: Pulling fs layer
9cce0457fb55: Waiting
3571da19f996: Pulling fs layer
a8d59b1dd164: Pulling fs layer
3571da19f996: Waiting
ac6586f8f005: Pulling fs layer
e3e0b0ad2e15: Pulling fs layer
ac6586f8f005: Waiting
ed1dc3ac7383: Pulling fs layer
fe4b5ed60893: Pulling fs layer
e3e0b0ad2e15: Waiting
ac27f0f19708: Pulling fs layer
fe4b5ed60893: Waiting
5b6754c1d1ac: Pulling fs layer
ac27f0f19708: Waiting
a816aa9aa995: Pulling fs layer
5b6754c1d1ac: Waiting
f732e53bb150: Pulling fs layer
a37ed6ebfa21: Pulling fs layer
5bbf7566f945: Pulling fs layer
aee8720d12b0: Pulling fs layer
f732e53bb150: Waiting
74c35d6687bb: Pulling fs layer
6135e67bfcee: Pulling fs layer
50977875eeb9: Pulling fs layer
74c35d6687bb: Waiting
6135e67bfcee: Waiting
03a84bf05170: Pulling fs layer
a7e2efc01400: Pulling fs layer
91da380bcbc7: Pulling fs layer
da468c07c222: Pulling fs layer
50977875eeb9: Waiting
03a84bf05170: Waiting
a7e2efc01400: Waiting
91da380bcbc7: Waiting
e54feb2ef553: Pulling fs layer
cfbe3a87bf59: Pulling fs layer
da468c07c222: Waiting
e54feb2ef553: Waiting
c985a9864739: Verifying Checksum
c985a9864739: Download complete
9ce098ab566c: Verifying Checksum
9ce098ab566c: Download complete
c62190a9ab61: Verifying Checksum
c62190a9ab61: Download complete
3c6ed04c0489: Verifying Checksum
3c6ed04c0489: Download complete
1476b197f492: Verifying Checksum
1476b197f492: Download complete
fd754953a4a4: Verifying Checksum
fd754953a4a4: Download complete
582f1b7eb9db: Verifying Checksum
582f1b7eb9db: Download complete
ee0bf2b6f429: Verifying Checksum
ee0bf2b6f429: Download complete
c62190a9ab61: Pull complete
c985a9864739: Pull complete
9ce098ab566c: Pull complete
44cfa07f70cf: Verifying Checksum
44cfa07f70cf: Download complete
0500902e0a7f: Verifying Checksum
0500902e0a7f: Download complete
139102ffb691: Verifying Checksum
139102ffb691: Download complete
1476b197f492: Pull complete
3c6ed04c0489: Pull complete
430dee7dbc42: Verifying Checksum
430dee7dbc42: Download complete
25541c62e72c: Verifying Checksum
25541c62e72c: Download complete
4b45b5097190: Download complete
6c35591422f1: Verifying Checksum
6c35591422f1: Download complete
af6cd989f92e: Download complete
5715088923f1: Verifying Checksum
5715088923f1: Download complete
a8dca298272f: Download complete
c5c22c361315: Verifying Checksum
c5c22c361315: Download complete
83da8bb20921: Verifying Checksum
83da8bb20921: Download complete
4f4fb700ef54: Download complete
35b94e9da18a: Verifying Checksum
35b94e9da18a: Download complete
9cce0457fb55: Verifying Checksum
9cce0457fb55: Download complete
3571da19f996: Download complete
a8d59b1dd164: Download complete
84b391c5931c: Download complete
ed1dc3ac7383: Download complete
ac6586f8f005: Download complete
fe4b5ed60893: Verifying Checksum
fe4b5ed60893: Download complete
ac27f0f19708: Download complete
e3e0b0ad2e15: Download complete
5b6754c1d1ac: Verifying Checksum
5b6754c1d1ac: Download complete
a816aa9aa995: Verifying Checksum
a816aa9aa995: Download complete
a37ed6ebfa21: Verifying Checksum
a37ed6ebfa21: Download complete
aee8720d12b0: Verifying Checksum
aee8720d12b0: Download complete
74c35d6687bb: Verifying Checksum
74c35d6687bb: Download complete
6135e67bfcee: Download complete
50977875eeb9: Verifying Checksum
50977875eeb9: Download complete
03a84bf05170: Download complete
5bbf7566f945: Verifying Checksum
5bbf7566f945: Download complete
a7e2efc01400: Download complete
da468c07c222: Verifying Checksum
da468c07c222: Download complete
e54feb2ef553: Verifying Checksum
e54feb2ef553: Download complete
cfbe3a87bf59: Download complete
6c35591422f1: Pull complete
fd754953a4a4: Pull complete
582f1b7eb9db: Pull complete
ee0bf2b6f429: Pull complete
44cfa07f70cf: Pull complete
0500902e0a7f: Pull complete
139102ffb691: Pull complete
430dee7dbc42: Pull complete
25541c62e72c: Pull complete
4b45b5097190: Pull complete
af6cd989f92e: Pull complete
5715088923f1: Pull complete
c5c22c361315: Pull complete
a8dca298272f: Pull complete
83da8bb20921: Pull complete
4f4fb700ef54: Pull complete
35b94e9da18a: Pull complete
9cce0457fb55: Pull complete
84b391c5931c: Pull complete
3571da19f996: Pull complete
a8d59b1dd164: Pull complete
ac6586f8f005: Pull complete
e3e0b0ad2e15: Pull complete
ed1dc3ac7383: Pull complete
fe4b5ed60893: Pull complete
ac27f0f19708: Pull complete
5b6754c1d1ac: Pull complete
a816aa9aa995: Pull complete
91da380bcbc7: Verifying Checksum
91da380bcbc7: Download complete
f732e53bb150: Verifying Checksum
f732e53bb150: Download complete
f732e53bb150: Pull complete
a37ed6ebfa21: Pull complete
5bbf7566f945: Pull complete
aee8720d12b0: Pull complete
74c35d6687bb: Pull complete
6135e67bfcee: Pull complete
50977875eeb9: Pull complete
03a84bf05170: Pull complete
a7e2efc01400: Pull complete
91da380bcbc7: Pull complete
da468c07c222: Pull complete
e54feb2ef553: Pull complete
cfbe3a87bf59: Pull complete
Digest: sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01
Status: Downloaded newer image for ocaml/opam@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01
2025-11-13 09:55.17 ---> using "4634bb79db369ca459eb077bd605b0a453385ad697bc229a054890d0024b1f5d" from cache

/: (comment ubuntu-25.04-5.4_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-11-13 09:55.17 ---> using "8b577551efdffb4dfbaa8a818e097718652bf990411ca147bd5ba333d4ed0d6a" 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
[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-11-13 09:55.17 ---> using "fb5b3350d27eac8366c1d9ea9df47d4b4a1f28b483478efd222c00efad341c05" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-11-13 09:55.17 ---> using "42d577c1f3b95d7509988b512f4420772a5f15ed96950a7a20c7b914703b689f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-11-13 09:55.17 ---> using "47aac734c229fb7e5b25b4a71bad33857ddfcbd2bb6d7dc3f54a6ca50d35a0b2" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e0b3b1bd72f4ec39675632b6fe1f8e4236293197 || git fetch origin master) && git reset -q --hard e0b3b1bd72f4ec39675632b6fe1f8e4236293197 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   1abfcdbf14..e0b3b1bd72  master     -> origin/master
e0b3b1bd72 Merge pull request #28855 from yallop/ctypes-0.24.0

<><> 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-11-13 09:55.44 ---> saved as "b793808386894d0b776af4fed87e1d5ac734b8b70743eed6428f92ec540bb3cb"

/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
            (dst ./))
2025-11-13 09:55.44 ---> saved as "41b776d8ae7cf1e2916e61a3b5864813517914af588209ef02212ee09a1d4823"

/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-11-13 09:55.52 ---> saved as "911596c2e8b7b896a17d03ee78a557bd79a5141de37bc6f846309c58a082a8f2"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-13 09:55.52 ---> saved as "d02ee100b62f879241609c333d753200b0c1dfbe3916e6ca0b24bc8507a67218"

/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 conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.37.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 plucky InRelease
- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Get:4 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [234 kB]
- Get:5 http://security.ubuntu.com/ubuntu plucky-security/multiverse amd64 Packages [31.5 kB]
- Get:6 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [363 kB]
- Get:7 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [362 kB]
- Get:8 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [518 kB]
- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [392 kB]
- Get:11 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [310 kB]
- Get:12 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [31.6 kB]
- Fetched 2622 kB in 3s (888 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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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"
- Preconfiguring packages ...
- Selecting previously unselected package libpython3.13-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 ... 16533 files and directories currently installed.)
- Preparing to unpack .../libpython3.13-minimal_3.13.3-1ubuntu0.3_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.3-1ubuntu0.3) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.3-1ubuntu0.3_amd64.deb ...
- Unpacking python3.13-minimal (3.13.3-1ubuntu0.3) ...
- Setting up libpython3.13-minimal:amd64 (3.13.3-1ubuntu0.3) ...
- Setting up python3.13-minimal (3.13.3-1ubuntu0.3) ...
- 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 ... 16858 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.3-1_amd64.deb ...
- Unpacking python3-minimal (3.13.3-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../2-tzdata_2025b-1ubuntu1.1_all.deb ...
- Unpacking tzdata (2025b-1ubuntu1.1) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../3-libpython3.13-stdlib_3.13.3-1ubuntu0.3_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.3-1ubuntu0.3) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../4-python3.13_3.13.3-1ubuntu0.3_amd64.deb ...
- Unpacking python3.13 (3.13.3-1ubuntu0.3) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.13.3-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.3-1) ...
- Setting up python3-minimal (3.13.3-1) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 17825 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.13.3-1_amd64.deb ...
- Unpacking python3 (3.13.3-1) ...
- Selecting previously unselected package libpipeline1:amd64.
- Preparing to unpack .../01-libpipeline1_1.5.8-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.8-1) ...
- 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 libtext-charwidth-perl:amd64.
- Preparing to unpack .../03-libtext-charwidth-perl_0.04-11build4_amd64.deb ...
- Unpacking libtext-charwidth-perl:amd64 (0.04-11build4) ...
- Selecting previously unselected package libtext-wrapi18n-perl.
- Preparing to unpack .../04-libtext-wrapi18n-perl_0.06-10_all.deb ...
- Unpacking libtext-wrapi18n-perl (0.06-10) ...
- Selecting previously unselected package ucf.
- Preparing to unpack .../05-ucf_3.0050_all.deb ...
- Moving old data out of the way
- Unpacking ucf (3.0050) ...
- Selecting previously unselected package libdebuginfod-common.
- Preparing to unpack .../06-libdebuginfod-common_0.192-4ubuntu1_all.deb ...
- Unpacking libdebuginfod-common (0.192-4ubuntu1) ...
- Selecting previously unselected package libelf1t64:amd64.
- Preparing to unpack .../07-libelf1t64_0.192-4ubuntu1_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.192-4ubuntu1) ...
- Selecting previously unselected package libbpf1:amd64.
- Preparing to unpack .../08-libbpf1_1%3a1.5.0-2_amd64.deb ...
- Unpacking libbpf1:amd64 (1:1.5.0-2) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../09-libjson-c5_0.18+ds-1_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.18+ds-1) ...
- Selecting previously unselected package libslang2:amd64.
- Preparing to unpack .../10-libslang2_2.3.3-5_amd64.deb ...
- Unpacking libslang2:amd64 (2.3.3-5) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../11-libxml2_2.12.7+dfsg+really2.9.14-0.4ubuntu0.4_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4ubuntu0.4) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../12-libyaml-0-2_0.2.5-2_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-2) ...
- Selecting previously unselected package lsb-release.
- Preparing to unpack .../13-lsb-release_12.1-1_all.deb ...
- Unpacking lsb-release (12.1-1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../14-python3-pygments_2.18.0+dfsg-2_all.deb ...
- Unpacking python3-pygments (2.18.0+dfsg-2) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../15-python3-yaml_6.0.2-1build2_amd64.deb ...
- Unpacking python3-yaml (6.0.2-1build2) ...
- Selecting previously unselected package libgpm2:amd64.
- Preparing to unpack .../16-libgpm2_1.20.7-11_amd64.deb ...
- Unpacking libgpm2:amd64 (1.20.7-11) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../17-libncurses6_6.5+20250216-2_amd64.deb ...
- Unpacking libncurses6:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../18-libnuma1_2.0.18-1build1_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.18-1build1) ...
- Selecting previously unselected package libtraceevent1:amd64.
- Preparing to unpack .../19-libtraceevent1_1%3a1.8.4-2_amd64.deb ...
- Unpacking libtraceevent1:amd64 (1:1.8.4-2) ...
- Selecting previously unselected package pci.ids.
- Preparing to unpack .../20-pci.ids_0.0~2025.03.09-1_all.deb ...
- Unpacking pci.ids (0.0~2025.03.09-1) ...
- Selecting previously unselected package usb.ids.
- Preparing to unpack .../21-usb.ids_2025.01.14-1_all.deb ...
- Unpacking usb.ids (2025.01.14-1) ...
- Selecting previously unselected package binutils-gold-x86-64-linux-gnu.
- Preparing to unpack .../22-binutils-gold-x86-64-linux-gnu_2.44-2_amd64.deb ...
- Unpacking binutils-gold-x86-64-linux-gnu (2.44-2) ...
- Selecting previously unselected package binutils-gold.
- Preparing to unpack .../23-binutils-gold_2.44-2_amd64.deb ...
- Unpacking binutils-gold (2.44-2) ...
- Selecting previously unselected package bpftool.
- Preparing to unpack .../24-bpftool_7.6.0+6.14.0-35.35_amd64.deb ...
- Unpacking bpftool (7.6.0+6.14.0-35.35) ...
- Selecting previously unselected package libllvm20:amd64.
- Preparing to unpack .../25-libllvm20_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking libllvm20:amd64 (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package libclang-cpp20.
- Preparing to unpack .../26-libclang-cpp20_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking libclang-cpp20 (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../27-libgc1_1%3a8.2.8-1_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.8-1) ...
- Selecting previously unselected package libobjc4:amd64.
- Preparing to unpack .../28-libobjc4_15-20250404-0ubuntu1_amd64.deb ...
- Unpacking libobjc4:amd64 (15-20250404-0ubuntu1) ...
- Selecting previously unselected package libobjc-14-dev:amd64.
- Preparing to unpack .../29-libobjc-14-dev_14.2.0-19ubuntu2_amd64.deb ...
- Unpacking libobjc-14-dev:amd64 (14.2.0-19ubuntu2) ...
- Selecting previously unselected package libclang-common-20-dev:amd64.
- Preparing to unpack .../30-libclang-common-20-dev_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking libclang-common-20-dev:amd64 (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package llvm-20-linker-tools.
- Preparing to unpack .../31-llvm-20-linker-tools_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking llvm-20-linker-tools (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package libclang1-20.
- Preparing to unpack .../32-libclang1-20_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking libclang1-20 (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package clang-20.
- Preparing to unpack .../33-clang-20_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking clang-20 (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package clang.
- Preparing to unpack .../34-clang_1%3a20.0-63ubuntu1_amd64.deb ...
- Unpacking clang (1:20.0-63ubuntu1) ...
- Selecting previously unselected package clang-tools-20.
- Preparing to unpack .../35-clang-tools-20_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking clang-tools-20 (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package pnp.ids.
- Preparing to unpack .../36-pnp.ids_0.393-3_all.deb ...
- Unpacking pnp.ids (0.393-3) ...
- Selecting previously unselected package hwdata.
- Preparing to unpack .../37-hwdata_0.393-3_all.deb ...
- Unpacking hwdata (0.393-3) ...
- Selecting previously unselected package libc6-i386.
- Preparing to unpack .../38-libc6-i386_2.41-6ubuntu1.2_amd64.deb ...
- Unpacking libc6-i386 (2.41-6ubuntu1.2) ...
- Selecting previously unselected package lib32gcc-s1.
- Preparing to unpack .../39-lib32gcc-s1_15-20250404-0ubuntu1_amd64.deb ...
- Unpacking lib32gcc-s1 (15-20250404-0ubuntu1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../40-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 .../41-libelf-dev_0.192-4ubuntu1_amd64.deb ...
- Unpacking libelf-dev:amd64 (0.192-4ubuntu1) ...
- Selecting previously unselected package libbpf-dev:amd64.
- Preparing to unpack .../42-libbpf-dev_1%3a1.5.0-2_amd64.deb ...
- Unpacking libbpf-dev:amd64 (1:1.5.0-2) ...
- Selecting previously unselected package lib32stdc++6.
- Preparing to unpack .../43-lib32stdc++6_15-20250404-0ubuntu1_amd64.deb ...
- Unpacking lib32stdc++6 (15-20250404-0ubuntu1) ...
- Selecting previously unselected package libclang-rt-20-dev:amd64.
- Preparing to unpack .../44-libclang-rt-20-dev_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking libclang-rt-20-dev:amd64 (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package libdw1t64:amd64.
- Preparing to unpack .../45-libdw1t64_0.192-4ubuntu1_amd64.deb ...
- Unpacking libdw1t64:amd64 (0.192-4ubuntu1) ...
- Selecting previously unselected package libdebuginfod1t64:amd64.
- Preparing to unpack .../46-libdebuginfod1t64_0.192-4ubuntu1_amd64.deb ...
- Unpacking libdebuginfod1t64:amd64 (0.192-4ubuntu1) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../47-libncurses-dev_6.5+20250216-2_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../48-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libpython3.13:amd64.
- Preparing to unpack .../49-libpython3.13_3.13.3-1ubuntu0.3_amd64.deb ...
- Unpacking libpython3.13:amd64 (3.13.3-1ubuntu0.3) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../50-libxml2-dev_2.12.7+dfsg+really2.9.14-0.4ubuntu0.4_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-0.4ubuntu0.4) ...
- Preparing to unpack .../51-linux-libc-dev_6.14.0-35.35_amd64.deb ...
- Unpacking linux-libc-dev:amd64 (6.14.0-35.35) over (6.14.0-33.33) ...
- Selecting previously unselected package linux-perf.
- Preparing to unpack .../52-linux-perf_6.14.0-35.35_amd64.deb ...
- Unpacking linux-perf (6.14.0-35.35) ...
- Selecting previously unselected package linux-tools-common.
- Preparing to unpack .../53-linux-tools-common_6.14.0-35.35_all.deb ...
- Unpacking linux-tools-common (6.14.0-35.35) ...
- Selecting previously unselected package llvm-20-runtime.
- Preparing to unpack .../54-llvm-20-runtime_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking llvm-20-runtime (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../55-libpfm4_4.13.0+git83-g91970fe-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0+git83-g91970fe-1) ...
- Selecting previously unselected package llvm-20.
- Preparing to unpack .../56-llvm-20_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking llvm-20 (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../57-libffi-dev_3.4.7-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.7-1) ...
- Selecting previously unselected package llvm-20-tools.
- Preparing to unpack .../58-llvm-20-tools_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking llvm-20-tools (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package llvm-20-dev.
- Preparing to unpack .../59-llvm-20-dev_1%3a20.1.2-0ubuntu1_amd64.deb ...
- Unpacking llvm-20-dev (1:20.1.2-0ubuntu1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../60-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../61-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../62-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up media-types (13.0.0) ...
- Setting up libpipeline1:amd64 (1.5.8-1) ...
- Setting up libtext-charwidth-perl:amd64 (0.04-11build4) ...
- Setting up binutils-gold-x86-64-linux-gnu (2.44-2) ...
- Setting up pci.ids (0.0~2025.03.09-1) ...
- Setting up libgpm2:amd64 (1.20.7-11) ...
- Setting up libyaml-0-2:amd64 (0.2.5-2) ...
- Setting up binutils-gold (2.44-2) ...
- Setting up libclang-common-20-dev:amd64 (1:20.1.2-0ubuntu1) ...
- Setting up linux-libc-dev:amd64 (6.14.0-35.35) ...
- Setting up libffi-dev:amd64 (3.4.7-1) ...
- Setting up libtext-wrapi18n-perl (0.06-10) ...
- Setting up libelf1t64:amd64 (0.192-4ubuntu1) ...
- Setting up libdw1t64:amd64 (0.192-4ubuntu1) ...
- Setting up tzdata (2025b-1ubuntu1.1) ...
- 
- Current default time zone: 'Europe/London'
- Local time is now:      Thu Nov 13 09:58:20 GMT 2025.
- Universal Time is now:  Thu Nov 13 09:58:20 UTC 2025.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
- 
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libpfm4:amd64 (4.13.0+git83-g91970fe-1) ...
- Setting up libslang2:amd64 (2.3.3-5) ...
- Setting up libncurses6:amd64 (6.5+20250216-2) ...
- Setting up usb.ids (2025.01.14-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 ucf (3.0050) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgc1:amd64 (1:8.2.8-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1ubuntu1) ...
- Setting up libnuma1:amd64 (2.0.18-1build1) ...
- Setting up libtraceevent1:amd64 (1:1.8.4-2) ...
- Setting up pnp.ids (0.393-3) ...
- Setting up libc6-i386 (2.41-6ubuntu1.2) ...
- Setting up lsb-release (12.1-1) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.3-1ubuntu0.3) ...
- Setting up libjson-c5:amd64 (0.18+ds-1) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-0.4ubuntu0.4) ...
- Setting up libbpf1:amd64 (1:1.5.0-2) ...
- Setting up libpython3-stdlib:amd64 (3.13.3-1) ...
- Setting up libpython3.13:amd64 (3.13.3-1ubuntu0.3) ...
- Setting up libncurses-dev:amd64 (6.5+20250216-2) ...
- Setting up libdebuginfod-common (0.192-4ubuntu1) ...
- Setting up python3.13 (3.13.3-1ubuntu0.3) ...
- Setting up bpftool (7.6.0+6.14.0-35.35) ...
- Setting up libobjc4:amd64 (15-20250404-0ubuntu1) ...
- Setting up python3 (3.13.3-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up libobjc-14-dev:amd64 (14.2.0-19ubuntu2) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up hwdata (0.393-3) ...
- Setting up python3-pygments (2.18.0+dfsg-2) ...
- Setting up libxml2-dev:amd64 (2.12.7+dfsg+really2.9.14-0.4ubuntu0.4) ...
- Setting up lib32gcc-s1 (15-20250404-0ubuntu1) ...
- Setting up lib32stdc++6 (15-20250404-0ubuntu1) ...
- Setting up libelf-dev:amd64 (0.192-4ubuntu1) ...
- Setting up libllvm20:amd64 (1:20.1.2-0ubuntu1) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up linux-tools-common (6.14.0-35.35) ...
- Setting up libclang1-20 (1:20.1.2-0ubuntu1) ...
- Setting up libdebuginfod1t64:amd64 (0.192-4ubuntu1) ...
- Setting up libbpf-dev:amd64 (1:1.5.0-2) ...
- Setting up python3-yaml (6.0.2-1build2) ...
- Setting up llvm-20-runtime (1:20.1.2-0ubuntu1) ...
- Setting up llvm-20-linker-tools (1:20.1.2-0ubuntu1) ...
- Setting up libclang-rt-20-dev:amd64 (1:20.1.2-0ubuntu1) ...
- Setting up llvm-20-tools (1:20.1.2-0ubuntu1) ...
- Setting up linux-perf (6.14.0-35.35) ...
- Setting up libclang-cpp20 (1:20.1.2-0ubuntu1) ...
- Setting up llvm-20 (1:20.1.2-0ubuntu1) ...
- Setting up llvm-20-dev (1:20.1.2-0ubuntu1) ...
- Setting up clang-20 (1:20.1.2-0ubuntu1) ...
- Setting up clang-tools-20 (1:20.1.2-0ubuntu1) ...
- Setting up clang (1:20.0-63ubuntu1) ...
- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...
- Processing triggers for base-files (13.6ubuntu2) ...
2025-11-13 09:58.27 ---> saved as "a74bbf2b8387acecc59817e0731067139e4d24f3490a2422b8a9f409fe6067f6"

/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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 36 packages
  - install base                    v0.17.3
  - install conf-clang              2
  - install conf-libffi             2.0.0
  - install conf-pkg-config         4
  - install cppo                    1.8.0
  - install csexp                   1.5.2
  - install ctypes                  0.24.0
  - install ctypes-foreign          0.24.0
  - install dune                    3.20.2
  - install dune-configurator       3.20.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.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.37.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 cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-clang.2
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> 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 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_derivers.1.2.1  (cached)
-> retrieved ppx_compare.v0.17.0  (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.37.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.20.2
-> installed jane-street-headers.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed cppo.1.8.0
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed base.v0.17.3
-> installed ctypes-foreign.0.24.0
-> installed stdio.v0.17.0
-> installed ppxlib.0.37.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_globalize.v0.17.2
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> 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-11-13 10:00.38 ---> saved as "24942b37adcce697339478b3b03e827316542b2b37f41c0fe7120f31c148d972"

/src: (copy (src .) (dst /src))
2025-11-13 10:00.38 ---> saved as "204f16ef839da63771d327ed03bbd915914b891388ef43ff97aafbe3ca2ffa6f"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_version.exe)
Major:1, Minor:5, Libbpf.v1.5
2025-11-13 10:00.41 ---> saved as "24f97293bbb8a2c9c4f2a438e974fef0fb5a8bf63759ffd286117fa18f01e8f2"
Job succeeded
2025-11-13 10:00.41: Job succeeded