(not at the head of any monitored branch or PR)
2026-04-13 12:45.07: New job: build ochre-cli.1.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29700/head (92e909f657262642472253e8e4d15ffb656911dc)
                              on opensuse-tumbleweed-ocaml-5.4/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/29700/head" && git reset --hard 92e909f6
git fetch origin master
git merge --no-edit 0404939bde256ca9d097922f265c4342b3b383b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
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 ochre-cli.1.0.0 1.0.0
RUN opam reinstall ochre-cli.1.0.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-tumbleweed\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ochre-cli.1.0.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-04-13 12:45.07: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a-ochre-cli.1.0.0-92e909f657262642472253e8e4d15ffb656911dc"
2026-04-13 12:45.07: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a)
 (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 ochre-cli.1.0.0 1.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ochre-cli.1.0.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-tumbleweed\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ochre-cli.1.0.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-04-13 12:45.07: Waiting for resource in pool OCluster
2026-04-13 12:45.09: Waiting for worker…
2026-04-13 12:46.08: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 0404939bde Merge pull request #29648 from sanette/opam-publish-tsdl-ttf.0.7
Updating 0404939bde..92e909f657
Fast-forward
 packages/ochre-cli/ochre-cli.1.0.0/opam | 44 +++++++++++++++++++++++++++
 packages/ochre/ochre.1.0.0/opam         | 54 +++++++++++++++++++++++++++++++++
 2 files changed, 98 insertions(+)
 create mode 100644 packages/ochre-cli/ochre-cli.1.0.0/opam
 create mode 100644 packages/ochre/ochre.1.0.0/opam

(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a' locally
docker.io/ocaml/opam@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a: Pulling from ocaml/opam
86c3a582f854: Pulling fs layer
11bd196f19f9: Pulling fs layer
219068dbb7bc: Pulling fs layer
034315cffe59: Pulling fs layer
0ea38ff7bc08: Pulling fs layer
840083241575: Pulling fs layer
86c3a582f854: Waiting
277061a84bff: Pulling fs layer
7b0e5d2accd6: Pulling fs layer
11bd196f19f9: Waiting
219068dbb7bc: Waiting
2656facaea58: Pulling fs layer
cc492d808045: Pulling fs layer
034315cffe59: Waiting
0ea38ff7bc08: Waiting
339d4195fabb: Pulling fs layer
99b41870cddb: Pulling fs layer
277061a84bff: Waiting
7b0e5d2accd6: Waiting
840083241575: Waiting
cc492d808045: Waiting
1c0bc0647a72: Pulling fs layer
2656facaea58: Waiting
339d4195fabb: Waiting
ee58951db79b: Pulling fs layer
99b41870cddb: Waiting
18104f923c2c: Pulling fs layer
ee58951db79b: Waiting
f23511347e15: Pulling fs layer
a998741c922d: Pulling fs layer
ec74e5caefed: Pulling fs layer
18104f923c2c: Waiting
4f4fb700ef54: Pulling fs layer
ec74e5caefed: Waiting
3828825aa6ed: Pulling fs layer
db4798567a43: Pulling fs layer
4f4fb700ef54: Waiting
3828825aa6ed: Waiting
f3358e0812f4: Pulling fs layer
9d7712abf51c: Pulling fs layer
c44a0de30b25: Pulling fs layer
21e144c31fba: Pulling fs layer
f3358e0812f4: Waiting
29e29e3bf911: Pulling fs layer
c44a0de30b25: Waiting
8037498cbc5e: Pulling fs layer
21e144c31fba: Waiting
29e29e3bf911: Waiting
156732c513b2: Pulling fs layer
8037498cbc5e: Waiting
70cd3d642be7: Pulling fs layer
156732c513b2: Waiting
4f455eb6393b: Pulling fs layer
70cd3d642be7: Waiting
8809f8fa0b11: Pulling fs layer
1f5214aaed7d: Pulling fs layer
a414cc97739b: Pulling fs layer
f5eda3e00301: Pulling fs layer
e40acc73d050: Pulling fs layer
1f5214aaed7d: Waiting
4f455eb6393b: Waiting
616d671daaaa: Pulling fs layer
a414cc97739b: Waiting
8809f8fa0b11: Waiting
f5eda3e00301: Waiting
0dbc203a2ed6: Pulling fs layer
33e306dc503f: Pulling fs layer
73609d66a818: Pulling fs layer
e40acc73d050: Waiting
cb70fe88e218: Pulling fs layer
1d23da4d3532: Pulling fs layer
0dbc203a2ed6: Waiting
4301adeaa912: Pulling fs layer
3903226b11be: Pulling fs layer
73609d66a818: Waiting
33e306dc503f: Waiting
1d23da4d3532: Waiting
6d3b7712c643: Pulling fs layer
9d7712abf51c: Waiting
3903226b11be: Waiting
6d3b7712c643: Waiting
4301adeaa912: Waiting
cb70fe88e218: Waiting
11bd196f19f9: Verifying Checksum
11bd196f19f9: Download complete
034315cffe59: Verifying Checksum
034315cffe59: Download complete
0ea38ff7bc08: Verifying Checksum
0ea38ff7bc08: Download complete
840083241575: Verifying Checksum
840083241575: Download complete
277061a84bff: Verifying Checksum
277061a84bff: Download complete
86c3a582f854: Verifying Checksum
86c3a582f854: Download complete
7b0e5d2accd6: Verifying Checksum
7b0e5d2accd6: Download complete
2656facaea58: Verifying Checksum
2656facaea58: Download complete
cc492d808045: Verifying Checksum
cc492d808045: Download complete
339d4195fabb: Verifying Checksum
339d4195fabb: Download complete
86c3a582f854: Pull complete
11bd196f19f9: Pull complete
99b41870cddb: Download complete
ee58951db79b: Verifying Checksum
ee58951db79b: Download complete
1c0bc0647a72: Verifying Checksum
1c0bc0647a72: Download complete
18104f923c2c: Verifying Checksum
18104f923c2c: Download complete
f23511347e15: Verifying Checksum
f23511347e15: Download complete
a998741c922d: Download complete
ec74e5caefed: Verifying Checksum
ec74e5caefed: Download complete
4f4fb700ef54: Download complete
3828825aa6ed: Download complete
db4798567a43: Verifying Checksum
db4798567a43: Download complete
9d7712abf51c: Download complete
f3358e0812f4: Verifying Checksum
f3358e0812f4: Download complete
c44a0de30b25: Download complete
21e144c31fba: Verifying Checksum
21e144c31fba: Download complete
29e29e3bf911: Verifying Checksum
29e29e3bf911: Download complete
8037498cbc5e: Download complete
70cd3d642be7: Verifying Checksum
70cd3d642be7: Download complete
156732c513b2: Download complete
4f455eb6393b: Verifying Checksum
4f455eb6393b: Download complete
8809f8fa0b11: Verifying Checksum
8809f8fa0b11: Download complete
a414cc97739b: Download complete
1f5214aaed7d: Verifying Checksum
1f5214aaed7d: Download complete
e40acc73d050: Verifying Checksum
e40acc73d050: Download complete
616d671daaaa: Verifying Checksum
616d671daaaa: Download complete
0dbc203a2ed6: Verifying Checksum
0dbc203a2ed6: Download complete
f5eda3e00301: Verifying Checksum
f5eda3e00301: Download complete
33e306dc503f: Verifying Checksum
33e306dc503f: Download complete
73609d66a818: Verifying Checksum
73609d66a818: Download complete
cb70fe88e218: Verifying Checksum
cb70fe88e218: Download complete
4301adeaa912: Verifying Checksum
4301adeaa912: Download complete
3903226b11be: Verifying Checksum
3903226b11be: Download complete
6d3b7712c643: Verifying Checksum
6d3b7712c643: Download complete
1d23da4d3532: Verifying Checksum
1d23da4d3532: Download complete
219068dbb7bc: Verifying Checksum
219068dbb7bc: Download complete
219068dbb7bc: Pull complete
034315cffe59: Pull complete
0ea38ff7bc08: Pull complete
840083241575: Pull complete
277061a84bff: Pull complete
7b0e5d2accd6: Pull complete
2656facaea58: Pull complete
cc492d808045: Pull complete
339d4195fabb: Pull complete
99b41870cddb: Pull complete
1c0bc0647a72: Pull complete
ee58951db79b: Pull complete
18104f923c2c: Pull complete
f23511347e15: Pull complete
a998741c922d: Pull complete
ec74e5caefed: Pull complete
4f4fb700ef54: Pull complete
3828825aa6ed: Pull complete
db4798567a43: Pull complete
f3358e0812f4: Pull complete
9d7712abf51c: Pull complete
c44a0de30b25: Pull complete
21e144c31fba: Pull complete
29e29e3bf911: Pull complete
8037498cbc5e: Pull complete
156732c513b2: Pull complete
70cd3d642be7: Pull complete
4f455eb6393b: Pull complete
8809f8fa0b11: Pull complete
1f5214aaed7d: Pull complete
a414cc97739b: Pull complete
f5eda3e00301: Pull complete
e40acc73d050: Pull complete
616d671daaaa: Pull complete
0dbc203a2ed6: Pull complete
33e306dc503f: Pull complete
73609d66a818: Pull complete
cb70fe88e218: Pull complete
1d23da4d3532: Pull complete
4301adeaa912: Pull complete
3903226b11be: Pull complete
6d3b7712c643: Pull complete
Digest: sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
Status: Downloaded newer image for ocaml/opam@sha256:1cf60feb39cd2535561294f587cf5add93ae494a0f19ad58d597d8e6998c170a
2026-04-13 12:49.58 ---> saved as "aadd1b8bd2b552f49f71901088487b9c052b6eea1cb592c3ff3a01da1263b6b7"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-13 12:49.58 ---> saved as "73b8d99f095c2e04d3d7ff7e1cdde6e78d080834a2015df7c0599a5ef2b2b0e8"

/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.

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 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 12:50.20 ---> saved as "4e3f8a450945959e130e9ce02a0e941e33c5fd5a85de65d9d3c9a6498f94c853"

/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-tumbleweed os-version=20260409
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-13 12:50.21 ---> saved as "6f118c0edf8b86444ca01d1aa635086f1078f2a8409ad1e968908b577f54c1f3"

/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-04-13 12:50.31 ---> saved as "23f4f15af6029dfc1e8a0656c81587e2aaab70d593ed1486de0e034db78faede"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 12:50.38 ---> saved as "a8aaba0529f6261381839188476486e350172430ccdc0c968476cf1342010c0e"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 12:50.56 ---> saved as "b966301b4dfc06edd64544de9b2a0e7766eddc233bb525a008235526552478e0"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- 
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- ........
- done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
-   gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- .
- ..........
- ........
- .........
- ........
- ....
- .......
- .........
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- ........
- ..........
- .........
- ........
- .........
- ..........
- .........
- ..........
- .........
- ....done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-13 12:51.28 ---> saved as "9a8a188cf790e9b74d39c8e22d29032ce7d2daf82393b19ff5518b2ce39d1405"

/home/opam: (run (shell "opam pin add -k version -yn ochre-cli.1.0.0 1.0.0"))
ochre-cli is now pinned to version 1.0.0
2026-04-13 12:51.28 ---> saved as "9c623b2e5f2176a8e418adaaa501c958899e775c779cc47a7c6aa92bd68404aa"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ochre-cli.1.0.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-tumbleweed\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ochre-cli.1.0.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ochre-cli.1.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 28 packages
  - install base64              3.5.2          [required by plist-xml]
  - install cmdliner            2.1.0          [required by ochre-cli]
  - install conf-oniguruma      1              [required by ochre]
  - install conf-pkg-config     4              [required by conf-oniguruma]
  - install csexp               1.5.2          [required by dune-configurator]
  - install dune                3.22.1         [required by ochre-cli]
  - install dune-configurator   3.22.1         [required by ochre]
  - install ISO8601             0.2.6          [required by plist-xml]
  - install melange-json-native 2.0.0          [required by ochre]
  - install menhir              20260209       [required by plist-xml]
  - 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.17.0        [required by ppxlib]
  - install ocamlbuild          0.16.1         [required by xmlm]
  - install ocamlfind           1.9.8          [required by xmlm]
  - install ochre               1.0.0          [required by ochre-cli]
  - install ochre-cli           1.0.0 (pinned)
  - install plist-xml           0.5.1          [required by ochre]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.38.0         [required by melange-json-native]
  - install sexplib0            v0.17.0        [required by ppxlib]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install tm-grammars         1.1.0          [required by ochre-cli]
  - install topkg               1.1.1          [required by xmlm]
  - install xmlm                1.4.0          [required by plist-xml]
  - install yojson              3.0.0          [required by ochre]

The following system packages will first need to be installed:
    oniguruma-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" "oniguruma-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 2 NEW packages are going to be installed:
-   libonig5 oniguruma-devel
- 
- 2 new packages to install.
- 
- Package download size:   314.4 KiB
- 
- Package install size change:
-               |       1.1 MiB  required by packages that will be installed
-      1.1 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: oniguruma-devel-6.9.10-2.2.x86_64.rpm [done]
- .
- 
- Preloading: libonig5-6.9.10-2.2.x86_64.rpm [done]
- .done]
- Retrieving: libonig5-6.9.10-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (1/2), 181.5 KiB    
- Retrieving: oniguruma-devel-6.9.10-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (2/2), 132.9 KiB    
- 
- Checking for file conflicts: [..done]
- (1/2) Installing: libonig5-6.9.10-2.2.x86_64 [..done]
- (2/2) Installing: oniguruma-devel-6.9.10-2.2.x86_64 [..done]
- Running post-transaction scripts [...done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-oniguruma.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved ISO8601.0.2.6  (cached)
-> retrieved melange-json-native.2.0.0  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ochre.1.0.0, ochre-cli.1.0.0  (cached)
-> retrieved plist-xml.0.5.1  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tm-grammars.1.1.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed xmlm.1.4.0
-> installed dune.3.22.1
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed ISO8601.0.2.6
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed dune-configurator.3.22.1
-> installed tm-grammars.1.1.0
-> installed menhir.20260209
-> installed plist-xml.0.5.1
-> installed ppxlib.0.38.0
-> installed melange-json-native.2.0.0
-> installed ochre.1.0.0
-> installed ochre-cli.1.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 12:52.23 ---> saved as "10ab58b54b0f130fd8909cc7bec955cf86f61cedec7adbf0445d2be6da134a91"
Job succeeded
2026-04-13 12:52.29: Job succeeded