Organisationsocaml-multicoresaturn2a653b (main)debian-12-5.4~alpha1_opam-2.3

debian-12-5.4~alpha1_opam-2.3

Link Copied
Code Copied

Logs

2025-06-12 14:21.30: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/heads/main (2a653b676afa45159968a5b46bfbd465dc5b1d2a) (linux-x86_64:debian-12-5.4~alpha1_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-multicore/saturn.git" -b "main" && cd "saturn" && git reset --hard 2a653b67
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e
# debian-12-5.4~alpha1_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 saturn.opam ./
RUN opam pin add -yn saturn.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 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 camlp-streams.5.0.1 cmdliner.1.3.0 containers.3.16 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 oseq.0.5.1 ounit2.2.2.7 qcheck.0.25 qcheck-alcotest.0.25 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-ounit.0.25 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y saturn.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-12 14:21.30: Using cache hint "ocaml-multicore/saturn-ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e-debian-12-5.4~alpha1_opam-2.3-7452640d23d0ca6cf8ba53ed6b7f1978"
2025-06-12 14:21.30: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e)
(comment debian-12-5.4~alpha1_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src saturn.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn saturn.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "alcotest.1.9.0 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 camlp-streams.5.0.1 cmdliner.1.3.0 containers.3.16 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 oseq.0.5.1 ounit2.2.2.7 qcheck.0.25 qcheck-alcotest.0.25 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-ounit.0.25 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 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.3 --depext-only -y saturn.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-12 14:21.30: Waiting for resource in pool OCluster
2025-06-12 19:19.18: Waiting for worker…
2025-06-12 19:22.00: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 2a653b6 Benchmark queues and stacks with heap allocated blocks


(from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e)
2025-06-12 19:22.01 ---> using "be9dd8e70b83a069cd61858d21c005f4182dfb97d2c05e351237a1b4b82e5a95" from cache


/: (comment debian-12-5.4~alpha1_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-12 19:22.01 ---> using "3062ec7cce7bdb455be3335effdf9a499a034037cd477c6132c5018321ae42e0" 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 development 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 39 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=39 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com"
[default] Initialised
2025-06-12 19:22.01 ---> using "4242b961734114624846029f29b991cc808bd0a51f7a0c80ebd8131ff3c348a9" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.4.0~alpha1
2.3.0
2025-06-12 19:22.01 ---> using "3b529aa3bba3df13dd89cde7025db336882542373891b673c0bd904c621b5357" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-12 19:22.01 ---> using "912f96d2b43efcb1691f09acad9d28a8774297e80e5f734a7cb68ac1d5bde0dc" from cache


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


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository
[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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-06-12 19:22.01 ---> using "ce3506beeee1e83bc3bbef4216fef0166426739f2a75e06cadd371b2a255a607" from cache


/src: (copy (src saturn.opam) (dst ./))
2025-06-12 19:22.01 ---> saved as "551a44ec6c900ff4620fc41ef9119c913c58fd063a2601b343a94c0b78bbf64f"


/src: (run (network host)
(shell "opam pin add -yn saturn.dev './'"))
[saturn.dev] synchronised (file:///src)
saturn is now pinned to file:///src (version dev)
2025-06-12 19:22.02 ---> saved as "912d2752af6bfe6ff33922e361c5ba39b04c8353666430977fc66740b6223914"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-12 19:22.03 ---> saved as "4e40797aa1430fa8faa7350fa8cbbd5fd7433b67f2c6e01aa2eb8550af1a92d5"


/src: (env DEPS "alcotest.1.9.0 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 camlp-streams.5.0.1 cmdliner.1.3.0 containers.3.16 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.10.0 logs.0.8.0 mdx.2.5.0 mtime.2.1.0 multicore-bench.0.1.7 multicore-magic.2.3.1 multicore-magic-dscheck.2.3.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 oseq.0.5.1 ounit2.2.2.7 qcheck.0.25 qcheck-alcotest.0.25 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-ounit.0.25 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 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.3 --depext-only -y saturn.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [266 kB]
- Fetched 369 kB in 0s (1137 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[saturn.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~alpha1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).
[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).
2025-06-12 19:22.14 ---> saved as "9418f050fe60a7cfb68e00523758638ec6dd5f8876695fa0850069f1a477696f"


/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~alpha1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1).
[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 42 packages
- install alcotest                   1.9.0
- install astring                    0.8.5
- install backoff                    0.1.1
- install camlp-streams              5.0.1
- install cmdliner                   1.3.0
- install containers                 3.16
- install cppo                       1.8.0
- install csexp                      1.5.2
- install domain-local-await         1.0.1
- install domain_shims               0.1.0
- install dscheck                    0.5.0
- install dune                       3.19.1
- install dune-configurator          3.19.1
- install either                     1.0.0
- install fmt                        0.10.0
- install logs                       0.8.0
- install mdx                        2.5.0
- install mtime                      2.1.0
- install multicore-bench            0.1.7
- install multicore-magic            2.3.1
- install multicore-magic-dscheck    2.3.1
- install ocaml-syntax-shims         1.0.0
- install ocaml-version              4.0.1
- install ocamlbuild                 0.16.1
- install ocamlfind                  1.9.8
- install oseq                       0.5.1
- install ounit2                     2.2.7
- install qcheck                     0.25
- install qcheck-alcotest            0.25
- install qcheck-core                0.25
- install qcheck-multicoretests-util 0.8
- install qcheck-ounit               0.25
- install qcheck-stm                 0.8
- install re                         1.12.0
- install result                     1.5
- install seq                        base
- install stdlib-shims               0.3.0
- install thread-table               1.0.0
- install topkg                      1.0.8
- install tsort                      2.2.0
- 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 camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.9.0  (cached)
-> retrieved containers.3.16  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved mdx.2.5.0  (cached)
-> retrieved multicore-bench.0.1.7  (cached)
-> retrieved multicore-magic.2.3.1, multicore-magic-dscheck.2.3.1  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved qcheck.0.25, qcheck-alcotest.0.25, qcheck-core.0.25, qcheck-ounit.0.25  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1  (cached)
-> retrieved qcheck-multicoretests-util.0.8, qcheck-stm.0.8  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tsort.2.2.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed dune.3.19.1
-> installed domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed backoff.0.1.1
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed either.1.0.0
-> installed multicore-magic.2.3.1
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.4.0.1
-> installed oseq.0.5.1
-> installed re.1.12.0
-> installed result.1.5
-> installed qcheck-core.0.25
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed tsort.2.2.0
-> installed yojson.3.0.0
-> installed domain-local-await.1.0.1
-> installed qcheck-multicoretests-util.0.8
-> installed alcotest.1.9.0
-> installed ounit2.2.2.7
-> installed multicore-bench.0.1.7
-> installed qcheck-stm.0.8
-> installed qcheck-alcotest.0.25
-> installed dune-configurator.3.19.1
-> installed qcheck-ounit.0.25
-> installed qcheck.0.25
[ERROR] The compilation of mdx.2.5.0 failed at "dune build -p mdx -j 255 @install".
-> installed containers.3.16
-> installed dscheck.0.5.0
-> installed multicore-magic-dscheck.2.3.1


#=== ERROR while compiling mdx.2.5.0 ==========================================#
# context     2.3.0 | linux/x86_64 | ocaml-base-compiler.5.4.0~alpha1 | git+file:///home/opam/opam-repository
# path        ~/.opam/5.4~alpha1/.opam-switch/build/mdx.2.5.0
# command     ~/.opam/5.4~alpha1/bin/dune build -p mdx -j 255 @install
# exit-code   1
# env-file    ~/.opam/log/mdx-1-aeab79.env
# output-file ~/.opam/log/mdx-1-aeab79.out
### output ###
# (cd _build/default && /home/opam/.opam/5.4~alpha1/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/top/.mdx_top.objs/byte -I /home/opam/.opam/5.4~alpha1/lib/astring -I /home/opam/.opam/5.4~alpha1/lib/camlp-streams -I /home/opam/.opam/5.4~alpha1/lib/csexp -I /home/opam/.opam/5.4~alpha1/lib/findlib -I /home/opam/.opam/5.4~alpha1/lib/fmt -I /home/opam/.opam/5.4~alpha1/lib/logs -I /home/opam/.opam/5.4~alpha1/lib/ocaml-version -I /home/opam/.opam/5.4~alpha1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4~alpha1/lib/ocaml/str -I /home/opam/.opam/5.4~alpha1/lib/ocaml/threads -I /home/opam/.opam/5.4~alpha1/lib/ocaml/unix -I /home/opam/.opam/5.4~alpha1/lib/re -I /home/opam/.opam/5.4~alpha1/lib/result -I /home/opam/.opam/5.4~alpha1/lib/seq -I lib/.mdx.objs/byte -I vendor/odoc-parser/src/.odoc_parser.objs/byte -no-alias-deps -open Mdx_top__ -o lib/top/.mdx_top.objs/byte/mdx_top__Compat_top.cmi -c -intf lib/top/compat_top.pp.mli)
# File "lib/top/compat_top.mli", line 11, characters 40-69:
# Error: Unbound type constructor Types.constructor_description


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build mdx 2.5.0
+- 
+- The following changes have been performed
| - install alcotest                   1.9.0
| - install astring                    0.8.5
| - install backoff                    0.1.1
| - install camlp-streams              5.0.1
| - install cmdliner                   1.3.0
| - install containers                 3.16
| - install cppo                       1.8.0
| - install csexp                      1.5.2
| - install domain-local-await         1.0.1
| - install domain_shims               0.1.0
| - install dscheck                    0.5.0
| - install dune                       3.19.1
| - install dune-configurator          3.19.1
| - install either                     1.0.0
| - install fmt                        0.10.0
| - install logs                       0.8.0
| - install mtime                      2.1.0
| - install multicore-bench            0.1.7
| - install multicore-magic            2.3.1
| - install multicore-magic-dscheck    2.3.1
| - install ocaml-syntax-shims         1.0.0
| - install ocaml-version              4.0.1
| - install ocamlbuild                 0.16.1
| - install ocamlfind                  1.9.8
| - install oseq                       0.5.1
| - install ounit2                     2.2.7
| - install qcheck                     0.25
| - install qcheck-alcotest            0.25
| - install qcheck-core                0.25
| - install qcheck-multicoretests-util 0.8
| - install qcheck-ounit               0.25
| - install qcheck-stm                 0.8
| - install re                         1.12.0
| - install result                     1.5
| - install seq                        base
| - install stdlib-shims               0.3.0
| - install thread-table               1.0.0
| - install topkg                      1.0.8
| - install tsort                      2.2.0
| - install uutf                       1.0.4
| - install yojson                     3.0.0
+- 
# To update the current shell environment, run: eval $(opam env)


The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.4~alpha1/.opam-switch/backup/state-20250612192215.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-06-12 19:22.59: Job failed: Failed: Build failed