Organisationsocaml-multicorereagents5a385f (main)macos-homebrew-5.4_arm64_opam-2.5

macos-homebrew-5.4_arm64_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:36.10: New job: test ocaml-multicore/reagents https://github.com/ocaml-multicore/reagents.git#refs/heads/main (5a385fde1e8b22950ce0afc41a104811d6615a3a) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5)
Base: macos-homebrew-ocaml-5.4
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 macos-homebrew-ocaml-5.4
# macos-homebrew-5.4_arm64_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 reagents.opam ./src/./
RUN opam pin add -yn reagents.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./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.1 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.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 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 cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-04-03 11:36.10: Using cache hint "ocaml-multicore/reagents-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-39f0946ada6e7589861b87a399719f9c"
2026-04-03 11:36.10: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
(comment macos-homebrew-5.4_arm64_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src reagents.opam) (dst ./src/./))
(run (network host)
(shell "opam pin add -yn reagents.dev './src/./'"))
(run (shell "echo '(lang dune 3.0)' > './src/./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.1 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.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 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y reagents.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-03 11:36.10: Waiting for resource in pool OCluster
2026-04-04 00:51.54: Waiting for worker…
2026-04-04 06:22.22: Got resource from pool OCluster
Building on m1-worker-02
All commits already cached
HEAD is now at 5a385fd add warning to readme, describe situation with kcas


(from macos-homebrew-ocaml-5.4)
2026-04-04 06:22.23 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache


/: (comment macos-homebrew-5.4_arm64_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))
2026-04-04 06:22.23 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.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] no changes from git+file:///Users/mac1000/opam-repository
2026-04-04 06:22.23 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 24.5.0
The OCaml toplevel, version 5.4.0
2.5.0
2026-04-04 06:22.23 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
95f7875db7..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


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


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-compiler.5.4.1
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-04-04 06:22.23 ---> using "1282f226ed6b8369654a3324b4803b27039ef8115d0fc87f58f83cf301e75a16" from cache


/: (copy (src reagents.opam) (dst ./src/./))
2026-04-04 06:22.24 ---> saved as "b09eda40d59fe653bbfa071fd41553fd23cf8409d32118e9ebee21db83ea171a"


/: (run (network host)
(shell "opam pin add -yn reagents.dev './src/./'"))
[NOTE] Package reagents does not exist in opam repositories registered in the current switch.
[reagents.dev] synchronised (file:///Users/mac1000/src)
reagents is now pinned to file:///Users/mac1000/src (version dev)
2026-04-04 06:22.43 ---> saved as "e6154f69eb836bcca80e4c55138c079d90370decf1acc7aa457480f758b00748"


/: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2026-04-04 06:22.45 ---> saved as "8f0886d92a1d5c8acec938e5e10665b322245a59af3975dba2d92dd719801ae9"


/: (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.1 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.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 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y reagents.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[reagents.dev] synchronised (file:///Users/mac1000/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).
# To update the current shell environment, run: eval $(opam env)
2026-04-04 06:23.05 ---> saved as "901e1b877db6f73dca7c4dd519fddba2f3c75db6fa221769edc8a05fc374bb84"


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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 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.1
- 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 backoff.0.1.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.9.1  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved domain-local-timeout.1.0.1  (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 ocamlfind.1.9.8  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved dune.3.22.1  (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.1
-> installed domain_shims.0.1.0
-> installed backoff.0.1.1
-> installed stdlib-shims.0.3.0
-> installed psq.0.2.1
-> installed thread-table.1.0.0
-> installed multicore-magic.2.3.2
-> installed ocaml-syntax-shims.1.0.0
-> installed domain-local-timeout.1.0.1
-> installed domain-local-await.1.0.1
-> installed kcas.0.7.0
-> installed re.1.14.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-04-04 06:23.52 ---> saved as "8a3924da8f5e091574f671065f8600ba72d92411e4cc6d35335d5516765abc55"


/: (copy (src .) (dst ./src))
2026-04-04 06:23.53 ---> saved as "0df706fb819e4fe4055e807264e6df6cd9fbdab888b5a75eae1ebcee790e0195"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.4.0/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 /Users/mac1000/.opam/5.4.0/lib/backoff -I /Users/mac1000/.opam/5.4.0/lib/domain-local-await -I /Users/mac1000/.opam/5.4.0/lib/domain-local-timeout -I /Users/mac1000/.opam/5.4.0/lib/domain_shims -I /Users/mac1000/.opam/5.4.0/lib/kcas -I /Users/mac1000/.opam/5.4.0/lib/lockfree -I /Users/mac1000/.opam/5.4.0/lib/mtime -I /Users/mac1000/.opam/5.4.0/lib/mtime/clock -I /Users/mac1000/.opam/5.4.0/lib/multicore-magic -H /Users/mac1000/.opam/5.4.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5_4 -H /Users/mac1000/.opam/5.4.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5_4/.public_cmi -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/psq -I /Users/mac1000/.opam/5.4.0/lib/seq -I /Users/mac1000/.opam/5.4.0/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 && /Users/mac1000/.opam/5.4.0/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 /Users/mac1000/.opam/5.4.0/lib/backoff -I /Users/mac1000/.opam/5.4.0/lib/domain-local-await -I /Users/mac1000/.opam/5.4.0/lib/domain-local-timeout -I /Users/mac1000/.opam/5.4.0/lib/domain_shims -I /Users/mac1000/.opam/5.4.0/lib/kcas -I /Users/mac1000/.opam/5.4.0/lib/lockfree -I /Users/mac1000/.opam/5.4.0/lib/mtime -I /Users/mac1000/.opam/5.4.0/lib/mtime/clock -I /Users/mac1000/.opam/5.4.0/lib/multicore-magic -I /Users/mac1000/.opam/5.4.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5_4 -H /Users/mac1000/.opam/5.4.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5_4/.public_cmi -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/psq -I /Users/mac1000/.opam/5.4.0/lib/seq -I /Users/mac1000/.opam/5.4.0/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 && /Users/mac1000/.opam/5.4.0/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 /Users/mac1000/.opam/5.4.0/lib/backoff -I /Users/mac1000/.opam/5.4.0/lib/domain-local-await -I /Users/mac1000/.opam/5.4.0/lib/domain-local-timeout -I /Users/mac1000/.opam/5.4.0/lib/domain_shims -I /Users/mac1000/.opam/5.4.0/lib/kcas -I /Users/mac1000/.opam/5.4.0/lib/lockfree -I /Users/mac1000/.opam/5.4.0/lib/mtime -I /Users/mac1000/.opam/5.4.0/lib/mtime/clock -I /Users/mac1000/.opam/5.4.0/lib/multicore-magic -H /Users/mac1000/.opam/5.4.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5_4 -H /Users/mac1000/.opam/5.4.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5_4/.public_cmi -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/psq -I /Users/mac1000/.opam/5.4.0/lib/seq -I /Users/mac1000/.opam/5.4.0/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 && /Users/mac1000/.opam/5.4.0/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 /Users/mac1000/.opam/5.4.0/lib/backoff -I /Users/mac1000/.opam/5.4.0/lib/domain-local-await -I /Users/mac1000/.opam/5.4.0/lib/domain-local-timeout -I /Users/mac1000/.opam/5.4.0/lib/domain_shims -I /Users/mac1000/.opam/5.4.0/lib/kcas -I /Users/mac1000/.opam/5.4.0/lib/lockfree -I /Users/mac1000/.opam/5.4.0/lib/mtime -I /Users/mac1000/.opam/5.4.0/lib/mtime/clock -I /Users/mac1000/.opam/5.4.0/lib/multicore-magic -I /Users/mac1000/.opam/5.4.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5_4 -H /Users/mac1000/.opam/5.4.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5_4/.public_cmi -I /Users/mac1000/.opam/5.4.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.4.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.4.0/lib/psq -I /Users/mac1000/.opam/5.4.0/lib/seq -I /Users/mac1000/.opam/5.4.0/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" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-04-04 06:23.59: Job failed: Failed: Build failed