2025-06-04 14:42.42: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/domains (9f3917e931a1c4332a4393e04ea5081972635684) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.3)
Base: freebsd-14.2-ocaml-5.3
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocsigen/lwt.git" -b "domains" && cd "lwt" && git reset --hard 9f3917e9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.2-ocaml-5.3
# freebsd-14.2-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam ./
RUN opam pin add -yn lwt_retry.dev './' && \
opam pin add -yn lwt_react.dev './' && \
opam pin add -yn lwt_ppx.dev './' && \
opam pin add -yn lwt.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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-06-04 14:42.42: Using cache hint "ocsigen/lwt-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.3-7cd005f70f2a69e35d028106b4afa7b9"
2025-06-04 14:42.42: Using OBuilder spec:
((from freebsd-14.2-ocaml-5.3)
(comment freebsd-14.2-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.17.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8")
(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.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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-06-04 14:42.42: Waiting for resource in pool OCluster
2025-06-04 14:42.42: Waiting for worker…
2025-06-04 14:43.30: Got resource from pool OCluster
Building on rosemary
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: 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' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
Initialized empty Git repository in /obuilder/state/git/lwt.git-265c42b55c0ad669a1515f10f86efc054ce5ad5f/.git/
HEAD is now at 9f3917e93 WIP
(from freebsd-14.2-ocaml-5.3)
2025-06-04 14:43.36 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache
/: (comment freebsd-14.2-5.3_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))
2025-06-04 14:43.36 ---> using "6c919feff42b8acbece064f547886f17e62a0f8c652c95803d5cc1a0edc05bf0" from cache
/src: (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 /home/opam/.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:///home/opam/opam-repository
2025-06-04 14:43.37 ---> using "ef1aecc2d79e0d6d7a69975e03fbee48aae321cc5ded967c4b85817abcd33408" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.2-RELEASE-p1
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-04 14:43.38 ---> using "b81c61e28dd398a2621aef3fc778c808fda4399fe66dbfb28a40b55bd44ce32a" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-04 14:43.38 ---> using "46859cd3f1ed5f6081f98d282b27cc9fcab2b0b04b4be45ac52d723eb6d8a59e" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
0d013e603b..6ef11c3f34 master -> origin/master
2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.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).
The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-compiler.5.5
∗ ocaml-base-compiler.5.3.0 is installed and requires ocaml-compiler = 5.3.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-06-04 14:43.38 ---> using "a139694d336aec42252b5af47d0df42645ed2d5f2d86059e4e3c50e58646683c" from cache
/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)
(dst ./))
2025-06-04 14:43.42 ---> saved as "1b64c56c7b5bf1da231066a24bbf5526a5b879ca55644d5d1ef13c30db4b8adc"
/src: (run (network host)
(shell "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt.dev './'"))
[lwt_retry.dev] synchronised (file:///src)
lwt_retry is now pinned to file:///src (version dev)
[lwt_react.dev] synchronised (file:///src)
lwt_react is now pinned to file:///src (version dev)
[lwt_ppx.dev] synchronised (file:///src)
lwt_ppx is now pinned to file:///src (version dev)
[lwt.dev] synchronised (file:///src)
lwt is now pinned to file:///src (version dev)
2025-06-04 14:43.47 ---> saved as "1328e9a7ad7cce24a133da30cac45a4e10a63c0fc0e4c0f6ca3fa319b99f720d"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-04 14:43.48 ---> saved as "e9fa19bc1c77dd2c5c9f0e0d5c6a92432ca5767afd0bb24e04a8db43387928b2"
/src: (env DEPS "base.v0.17.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8")
/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.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt.dev] synchronised (file:///src)
[lwt_react.dev] synchronised (file:///src)
[lwt_ppx.dev] synchronised (file:///src)
[lwt_retry.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).
2025-06-04 14:44.18 ---> saved as "a9562703b371c5a80d83f03f5e8bad0a22e0dc0a782d99d6cf5884614e9262b7"
/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 21 packages
∗ base v0.17.2
∗ base-bytes base
∗ bisect_ppx 2.8.3
∗ cmdliner 1.3.0
∗ cppo 1.8.0
∗ csexp 1.5.2
∗ dune 3.19.0
∗ dune-configurator 3.19.0
∗ ocaml-compiler-libs v0.17.0
∗ ocaml_intrinsics_kernel v0.17.1
∗ ocamlbuild 0.16.1
∗ ocamlfind 1.9.8
∗ ocplib-endian 1.2
∗ ppx_derivers 1.2.1
∗ ppx_here v0.17.0
∗ ppx_let v0.17.0
∗ ppxlib 0.35.0
∗ react 1.2.2
∗ sexplib0 v0.17.0
∗ stdlib-shims 0.3.0
∗ topkg 1.0.8
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved bisect_ppx.2.8.3 (cached)
⬇ retrieved cmdliner.1.3.0 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved cppo.1.8.0 (cached)
⬇ retrieved base.v0.17.2 (cached)
⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached)
⬇ retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved ocplib-endian.1.2 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ppx_here.v0.17.0 (cached)
⬇ retrieved ppx_derivers.1.2.1 (cached)
⬇ retrieved ppx_let.v0.17.0 (cached)
⬇ retrieved react.1.2.2 (cached)
⬇ retrieved sexplib0.v0.17.0 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved topkg.1.0.8 (cached)
⬇ retrieved ppxlib.0.35.0 (cached)
⬇ retrieved dune.3.19.0, dune-configurator.3.19.0 (cached)
∗ installed cmdliner.1.3.0
∗ installed ocamlfind.1.9.8
∗ installed base-bytes.base
∗ installed ocamlbuild.0.16.1
∗ installed dune.3.19.0
∗ installed csexp.1.5.2
∗ installed stdlib-shims.0.3.0
∗ installed sexplib0.v0.17.0
∗ installed ppx_derivers.1.2.1
∗ installed ocaml_intrinsics_kernel.v0.17.1
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed cppo.1.8.0
∗ installed topkg.1.0.8
∗ installed ocplib-endian.1.2
∗ installed dune-configurator.3.19.0
∗ installed react.1.2.2
∗ installed base.v0.17.2
∗ installed ppxlib.0.35.0
∗ installed ppx_here.v0.17.0
∗ installed bisect_ppx.2.8.3
∗ installed ppx_let.v0.17.0
Done.
2025-06-04 14:48.36 ---> saved as "e1095caad961ce341f4f3fadd3080c8aaab0605aeea96f7cb2c6fb339601b87b"
/src: (copy (src .) (dst /src))
2025-06-04 14:48.38 ---> saved as "1ffb6efaf1cd45d11440e21aca83bba5a512f9931feb1a556b23dceab8826cfb"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/unix && ./ocaml_runtime_exc_2.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/unix && ./ocaml_runtime_exc_4.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/unix && ./ocaml_runtime_exc_1.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/unix && ./ocaml_runtime_exc_3.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/unix && ./ocaml_runtime_exc_5.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/unix && ./ocaml_runtime_exc_6.exe)
registering domain 0, already 0 domains registered
File "test/ppx/dune", line 2, characters 7-11:
2 | (name main)
^^^^
(cd _build/default/test/ppx && ./main.exe)
registering domain 0, already 0 domains registered
Testing library 'ppx'...
......registering domain 0, already 1 domains registered
Fatal error: exception Failure("already registered!!")
Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
Called from Stdlib__Mutex.protect in file "mutex.ml", line 28, characters 8-11
Re-raised at Stdlib__Mutex.protect in file "mutex.ml", line 34, characters 4-13
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 30, characters 11-94
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 111, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 117, characters 4-13
Called from Dune__exe__Main in file "test/ppx/main.ml", line 167, characters 8-32
(cd _build/default/test/ppx_let && ./test.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/retry && ./main.exe)
Testing library 'retry'...
.............registering domain 0, already 0 domains registered
.
Ok. 14 tests ran, 0 tests skipped in 0.01 seconds
File "test/multidomain/dune", line 2, characters 9-14:
2 | (names basic)
^^^^^
(cd _build/default/test/multidomain && ./basic.exe)
registering domain 1, already 0 domains registered
registering domain 2, already 1 domains registered
two slept
sending callback from 2 to 1 OK
File "test/unix/dune", line 22, characters 7-11:
22 | (name main)
^^^^
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
registering domain 0, already 0 domains registered
registering domain 0, already 0 domains registered
.registering domain 0, already 0 domains registered
.registering domain 0, already 0 domains registered
.registering domain 0, already 0 domains registered
.registering domain 0, already 0 domains registered
.
File "test/core/dune", line 2, characters 7-11:
2 | (name main)
^^^^
(cd _build/default/test/core && ./main.exe)
Testing library 'core'...
...................................................................................................................................................................................................................................................................................................................................................................................................................................FEEEEEEE
Failures in test suite 'pause':
Test 'initial state' produced 'false'
Test 'one promise' raised 'File "test/core/test_lwt.ml", line 4216, characters 4-10: Assertion failed'
Test 'multiple promises' raised 'File "test/core/test_lwt.ml", line 4227, characters 4-10: Assertion failed'
Test 'wakeup with no promises' raised 'File "test/core/test_lwt.ml", line 4240, characters 4-10: Assertion failed'
Test 'pause notifier' raised 'File "test/core/test_lwt.ml", line 4250, characters 4-10: Assertion failed'
Test 'pause in unpause' raised 'File "test/core/test_lwt.ml", line 4261, characters 4-10: Assertion failed'
Test 'recursive pause in notifier' raised 'File "test/core/test_lwt.ml", line 4273, characters 6-12: Assertion failed'
Test 'unpause in pause' raised 'File "test/core/test_lwt.ml", line 4284, characters 6-12: Assertion failed'
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
....registering domain 0, already 0 domains registered
.......
Ok. 11 tests ran, 0 tests skipped in 4.51 seconds
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base.v0.17.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_11788_9585" "mount.devfs" "path=/obuilder/result/830fbdf608bb264a8e1cb159ecb056f51027c2bf89d1bbae2114efb525d59719/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base.v0.17.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2025-06-04 14:49.34: Job failed: Failed: Build failed