Build:
  1. 0
2025-12-11 09:18.07: New job: build json-data-encoding-browser.1.1.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29067/head (a54ed909f0353c7e7fabd1034ec14be52fb10fe9)
                              on debian-unstable-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/29067/head" && git reset --hard a54ed909
git fetch origin master
git merge --no-edit 810e1f14b7fa6411c66a3549f4c2aff47c52fc36
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-4.14@sha256:2db4fd3cecd2bf3a200f98ab8b1c1c4a4ebbc12b66e492a5ab9a203f7c0d92d0
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 json-data-encoding-browser.1.1.1 1.1.1
RUN opam reinstall json-data-encoding-browser.1.1.1; \
    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 "\"debian-unstable\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'json-data-encoding-browser.1.1.1' && 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 .

2025-12-11 09:18.07: Using cache hint "ocaml/opam:debian-unstable-ocaml-4.14@sha256:2db4fd3cecd2bf3a200f98ab8b1c1c4a4ebbc12b66e492a5ab9a203f7c0d92d0-json-data-encoding-browser.1.1.1-a54ed909f0353c7e7fabd1034ec14be52fb10fe9"
2025-12-11 09:18.07: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:2db4fd3cecd2bf3a200f98ab8b1c1c4a4ebbc12b66e492a5ab9a203f7c0d92d0)
 (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 json-data-encoding-browser.1.1.1 1.1.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall json-data-encoding-browser.1.1.1;\
             \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 \"\\\"debian-unstable\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'json-data-encoding-browser.1.1.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-11 09:18.07: Waiting for resource in pool OCluster
2025-12-11 19:59.55: Waiting for worker…
2025-12-11 20:02.28: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 810e1f14b7 Merge pull request #29066 from gares/release-elpi-v3.4.4
Merge made by the 'ort' strategy.
 .../json-data-encoding-browser.1.1.1/opam          | 37 ++++++++++++++++++
 .../json-data-encoding-bson.1.1.1/opam             | 39 +++++++++++++++++++
 .../json-data-encoding.1.1.1/opam                  | 44 ++++++++++++++++++++++
 3 files changed, 120 insertions(+)
 create mode 100644 packages/json-data-encoding-browser/json-data-encoding-browser.1.1.1/opam
 create mode 100644 packages/json-data-encoding-bson/json-data-encoding-bson.1.1.1/opam
 create mode 100644 packages/json-data-encoding/json-data-encoding.1.1.1/opam

(from ocaml/opam:debian-unstable-ocaml-4.14@sha256:2db4fd3cecd2bf3a200f98ab8b1c1c4a4ebbc12b66e492a5ab9a203f7c0d92d0)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:2db4fd3cecd2bf3a200f98ab8b1c1c4a4ebbc12b66e492a5ab9a203f7c0d92d0' locally
docker.io/ocaml/opam@sha256:2db4fd3cecd2bf3a200f98ab8b1c1c4a4ebbc12b66e492a5ab9a203f7c0d92d0: Pulling from ocaml/opam
ebb6f524ed90: Pulling fs layer
f120b4d74b29: Pulling fs layer
e95822d2b557: Pulling fs layer
8b84853e51d3: Pulling fs layer
a38a081c2c28: Pulling fs layer
77fbd53b5ce1: Pulling fs layer
f120b4d74b29: Waiting
ebb6f524ed90: Waiting
f1292c503277: Pulling fs layer
e95822d2b557: Waiting
8b84853e51d3: Waiting
5fba9f68962a: Pulling fs layer
a38a081c2c28: Waiting
ee4cdb85c21d: Pulling fs layer
77fbd53b5ce1: Waiting
f1292c503277: Waiting
d7890886b005: Pulling fs layer
b1c1a0adcc55: Pulling fs layer
5fba9f68962a: Waiting
ee4cdb85c21d: Waiting
86f48e37ff2f: Pulling fs layer
331eb8fb1432: Pulling fs layer
4f2b05f7ee40: Pulling fs layer
d7890886b005: Waiting
45b24e0c8677: Pulling fs layer
6ffa0f269f18: Pulling fs layer
5e27703f2390: Pulling fs layer
86f48e37ff2f: Waiting
b1c1a0adcc55: Waiting
4f2b05f7ee40: Waiting
da3726a6379a: Pulling fs layer
6ffa0f269f18: Waiting
0442ad4217f5: Pulling fs layer
5e27703f2390: Waiting
4be70647f064: Pulling fs layer
da3726a6379a: Waiting
4ad6643acd10: Pulling fs layer
0442ad4217f5: Waiting
4f4fb700ef54: Pulling fs layer
4be70647f064: Waiting
6ec2700cbde1: Pulling fs layer
b7d90e735da0: Pulling fs layer
4f4fb700ef54: Waiting
ff023b4d7822: Pulling fs layer
6ec2700cbde1: Waiting
b7d90e735da0: Waiting
c8f136e120e9: Pulling fs layer
87dd49f41b54: Pulling fs layer
ff023b4d7822: Waiting
c8f136e120e9: Waiting
a6facbf6fcca: Pulling fs layer
41cbfdda5dd2: Pulling fs layer
87dd49f41b54: Waiting
a6facbf6fcca: Waiting
b839fbfe5981: Pulling fs layer
cf7eeab827c6: Pulling fs layer
a983adf3c65b: Pulling fs layer
b839fbfe5981: Waiting
41cbfdda5dd2: Waiting
ca02bfc08eda: Pulling fs layer
cf7eeab827c6: Waiting
a983adf3c65b: Waiting
90910d87c7ef: Pulling fs layer
2ba202a6ce4c: Pulling fs layer
b6e6debfeddb: Pulling fs layer
ca02bfc08eda: Waiting
90910d87c7ef: Waiting
af18a3d6e984: Pulling fs layer
2ba202a6ce4c: Waiting
a2e0b259d88e: Pulling fs layer
e95af063fa41: Pulling fs layer
bf328d66f3b9: Pulling fs layer
af18a3d6e984: Waiting
a2e0b259d88e: Waiting
2b3a64ba18ed: Pulling fs layer
b6e6debfeddb: Waiting
e95af063fa41: Waiting
9e7683e80146: Pulling fs layer
2b3a64ba18ed: Waiting
0ab5c5b2a9b6: Pulling fs layer
042f578e626b: Pulling fs layer
0ab5c5b2a9b6: Waiting
bf328d66f3b9: Waiting
042f578e626b: Waiting
ebb6f524ed90: Verifying Checksum
ebb6f524ed90: Download complete
f120b4d74b29: Verifying Checksum
f120b4d74b29: Download complete
e95822d2b557: Download complete
a38a081c2c28: Verifying Checksum
a38a081c2c28: Download complete
8b84853e51d3: Verifying Checksum
8b84853e51d3: Download complete
f1292c503277: Verifying Checksum
f1292c503277: Download complete
ee4cdb85c21d: Verifying Checksum
ee4cdb85c21d: Download complete
5fba9f68962a: Verifying Checksum
5fba9f68962a: Download complete
d7890886b005: Verifying Checksum
d7890886b005: Download complete
86f48e37ff2f: Verifying Checksum
86f48e37ff2f: Download complete
b1c1a0adcc55: Verifying Checksum
b1c1a0adcc55: Download complete
ebb6f524ed90: Pull complete
f120b4d74b29: Pull complete
e95822d2b557: Pull complete
4f2b05f7ee40: Verifying Checksum
4f2b05f7ee40: Download complete
331eb8fb1432: Verifying Checksum
331eb8fb1432: Download complete
8b84853e51d3: Pull complete
45b24e0c8677: Verifying Checksum
45b24e0c8677: Download complete
6ffa0f269f18: Verifying Checksum
6ffa0f269f18: Download complete
77fbd53b5ce1: Verifying Checksum
77fbd53b5ce1: Download complete
5e27703f2390: Download complete
da3726a6379a: Download complete
4be70647f064: Verifying Checksum
0442ad4217f5: Download complete
4be70647f064: Download complete
4ad6643acd10: Download complete
6ec2700cbde1: Verifying Checksum
6ec2700cbde1: Download complete
b7d90e735da0: Verifying Checksum
b7d90e735da0: Download complete
a38a081c2c28: Pull complete
ff023b4d7822: Verifying Checksum
c8f136e120e9: Verifying Checksum
c8f136e120e9: Download complete
41cbfdda5dd2: Download complete
a6facbf6fcca: Download complete
b839fbfe5981: Verifying Checksum
b839fbfe5981: Download complete
a983adf3c65b: Verifying Checksum
a983adf3c65b: Download complete
cf7eeab827c6: Download complete
ca02bfc08eda: Download complete
90910d87c7ef: Download complete
b6e6debfeddb: Download complete
a2e0b259d88e: Verifying Checksum
a2e0b259d88e: Download complete
e95af063fa41: Verifying Checksum
e95af063fa41: Download complete
bf328d66f3b9: Download complete
af18a3d6e984: Verifying Checksum
af18a3d6e984: Download complete
0ab5c5b2a9b6: Download complete
042f578e626b: Download complete
2b3a64ba18ed: Verifying Checksum
2b3a64ba18ed: Download complete
2ba202a6ce4c: Verifying Checksum
2ba202a6ce4c: Download complete
77fbd53b5ce1: Pull complete
f1292c503277: Pull complete
5fba9f68962a: Pull complete
ee4cdb85c21d: Pull complete
d7890886b005: Pull complete
b1c1a0adcc55: Pull complete
86f48e37ff2f: Pull complete
331eb8fb1432: Pull complete
4f2b05f7ee40: Pull complete
45b24e0c8677: Pull complete
6ffa0f269f18: Pull complete
5e27703f2390: Pull complete
da3726a6379a: Pull complete
0442ad4217f5: Pull complete
4be70647f064: Pull complete
4ad6643acd10: Pull complete
4f4fb700ef54: Pull complete
6ec2700cbde1: Pull complete
b7d90e735da0: Pull complete
ff023b4d7822: Pull complete
c8f136e120e9: Pull complete
87dd49f41b54: Pull complete
a6facbf6fcca: Pull complete
41cbfdda5dd2: Pull complete
b839fbfe5981: Pull complete
cf7eeab827c6: Pull complete
a983adf3c65b: Pull complete
ca02bfc08eda: Pull complete
90910d87c7ef: Pull complete
2ba202a6ce4c: Pull complete
b6e6debfeddb: Pull complete
af18a3d6e984: Pull complete
a2e0b259d88e: Pull complete
e95af063fa41: Pull complete
bf328d66f3b9: Pull complete
2b3a64ba18ed: Pull complete
9e7683e80146: Pull complete
0ab5c5b2a9b6: Pull complete
042f578e626b: Pull complete
Digest: sha256:2db4fd3cecd2bf3a200f98ab8b1c1c4a4ebbc12b66e492a5ab9a203f7c0d92d0
Status: Downloaded newer image for ocaml/opam@sha256:2db4fd3cecd2bf3a200f98ab8b1c1c4a4ebbc12b66e492a5ab9a203f7c0d92d0
2025-12-11 20:10.27 ---> saved as "02d32a3f9b6afafb6063bf3131216b3b9d2d42af26aeeb1ce0ae257e43683686"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-11 20:10.28 ---> saved as "b48ace917a25cb3145449911ad62bdbdf854ae17e3521f58fa68abc362b3b721"

/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
2025-12-11 20:10.53 ---> saved as "6b85febb72d6fe516c3f2ba453de61f229964b02002e71c824d3829b2bfbe690"

/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=debian os-version=unknown
# 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       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
2025-12-11 20:10.54 ---> saved as "bd814e775d84b10c7ec7d7eba8d7faaa8958fa9a91e4f3e20d8e6fc418137b9c"

/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/"))
2025-12-11 20:11.18 ---> saved as "f1baf83e6781a73a93ddec2ac83e8ae35ab2e1e474f9e3bc4ea17041fe19ba82"

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-11 20:11.29 ---> saved as "fe9f0f8074f62104aa03186ef35f68613a80a5ea298dfc72ec717c388d26fbf0"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-11 20:11.59 ---> saved as "466177337f9008a66fe146b080e3f91cbbc3bede4b9ef836c85b0d77dcfbe953"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [176 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-12-11-1404.45-F-2025-12-06-2006.32.pdiff [357 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-12-11-1404.45-F-2025-12-06-2006.32.pdiff [357 kB]
- Fetched 597 kB in 1s (423 kB/s)
- Reading package lists...
- 
2025-12-11 20:12.01 ---> saved as "ee2cbf06b8bfa620bcbeca71dd12517db70696914f2dd3a563afdc77731b233b"

/home/opam: (run (shell "opam pin add -k version -yn json-data-encoding-browser.1.1.1 1.1.1"))
json-data-encoding-browser is now pinned to version 1.1.1
2025-12-11 20:12.02 ---> saved as "7aee230c4d688faf4a46c1c1e9a545216164b0719712d30699152006b044bc80"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall json-data-encoding-browser.1.1.1;\
                        \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 \"\\\"debian-unstable\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'json-data-encoding-browser.1.1.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
json-data-encoding-browser.1.1.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 32 packages
  - install angstrom                   0.16.1         [required by uri]
  - install bigstringaf                0.10.0         [required by angstrom]
  - install cmdliner                   2.1.0          [required by js_of_ocaml-compiler]
  - install csexp                      1.5.2          [required by dune-configurator]
  - install cstruct                    6.2.0          [required by hex]
  - install dune                       3.20.2         [required by json-data-encoding-browser]
  - install dune-configurator          3.20.2         [required by bigstringaf]
  - install fmt                        0.11.0         [required by cstruct]
  - install gen                        1.1            [required by sedlex]
  - install hex                        1.5.0          [required by json-data-encoding]
  - install js_of_ocaml                6.2.0          [required by json-data-encoding-browser]
  - install js_of_ocaml-compiler       6.2.0          [required by js_of_ocaml]
  - install json-data-encoding         1.1.1          [required by json-data-encoding-browser]
  - install json-data-encoding-browser 1.1.1 (pinned)
  - install menhir                     20250912       [required by js_of_ocaml-compiler]
  - install menhirCST                  20250912       [required by menhir]
  - install menhirLib                  20250912       [required by js_of_ocaml-compiler]
  - install menhirSdk                  20250912       [required by js_of_ocaml-compiler]
  - 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 fmt]
  - install ocamlfind                  1.9.8          [required by js_of_ocaml-compiler]
  - install ppx_derivers               1.2.1          [required by ppxlib]
  - install ppxlib                     0.37.0         [required by js_of_ocaml]
  - install sedlex                     3.7            [required by js_of_ocaml-compiler]
  - 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 fmt]
  - install uri                        4.4.0          [required by json-data-encoding]
  - install yojson                     3.0.0          [required by js_of_ocaml-compiler]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved hex.1.5.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0  (cached)
-> retrieved json-data-encoding.1.1.1, json-data-encoding-browser.1.1.1  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (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 ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.37.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 yojson.3.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed json-data-encoding.1.1.1
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed sedlex.3.7
-> installed js_of_ocaml-compiler.6.2.0
-> installed js_of_ocaml.6.2.0
-> installed json-data-encoding-browser.1.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-11 20:13.21 ---> saved as "42c1bf934f42d1a328f5595efcf458475e66a688cc8eb6442ef9424e3e647b4b"
Job succeeded
2025-12-11 20:13.54: Job succeeded