2025-06-14 22:32.31: New job: test ocaml-multicore/kcas https://github.com/ocaml-multicore/kcas.git#refs/heads/port-to-picos (238fe15c2f901e2a2bf2e8804e4c36b7e34ec498) (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/kcas.git" -b "port-to-picos" && cd "kcas" && git reset --hard 238fe15c
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 kcas_data.opam kcas.opam ./
RUN opam pin add -yn kcas_data.dev './' && \
opam pin add -yn kcas.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 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.19.1 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 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 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 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 kcas_data.dev kcas.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-14 22:32.31: Using cache hint "ocaml-multicore/kcas-ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e-debian-12-5.4~alpha1_opam-2.3-c1d4e8275271ef9fd233d59868191e39"
2025-06-14 22:32.31: 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 kcas_data.opam kcas.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn kcas_data.dev './' && \
\nopam pin add -yn kcas.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 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.19.1 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 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 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 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 kcas_data.dev kcas.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-14 22:32.31: Waiting for resource in pool OCluster
2025-06-14 22:32.31: Waiting for worker…
2025-06-14 22:32.31: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 238fe15 Tweak
(from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:3a2e801c3d969d9101cb818f01462924b5cb3510a91297023cf1a1d481607b5e)
2025-06-14 22:32.33 ---> 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-14 22:32.33 ---> 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-14 22:32.33 ---> using "4242b961734114624846029f29b991cc808bd0a51f7a0c80ebd8131ff3c348a9" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.4.0~alpha1
2.3.0
2025-06-14 22:32.33 ---> using "3b529aa3bba3df13dd89cde7025db336882542373891b673c0bd904c621b5357" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-06-14 22:32.33 ---> 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..59e7a58f9d 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-14 22:32.33 ---> using "ce3506beeee1e83bc3bbef4216fef0166426739f2a75e06cadd371b2a255a607" from cache
/src: (copy (src kcas_data.opam kcas.opam) (dst ./))
2025-06-14 22:32.33 ---> saved as "78ae7253e99c71d6a1aaca2531a80f9159494bde5bc992ee5312fd5ed6699e23"
/src: (run (network host)
(shell "opam pin add -yn kcas_data.dev './' && \
\nopam pin add -yn kcas.dev './'"))
[kcas_data.dev] synchronised (file:///src)
kcas_data is now pinned to file:///src (version dev)
[kcas.dev] synchronised (file:///src)
kcas is now pinned to file:///src (version dev)
2025-06-14 22:32.35 ---> saved as "545eac3c93247474762aced0a23010698bb382d3c602c11ffb5693e65ada528b"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-14 22:32.35 ---> saved as "fd96c039f66c05c75ee88555875176a09b61027414301f6d7d4469c6ff7ecaae"
/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 cppo.1.8.0 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.19.1 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 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 picos.0.6.0 picos_aux.0.6.0 picos_io.0.6.0 picos_mux.0.6.0 picos_std.0.6.0 psq.0.2.1 qcheck-core.0.25 qcheck-multicoretests-util.0.8 qcheck-stm.0.8 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-local-storage.0.2 thread-table.1.0.0 topkg.1.0.8 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 kcas_data.dev kcas.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 bookworm-updates/main amd64 Packages.diff/Index [17.3 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-06-13-1410.14-F-2025-06-13-1410.14.pdiff [434 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-06-13-1410.14-F-2025-06-13-1410.14.pdiff [434 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [266 kB]
- Fetched 387 kB in 0s (972 kB/s)
- Reading package lists...
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[kcas.dev] synchronised (file:///src)
[kcas_data.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-14 22:32.44 ---> saved as "a5bdba220f79f09877c01a7e5511abd5bf41b1da49a4630e54a95062e43efca5"
/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 38 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 cppo 1.8.0
- install csexp 1.5.2
- install domain-local-await 1.0.1
- install domain_shims 0.1.0
- install dune 3.19.1
- 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 ocaml-syntax-shims 1.0.0
- install ocaml-version 4.0.1
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install picos 0.6.0
- install picos_aux 0.6.0
- install picos_io 0.6.0
- install picos_mux 0.6.0
- install picos_std 0.6.0
- install psq 0.2.1
- install qcheck-core 0.25
- install qcheck-multicoretests-util 0.8
- 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-local-storage 0.2
- install thread-table 1.0.0
- install topkg 1.0.8
- 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 cppo.1.8.0 (cached)
-> retrieved alcotest.1.9.0 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved domain-local-await.1.0.1 (cached)
-> retrieved domain_shims.0.1.0 (cached)
-> retrieved fmt.0.10.0 (cached)
-> retrieved logs.0.8.0 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multicore-bench.0.1.7 (cached)
-> retrieved mdx.2.5.0 (cached)
-> retrieved multicore-magic.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 psq.0.2.1 (cached)
-> retrieved qcheck-core.0.25 (cached)
-> retrieved qcheck-multicoretests-util.0.8, qcheck-stm.0.8 (cached)
-> retrieved dune.3.19.1 (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved seq.base (cached)
-> retrieved result.1.5 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved thread-local-storage.0.2 (cached)
-> retrieved thread-table.1.0.0 (cached)
-> retrieved picos.0.6.0, picos_aux.0.6.0, picos_io.0.6.0, picos_mux.0.6.0, picos_std.0.6.0 (https://github.com/ocaml-multicore/picos/releases/download/0.6.0/picos-0.6.0.tbz)
-> retrieved topkg.1.0.8 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> 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 stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ocaml-version.4.0.1
-> installed backoff.0.1.1
-> installed psq.0.2.1
-> installed result.1.5
-> installed thread-table.1.0.0
-> installed camlp-streams.5.0.1
-> installed multicore-magic.2.3.1
-> installed thread-local-storage.0.2
-> installed domain-local-await.1.0.1
-> installed picos_aux.0.6.0
-> installed picos.0.6.0
-> installed re.1.12.0
-> installed ocaml-syntax-shims.1.0.0
-> installed cppo.1.8.0
-> installed yojson.3.0.0
-> installed qcheck-core.0.25
-> installed picos_std.0.6.0
-> installed qcheck-multicoretests-util.0.8
-> installed picos_io.0.6.0
-> installed alcotest.1.9.0
-> installed multicore-bench.0.1.7
-> installed picos_mux.0.6.0
-> installed qcheck-stm.0.8
[ERROR] The compilation of mdx.2.5.0 failed at "dune build -p mdx -j 255 @install".
#=== 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-e522f1.env
# output-file ~/.opam/log/mdx-1-e522f1.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 cppo 1.8.0
| - install csexp 1.5.2
| - install domain-local-await 1.0.1
| - install domain_shims 0.1.0
| - install dune 3.19.1
| - 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 ocaml-syntax-shims 1.0.0
| - install ocaml-version 4.0.1
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install picos 0.6.0
| - install picos_aux 0.6.0
| - install picos_io 0.6.0
| - install picos_mux 0.6.0
| - install picos_std 0.6.0
| - install psq 0.2.1
| - install qcheck-core 0.25
| - install qcheck-multicoretests-util 0.8
| - 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-local-storage 0.2
| - install thread-table 1.0.0
| - install topkg 1.0.8
| - 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-20250614223244.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2025-06-14 22:33.14: Job failed: Failed: Build failed