Organisationskoonwenocaml-libbpfabb370 (main)debian-13-5.5_riscv64_opam-2.5

debian-13-5.5_riscv64_opam-2.5

Logs

Show full logs
2026-06-25 19:03.50: New job: test koonwen/ocaml-libbpf https://github.com/koonwen/ocaml-libbpf.git#refs/heads/main (abb370b23832de7eedfd8b6f87e55e64a51dfc7a) (linux-riscv64:debian-13-5.5_riscv64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/koonwen/ocaml-libbpf.git" -b "main" && cd "ocaml-libbpf" && git reset --hard abb370b2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
# debian-13-5.5_riscv64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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 compiler-cloning.enabled conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.1 dune-configurator.3.23.1 integers.0.8.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 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.38.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.5 --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

2026-06-25 19:03.50: Using cache hint "koonwen/ocaml-libbpf-ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111-debian-13-5.5_riscv64_opam-2.5-65100a7ad06b26241c48bfd0c8a70881"
2026-06-25 19:03.50: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)
 (comment debian-13-5.5_riscv64_opam-2.5)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline"))
 (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 "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 (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 compiler-cloning.enabled conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.1 dune-configurator.3.23.1 integers.0.8.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 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.38.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.5 --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"))
)

2026-06-25 19:03.50: Waiting for resource in pool OCluster
2026-06-25 19:04.20: Waiting for worker…
2026-06-25 19:04.20: Got resource from pool OCluster
Building on riscv-qemu-navajo-5
hint: Using 'master' as the name for the initial branch. This default branch name
hint: will change to "main" in Git 3.0. To configure the initial branch name
hint: to use in all of your new repositories, which will suppress this warning,
hint: call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
hint:
hint: Disable this message with "git config set advice.defaultBranchName false"
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ocaml-libbpf.git-d829d4144e4987b8d111133bfd1b33af7c1df0ff/.git/
HEAD is now at abb370b CHANGES.md: allow nixos

(from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111' locally
docker.io/ocaml/opam@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111: Pulling from ocaml/opam
f4815e65d53d: Pulling fs layer
a22396c7b2e8: Pulling fs layer
dc663b1a4563: Pulling fs layer
d3cd9ccb7f42: Pulling fs layer
6f3f21bd5a2a: Pulling fs layer
cc6a652e4633: Pulling fs layer
0e9b33b2c46f: Pulling fs layer
e27365945df1: Pulling fs layer
5b5e04c300be: Pulling fs layer
7a93ffb18421: Pulling fs layer
611387e3fe2f: Pulling fs layer
23b1160432a3: Pulling fs layer
4f4fb700ef54: Pulling fs layer
ba61830b098d: Pulling fs layer
576d5322ac3b: Pulling fs layer
9283915bce3c: Pulling fs layer
18a3ea756c71: Pulling fs layer
264b93ba6956: Pulling fs layer
a9b397ad0c9f: Pulling fs layer
aecf56ebc668: Pulling fs layer
8f6c0f6fd7f4: Pulling fs layer
46edfa3ac778: Pulling fs layer
7e0fde4c4c00: Pulling fs layer
88620af90ff5: Pulling fs layer
5d8285550722: Pulling fs layer
08f014a3c1e9: Pulling fs layer
a44534316ae1: Pulling fs layer
8317fb0f98fe: Pulling fs layer
21f89444e2c7: Pulling fs layer
ab751bbfd899: Pulling fs layer
0e564b0ba511: Pulling fs layer
e39667ddf2b5: Pulling fs layer
b159708ab9de: Pulling fs layer
edd5acc31bfe: Pulling fs layer
9d871c9a1c5e: Pulling fs layer
04fcaeb0c71f: Pulling fs layer
157390685fdf: Pulling fs layer
0b0d5be280c3: Pulling fs layer
7fd017dd3de0: Pulling fs layer
1a813672e600: Pulling fs layer
f14afe7dac01: Pulling fs layer
d74b5b7a32b6: Pulling fs layer
134238d1e80b: Pulling fs layer
0c4dce3c73a9: Pulling fs layer
3c0cf53d758a: Pulling fs layer
01798b3efeb4: Pulling fs layer
4b8db0f87d6e: Pulling fs layer
3c0cf53d758a: Download complete
264b93ba6956: Download complete
0c4dce3c73a9: Download complete
157390685fdf: Download complete
b159708ab9de: Download complete
edd5acc31bfe: Download complete
7e0fde4c4c00: Download complete
d74b5b7a32b6: Download complete
e39667ddf2b5: Download complete
0e9b33b2c46f: Download complete
611387e3fe2f: Download complete
18a3ea756c71: Download complete
88620af90ff5: Download complete
9d871c9a1c5e: Download complete
0b0d5be280c3: Download complete
04fcaeb0c71f: Download complete
01798b3efeb4: Download complete
1a813672e600: Download complete
f14afe7dac01: Download complete
0e564b0ba511: Download complete
23b1160432a3: Download complete
4b8db0f87d6e: Download complete
cc6a652e4633: Download complete
46edfa3ac778: Download complete
f4815e65d53d: Download complete
ab751bbfd899: Download complete
ba61830b098d: Download complete
e27365945df1: Download complete
7a93ffb18421: Download complete
dc663b1a4563: Download complete
d3cd9ccb7f42: Download complete
4f4fb700ef54: Download complete
576d5322ac3b: Download complete
aecf56ebc668: Download complete
a22396c7b2e8: Download complete
6f3f21bd5a2a: Download complete
9283915bce3c: Download complete
08f014a3c1e9: Download complete
8f6c0f6fd7f4: Download complete
a44534316ae1: Download complete
21f89444e2c7: Download complete
a9b397ad0c9f: Download complete
5d8285550722: Download complete
5b5e04c300be: Download complete
8317fb0f98fe: Download complete
5d8285550722: Pull complete
f4815e65d53d: Pull complete
d3cd9ccb7f42: Pull complete
7fd017dd3de0: Download complete
134238d1e80b: Download complete
a9b397ad0c9f: Pull complete
dc663b1a4563: Pull complete
7fd017dd3de0: Pull complete
8f6c0f6fd7f4: Pull complete
a22396c7b2e8: Pull complete
6f3f21bd5a2a: Pull complete
9283915bce3c: Pull complete
08f014a3c1e9: Pull complete
a44534316ae1: Pull complete
21f89444e2c7: Pull complete
e39667ddf2b5: Pull complete
9d871c9a1c5e: Pull complete
0b0d5be280c3: Pull complete
157390685fdf: Pull complete
88620af90ff5: Pull complete
1a813672e600: Pull complete
f14afe7dac01: Pull complete
ba61830b098d: Pull complete
4f4fb700ef54: Pull complete
3c0cf53d758a: Pull complete
18a3ea756c71: Pull complete
01798b3efeb4: Pull complete
e27365945df1: Pull complete
611387e3fe2f: Pull complete
23b1160432a3: Pull complete
7a93ffb18421: Pull complete
576d5322ac3b: Pull complete
4b8db0f87d6e: Pull complete
cc6a652e4633: Pull complete
0c4dce3c73a9: Pull complete
d74b5b7a32b6: Pull complete
134238d1e80b: Pull complete
0e9b33b2c46f: Pull complete
8317fb0f98fe: Pull complete
0e564b0ba511: Pull complete
ab751bbfd899: Pull complete
b159708ab9de: Pull complete
edd5acc31bfe: Pull complete
04fcaeb0c71f: Pull complete
aecf56ebc668: Pull complete
5b5e04c300be: Pull complete
46edfa3ac778: Pull complete
7e0fde4c4c00: Pull complete
264b93ba6956: Pull complete
Digest: sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
Status: Downloaded newer image for ocaml/opam@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111
2026-06-25 19:04.21 ---> using "abda6c898290fbf724a812b8e5adcee51509e8308c979cd32fba27ae644f7181" from cache

/: (comment debian-13-5.5_riscv64_opam-2.5)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-06-25 19:04.21 ---> using "fb2c59f120512fa46b0b05174d5bb9341050635536b109d154f0ef5c50e26dd3" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 || git fetch origin master) && git reset -q --hard 3cee9a5d95e9afd99727ac6096e6e67dbfaad5e3 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b85f65c75d..ceed23f9d3  master     -> origin/master
3cee9a5d95 conf-pkg-config (#30082)
2026-06-25 19:04.21 ---> using "3ab7422c2b779a7cc9d93fe2cdbf0b83340d8f7ef6b7c04fbb3a9778aa276b1c" 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.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-25 19:04.21 ---> using "839240e7b2856c7cdac1f70fdacb01749b52a3b557af944875b2b99e5ca064c6" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-14-generic
The OCaml toplevel, version 5.5.0
2.5.1
2026-06-25 19:04.21 ---> using "0f0873cbadaf95ad38bbc4e87d840247b3945419a808481bd438175301481730" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-25 19:04.21 ---> using "2a39347efd92433a986c0c4336eae244ee5899909c6e578bce3e1cd6e8c55aa0" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository

The following actions will be performed:
=== recompile 7 packages
  - recompile base-domains        base           [uses ocaml]
  - recompile base-effects        base           [uses ocaml]
  - recompile base-nnp            base           [uses base-domains]
  - recompile ocaml               5.5.0          [uses ocaml-base-compiler]
  - recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]
  - recompile ocaml-compiler      5.5.0          [upstream or system changes]
  - recompile opam-depext         1.2.3          [uses ocaml]
=== install 1 package
  - install   compiler-cloning    enabled        [required by ocaml-compiler]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml.5.5.0  (cached)
-> removed   base-effects.base
-> removed   base-nnp.base
-> removed   base-domains.base
-> installed compiler-cloning.enabled
-> retrieved ocaml-compiler.5.5.0  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.5.0
-> removed   ocaml-base-compiler.5.5.0
-> removed   ocaml-compiler.5.5.0
-> installed ocaml-compiler.5.5.0
-> installed ocaml-base-compiler.5.5.0
-> installed ocaml.5.5.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead

<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>
=> This switch had to be compiled from sources, but future switches with the 🐌
   same compiler version and configuration should assemble instantly.
# To update the current shell environment, run: eval $(opam env)
2026-06-25 21:31.17 ---> saved as "eec61a46ebd77d8447b37b1ec5f782538f5d60ae1a8d3ec25d6ee3a403451764"

/src: (copy (src libbpf_maps.opam libbpf.opam conf-libbpf.opam conf-bpftool.opam)
            (dst ./))
2026-06-25 21:31.22 ---> saved as "c28f12ecc263e3b7de6ab0a4ff14830195e058b8085d7d80bceb04cd2a196412"

/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)
2026-06-25 21:34.33 ---> saved as "701bd82be80f0f5076bf54690178038957407e22c7ca3a7ba09d92bc86d41dc5"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-25 21:34.37 ---> saved as "d4bb1b8ca1ece094e939025550e76a7afade924327555b1dfb50c2cf2ca057f7"

/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 compiler-cloning.enabled conf-clang.2 conf-libffi.2.0.0 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.1 dune-configurator.3.23.1 integers.0.8.0 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 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.38.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.5 --depext-only -y libbpf_maps.dev libbpf.dev conf-libbpf.dev conf-bpftool.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [214 kB]
- Fetched 304 kB in 5s (56.0 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-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml is already installed (current version is 5.5.0).
[NOTE] Package compiler-cloning is already installed (current version is enabled).
[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"
- Selecting previously unselected package libpipeline1:riscv64.
- (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 ... 20732 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.8-1_riscv64.deb ...
- Unpacking libpipeline1:riscv64 (1.5.8-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-7_riscv64.deb ...
- Unpacking binfmt-support (2.2.2-7) ...
- Selecting previously unselected package libpython3.13-minimal:riscv64.
- Preparing to unpack .../libpython3.13-minimal_3.13.5-2+deb13u2_riscv64.deb ...
- Unpacking libpython3.13-minimal:riscv64 (3.13.5-2+deb13u2) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.5-2+deb13u2_riscv64.deb ...
- Unpacking python3.13-minimal (3.13.5-2+deb13u2) ...
- Setting up libpython3.13-minimal:riscv64 (3.13.5-2+deb13u2) ...
- Setting up python3.13-minimal (3.13.5-2+deb13u2) ...
- 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 ... 21079 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.5-1_riscv64.deb ...
- Unpacking python3-minimal (3.13.5-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package libreadline8t64:riscv64.
- Preparing to unpack .../3-libreadline8t64_8.2-6_riscv64.deb ...
- Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8 to /lib/riscv64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/riscv64-linux-gnu/libhistory.so.8.2 to /lib/riscv64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8 to /lib/riscv64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/riscv64-linux-gnu/libreadline.so.8.2 to /lib/riscv64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:riscv64 (8.2-6) ...
- Selecting previously unselected package libpython3.13-stdlib:riscv64.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2+deb13u2_riscv64.deb ...
- Unpacking libpython3.13-stdlib:riscv64 (3.13.5-2+deb13u2) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.5-2+deb13u2_riscv64.deb ...
- Unpacking python3.13 (3.13.5-2+deb13u2) ...
- Selecting previously unselected package libpython3-stdlib:riscv64.
- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_riscv64.deb ...
- Unpacking libpython3-stdlib:riscv64 (3.13.5-1) ...
- Setting up python3-minimal (3.13.5-1) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
- (Reading database ... 100%
(Reading database ... 21565 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.13.5-1_riscv64.deb ...
- Unpacking python3 (3.13.5-1) ...
- Selecting previously unselected package libelf1t64:riscv64.
- Preparing to unpack .../01-libelf1t64_0.192-4_riscv64.deb ...
- Unpacking libelf1t64:riscv64 (0.192-4) ...
- Selecting previously unselected package bpftool.
- Preparing to unpack .../02-bpftool_7.5.0+6.12.94-1_riscv64.deb ...
- Unpacking bpftool (7.5.0+6.12.94-1) ...
- Selecting previously unselected package libxml2:riscv64.
- Preparing to unpack .../03-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_riscv64.deb ...
- Unpacking libxml2:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libz3-4:riscv64.
- Preparing to unpack .../04-libz3-4_4.13.3-1_riscv64.deb ...
- Unpacking libz3-4:riscv64 (4.13.3-1) ...
- Selecting previously unselected package libllvm19:riscv64.
- Preparing to unpack .../05-libllvm19_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking libllvm19:riscv64 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libclang-cpp19.
- Preparing to unpack .../06-libclang-cpp19_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking libclang-cpp19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libgc1:riscv64.
- Preparing to unpack .../07-libgc1_1%3a8.2.8-1_riscv64.deb ...
- Unpacking libgc1:riscv64 (1:8.2.8-1) ...
- Selecting previously unselected package libobjc4:riscv64.
- Preparing to unpack .../08-libobjc4_14.2.0-19_riscv64.deb ...
- Unpacking libobjc4:riscv64 (14.2.0-19) ...
- Selecting previously unselected package libobjc-14-dev:riscv64.
- Preparing to unpack .../09-libobjc-14-dev_14.2.0-19_riscv64.deb ...
- Unpacking libobjc-14-dev:riscv64 (14.2.0-19) ...
- Selecting previously unselected package libclang-common-19-dev:riscv64.
- Preparing to unpack .../10-libclang-common-19-dev_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking libclang-common-19-dev:riscv64 (1:19.1.7-3+b1) ...
- Selecting previously unselected package llvm-19-linker-tools.
- Preparing to unpack .../11-llvm-19-linker-tools_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking llvm-19-linker-tools (1:19.1.7-3+b1) ...
- Selecting previously unselected package libclang1-19.
- Preparing to unpack .../12-libclang1-19_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking libclang1-19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package clang-19.
- Preparing to unpack .../13-clang-19_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking clang-19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package clang.
- Preparing to unpack .../14-clang_1%3a19.0-63_riscv64.deb ...
- Unpacking clang (1:19.0-63) ...
- Selecting previously unselected package clang-tools-19.
- Preparing to unpack .../15-clang-tools-19_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking clang-tools-19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libbpf1:riscv64.
- Preparing to unpack .../16-libbpf1_1%3a1.5.0-3_riscv64.deb ...
- Unpacking libbpf1:riscv64 (1:1.5.0-3) ...
- Selecting previously unselected package zlib1g-dev:riscv64.
- Preparing to unpack .../17-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_riscv64.deb ...
- Unpacking zlib1g-dev:riscv64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libelf-dev:riscv64.
- Preparing to unpack .../18-libelf-dev_0.192-4_riscv64.deb ...
- Unpacking libelf-dev:riscv64 (0.192-4) ...
- Selecting previously unselected package libbpf-dev:riscv64.
- Preparing to unpack .../19-libbpf-dev_1%3a1.5.0-3_riscv64.deb ...
- Unpacking libbpf-dev:riscv64 (1:1.5.0-3) ...
- Selecting previously unselected package libclang-rt-19-dev:riscv64.
- Preparing to unpack .../20-libclang-rt-19-dev_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking libclang-rt-19-dev:riscv64 (1:19.1.7-3+b1) ...
- Selecting previously unselected package libffi-dev:riscv64.
- Preparing to unpack .../21-libffi-dev_3.4.8-2_riscv64.deb ...
- Unpacking libffi-dev:riscv64 (3.4.8-2) ...
- Selecting previously unselected package libncurses6:riscv64.
- Preparing to unpack .../22-libncurses6_6.5+20250216-2_riscv64.deb ...
- Unpacking libncurses6:riscv64 (6.5+20250216-2) ...
- Selecting previously unselected package libncurses-dev:riscv64.
- Preparing to unpack .../23-libncurses-dev_6.5+20250216-2_riscv64.deb ...
- Unpacking libncurses-dev:riscv64 (6.5+20250216-2) ...
- Selecting previously unselected package libpfm4:riscv64.
- Preparing to unpack .../24-libpfm4_4.13.0+git99-gc5587f9-1_riscv64.deb ...
- Unpacking libpfm4:riscv64 (4.13.0+git99-gc5587f9-1) ...
- Selecting previously unselected package libpkgconf3:riscv64.
- Preparing to unpack .../25-libpkgconf3_1.8.1-4_riscv64.deb ...
- Unpacking libpkgconf3:riscv64 (1.8.1-4) ...
- Selecting previously unselected package libxml2-dev:riscv64.
- Preparing to unpack .../26-libxml2-dev_2.12.7+dfsg+really2.9.14-2.1+deb13u2_riscv64.deb ...
- Unpacking libxml2-dev:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libyaml-0-2:riscv64.
- Preparing to unpack .../27-libyaml-0-2_0.2.5-2_riscv64.deb ...
- Unpacking libyaml-0-2:riscv64 (0.2.5-2) ...
- Selecting previously unselected package libz3-dev:riscv64.
- Preparing to unpack .../28-libz3-dev_4.13.3-1_riscv64.deb ...
- Unpacking libz3-dev:riscv64 (4.13.3-1) ...
- Preparing to unpack .../29-linux-libc-dev_6.12.94-1_all.deb ...
- Unpacking linux-libc-dev (6.12.94-1) over (6.12.90-2) ...
- Selecting previously unselected package llvm-19-runtime.
- Preparing to unpack .../30-llvm-19-runtime_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking llvm-19-runtime (1:19.1.7-3+b1) ...
- Selecting previously unselected package llvm-19.
- Preparing to unpack .../31-llvm-19_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking llvm-19 (1:19.1.7-3+b1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../32-python3-pygments_2.18.0+dfsg-2_all.deb ...
- Unpacking python3-pygments (2.18.0+dfsg-2) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../33-python3-yaml_6.0.2-1+b2_riscv64.deb ...
- Unpacking python3-yaml (6.0.2-1+b2) ...
- Selecting previously unselected package llvm-19-tools.
- Preparing to unpack .../34-llvm-19-tools_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking llvm-19-tools (1:19.1.7-3+b1) ...
- Selecting previously unselected package llvm-19-dev.
- Preparing to unpack .../35-llvm-19-dev_1%3a19.1.7-3+b1_riscv64.deb ...
- Unpacking llvm-19-dev (1:19.1.7-3+b1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../36-pkgconf-bin_1.8.1-4_riscv64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:riscv64.
- Preparing to unpack .../37-pkgconf_1.8.1-4_riscv64.deb ...
- Unpacking pkgconf:riscv64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:riscv64.
- Preparing to unpack .../38-pkg-config_1.8.1-4_riscv64.deb ...
- Unpacking pkg-config:riscv64 (1.8.1-4) ...
- Setting up media-types (13.0.0) ...
- Setting up libpipeline1:riscv64 (1.5.8-1) ...
- Setting up libclang-common-19-dev:riscv64 (1:19.1.7-3+b1) ...
- Setting up libyaml-0-2:riscv64 (0.2.5-2) ...
- Setting up linux-libc-dev (6.12.94-1) ...
- Setting up libffi-dev:riscv64 (3.4.8-2) ...
- Setting up libelf1t64:riscv64 (0.192-4) ...
- Setting up libz3-4:riscv64 (4.13.3-1) ...
- Setting up libpkgconf3:riscv64 (1.8.1-4) ...
- Setting up libpfm4:riscv64 (4.13.0+git99-gc5587f9-1) ...
- Setting up libncurses6:riscv64 (6.5+20250216-2) ...
- Setting up binfmt-support (2.2.2-7) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgc1:riscv64 (1:8.2.8-1) ...
- Setting up zlib1g-dev:riscv64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libclang-rt-19-dev:riscv64 (1:19.1.7-3+b1) ...
- Setting up readline-common (8.2-6) ...
- Setting up libxml2:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up libbpf1:riscv64 (1:1.5.0-3) ...
- Setting up libllvm19:riscv64 (1:19.1.7-3+b1) ...
- Setting up libz3-dev:riscv64 (4.13.3-1) ...
- Setting up libncurses-dev:riscv64 (6.5+20250216-2) ...
- Setting up libclang1-19 (1:19.1.7-3+b1) ...
- Setting up bpftool (7.5.0+6.12.94-1) ...
- Setting up libobjc4:riscv64 (14.2.0-19) ...
- Setting up libobjc-14-dev:riscv64 (14.2.0-19) ...
- Setting up pkgconf:riscv64 (1.8.1-4) ...
- Setting up libxml2-dev:riscv64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up libelf-dev:riscv64 (0.192-4) ...
- Setting up pkg-config:riscv64 (1.8.1-4) ...
- Setting up libreadline8t64:riscv64 (8.2-6) ...
- Setting up llvm-19-linker-tools (1:19.1.7-3+b1) ...
- Setting up llvm-19-runtime (1:19.1.7-3+b1) ...
- Setting up libpython3.13-stdlib:riscv64 (3.13.5-2+deb13u2) ...
- Setting up libpython3-stdlib:riscv64 (3.13.5-1) ...
- Setting up libclang-cpp19 (1:19.1.7-3+b1) ...
- Setting up libbpf-dev:riscv64 (1:1.5.0-3) ...
- Setting up python3.13 (3.13.5-2+deb13u2) ...
- Setting up python3 (3.13.5-1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up clang-19 (1:19.1.7-3+b1) ...
- Setting up clang-tools-19 (1:19.1.7-3+b1) ...
- Setting up python3-pygments (2.18.0+dfsg-2) ...
- Setting up clang (1:19.0-63) ...
- Setting up llvm-19 (1:19.1.7-3+b1) ...
- Setting up python3-yaml (6.0.2-1+b2) ...
- Setting up llvm-19-tools (1:19.1.7-3+b1) ...
- Setting up llvm-19-dev (1:19.1.7-3+b1) ...
- Processing triggers for libc-bin (2.41-12+deb13u3) ...
# To update the current shell environment, run: eval $(opam env)
2026-06-25 21:48.54 ---> saved as "29905caff3016ad83fd3ed2cf609be80f023704a98f0ddfa2737551990c7be91"

/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-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).
[NOTE] Package ocaml is already installed (current version is 5.5.0).
[NOTE] Package compiler-cloning is already installed (current version is enabled).
[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         5
  - install cppo                    1.8.0
  - install csexp                   1.5.2
  - install ctypes                  0.24.0
  - install ctypes-foreign          0.24.0
  - install dune                    3.23.1
  - install dune-configurator       3.23.1
  - install integers                0.8.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.2
  - 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.38.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 conf-pkg-config.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-clang.2
-> retrieved integers.0.8.0  (cached)
-> installed conf-pkg-config.5
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> installed conf-libffi.2.0.0
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.2  (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_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.3  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_deriving.6.1.1  (https://opam.ocaml.org/cache)
-> 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.38.0  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> installed ocamlfind.1.9.8
2026-06-25 22:04.20: Cancelling: Timeout (180.0 minutes)
Job cancelled
2026-06-25 22:04.21: Timeout (180.0 minutes)