Organisationstaridesruntime_events_toolsefb40b ()fedora-43-5.4_opam-2.4

fedora-43-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-10-27 22:39.50: New job: test tarides/runtime_events_tools https://github.com/tarides/runtime_events_tools.git#refs/heads/main (efb40bc0b5bd2b00d0d991cfe545341d3dc35f30) (linux-x86_64:fedora-43-5.4_opam-2.4)
Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/tarides/runtime_events_tools.git" -b "main" && cd "runtime_events_tools" && git reset --hard efb40bc0
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115
# fedora-43-5.4_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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 bigarray-compat.1.1.0 cmdliner.2.0.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.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.0 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-10-27 22:39.50: Using cache hint "tarides/runtime_events_tools-ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115-fedora-43-5.4_opam-2.4-4632e413aa8111d61c069ca19fca7fad"
2025-10-27 22:39.50: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115)
(comment fedora-43-5.4_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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 bigarray-compat.1.1.0 cmdliner.2.0.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.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.0 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-10-27 22:39.50: Waiting for resource in pool OCluster
2025-10-27 23:08.25: Waiting for worker…
2025-10-27 23:14.43: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at efb40bc Add Windows restriction


(from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115)
2025-10-27 23:14.43 ---> using "f59e28d75de4defeed40ec3fa81afaa110217cd20c2dafcaea2c76301015f0df" from cache


/: (comment fedora-43-5.4_opam-2.4)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 - x86_64 - Updates           100% |  53.5 KiB/s |  17.2 KiB |  00m00s
Fedora 43 - x86_64                     100% | 126.9 KiB/s |  14.1 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2025-10-27 23:14.43 ---> using "e25babefb49a419232868acca712bf630a0bbefc96e0c275ad3155252e7c1ac2" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-10-27 23:14.43 ---> using "d407c2ab0d230b08eef2673d99115ee74748a180b52018e5e71e83495eb23ecf" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-10-27 23:14.43 ---> using "f34f2508f7317e9caeecee1fbf9e7a46c3e2d84a14300c4e852b3aa03e573a96" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-85-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-10-27 23:14.43 ---> using "052d523dd0b77d418e636d4c186443eff0092857ea0c0fcc93c67ed113744989" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-27 23:14.43 ---> using "62c8f17a78b1cdcc51dbd6e1fa6a54730935888b6313593e943e96a268786b45" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
5bf570252b..7f9c784b97  master     -> origin/master
7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1


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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-10-27 23:14.43 ---> using "9e1972f9095f8a85378855376c97acc444dc6622e99dee8bfdc5ab765fd52dcb" from cache


/src: (copy (src runtime_events_tools_bare.opam runtime_events_tools.opam)
(dst ./))
2025-10-27 23:14.44 ---> saved as "44f78ab48425c5b3904ec7702b56d7363849b0106fa75234a62af050b1604799"


/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-10-27 23:14.47 ---> saved as "f70235fdd5af4279f07c861e910d89b17840ea666c24d0b83f67623904be426d"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-27 23:14.47 ---> saved as "8531f397ca1f0aa61e44a8533429264f341852528a9dc60bb9e47a1887e69381"


/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 bigarray-compat.1.1.0 cmdliner.2.0.0 conf-cmake.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-zlib.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.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.0 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/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> 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-devel zlib-ng-compat-devel


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


+ /usr/sbin/sudo "yum" "install" "-y" "cmake" "libffi-devel" "zlib-ng-compat-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package               Arch   Version           Repository      Size
- Installing:
-  cmake                x86_64 3.31.6-4.fc43     fedora      34.5 MiB
-  libffi-devel         x86_64 3.5.1-2.fc43      fedora      33.9 KiB
-  zlib-ng-compat-devel x86_64 2.2.5-2.fc43      fedora     107.0 KiB
- Installing dependencies:
-  cmake-data           noarch 3.31.6-4.fc43     fedora       8.5 MiB
-  cmake-filesystem     x86_64 3.31.6-4.fc43     fedora       0.0   B
-  jsoncpp              x86_64 1.9.6-2.fc43      fedora     257.6 KiB
-  libuv                x86_64 1:1.51.0-2.fc43   fedora     570.2 KiB
-  rhash                x86_64 1.4.5-3.fc43      fedora     351.1 KiB
-  vim-filesystem       noarch 2:9.1.1863-1.fc43 updates     40.0   B
- 
- Transaction Summary:
-  Installing:         9 packages
- 
- Total size of inbound packages is 15 MiB. Need to download 15 MiB.
- After this operation, 44 MiB extra will be used (install 44 MiB, remove 0 B).
- [1/9] cmake-filesystem-0:3.31.6-4.fc43. 100% | 316.1 KiB/s |  15.5 KiB |  00m00s
- [2/9] jsoncpp-0:1.9.6-2.fc43.x86_64     100% |   1.3 MiB/s | 101.1 KiB |  00m00s
- [3/9] libuv-1:1.51.0-2.fc43.x86_64      100% |  13.7 MiB/s | 266.1 KiB |  00m00s
- [4/9] cmake-data-0:3.31.6-4.fc43.noarch 100% |   8.7 MiB/s |   2.5 MiB |  00m00s
- [5/9] rhash-0:1.4.5-3.fc43.x86_64       100% |   1.4 MiB/s | 197.9 KiB |  00m00s
- [6/9] zlib-ng-compat-devel-0:2.2.5-2.fc 100% |   7.5 MiB/s |  38.3 KiB |  00m00s
- [7/9] vim-filesystem-2:9.1.1863-1.fc43. 100% |   3.0 MiB/s |  15.5 KiB |  00m00s
- [8/9] libffi-devel-0:3.5.1-2.fc43.x86_6 100% | 134.6 KiB/s |  29.6 KiB |  00m00s
- [9/9] cmake-0:3.31.6-4.fc43.x86_64      100% |   5.8 MiB/s |  12.2 MiB |  00m02s
- --------------------------------------------------------------------------------
- [9/9] Total                             100% |   6.6 MiB/s |  15.3 MiB |  00m02s
- Running transaction
- [ 1/11] Verify package files            100% |  27.0   B/s |   9.0   B |  00m00s
- [ 2/11] Prepare transaction             100% |  55.0   B/s |   9.0   B |  00m00s
- [ 3/11] Installing cmake-filesystem-0:3 100% | 843.3 KiB/s |   7.6 KiB |  00m00s
- [ 4/11] Installing vim-filesystem-2:9.1 100% | 138.8 KiB/s |   4.7 KiB |  00m00s
- [ 5/11] Installing rhash-0:1.4.5-3.fc43 100% |   7.1 MiB/s | 356.4 KiB |  00m00s
- [ 6/11] Installing libuv-1:1.51.0-2.fc4 100% |  69.9 MiB/s | 573.0 KiB |  00m00s
- [ 7/11] Installing jsoncpp-0:1.9.6-2.fc 100% |  23.0 MiB/s | 259.2 KiB |  00m00s
- [ 8/11] Installing cmake-0:3.31.6-4.fc4 100% |  63.1 MiB/s |  34.5 MiB |  00m01s
- [ 9/11] Installing cmake-data-0:3.31.6- 100% |  18.3 MiB/s |   9.1 MiB |  00m00s
- [10/11] Installing zlib-ng-compat-devel 100% |  21.2 MiB/s | 108.5 KiB |  00m00s
- [11/11] Installing libffi-devel-0:3.5.1 100% | 320.5 KiB/s |  35.6 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cmake" "libffi-devel" "zlib-ng-compat-devel"
- cmake-3.31.6-4.fc43.x86_64
- libffi-devel-3.5.1-2.fc43.x86_64
- zlib-ng-compat-devel-2.2.5-2.fc43.x86_64
2025-10-27 23:15.12 ---> saved as "4e122a195b65d32d0d2c94712c9dab84eb1b6ca3044dcdce068ce0d6f966df88"


/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 31 packages
- install alcotest             1.9.1
- install astring              0.8.5
- install bigarray-compat      1.1.0
- install cmdliner             2.0.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.23.0
- install ctypes-foreign       0.23.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.0
- install trace                0.10
- install trace-fuchsia        0.10
- install uutf                 1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved cmdliner.2.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cmake.1
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.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 menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (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 trace.0.10, trace-fuchsia.0.10  (cached)
-> retrieved topkg.1.1.0  (cached)
-> installed cmdliner.2.0.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.0
-> installed mtime.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.20.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-syntax-shims.1.0.0
-> installed stdlib-shims.0.3.0
-> installed thread-local-storage.0.2
-> installed trace.0.10
-> installed re.1.14.0
-> installed integers.0.7.0
-> installed trace-fuchsia.0.10
-> installed dune-configurator.3.20.2
-> installed alcotest.1.9.1
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed menhir.20250912
-> installed hdr_histogram.0.0.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-27 23:17.31 ---> saved as "f3f139d3d0bef8b334db18f44a03b8d9e932c82364f73de4e8618cb941896999"


/src: (copy (src .) (dst /src))
2025-10-27 23:17.31 ---> saved as "6894f44ef35f9efdc42818267110266a83b8cb97c5398b798bf49bb02970cc25"


/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-10-27 23:17.33: Job failed: Failed: Build failed