Organisationstaridesruntime_events_toolsd976c8 ()ubuntu-22.04-5.4_opam-2.4

ubuntu-22.04-5.4_opam-2.4

Logs

Show full logs
2025-12-17 13:51.39: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/pull/61/head (d976c82a31af593781c284d33f0e7623c71db0f1) (linux-x86_64:ubuntu-22.04-5.4_opam-2.4)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/tarides/runtime_events_tools.git" && cd "runtime_events_tools" && git fetch origin "refs/pull/61/head" && git reset --hard d976c82a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
# ubuntu-22.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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 runtime_events_tools_bare.opam runtime_events_tools.opam ./
RUN opam pin add -yn runtime_events_tools_bare.dev './' && \
    opam pin add -yn runtime_events_tools.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.1 trace.0.10 trace-fuchsia.0.10 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y runtime_events_tools_bare.dev runtime_events_tools.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-12-17 13:51.39: Using cache hint "tarides/runtime_events_tools-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b-ubuntu-22.04-5.4_opam-2.4-ac9c65903cf161739acc7e17dc307892"
2025-12-17 13:51.39: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b)
 (comment ubuntu-22.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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn runtime_events_tools_bare.dev './' && \
             \nopam pin add -yn runtime_events_tools.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.1 trace.0.10 trace-fuchsia.0.10 uutf.1.0.4")
 (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 runtime_events_tools_bare.dev runtime_events_tools.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-12-17 13:51.39: Waiting for resource in pool OCluster
2025-12-17 17:16.18: Waiting for worker…
2025-12-17 17:20.59: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at d976c82 Add lower bound on cmdliner

(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b' locally
docker.io/ocaml/opam@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b: Pulling from ocaml/opam
7e49dc6156b0: Already exists
277489037e33: Pulling fs layer
5536f9b95256: Pulling fs layer
2c6e079b8a8a: Pulling fs layer
16d46a509c90: Pulling fs layer
18d81e642e16: Pulling fs layer
ee1d4656e61f: Pulling fs layer
8f0f8941159e: Pulling fs layer
3f2ff2430a7f: Pulling fs layer
337d7dec713d: Pulling fs layer
e733f12b410c: Pulling fs layer
ee1d4656e61f: Waiting
617bf2ecaf35: Pulling fs layer
b8326fc41276: Pulling fs layer
16d46a509c90: Waiting
8f0f8941159e: Waiting
3f2ff2430a7f: Waiting
ef20ef18c9d1: Pulling fs layer
586c22805e9c: Pulling fs layer
337d7dec713d: Waiting
e733f12b410c: Waiting
617bf2ecaf35: Waiting
b8326fc41276: Waiting
5bba78ae83f0: Pulling fs layer
58f27f7d4b76: Pulling fs layer
18d81e642e16: Waiting
586c22805e9c: Waiting
ef20ef18c9d1: Waiting
58f27f7d4b76: Waiting
4f4fb700ef54: Pulling fs layer
5bba78ae83f0: Waiting
15d203cc0fcf: Pulling fs layer
4f4fb700ef54: Waiting
15787f62e7bc: Pulling fs layer
7bde8086daf3: Pulling fs layer
15d203cc0fcf: Waiting
7bde8086daf3: Waiting
c8795f0be74f: Pulling fs layer
bf1686ddcf2f: Pulling fs layer
6190e5884020: Pulling fs layer
c8795f0be74f: Waiting
d3ef051d940f: Pulling fs layer
6190e5884020: Waiting
bf1686ddcf2f: Waiting
74516cbf13d5: Pulling fs layer
6daf3235d47b: Pulling fs layer
828602f5a7e1: Pulling fs layer
d3ef051d940f: Waiting
1c2200cbac34: Pulling fs layer
828602f5a7e1: Waiting
74516cbf13d5: Waiting
ddcac09cadd2: Pulling fs layer
96becae306e0: Pulling fs layer
1c2200cbac34: Waiting
e391052d0a0a: Pulling fs layer
96becae306e0: Waiting
092f96d7da41: Pulling fs layer
624752d22710: Pulling fs layer
26503a58709c: Pulling fs layer
092f96d7da41: Waiting
e391052d0a0a: Waiting
5164467c0bfc: Pulling fs layer
7f9d35f4e99c: Pulling fs layer
26503a58709c: Waiting
5164467c0bfc: Waiting
3147a6c41603: Pulling fs layer
7f9d35f4e99c: Waiting
872643ed9c97: Pulling fs layer
e758a0505734: Pulling fs layer
6a9372ca22fd: Pulling fs layer
e758a0505734: Waiting
37e65f83e45a: Pulling fs layer
872643ed9c97: Waiting
d2cf42473256: Pulling fs layer
6a9372ca22fd: Waiting
37e65f83e45a: Waiting
e799ed481193: Pulling fs layer
946bbc7fcb10: Pulling fs layer
e799ed481193: Waiting
e1776c4acb7c: Pulling fs layer
946bbc7fcb10: Waiting
e1776c4acb7c: Waiting
5536f9b95256: Verifying Checksum
5536f9b95256: Download complete
277489037e33: Verifying Checksum
277489037e33: Download complete
277489037e33: Pull complete
5536f9b95256: Pull complete
2c6e079b8a8a: Verifying Checksum
2c6e079b8a8a: Download complete
16d46a509c90: Download complete
ee1d4656e61f: Verifying Checksum
ee1d4656e61f: Download complete
8f0f8941159e: Download complete
3f2ff2430a7f: Verifying Checksum
3f2ff2430a7f: Download complete
337d7dec713d: Verifying Checksum
337d7dec713d: Download complete
e733f12b410c: Verifying Checksum
e733f12b410c: Download complete
617bf2ecaf35: Verifying Checksum
617bf2ecaf35: Download complete
2c6e079b8a8a: Pull complete
16d46a509c90: Pull complete
b8326fc41276: Verifying Checksum
b8326fc41276: Download complete
ef20ef18c9d1: Verifying Checksum
ef20ef18c9d1: Download complete
586c22805e9c: Verifying Checksum
586c22805e9c: Download complete
5bba78ae83f0: Verifying Checksum
5bba78ae83f0: Download complete
58f27f7d4b76: Download complete
4f4fb700ef54: Download complete
15d203cc0fcf: Verifying Checksum
15d203cc0fcf: Download complete
15787f62e7bc: Download complete
7bde8086daf3: Verifying Checksum
7bde8086daf3: Download complete
bf1686ddcf2f: Download complete
c8795f0be74f: Download complete
6190e5884020: Verifying Checksum
6190e5884020: Download complete
d3ef051d940f: Download complete
74516cbf13d5: Verifying Checksum
74516cbf13d5: Download complete
6daf3235d47b: Verifying Checksum
6daf3235d47b: Download complete
828602f5a7e1: Verifying Checksum
828602f5a7e1: Download complete
1c2200cbac34: Verifying Checksum
1c2200cbac34: Download complete
ddcac09cadd2: Download complete
96becae306e0: Verifying Checksum
96becae306e0: Download complete
18d81e642e16: Verifying Checksum
18d81e642e16: Download complete
e391052d0a0a: Download complete
092f96d7da41: Download complete
26503a58709c: Download complete
7f9d35f4e99c: Verifying Checksum
7f9d35f4e99c: Download complete
3147a6c41603: Verifying Checksum
872643ed9c97: Download complete
e758a0505734: Verifying Checksum
e758a0505734: Download complete
6a9372ca22fd: Verifying Checksum
6a9372ca22fd: Download complete
37e65f83e45a: Verifying Checksum
37e65f83e45a: Download complete
18d81e642e16: Pull complete
ee1d4656e61f: Pull complete
8f0f8941159e: Pull complete
3f2ff2430a7f: Pull complete
d2cf42473256: Verifying Checksum
d2cf42473256: Download complete
5164467c0bfc: Verifying Checksum
5164467c0bfc: Download complete
337d7dec713d: Pull complete
624752d22710: Verifying Checksum
624752d22710: Download complete
946bbc7fcb10: Verifying Checksum
946bbc7fcb10: Download complete
e733f12b410c: Pull complete
e1776c4acb7c: Download complete
e799ed481193: Verifying Checksum
e799ed481193: Download complete
617bf2ecaf35: Pull complete
b8326fc41276: Pull complete
ef20ef18c9d1: Pull complete
586c22805e9c: Pull complete
5bba78ae83f0: Pull complete
58f27f7d4b76: Pull complete
4f4fb700ef54: Pull complete
15d203cc0fcf: Pull complete
15787f62e7bc: Pull complete
7bde8086daf3: Pull complete
c8795f0be74f: Pull complete
bf1686ddcf2f: Pull complete
6190e5884020: Pull complete
d3ef051d940f: Pull complete
74516cbf13d5: Pull complete
6daf3235d47b: Pull complete
828602f5a7e1: Pull complete
1c2200cbac34: Pull complete
ddcac09cadd2: Pull complete
96becae306e0: Pull complete
e391052d0a0a: Pull complete
092f96d7da41: Pull complete
624752d22710: Pull complete
26503a58709c: Pull complete
5164467c0bfc: Pull complete
7f9d35f4e99c: Pull complete
3147a6c41603: Pull complete
872643ed9c97: Pull complete
e758a0505734: Pull complete
6a9372ca22fd: Pull complete
37e65f83e45a: Pull complete
d2cf42473256: Pull complete
e799ed481193: Pull complete
946bbc7fcb10: Pull complete
e1776c4acb7c: Pull complete
Digest: sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
Status: Downloaded newer image for ocaml/opam@sha256:8642c3c070583e67b39212354ae7394c38e0659f51bffa033b951a0b3ce9d96b
2025-12-17 17:20.59 ---> using "7f91e2bb83d6d357ae6dfb3920265348795501d90daa6df00769b7d07a85dd88" from cache

/: (comment ubuntu-22.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-12-17 17:20.59 ---> using "b10baba17702824ce3397886586a74a86b43df56e830340d91504f8930049b89" 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 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-17 17:20.59 ---> using "38cd054f629c2ff65a759fcc3d2903d8d15e320c75afff53a053aa42a098b1c3" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-17 17:20.59 ---> using "699d03d14ea2f9b02d41e070a8808a882e511d19afee5b2765468c809dcb1a1a" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-12-17 17:20.59 ---> using "74cfbcc9a295d0845e9bd1e64f215006dd5eac3329883f731cc3cadb6f8b0a21" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ee48e882f0..c199949faa  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls

<><> 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-12-17 17:20.59 ---> using "741fab8f8b4870ddd5052c4bcabd8380bb2782bdc085c9dfa53ca3ebcba6e261" from cache

/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
            (dst ./))
2025-12-17 17:21.00 ---> saved as "c1e7a711538ef57ea1e917f25dc9f03756554a9270bcf83226a390a5f3863715"

/src: (run (network host)
           (shell  "opam pin add -yn runtime_events_tools_bare.dev './' && \
                  \nopam pin add -yn runtime_events_tools.dev './'"))
[runtime_events_tools_bare.dev] synchronised (file:///src)
runtime_events_tools_bare is now pinned to file:///src (version dev)
[runtime_events_tools.dev] synchronised (file:///src)
runtime_events_tools is now pinned to file:///src (version dev)
2025-12-17 17:21.04 ---> saved as "ca9cf5fbeeba8b3484e79fa58f083cbda22deb6ca9c15b65e43b851b535cc7b0"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-17 17:21.04 ---> saved as "024022be6a029f7b6468e9a1ec822183982b8ae54c8929a04121695d5d0e25ad"

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 hdr_histogram.0.0.4 integers.0.7.0 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 thread-local-storage.0.2 topkg.1.1.1 trace.0.10 trace-fuchsia.0.10 uutf.1.0.4")

/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 runtime_events_tools_bare.dev runtime_events_tools.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3965 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1598 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.3 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6411 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [114 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [40.3 kB]
- Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3633 kB]
- Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6205 kB]
- Fetched 22.4 MB in 2s (13.3 MB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[runtime_events_tools.dev] synchronised (file:///src)
[runtime_events_tools_bare.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:
    cmake libffi-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake" "libffi-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libglib2.0-0: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 ... 15669 files and directories currently installed.)
- Preparing to unpack .../00-libglib2.0-0_2.72.4-0ubuntu2.6_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../01-libglib2.0-data_2.72.4-0ubuntu2.6_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.6) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../02-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../03-libxml2_2.9.13+dfsg-1ubuntu0.10_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../04-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../05-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package libuv1:amd64.
- Preparing to unpack .../06-libuv1_1.43.0-1ubuntu0.1_amd64.deb ...
- Unpacking libuv1:amd64 (1.43.0-1ubuntu0.1) ...
- Selecting previously unselected package libarchive13:amd64.
- Preparing to unpack .../07-libarchive13_3.6.0-1ubuntu1.5_amd64.deb ...
- Unpacking libarchive13:amd64 (3.6.0-1ubuntu1.5) ...
- Selecting previously unselected package libjsoncpp25:amd64.
- Preparing to unpack .../08-libjsoncpp25_1.9.5-3_amd64.deb ...
- Unpacking libjsoncpp25:amd64 (1.9.5-3) ...
- Selecting previously unselected package librhash0:amd64.
- Preparing to unpack .../09-librhash0_1.4.2-1ubuntu1_amd64.deb ...
- Unpacking librhash0:amd64 (1.4.2-1ubuntu1) ...
- Selecting previously unselected package dh-elpa-helper.
- Preparing to unpack .../10-dh-elpa-helper_2.0.9ubuntu1_all.deb ...
- Unpacking dh-elpa-helper (2.0.9ubuntu1) ...
- Selecting previously unselected package emacsen-common.
- Preparing to unpack .../11-emacsen-common_3.0.4_all.deb ...
- Unpacking emacsen-common (3.0.4) ...
- Selecting previously unselected package cmake-data.
- Preparing to unpack .../12-cmake-data_3.22.1-1ubuntu1.22.04.2_all.deb ...
- Unpacking cmake-data (3.22.1-1ubuntu1.22.04.2) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../13-cmake_3.22.1-1ubuntu1.22.04.2_amd64.deb ...
- Unpacking cmake (3.22.1-1ubuntu1.22.04.2) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../14-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../15-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../16-libffi-dev_3.4.2-4_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.2-4) ...
- Setting up xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.6) ...
- No schema files found: doing nothing.
- Setting up libffi-dev:amd64 (3.4.2-4) ...
- Setting up libglib2.0-data (2.72.4-0ubuntu2.6) ...
- Setting up libuv1:amd64 (1.43.0-1ubuntu0.1) ...
- Setting up emacsen-common (3.0.4) ...
- Setting up dh-elpa-helper (2.0.9ubuntu1) ...
- Setting up libjsoncpp25:amd64 (1.9.5-3) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up librhash0:amd64 (1.4.2-1ubuntu1) ...
- Setting up cmake-data (3.22.1-1ubuntu1.22.04.2) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.10) ...
- Setting up libarchive13:amd64 (3.6.0-1ubuntu1.5) ...
- Setting up shared-mime-info (2.1-2) ...
- Setting up cmake (3.22.1-1ubuntu1.22.04.2) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.11) ...
2025-12-17 17:21.22 ---> saved as "aada556a990e7780c5885c3724720a2d8702b282eb06b351954979cf93ebe2b0"

/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 30 packages
  - install alcotest             1.9.1
  - install astring              0.8.5
  - install cmdliner             2.1.0
  - install conf-cmake           1
  - install conf-libffi          2.0.0
  - install conf-pkg-config      4
  - install conf-zlib            1
  - 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 fmt                  0.11.0
  - install hdr_histogram        0.0.4
  - install integers             0.7.0
  - install menhir               20250912
  - install menhirCST            20250912
  - install menhirLib            20250912
  - install menhirSdk            20250912
  - install mtime                2.1.0
  - install ocaml-syntax-shims   1.0.0
  - install ocamlbuild           0.16.1
  - install ocamlfind            1.9.8
  - install re                   1.14.0
  - install stdlib-shims         0.3.0
  - install thread-local-storage 0.2
  - install topkg                1.1.1
  - install trace                0.10
  - install trace-fuchsia        0.10
  - install uutf                 1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cmake.1
-> installed conf-pkg-config.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-zlib.1
-> retrieved integers.0.7.0  (cached)
-> retrieved hdr_histogram.0.0.4  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-local-storage.0.2  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved trace.0.10, trace-fuchsia.0.10  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed stdlib-shims.0.3.0
-> installed thread-local-storage.0.2
-> installed trace.0.10
-> installed integers.0.7.0
-> installed trace-fuchsia.0.10
-> installed alcotest.1.9.1
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed menhir.20250912
-> installed hdr_histogram.0.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-17 17:22.13 ---> saved as "aaa42d290128ecaed3cb96feeb90cd7d0dc16fa5c8d5e0dbab4ffec11b4e85c3"

/src: (copy (src .) (dst /src))
2025-12-17 17:22.13 ---> saved as "5eacbc27ad3fa15e053dac30caca925c0d434053eb89c3bbd70c389cefd8dadc"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/olly_common/.olly_common.objs/byte -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/ocaml/runtime_events -I /home/opam/.opam/5.4/lib/ocaml/unix -no-alias-deps -opaque -open Olly_common -o lib/olly_common/.olly_common.objs/byte/olly_common__Cli.cmo -c -impl lib/olly_common/cli.ml)
File "lib/olly_common/cli.ml", line 23, characters 20-77:
23 |       let conv, _ = Cmdliner.Arg.enum (List.rev_map (fun s -> (s, s)) topics) in
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error: This expression has type string Arg.conv
       but an expression was expected of type 'a * 'b
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-12-17 17:22.13: Job failed: Failed: Build failed