2026-04-03 11:36.10: New job: test ocaml-multicore/reagents https://github.com/ocaml-multicore/reagents.git#refs/heads/main (5a385fde1e8b22950ce0afc41a104811d6615a3a) (linux-x86_64:debian-13-5.0_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/reagents.git" -b "main" && cd "reagents" && git reset --hard 5a385fdecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810# debian-13-5.0_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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-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.0.0 ocaml-base-compiler.5.0.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-03 11:36.10: Using cache hint "ocaml-multicore/reagents-ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810-debian-13-5.0_opam-2.5-ee220036260acef3dcc9e46a7c0b938e"2026-04-03 11:36.10: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810)(comment debian-13-5.0_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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-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.0.0 ocaml-base-compiler.5.0.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-04-03 11:36.10: Waiting for resource in pool OCluster2026-04-03 13:51.16: Waiting for worker…2026-04-03 13:54.06: Got resource from pool OClusterBuilding on asteria.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/reagents.git-4d272bf067970dabb506b4efc09aeee9e5ec03de/.git/HEAD is now at 5a385fd add warning to readme, describe situation with kcas(from ocaml/opam:debian-13-ocaml-5.0@sha256:e2260d92d8f11ec5b35586d61607fefc24875ef162111572fa2de6c7ff2e0810)2026-04-03 13:54.07 ---> using "1af97956665d2efc3902489efa6840429d2fffc402d2f09afa7ae10086cc57e5" from cache/: (comment debian-13-5.0_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-04-03 13:54.07 ---> using "7678fbdd439a0f8d4538c53236dafc0c71991708509e32d7ebc79416a18dc7b5" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-03 13:54.07 ---> using "2fe30923748b04429f29ecae148f5db75daa245ddb090fc01643a449ab945ea0" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.0.02.5.02026-04-03 13:54.07 ---> using "6af19d83d422b80f80c97d282f9c55a877a159b8b2213341ac227a826ce07631" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 13:54.07 ---> using "eb95195fd28dcef34d8d31ebae736d14a665419ae1c29318278dcccaaaf08dcb" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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_HEADffb54b9bdd..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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-04-03 13:54.07 ---> using "7d4736bda02f85c06051b2af7e4ac30d8b41136a4b589afd5bc76dfdffe3f0f9" from cache/src: (copy (src reagents.opam) (dst ./))2026-04-03 13:54.07 ---> saved as "cba165bb9b5cb5ba93f977bf343615200aa07a0bec05d0350bd607fc665624d1"/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-04-03 13:54.09 ---> saved as "fef6a1102138cf09f1d925e550f136ccb2cf229a0c150ac2011a49fa34e5094b"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 13:54.09 ---> saved as "360562f7f4b6d4cbb4093e45201d4925d87d161ecc1dc2dd9c6158ae82a1abb6"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-domains.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.0.0 ocaml-base-compiler.5.0.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 [119 kB]- Fetched 10.0 MB in 1s (7078 kB/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-base-compiler is already installed (current version is 5.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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-03 13:54.19 ---> saved as "4baa16cb6e1d97f4d0ddf4b746571f3c7c95762d9489d9caaa19745e1115958d"/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-base-compiler is already installed (current version is 5.0.0).[NOTE] Package ocaml is already installed (current version is 5.0.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-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 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.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 thread-table.1.0.0-> installed psq.0.2.1-> installed multicore-magic.2.3.2-> installed domain-local-await.1.0.1-> installed domain-local-timeout.1.0.1-> installed ocaml-syntax-shims.1.0.0-> 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.1Done.# To update the current shell environment, run: eval $(opam env)2026-04-03 13:54.52 ---> saved as "c836fb330568b07b90caa2f4971d2ca8496d7a99dfe0f022e6f5c25ca02ddf0b"/src: (copy (src .) (dst /src))2026-04-03 13:54.52 ---> saved as "710bbff10648cfb1d18d2e5806fd9e4308ab33256c731aa3d79c4dc0233fcc33"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.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 -I lib/.reagents.objs/byte -I /home/opam/.opam/5.0/lib/backoff -I /home/opam/.opam/5.0/lib/domain-local-await -I /home/opam/.opam/5.0/lib/domain-local-timeout -I /home/opam/.opam/5.0/lib/domain_shims -I /home/opam/.opam/5.0/lib/kcas -I /home/opam/.opam/5.0/lib/lockfree -I /home/opam/.opam/5.0/lib/mtime -I /home/opam/.opam/5.0/lib/mtime/clock -I /home/opam/.opam/5.0/lib/multicore-magic -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/psq -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 -I lib/.reagents.objs/byte -I /home/opam/.opam/5.0/lib/backoff -I /home/opam/.opam/5.0/lib/domain-local-await -I /home/opam/.opam/5.0/lib/domain-local-timeout -I /home/opam/.opam/5.0/lib/domain_shims -I /home/opam/.opam/5.0/lib/kcas -I /home/opam/.opam/5.0/lib/lockfree -I /home/opam/.opam/5.0/lib/mtime -I /home/opam/.opam/5.0/lib/mtime/clock -I /home/opam/.opam/5.0/lib/multicore-magic -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/psq -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 /home/opam/.opam/5.0/lib/backoff -I /home/opam/.opam/5.0/lib/domain-local-await -I /home/opam/.opam/5.0/lib/domain-local-timeout -I /home/opam/.opam/5.0/lib/domain_shims -I /home/opam/.opam/5.0/lib/kcas -I /home/opam/.opam/5.0/lib/lockfree -I /home/opam/.opam/5.0/lib/mtime -I /home/opam/.opam/5.0/lib/mtime/clock -I /home/opam/.opam/5.0/lib/multicore-magic -I /home/opam/.opam/5.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/psq -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.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 && /home/opam/.opam/5.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 /home/opam/.opam/5.0/lib/backoff -I /home/opam/.opam/5.0/lib/domain-local-await -I /home/opam/.opam/5.0/lib/domain-local-timeout -I /home/opam/.opam/5.0/lib/domain_shims -I /home/opam/.opam/5.0/lib/kcas -I /home/opam/.opam/5.0/lib/lockfree -I /home/opam/.opam/5.0/lib/mtime -I /home/opam/.opam/5.0/lib/mtime/clock -I /home/opam/.opam/5.0/lib/multicore-magic -I /home/opam/.opam/5.0/lib/multicore-magic/__private__/multicore_magic_atomic_array_unboxed5 -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/psq -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.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" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-04-03 13:54.53: Job failed: Failed: Build failed