Build:
- 0
2026-03-11 09:12.19: New job: build rdf_impls.1.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29537/head (150fd0172e6e8784bf77cbba212270cff708cb7d)
on opensuse-15.6-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29537/head" && git reset --hard 150fd017
git fetch origin master
git merge --no-edit 3c0d72031e829cf7ddad3a74f39a8b01fe2bf302
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn rdf_impls.1.2.0 1.2.0
RUN opam reinstall rdf_impls.1.2.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-15.6\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'rdf_impls.1.2.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-11 09:12.19: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294-rdf_impls.1.2.0-150fd0172e6e8784bf77cbba212270cff708cb7d"
2026-03-11 09:12.19: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn rdf_impls.1.2.0 1.2.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rdf_impls.1.2.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'rdf_impls.1.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-11 09:12.19: Waiting for resource in pool OCluster
2026-03-11 12:15.53: Waiting for worker…
2026-03-11 12:19.27: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 3c0d72031e Merge pull request #29534 from filipeom/opam-publish-smtml.0.23.0
Updating 3c0d72031e..150fd0172e
Fast-forward
Auto packing the repository in the background for optimum performance.
See "git help gc" for manual housekeeping.
warning: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
packages/rdf/rdf.1.2.0/opam | 51 +++++++++++++++++++++++
packages/rdf_impls/rdf_impls.1.2.0/opam | 39 +++++++++++++++++
packages/rdf_json_ld/rdf_json_ld.1.2.0/opam | 40 ++++++++++++++++++
packages/rdf_lwt/rdf_lwt.1.2.0/opam | 39 +++++++++++++++++
packages/rdf_mysql/rdf_mysql.1.2.0/opam | 37 ++++++++++++++++
packages/rdf_postgresql/rdf_postgresql.1.2.0/opam | 37 ++++++++++++++++
packages/rdf_ppx/rdf_ppx.1.2.0/opam | 37 ++++++++++++++++
packages/rdf_rdfa/rdf_rdfa.1.2.0/opam | 36 ++++++++++++++++
8 files changed, 316 insertions(+)
create mode 100644 packages/rdf/rdf.1.2.0/opam
create mode 100644 packages/rdf_impls/rdf_impls.1.2.0/opam
create mode 100644 packages/rdf_json_ld/rdf_json_ld.1.2.0/opam
create mode 100644 packages/rdf_lwt/rdf_lwt.1.2.0/opam
create mode 100644 packages/rdf_mysql/rdf_mysql.1.2.0/opam
create mode 100644 packages/rdf_postgresql/rdf_postgresql.1.2.0/opam
create mode 100644 packages/rdf_ppx/rdf_ppx.1.2.0/opam
create mode 100644 packages/rdf_rdfa/rdf_rdfa.1.2.0/opam
(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294' locally
docker.io/ocaml/opam@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294: Pulling from ocaml/opam
392654b0e264: Already exists
4bd382cee485: Already exists
382a0bfe3b04: Already exists
dfc3f49ed4d4: Already exists
5b3de6229413: Already exists
6c4133dfab92: Already exists
a3fcb32089bb: Already exists
6592d044237d: Already exists
5c2d8f43cf18: Already exists
f9e08193a21d: Already exists
9105e8ba57ce: Already exists
5cec5459a088: Already exists
be55681f3223: Already exists
5071507e8599: Already exists
26cf90a26320: Already exists
6e12c9accd5a: Already exists
9a030d2d17ff: Already exists
968910779b8e: Already exists
a77b6e39d2f3: Already exists
4f4fb700ef54: Already exists
1df42fc2ddb2: Already exists
77602c200c21: Already exists
72f433c57f50: Already exists
d5dc1c9a9805: Already exists
f6a05d59c6bd: Already exists
11be80df2eb4: Already exists
a0ee284f3973: Already exists
28f06cb9d92c: Already exists
16dcb67fb968: Already exists
c7fe483fab92: Already exists
55710f66ea12: Already exists
4092255f2cc7: Already exists
089f6ac70578: Already exists
547317caeef5: Already exists
9a6df5f23549: Already exists
5db74958c1e0: Already exists
aeb7d736d992: Already exists
b72eb0407610: Already exists
87775e273812: Already exists
d5511a457ac8: Already exists
5b1e0a9d1c4d: Already exists
42d344f1e799: Already exists
Digest: sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294
Status: Downloaded newer image for ocaml/opam@sha256:d8380d12181c07b283b07ba7455c9112fcc1b665f8818eedb32e85b51c247294
2026-03-11 12:19.29 ---> using "76df04ac6edcc31a5db9c76a0d2920f878aedc5e1b7f01fbf1d7885253e09e07" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-11 12:19.29 ---> using "67dae5f35c7b59a4ac8d4b99181b5a85f0b6e4ea9f7fbb0cf2a7839c0f9feb55" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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.
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-11 12:19.29 ---> using "ee7943bb452ce76d3225cb586272780b6586d10039713e754455105938f3c07d" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=opensuse-leap os-version=15.6
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2026-03-11 12:19.29 ---> using "7126eb2780f0b9bc6ba330c2a45bd57e8f12896023cf43346a01e8598b953ee5" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-11 12:19.29 ---> using "de29c4e24fc81d24e9ed40cab4ae67e888118fae79623d7d3bcac64e75359e1c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-11 12:19.37 ---> saved as "88b653448570afb4af649041a6c0a475c286754352b2ee8f29aae744b4b8c8d8"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-11 12:20.00 ---> saved as "783dbe4eb7e730cd8a92be73286f56f6c4842a1dea04a48fe07afc2b44bed376"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ...
- .....
- ....
- ......
- ....done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .
- ......
- ..........
- ..........
- ..........
- ..........
- ..........
- .........
- .....done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-03-11 12:20.47 ---> saved as "6197220a8a0880190ecfa18674892b058ffb929217a9cb5f4e52fdb39c8e93d1"
/home/opam: (run (shell "opam pin add -k version -yn rdf_impls.1.2.0 1.2.0"))
rdf_impls is now pinned to version 1.2.0
2026-03-11 12:20.50 ---> saved as "99dc88c378894c6fc8566f0f4c8565bd203f22861ae08358d5760a851086f96f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall rdf_impls.1.2.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'rdf_impls.1.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
rdf_impls.1.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 47 packages
- install angstrom 0.16.1 [required by uri]
- install bigstringaf 0.10.0 [required by angstrom]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by cryptokit]
- install conf-libpcre 2 [required by pcre]
- install conf-pkg-config 4 [required by zarith, conf-zlib, conf-libpcre]
- install conf-zlib 1 [required by cryptokit]
- install cryptokit 1.21.1 [required by rdf_impls]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.1 [required by rdf_impls]
- install dune-build-info 3.21.1 [required by rdf]
- install dune-configurator 3.21.1 [required by cryptokit, pcre]
- install fmt 0.11.0 [required by rdf]
- install gen 1.1 [required by sedlex]
- install iri 1.2.0 [required by rdf]
- install jsonm 1.0.2 [required by rdf]
- install logs 0.10.0 [required by rdf]
- install menhir 20260209 [required by rdf]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocamlbuild 0.16.1 [required by uuidm, ptime, jsonm, etc.]
- install ocamlfind 1.9.8 [required by uuidm, ptime, jsonm, etc.]
- install pcre 8.0.4 [required by rdf_impls]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by sedlex]
- install ptime 1.2.0 [required by rdf]
- install rdf 1.2.0 [required by rdf_impls]
- install rdf_impls 1.2.0 (pinned)
- install re 1.14.0 [required by rdf]
- install sedlex 3.7 [required by rdf]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by uri]
- install topkg 1.1.1 [required by uuidm, ptime, jsonm, etc.]
- install uri 4.4.0 [required by rdf]
- install uucp 17.0.0 [required by rdf]
- install uuidm 0.9.10 [required by rdf]
- install uunf 17.0.0 [required by iri, uucp]
- install uutf 1.0.4 [required by rdf]
- install xmlm 1.4.0 [required by rdf]
- install yojson 3.0.0 [required by rdf]
- install zarith 1.14 [required by cryptokit]
The following system packages will first need to be installed:
gmp-devel pcre-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "pcre-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
-
- The following 6 NEW packages are going to be installed:
- gmp-devel libgmpxx4 libpcre16-0 libpcrecpp0 libpcreposix0 pcre-devel
-
- 6 new packages to install.
-
- Package download size: 2.7 MiB
-
- Package install size change:
- | 7.5 MiB required by packages that will be installed
- 7.5 MiB | - 0 B released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64 (Main Repository) (1/6), 17.1 KiB
- Retrieving: libgmpxx4-6.1.2-4.9.1.x86_64.rpm [.....
- ....
- done]
- Retrieving: libpcre16-0-8.45-150000.20.13.1.x86_64 (Main Repository) (2/6), 213.9 KiB
- Retrieving: libpcre16-0-8.45-150000.20.13.1.x86_64.rpm [.done]
- Retrieving: libpcrecpp0-8.45-150000.20.13.1.x86_64 (Main Repository) (3/6), 28.6 KiB
- Retrieving: libpcrecpp0-8.45-150000.20.13.1.x86_64.rpm [.done]
- Retrieving: libpcreposix0-8.45-150000.20.13.1.x86_64 (Main Repository) (4/6), 19.7 KiB
- Retrieving: libpcreposix0-8.45-150000.20.13.1.x86_64.rpm [.done]
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64 (Main Repository) (5/6), 2.2 MiB
- Retrieving: gmp-devel-6.1.2-4.9.1.x86_64.rpm [.done]
- Retrieving: pcre-devel-8.45-150000.20.13.1.x86_64 (Main Repository) (6/6), 230.1 KiB
- Retrieving: pcre-devel-8.45-150000.20.13.1.x86_64.rpm [.done]
-
- Checking for file conflicts: [..done]
- (1/6) Installing: libgmpxx4-6.1.2-4.9.1.x86_64 [..done]
- (2/6) Installing: libpcre16-0-8.45-150000.20.13.1.x86_64 [..done]
- (3/6) Installing: libpcrecpp0-8.45-150000.20.13.1.x86_64 [..done]
- (4/6) Installing: libpcreposix0-8.45-150000.20.13.1.x86_64 [..done]
- (5/6) Installing: gmp-devel-6.1.2-4.9.1.x86_64 [....done]
- (6/6) Installing: pcre-devel-8.45-150000.20.13.1.x86_64 [..done]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved cryptokit.1.21.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-libpcre.2
-> installed conf-zlib.1
-> installed conf-gmp-powm-sec.4
-> retrieved dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved iri.1.2.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved pcre.8.0.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved rdf.1.2.0, rdf_impls.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uuidm.0.9.10 (cached)
-> retrieved uunf.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved xmlm.1.4.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed xmlm.1.4.0
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed uunf.17.0.0
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed gen.1.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed dune-build-info.3.21.1
-> installed dune-configurator.3.21.1
-> installed bigstringaf.0.10.0
-> installed pcre.8.0.4
-> installed angstrom.0.16.1
-> installed cryptokit.1.21.1
-> installed uri.4.4.0
-> installed menhir.20260209
-> installed ppxlib.0.37.0
-> installed sedlex.3.7
-> installed iri.1.2.0
-> installed uucp.17.0.0
-> installed rdf.1.2.0
-> installed rdf_impls.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-11 12:22.36 ---> saved as "ec2e7e94a992fb58d9e3237bb5f6670d62f31ac1c73423103435bdebcf11ca63"
Job succeeded
2026-03-11 12:23.01: Job succeeded