(not at the head of any monitored branch or PR)
2025-06-23 13:00.42: New job: build forester.5.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28039/head (c6cdd4ed51f96d3f5d83b2ecd37dd62c85ab2bb2)
                              on debian-11-ocaml-5.3/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/28039/head" && git reset --hard c6cdd4ed
git fetch origin master
git merge --no-edit 9b213cf26504b07a2adffa89ef2ad98284d7cb65
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-11-ocaml-5.3@sha256:3b25d6a178bc6cd47f351b253e53b07ddf2285068c32994777419d829b109ef6
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 forester.5.0 5.0
RUN opam reinstall forester.5.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 "\"debian-11\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'forester.5.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 .

2025-06-23 13:00.42: Using cache hint "ocaml/opam:debian-11-ocaml-5.3@sha256:3b25d6a178bc6cd47f351b253e53b07ddf2285068c32994777419d829b109ef6-forester.5.0-c6cdd4ed51f96d3f5d83b2ecd37dd62c85ab2bb2"
2025-06-23 13:00.42: Using OBuilder spec:
((from ocaml/opam:debian-11-ocaml-5.3@sha256:3b25d6a178bc6cd47f351b253e53b07ddf2285068c32994777419d829b109ef6)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 forester.5.0 5.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall forester.5.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 \"\\\"debian-11\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'forester.5.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-06-23 13:00.42: Waiting for resource in pool OCluster
2025-06-23 13:00.42: Waiting for worker…
2025-06-23 13:00.44: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 9b213cf265 Merge pull request #28068 from hannesm/recover-dune-3-17-2
Updating 9b213cf265..c6cdd4ed51
Fast-forward
 packages/forester/forester.5.0/opam | 69 +++++++++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)
 create mode 100644 packages/forester/forester.5.0/opam

(from ocaml/opam:debian-11-ocaml-5.3@sha256:3b25d6a178bc6cd47f351b253e53b07ddf2285068c32994777419d829b109ef6)
2025-06-23 13:01.55 ---> saved as "7d4e6d083069873517d49c7944aa63a25f088ad8140b71fa08c7099cebbb05a9"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-23 13:01.55 ---> saved as "87b5416bec38e113e916a30d9408dac0d4d35f90ae857a2516a9c2484da2d0a1"

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

Continue? [y/n] y
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.

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-23 13:02.36 ---> saved as "632742723b4f96ddb96fd2c5bdf538a709520bf4c976625d7e37dadb618b045a"

/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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=11
# 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       5.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-06-23 13:02.37 ---> saved as "6a5b8c26a80b7e5e8ec494beea29dbabdf2182194239bab72616de72f95b1aac"

/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-06-23 13:02.51 ---> saved as "b26283e6eddb547839cb2d159c894d05ef6e3181dce531dc8dcc0424abbe977c"

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-23 13:02.59 ---> saved as "2630fc8d58a23dae78b253da9f6e122ad4a7b5c7098cf65b794520a60dc21933"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-23 13:03.28 ---> saved as "c49090e22750f04b86321a7ffeeae3ad9e455b050c2b715751a8a7f7fd09c5dd"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
- Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.0 kB]
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [381 kB]
- Fetched 452 kB in 0s (910 kB/s)
- Reading package lists...
- 
2025-06-23 13:03.29 ---> saved as "adbacb71ec6f6f42801d7826329e9f992e1d719f37bb943ed6f6176ccc1507dc"

/home/opam: (run (shell "opam pin add -k version -yn forester.5.0 5.0"))
forester is now pinned to version 5.0
2025-06-23 13:03.30 ---> saved as "056000a26b2be89f2404c1b091c6e4e9a887ee7e6feb54fe9ce3834e7d712741"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall forester.5.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 \"\\\"debian-11\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'forester.5.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
forester.5.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 100 packages
  - install alcotest                1.9.0        [required by forester]
  - install algaeff                 2.0.0        [required by forester]
  - install angstrom                0.16.1       [required by uri]
  - install asai                    0.3.1        [required by forester]
  - install astring                 0.8.5        [required by alcotest]
  - install base                    v0.17.3      [required by ppx_yojson_conv]
  - install base64                  3.5.1        [required by forester]
  - install bigstringaf             0.10.0       [required by eio]
  - install bisect_ppx              2.8.3        [required by forester]
  - install brr                     0.0.7        [required by forester]
  - install bwd                     2.3.0        [required by forester]
  - install cid                     0.1.0        [required by forester]
  - install cmdliner                1.3.0        [required by forester]
  - install cohttp                  6.1.1        [required by cohttp-eio]
  - install cohttp-eio              6.1.1        [required by forester]
  - install cppo                    1.8.0        [required by ppx_deriving]
  - install csexp                   1.5.2        [required by dune-private-libs, merlin-lib]
  - install cstruct                 6.2.0        [required by eio]
  - install datalog                 0.7          [required by forester]
  - install digestif                1.3.0        [required by multihash-digestif]
  - install domain-local-await      1.0.1        [required by eio]
  - install dune                    3.19.1       [required by forester]
  - install dune-build-info         3.19.1       [required by forester]
  - install dune-configurator       3.19.1       [required by uring, iomux]
  - install dune-private-libs       3.19.1       [required by dune-site]
  - install dune-site               3.19.1       [required by forester]
  - install dyn                     3.19.1       [required by dune-private-libs]
  - install eio                     1.2          [required by cohttp-eio]
  - install eio_linux               1.2          [required by eio_main]
  - install eio_main                1.2          [required by forester]
  - install eio_posix               1.2          [required by eio_main]
  - install either                  1.0.0        [required by repr]
  - install eqaf                    0.10         [required by digestif]
  - install fmt                     0.10.0       [required by cohttp-eio, alcotest, ppx_repr]
  - install forester                5.0 (pinned)
  - install gen                     1.1          [required by sedlex]
  - install hmap                    0.8.1        [required by eio]
  - install http                    6.1.1        [required by cohttp-eio]
  - install ISO8601                 0.2.6        [required by toml]
  - install iomux                   0.3          [required by eio_posix]
  - install js_of_ocaml-compiler    6.0.1        [required by brr]
  - install js_of_ocaml-toplevel    6.0.1        [required by brr]
  - install jsonm                   1.0.2        [required by repr]
  - install jsonrpc                 1.22.0       [required by forester]
  - install logs                    0.8.0        [required by forester]
  - install lsp                     1.22.0       [required by forester]
  - install lwt-dllist              1.1.0        [required by eio]
  - install menhir                  20240715     [required by forester]
  - install menhirCST               20240715     [required by menhir]
  - install menhirLib               20240715     [required by js_of_ocaml-compiler]
  - install menhirSdk               20240715     [required by js_of_ocaml-compiler]
  - install merlin-lib              5.4.1-503    [required by ocaml-index]
  - install mtime                   2.1.0        [required by eio]
  - install multibase               0.1.0        [required by cid]
  - install multicodec              0.1.0        [required by cid]
  - install multihash               0.1.0        [required by multihash-digestif]
  - install multihash-digestif      0.1.0        [required by cid]
  - install ocaml-compiler-libs     v0.17.0      [required by ppxlib]
  - install ocaml-index             5.4.1-503    [required by forester]
  - install ocaml-syntax-shims      1.0.0        [required by alcotest]
  - install ocaml_intrinsics_kernel v0.17.1      [required by base]
  - install ocamlbuild              0.16.1       [required by brr, uucp]
  - install ocamlfind               1.9.8        [required by ppx_deriving, brr, uucp]
  - install ocamlgraph              2.2.0        [required by forester]
  - install octavius                1.2.2        [required by ppx_js_style]
  - install optint                  0.3.0        [required by eio, multibase, repr]
  - install ordering                3.19.1       [required by dyn, stdune]
  - install pp                      2.0.0        [required by dune-private-libs]
  - install ppx_derivers            1.2.1        [required by ppx_deriving]
  - install ppx_deriving            6.0.3        [required by forester]
  - install ppx_js_style            v0.17.0      [required by ppx_yojson_conv]
  - install ppx_repr                0.7.0        [required by forester]
  - install ppx_sexp_conv           v0.17.0      [required by cohttp]
  - install ppx_yojson_conv         v0.17.0      [required by forester]
  - install ppx_yojson_conv_lib     v0.17.0      [required by lsp, ppx_yojson_conv]
  - install ppxlib                  0.35.0       [required by ppx_repr, bisect_ppx, ppx_deriving, ppx_yojson_conv]
  - install ppxlib_jane             v0.17.2      [required by ppx_sexp_conv]
  - install psq                     0.2.1        [required by eio]
  - install ptime                   1.2.0        [required by forester]
  - install pure-html               3.10.1       [required by forester]
  - install re                      1.12.0       [required by alcotest]
  - install repr                    0.7.0        [required by forester]
  - install routes                  2.0.0        [required by forester]
  - install sedlex                  3.6          [required by js_of_ocaml-compiler]
  - install seq                     base         [required by spelll]
  - install sexplib0                v0.17.0      [required by ppxlib, cohttp]
  - install spelll                  0.4          [required by forester]
  - install stdlib-shims            0.3.0        [required by alcotest, spelll]
  - install stdune                  3.19.1       [required by dune-private-libs]
  - install stringext               1.6.0        [required by cohttp]
  - install thread-table            1.0.0        [required by domain-local-await]
  - install toml                    7.1.0        [required by forester]
  - install topkg                   1.0.8        [required by brr, uucp]
  - install uri                     4.4.0        [required by forester]
  - install uri-sexp                4.4.0        [required by cohttp]
  - install uring                   0.9          [required by eio_linux]
  - install uucp                    16.0.0       [required by forester]
  - install uutf                    1.0.4        [required by alcotest, lsp]
  - install yojson                  2.2.2        [required by forester]
  - install yuujinchou              5.2.0        [required by forester]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.0  (cached)
-> retrieved algaeff.2.0.0  (cached)
-> retrieved angstrom.0.16.1  (cached)
-> retrieved asai.0.3.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bisect_ppx.2.8.3  (cached)
-> retrieved brr.0.0.7  (cached)
-> retrieved bwd.2.3.0  (cached)
-> retrieved cid.0.1.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.6.1.1, cohttp-eio.6.1.1, http.6.1.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved datalog.0.7  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved dune.3.19.1, dune-build-info.3.19.1, dune-configurator.3.19.1, dune-private-libs.3.19.1, dune-site.3.19.1, dyn.3.19.1, ordering.3.19.1, stdune.3.19.1  (cached)
-> retrieved eio.1.2, eio_linux.1.2, eio_main.1.2, eio_posix.1.2  (cached)
-> retrieved either.1.0.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.10.0  (cached)
-> retrieved forester.5.0  (https://git.sr.ht/~jonsterling/ocaml-forester/archive/5.0.tar.gz)
-> retrieved gen.1.1  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved ISO8601.0.2.6  (cached)
-> retrieved iomux.0.3  (cached)
-> retrieved js_of_ocaml-compiler.6.0.1, js_of_ocaml-toplevel.6.0.1  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jsonrpc.1.22.0, lsp.1.22.0  (cached)
-> retrieved logs.0.8.0  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> retrieved merlin-lib.5.4.1-503, ocaml-index.5.4.1-503  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multibase.0.1.0  (cached)
-> retrieved multicodec.0.1.0  (cached)
-> retrieved multihash.0.1.0, multihash-digestif.0.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved octavius.1.2.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_js_style.v0.17.0  (cached)
-> retrieved ppx_repr.0.7.0, repr.0.7.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved ppx_yojson_conv.v0.17.0  (cached)
-> retrieved ppx_yojson_conv_lib.v0.17.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved ppxlib_jane.v0.17.2  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved pure-html.3.10.1  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved routes.2.0.0  (cached)
-> retrieved sedlex.3.6  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spelll.0.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved toml.7.1.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uring.0.9  (cached)
-> retrieved uucp.16.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved yuujinchou.5.2.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed hmap.0.8.1
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed fmt.0.10.0
-> installed dune.3.19.1
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed algaeff.2.0.0
-> installed base64.3.5.1
-> installed bwd.2.3.0
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed datalog.0.7
-> installed either.1.0.0
-> installed eqaf.0.10
-> installed gen.1.1
-> installed http.6.1.1
-> installed ISO8601.0.2.6
-> installed jsonrpc.1.22.0
-> installed lwt-dllist.1.1.0
-> installed menhirCST.20240715
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocamlgraph.2.2.0
-> installed octavius.1.2.2
-> installed optint.0.3.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed thread-table.1.0.0
-> installed yojson.2.2.2
-> installed asai.0.3.1
-> installed yuujinchou.5.2.0
-> installed digestif.1.3.0
-> installed multicodec.0.1.0
-> installed routes.2.0.0
-> installed multibase.0.1.0
-> installed spelll.0.4
-> installed ppx_yojson_conv_lib.v0.17.0
-> installed domain-local-await.1.0.1
-> installed multihash.0.1.0
-> installed multihash-digestif.0.1.0
-> installed repr.0.7.0
-> installed ordering.3.19.1
-> installed alcotest.1.9.0
-> installed dune-build-info.3.19.1
-> installed dune-configurator.3.19.1
-> installed cid.0.1.0
-> installed bigstringaf.0.10.0
-> installed iomux.0.3
-> installed dyn.3.19.1
-> installed angstrom.0.16.1
-> installed uring.0.9
-> installed eio.1.2
-> installed eio_linux.1.2
-> installed eio_posix.1.2
-> installed uri.4.4.0
-> installed eio_main.1.2
-> installed pure-html.3.10.1
-> installed stdune.3.19.1
-> installed base.v0.17.3
-> installed lsp.1.22.0
-> installed dune-private-libs.3.19.1
-> installed merlin-lib.5.4.1-503
-> installed dune-site.3.19.1
-> installed menhir.20240715
-> installed ocaml-index.5.4.1-503
-> installed toml.7.1.0
-> installed ppxlib.0.35.0
-> installed ppxlib_jane.v0.17.2
-> installed uucp.16.0.0
-> installed ppx_js_style.v0.17.0
-> installed ppx_deriving.6.0.3
-> installed bisect_ppx.2.8.3
-> installed sedlex.3.6
-> installed ppx_sexp_conv.v0.17.0
-> installed ppx_repr.0.7.0
-> installed ppx_yojson_conv.v0.17.0
-> installed uri-sexp.4.4.0
-> installed js_of_ocaml-compiler.6.0.1
-> installed logs.0.8.0
-> installed js_of_ocaml-toplevel.6.0.1
-> installed cohttp.6.1.1
-> installed cohttp-eio.6.1.1
-> installed brr.0.0.7
-> installed forester.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-23 13:05.45 ---> saved as "0d06340859de96f316d8309283decc29e119c8093b897c06f45e54cd524b19f7"
Job succeeded
2025-06-23 13:05.53: Job succeeded