Organisationsocaml-multicorereagents5a385f (main)debian-13-5.3_opam-2.5

debian-13-5.3_opam-2.5

Link Copied
Code Copied

Logs

2026-03-19 08:04.44: New job: test ocaml-multicore/reagents https://github.com/ocaml-multicore/reagents.git#refs/heads/main (5a385fde1e8b22950ce0afc41a104811d6615a3a) (linux-x86_64:debian-13-5.3_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/reagents.git" -b "main" && cd "reagents" && git reset --hard 5a385fde
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1
# debian-13-5.3_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 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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 reagents.opam ./
RUN opam pin add -yn reagents.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.22.0 fmt.0.11.0 kcas.0.7.0 kcas_data.0.7.0 lockfree.0.3.1 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 re.1.14.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y reagents.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-03-19 08:04.44: Using cache hint "ocaml-multicore/reagents-ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1-debian-13-5.3_opam-2.5-799c5fd97cb17c90158c84abd911a374"
2026-03-19 08:04.44: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1)
(comment debian-13-5.3_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 (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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src reagents.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn reagents.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.22.0 fmt.0.11.0 kcas.0.7.0 kcas_data.0.7.0 lockfree.0.3.1 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 re.1.14.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.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 reagents.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-03-19 08:04.44: Waiting for resource in pool OCluster
2026-03-19 11:52.12: Waiting for worker…
2026-03-19 11:56.32: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 5a385fd add warning to readme, describe situation with kcas


(from ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1)
2026-03-19 12:17.00 ---> using "fa087069cd4913e9575aba52692d4f0e549203496289924a2b385444c7b95f42" from cache


/: (comment debian-13-5.3_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-03-19 12:17.01 ---> using "65a89563dad9e49507b822a7e48d4ee1adb3b7e988d00271e2242e8d7b23612b" 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
2026-03-19 12:17.01 ---> using "efb3e27c48ef6bb8e7692ace1582d326dd8b3cec177d782dbb5496b9e9009d6f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.3.0
2.5.0
2026-03-19 12:17.01 ---> using "c97f89925c634fa7327e31393c7a9cf98fae3fe9dae76ef165dd1735a2e1bd2f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-19 12:17.01 ---> using "24d739d2e3d927c0f45a4990ccba9d44992ed6aec8944e77d4f6ed43c062e418" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ffb54b9bdd..9f189ca4f9  master     -> origin/master
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0


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


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:17.01 ---> using "06e90039d8f644132c6c3253bc2cd18c46dbc1f84c105a3558b78a7d92bd6dea" from cache


/src: (copy (src reagents.opam) (dst ./))
2026-03-19 12:17.04 ---> saved as "5b20fd00579ca3eb99654d8f6ee1c91ab407c0d8fab1b3a60858191525ca1cf0"


/src: (run (network host)
(shell "opam pin add -yn reagents.dev './'"))
[NOTE] Package reagents does not exist in opam repositories registered in the current switch.
[reagents.dev] synchronised (file:///src)
reagents is now pinned to file:///src (version dev)
2026-03-19 12:17.09 ---> saved as "1f97973e4f862a3092a25970193b507d8312fc80711eb8e9d3c67bc70cab53e7"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-19 12:17.16 ---> saved as "590e921b79135e4e8fc14d8fc1184f9d84d9cb4f708c73060df9e2eb462a8ce6"


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 domain_shims.0.1.0 dune.3.22.0 fmt.0.11.0 kcas.0.7.0 kcas_data.0.7.0 lockfree.0.3.1 mtime.2.1.0 multicore-magic.2.3.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 psq.0.2.1 re.1.14.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.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 reagents.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [115 kB]
- Fetched 10.0 MB in 1s (10.6 MB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[reagents.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:17.33 ---> saved as "340cc319803754e03d01dbc65ba1b09ab7c10ffb9797d5afec27f8a65fdbfe2a"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 25 packages
- install alcotest             1.9.1
- install astring              0.8.5
- install backoff              0.1.1
- install cmdliner             2.1.0
- install domain-local-await   1.0.1
- install domain-local-timeout 1.0.1
- install domain_shims         0.1.0
- install dune                 3.22.0
- install fmt                  0.11.0
- install kcas                 0.7.0
- install kcas_data            0.7.0
- install lockfree             0.3.1
- install mtime                2.1.0
- install multicore-magic      2.3.2
- install ocaml-syntax-shims   1.0.0
- install ocamlbuild           0.16.1
- install ocamlfind            1.9.8
- install psq                  0.2.1
- install re                   1.14.0
- install seq                  base
- install stdlib-shims         0.3.0
- install thread-table         1.0.0
- install topkg                1.1.1
- install uutf                 1.0.4
- install yojson               3.0.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved backoff.0.1.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain-local-timeout.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved kcas.0.7.0, kcas_data.0.7.0  (cached)
-> retrieved lockfree.0.3.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-magic.2.3.2  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.22.0  (cached)
-> installed cmdliner.2.1.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> 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.22.0
-> installed domain_shims.0.1.0
-> installed psq.0.2.1
-> installed backoff.0.1.1
-> installed thread-table.1.0.0
-> installed multicore-magic.2.3.2
-> installed stdlib-shims.0.3.0
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed kcas.0.7.0
-> installed yojson.3.0.0
-> installed kcas_data.0.7.0
-> installed alcotest.1.9.1
-> installed lockfree.0.3.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-19 12:18.11 ---> saved as "eee866db8bb42938e0c1c2da2f1f3b4c57726a6edc2c63afc983fb988c450bfb"


/src: (copy (src .) (dst /src))
2026-03-19 12:18.27 ---> saved as "a8fd4b685936ed392a6fcbb45ba3d0d766c49ae6b6e338bd369324ec3a074fc4"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.reagents.objs/byte -I /home/opam/.opam/5.3/lib/backoff -I /home/opam/.opam/5.3/lib/domain-local-await -I /home/opam/.opam/5.3/lib/domain-local-timeout -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/kcas -I /home/opam/.opam/5.3/lib/lockfree -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/multicore-magic -H /home/opam/.opam/5.3/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 -H /home/opam/.opam/5.3/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/.public_cmi -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/psq -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/thread-table -cmi-file lib/.reagents.objs/byte/reagents__PostCommitCas.cmi -no-alias-deps -opaque -open Reagents__ -o lib/.reagents.objs/byte/reagents__PostCommitCas.cmo -c -impl lib/postCommitCas.ml)
File "lib/postCommitCas.ml", line 18, characters 12-19:
18 | module Op = Kcas.Op
^^^^^^^
Error: Unbound module Kcas.Op
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.reagents.objs/byte -I lib/.reagents.objs/native -I /home/opam/.opam/5.3/lib/backoff -I /home/opam/.opam/5.3/lib/domain-local-await -I /home/opam/.opam/5.3/lib/domain-local-timeout -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/kcas -I /home/opam/.opam/5.3/lib/lockfree -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/multicore-magic -I /home/opam/.opam/5.3/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 -H /home/opam/.opam/5.3/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/.public_cmi -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/psq -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/thread-table -cmi-file lib/.reagents.objs/byte/reagents__PostCommitCas.cmi -no-alias-deps -opaque -open Reagents__ -o lib/.reagents.objs/native/reagents__PostCommitCas.cmx -c -impl lib/postCommitCas.ml)
File "lib/postCommitCas.ml", line 18, characters 12-19:
18 | module Op = Kcas.Op
^^^^^^^
Error: Unbound module Kcas.Op
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I lib/.reagents.objs/byte -I /home/opam/.opam/5.3/lib/backoff -I /home/opam/.opam/5.3/lib/domain-local-await -I /home/opam/.opam/5.3/lib/domain-local-timeout -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/kcas -I /home/opam/.opam/5.3/lib/lockfree -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/multicore-magic -H /home/opam/.opam/5.3/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 -H /home/opam/.opam/5.3/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/.public_cmi -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/psq -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/thread-table -cmi-file lib/.reagents.objs/byte/reagents__Ref.cmi -no-alias-deps -opaque -open Reagents__ -o lib/.reagents.objs/byte/reagents__Ref.cmo -c -impl lib/ref.ml)
File "lib/ref.ml", line 23, characters 14-21:
23 |   module Op = Kcas.Op
^^^^^^^
Error: Unbound module Kcas.Op
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I lib/.reagents.objs/byte -I lib/.reagents.objs/native -I /home/opam/.opam/5.3/lib/backoff -I /home/opam/.opam/5.3/lib/domain-local-await -I /home/opam/.opam/5.3/lib/domain-local-timeout -I /home/opam/.opam/5.3/lib/domain_shims -I /home/opam/.opam/5.3/lib/kcas -I /home/opam/.opam/5.3/lib/lockfree -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/multicore-magic -I /home/opam/.opam/5.3/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 -H /home/opam/.opam/5.3/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5/.public_cmi -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/psq -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/thread-table -cmi-file lib/.reagents.objs/byte/reagents__Ref.cmi -no-alias-deps -opaque -open Reagents__ -o lib/.reagents.objs/native/reagents__Ref.cmx -c -impl lib/ref.ml)
File "lib/ref.ml", line 23, characters 14-21:
23 |   module Op = Kcas.Op
^^^^^^^
Error: Unbound module Kcas.Op
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-03-19 12:18.36: Job failed: Failed: Build failed