(not at the head of any monitored branch or PR)
2026-04-11 21:11.42: New job: build liquidsoap-js.2.4.3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29708/head (6e365c3152323f2e4b6fb688668cd535d3dd08a0)
                              on fedora-42-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/29708/head" && git reset --hard 6e365c31
git fetch origin master
git merge --no-edit c18adeb75d158d5999645fdf3e6e1503c882cdc3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20
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 liquidsoap-js.2.4.3 2.4.3
RUN opam reinstall liquidsoap-js.2.4.3; \
    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 "\"fedora-42\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'liquidsoap-js.2.4.3' && 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-11 21:11.42: Using cache hint "ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20-liquidsoap-js.2.4.3-6e365c3152323f2e4b6fb688668cd535d3dd08a0"
2026-04-11 21:11.42: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20)
 (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 liquidsoap-js.2.4.3 2.4.3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall liquidsoap-js.2.4.3;\
             \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 \"\\\"fedora-42\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'liquidsoap-js.2.4.3' && 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-11 21:11.42: Waiting for resource in pool OCluster
2026-04-11 21:11.44: Waiting for worker…
2026-04-11 21:11.44: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at c18adeb75d Merge pull request #29698 from daysv/release-sm-0.1.1
Updating c18adeb75d..6e365c3152
Fast-forward
 packages/liquidsoap-js/liquidsoap-js.2.4.3/opam    |  44 ++++++
 .../liquidsoap-lang/liquidsoap-lang.2.4.3/opam     |  47 ++++++
 .../liquidsoap-mode/liquidsoap-mode.2.4.3/opam     |  47 ++++++
 packages/liquidsoap/liquidsoap.2.4.3/opam          | 163 +++++++++++++++++++++
 4 files changed, 301 insertions(+)
 create mode 100644 packages/liquidsoap-js/liquidsoap-js.2.4.3/opam
 create mode 100644 packages/liquidsoap-lang/liquidsoap-lang.2.4.3/opam
 create mode 100644 packages/liquidsoap-mode/liquidsoap-mode.2.4.3/opam
 create mode 100644 packages/liquidsoap/liquidsoap.2.4.3/opam

(from ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20' locally
docker.io/ocaml/opam@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20: Pulling from ocaml/opam
bcbfb8588268: Pulling fs layer
7c86f07d981d: Pulling fs layer
bcbfb8588268: Waiting
e523f6cbdc73: Pulling fs layer
7c86f07d981d: Waiting
e196c832855a: Pulling fs layer
c24dcc89d23e: Pulling fs layer
e196c832855a: Waiting
cd9def049d81: Pulling fs layer
c24dcc89d23e: Waiting
e360f9824a3f: Pulling fs layer
cd9def049d81: Waiting
fbeadbd8287f: Pulling fs layer
e360f9824a3f: Waiting
b5be9212d8a5: Pulling fs layer
fbeadbd8287f: Waiting
58850ac9f02f: Pulling fs layer
b5be9212d8a5: Waiting
94de074660d5: Pulling fs layer
58850ac9f02f: Waiting
c6d785172de9: Pulling fs layer
94de074660d5: Waiting
5642a0bc3a02: Pulling fs layer
677ac3b3af73: Pulling fs layer
97f4a46fa01c: Pulling fs layer
c6d785172de9: Waiting
677ac3b3af73: Waiting
887c8b3bd767: Pulling fs layer
97f4a46fa01c: Waiting
887c8b3bd767: Waiting
8572bae05e44: Pulling fs layer
a801ab04175f: Pulling fs layer
8572bae05e44: Waiting
8eb7359ab813: Pulling fs layer
a801ab04175f: Waiting
ea7dd170751f: Pulling fs layer
8eb7359ab813: Waiting
4f4fb700ef54: Pulling fs layer
4eeb3f6c741a: Pulling fs layer
ea7dd170751f: Waiting
4f4fb700ef54: Waiting
d8096e11e5a7: Pulling fs layer
4eeb3f6c741a: Waiting
b45c71862e05: Pulling fs layer
d8096e11e5a7: Waiting
3d3025681a79: Pulling fs layer
b45c71862e05: Waiting
3619e9f4de7b: Pulling fs layer
3d3025681a79: Waiting
e1d8131f324a: Pulling fs layer
3619e9f4de7b: Waiting
98ffe2fff5c0: Pulling fs layer
e1d8131f324a: Waiting
ecf008026c3e: Pulling fs layer
98ffe2fff5c0: Waiting
b7768b04427d: Pulling fs layer
ecf008026c3e: Waiting
aad28dcc458f: Pulling fs layer
b7768b04427d: Waiting
2972bd6e2f3d: Pulling fs layer
aad28dcc458f: Waiting
ca68011eb393: Pulling fs layer
2972bd6e2f3d: Waiting
9b422c636e47: Pulling fs layer
ca68011eb393: Waiting
63cf593f7c6c: Pulling fs layer
9b422c636e47: Waiting
8f3a2bf8a3f5: Pulling fs layer
63cf593f7c6c: Waiting
fd59c3ff8fe9: Pulling fs layer
8f3a2bf8a3f5: Waiting
c19e7369255b: Pulling fs layer
fd59c3ff8fe9: Waiting
379fcd94e8be: Pulling fs layer
c19e7369255b: Waiting
9f42b986b124: Pulling fs layer
379fcd94e8be: Waiting
5265afd8716d: Pulling fs layer
9f42b986b124: Waiting
85416eeda842: Pulling fs layer
5265afd8716d: Waiting
bcd50729bf5d: Pulling fs layer
85416eeda842: Waiting
b11563d96a68: Pulling fs layer
bcd50729bf5d: Waiting
bcbfb8588268: Verifying Checksum
bcbfb8588268: Download complete
7c86f07d981d: Download complete
bcbfb8588268: Pull complete
7c86f07d981d: Pull complete
e523f6cbdc73: Verifying Checksum
e523f6cbdc73: Download complete
e523f6cbdc73: Pull complete
e196c832855a: Verifying Checksum
e196c832855a: Download complete
c24dcc89d23e: Verifying Checksum
c24dcc89d23e: Download complete
cd9def049d81: Verifying Checksum
cd9def049d81: Download complete
e360f9824a3f: Verifying Checksum
e360f9824a3f: Download complete
fbeadbd8287f: Verifying Checksum
fbeadbd8287f: Download complete
b5be9212d8a5: Verifying Checksum
b5be9212d8a5: Download complete
58850ac9f02f: Verifying Checksum
58850ac9f02f: Download complete
94de074660d5: Verifying Checksum
94de074660d5: Download complete
c6d785172de9: Verifying Checksum
c6d785172de9: Download complete
5642a0bc3a02: Verifying Checksum
5642a0bc3a02: Download complete
677ac3b3af73: Verifying Checksum
677ac3b3af73: Download complete
97f4a46fa01c: Verifying Checksum
97f4a46fa01c: Download complete
887c8b3bd767: Verifying Checksum
887c8b3bd767: Download complete
8572bae05e44: Verifying Checksum
8572bae05e44: Download complete
a801ab04175f: Verifying Checksum
a801ab04175f: Download complete
8eb7359ab813: Verifying Checksum
8eb7359ab813: Download complete
ea7dd170751f: Verifying Checksum
ea7dd170751f: Download complete
4f4fb700ef54: Download complete
4eeb3f6c741a: Download complete
d8096e11e5a7: Verifying Checksum
d8096e11e5a7: Download complete
b45c71862e05: Verifying Checksum
b45c71862e05: Download complete
3d3025681a79: Download complete
3619e9f4de7b: Verifying Checksum
3619e9f4de7b: Download complete
e1d8131f324a: Verifying Checksum
e1d8131f324a: Download complete
98ffe2fff5c0: Download complete
ecf008026c3e: Verifying Checksum
ecf008026c3e: Download complete
b7768b04427d: Verifying Checksum
b7768b04427d: Download complete
aad28dcc458f: Verifying Checksum
aad28dcc458f: Download complete
2972bd6e2f3d: Verifying Checksum
2972bd6e2f3d: Download complete
ca68011eb393: Verifying Checksum
ca68011eb393: Download complete
63cf593f7c6c: Download complete
fd59c3ff8fe9: Verifying Checksum
fd59c3ff8fe9: Download complete
c19e7369255b: Download complete
379fcd94e8be: Verifying Checksum
379fcd94e8be: Download complete
9f42b986b124: Verifying Checksum
9f42b986b124: Download complete
9b422c636e47: Verifying Checksum
9b422c636e47: Download complete
85416eeda842: Download complete
e196c832855a: Pull complete
bcd50729bf5d: Verifying Checksum
bcd50729bf5d: Download complete
8f3a2bf8a3f5: Verifying Checksum
8f3a2bf8a3f5: Download complete
c24dcc89d23e: Pull complete
5265afd8716d: Verifying Checksum
5265afd8716d: Download complete
b11563d96a68: Verifying Checksum
b11563d96a68: Download complete
cd9def049d81: Pull complete
e360f9824a3f: Pull complete
fbeadbd8287f: Pull complete
b5be9212d8a5: Pull complete
58850ac9f02f: Pull complete
94de074660d5: Pull complete
c6d785172de9: Pull complete
5642a0bc3a02: Pull complete
677ac3b3af73: Pull complete
97f4a46fa01c: Pull complete
887c8b3bd767: Pull complete
8572bae05e44: Pull complete
a801ab04175f: Pull complete
8eb7359ab813: Pull complete
ea7dd170751f: Pull complete
4f4fb700ef54: Pull complete
4eeb3f6c741a: Pull complete
d8096e11e5a7: Pull complete
b45c71862e05: Pull complete
3d3025681a79: Pull complete
3619e9f4de7b: Pull complete
e1d8131f324a: Pull complete
98ffe2fff5c0: Pull complete
ecf008026c3e: Pull complete
b7768b04427d: Pull complete
aad28dcc458f: Pull complete
2972bd6e2f3d: Pull complete
ca68011eb393: Pull complete
9b422c636e47: Pull complete
63cf593f7c6c: Pull complete
8f3a2bf8a3f5: Pull complete
fd59c3ff8fe9: Pull complete
c19e7369255b: Pull complete
379fcd94e8be: Pull complete
9f42b986b124: Pull complete
5265afd8716d: Pull complete
85416eeda842: Pull complete
bcd50729bf5d: Pull complete
b11563d96a68: Pull complete
Digest: sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20
Status: Downloaded newer image for ocaml/opam@sha256:124aa82c714b990e603c31155a66ffc2c8d35aaed7f91d66af2f2976302f5d20
2026-04-11 21:18.56 ---> saved as "026d3cf1aee2d78e6ed81a600679704a94b27ab6856c8be16b9050008424a4ca"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-11 21:18.57 ---> saved as "9b9d372e7d13eea844ea87db532460d03c0ee9c750905d4fb13071888402d949"

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-11 21:19.36 ---> saved as "bdb0bf964210f8e37e9be3bc5aa66f6c063ff3d7c88670e45aa86d1e3ceafcd9"

/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=fedora os-version=42
# 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.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-11 21:19.37 ---> saved as "72f692234000cbca56412ee60f975caaa96e70ae39886d071b16b08f204ef234"

/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-11 21:20.03 ---> saved as "2d280ec6f3a7b9b1d8525d2e6d8ab307170fd4cb4ea6bf48001ea31910d20ec6"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-11 21:20.36 ---> saved as "1cf4eb098b62f180ba8ab1720b60f232959a487490b6c87d7a7bc78d83b29565"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-11 21:21.01 ---> saved as "8fdde3c2b4ffcd94bca6e95b635f815ac70cc0a43305a89205f6cb95f94e732c"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  43.6 KiB/s |  17.8 KiB |  00m00s
-  Fedora 42 - x86_64                     100% | 109.2 KiB/s |  21.1 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-11 21:21.07 ---> saved as "fbba3702d0f047466c2a65a4c71d661a2efd84b9dc0acde8bfd4b0fef7b26405"

/home/opam: (run (shell "opam pin add -k version -yn liquidsoap-js.2.4.3 2.4.3"))
liquidsoap-js is now pinned to version 2.4.3
2026-04-11 21:21.07 ---> saved as "d9a60d9115a3e5199c2610dcdbe3ae8a62b81abfb591f7d2107a6d2a74cde293"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall liquidsoap-js.2.4.3;\
                        \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 \"\\\"fedora-42\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'liquidsoap-js.2.4.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
liquidsoap-js.2.4.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 46 packages
  - install base                    v0.17.3        [required by ppx_hash, ppx_string]
  - install cmdliner                2.1.0          [required by js_of_ocaml-compiler]
  - install csexp                   1.5.2          [required by dune-private-libs]
  - install domain_shims            0.1.0          [required by liquidsoap-lang]
  - install dune                    3.22.1         [required by liquidsoap-js]
  - install dune-configurator       3.22.1         [required by base]
  - install dune-private-libs       3.22.1         [required by dune-site]
  - install dune-site               3.22.1         [required by liquidsoap-lang]
  - install dyn                     3.22.1         [required by dune-private-libs]
  - install fileutils               0.6.6          [required by liquidsoap-lang]
  - install fs-io                   3.22.1         [required by stdune]
  - install gen                     1.1            [required by sedlex]
  - install js_of_ocaml             6.3.2          [required by liquidsoap-js]
  - install js_of_ocaml-compiler    6.3.2          [required by js_of_ocaml]
  - install js_of_ocaml-ppx         6.3.2          [required by liquidsoap-js]
  - install liquidsoap-js           2.4.3 (pinned)
  - install liquidsoap-lang         2.4.3          [required by liquidsoap-js]
  - install menhir                  20260209       [required by liquidsoap-lang]
  - install menhirCST               20260209       [required by menhir]
  - install menhirGLR               20260209       [required by menhir]
  - install menhirLib               20260209       [required by js_of_ocaml-compiler]
  - install menhirSdk               20260209       [required by js_of_ocaml-compiler]
  - install ocaml-compiler-libs     v0.17.0        [required by js_of_ocaml-compiler]
  - install ocaml_intrinsics_kernel v0.17.1        [required by base]
  - install ordering                3.22.1         [required by dyn, stdune]
  - install pp                      2.0.0          [required by dune-private-libs]
  - install ppx_base                v0.17.0        [required by ppx_string]
  - install ppx_cold                v0.17.0        [required by ppx_base]
  - install ppx_compare             v0.17.0        [required by ppx_hash]
  - install ppx_derivers            1.2.1          [required by ppxlib]
  - install ppx_enumerate           v0.17.0        [required by ppx_base]
  - install ppx_globalize           v0.17.2        [required by ppx_base]
  - install ppx_hash                v0.17.0        [required by liquidsoap-lang]
  - install ppx_sexp_conv           v0.17.1        [required by ppx_hash]
  - install ppx_string              v0.17.0        [required by liquidsoap-lang]
  - install ppxlib                  0.38.0         [required by js_of_ocaml, js_of_ocaml-ppx]
  - install ppxlib_jane             v0.17.4        [required by ppx_hash]
  - install re                      1.14.0         [required by liquidsoap-lang]
  - install sedlex                  3.7            [required by liquidsoap-lang]
  - install seq                     base           [required by gen]
  - install sexplib0                v0.17.0        [required by base, ppxlib, ppx_sexp_conv]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install stdune                  3.22.1         [required by dune-private-libs]
  - install top-closure             3.22.1         [required by stdune]
  - install xml-light               2.5            [required by liquidsoap-lang]
  - install yojson                  3.0.0          [required by js_of_ocaml-compiler]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1  (cached)
-> retrieved fileutils.0.6.6  (cached)
-> retrieved gen.1.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved js_of_ocaml.6.3.2, js_of_ocaml-compiler.6.3.2, js_of_ocaml-ppx.6.3.2  (cached)
-> retrieved liquidsoap-js.2.4.3, liquidsoap-lang.2.4.3  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_string.v0.17.0  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (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 xml-light.2.5  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed domain_shims.0.1.0
-> installed fs-io.3.22.1
-> installed gen.1.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ordering.3.22.1
-> installed pp.2.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 top-closure.3.22.1
-> installed xml-light.2.5
-> installed yojson.3.0.0
-> installed dune-configurator.3.22.1
-> installed fileutils.0.6.6
-> installed dyn.3.22.1
-> installed stdune.3.22.1
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_cold.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_base.v0.17.0
-> installed ppx_string.v0.17.0
-> installed js_of_ocaml-compiler.6.3.2
-> installed liquidsoap-lang.2.4.3
-> installed js_of_ocaml.6.3.2
-> installed js_of_ocaml-ppx.6.3.2
-> installed liquidsoap-js.2.4.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-11 21:23.23 ---> saved as "ad36e468bcc8efb1447277f1e8cde6a65adf9e4360c72e26e1b8aaf51cfdfe4f"
Job succeeded
2026-04-11 21:23.30: Job succeeded