(not at the head of any monitored branch or PR)
2026-04-11 20:20.44: New job: build nats-client-async.0.0.5, using opam 2.0
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29707/head (1ae5c549ec46c1c69e0d01454eb3b3e157366305)
                              on debian-13-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/29707/head" && git reset --hard 1ae5c549
git fetch origin master
git merge --no-edit c18adeb75d158d5999645fdf3e6e1503c882cdc3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn nats-client-async.0.0.5 0.0.5
RUN opam depext nats-client-async.0.0.5 && opam reinstall nats-client-async.0.0.5; \
    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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'nats-client-async.0.0.5' && 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 20:20.44: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03-nats-client-async.0.0.5-1ae5c549ec46c1c69e0d01454eb3b3e157366305"
2026-04-11 20:20.44: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "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 depext -u || true"))
 (run (shell "opam pin add -k version -yn nats-client-async.0.0.5 0.0.5"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam depext nats-client-async.0.0.5 && opam reinstall nats-client-async.0.0.5;\
             \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-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'nats-client-async.0.0.5' && 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 20:20.44: Waiting for resource in pool OCluster
2026-04-11 20:20.45: Waiting for worker…
2026-04-11 20:21.37: Got resource from pool OCluster
Building on eumache.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..1ae5c549ec
Fast-forward
 .../nats-client-async/nats-client-async.0.0.5/opam | 45 ++++++++++++++++++++++
 packages/nats-client/nats-client.0.0.5/opam        | 38 ++++++++++++++++++
 2 files changed, 83 insertions(+)
 create mode 100644 packages/nats-client-async/nats-client-async.0.0.5/opam
 create mode 100644 packages/nats-client/nats-client.0.0.5/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03)
2026-04-11 20:21.53 ---> using "4e852d2e6c9ac39a43c0cb8d1ef92ecff46d16da630bff560bb4811e0bb278c3" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-04-11 20:21.53 ---> using "499277dd8e38bf5015c1eb578039f5a07cd0b2c4ec1d65f1b12ac5c8dbbfd53a" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.

[WARNING] Recommended dependencies -- most packages rely on these:
  - m4

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-04-11 20:21.53 ---> using "b6f0289ee65710175688f897118d212e838c1b1fbf120be578b9fc60c591ab75" from cache

/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version      2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b) 
# self-upgrade      no
# system            arch=x86_64 os=linux os-distribution=debian os-version=13
# solver            builtin-mccs+glpk
# install-criteria  -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria  -removed,-count[version-lag,solution],-new
# jobs              71
# repositories      1 (version-controlled)
# pinned            1 (version)
# current-switch    5.4
2026-04-11 20:21.53 ---> using "13745f8557e119f464060ef52c572d7825b29d4829d40871f78e75e10d5790c8" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-11 20:21.53 ---> using "cf5b8fb5447b0ed9ebd788d35a1aa4932e34ca3e823a7808157d236b5ce2a72e" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-11 20:22.03 ---> saved as "b474ff9629ee8e9315aa2ba8e6058ad74477370bfa574a8eb9997c8b9739f192"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)

2026-04-11 20:22.15 ---> saved as "8de4451d3dcf2fbb60620489592323798f34396d777e526bbe066fe5c0b254f8"

/home/opam: (run (network host)
                 (shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "sudo":
    apt-get update
Hit:1 http://deb.debian.org/debian trixie InRelease
Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [121 kB]
Fetched 212 kB in 0s (723 kB/s)
Reading package lists...
# OS package update successful
2026-04-11 20:22.17 ---> saved as "38343cd1ca5d6384899ab27a397ef45b16999bbc282d63fe8b38faa1e0b88515"

/home/opam: (run (shell "opam pin add -k version -yn nats-client-async.0.0.5 0.0.5"))
nats-client-async is now pinned to version 0.0.5
2026-04-11 20:22.17 ---> saved as "ac2089eaec0e3dc4fe3770f4e5b405357a623358d99bddc3f77b26d025bee585"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam depext nats-client-async.0.0.5 && opam reinstall nats-client-async.0.0.5;\
                        \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-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'nats-client-async.0.0.5' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
nats-client-async.0.0.5 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install dune                        3.22.1    [required by nats-client-async]
  - install ocamlfind                   1.9.8     [required by uutf]
  - install ocamlbuild                  0.16.1    [required by uutf]
  - install num                         1.6       [required by sexplib]
  - install yojson                      3.0.0     [required by nats-client-async]
  - install stringext                   1.6.0     [required by uri]
  - install stdlib-shims                0.3.0     [required by ppxlib]
  - install spawn                       v0.17.0   [required by core_unix]
  - install sexplib0                    v0.17.0   [required by base]
  - install re                          1.14.0    [required by uri]
  - install ppx_derivers                1.2.1     [required by ppxlib]
  - install ocaml-compiler-libs         v0.17.0   [required by ppxlib]
  - install ocaml_intrinsics_kernel     v0.17.1   [required by base]
  - install jane-street-headers         v0.17.0   [required by core]
  - install csexp                       1.5.2     [required by dune-configurator]
  - install topkg                       1.1.1     [required by uutf]
  - install nats-client                 0.0.5     [required by nats-client-async]
  - install parsexp                     v0.17.0   [required by sexplib]
  - install uri                         3.1.0     [required by nats-client-async]
  - install ppxlib                      0.38.0    [required by ppx_diff]
  - install dune-configurator           3.22.1    [required by base]
  - install uutf                        1.0.4     [required by textutils]
  - install fmt                         0.11.0    [required by cstruct]
  - install sexplib                     v0.17.0   [required by core]
  - install ppxlib_jane                 v0.17.4   [required by ppx_diff]
  - install ppx_pipebang                v0.17.0   [required by ppx_jane]
  - install ppx_ignore_instrumentation  v0.17.0   [required by ppx_jane]
  - install base                        v0.17.3   [required by core, core_kernel]
  - install cstruct                     6.2.0     [required by async_unix]
  - install variantslib                 v0.17.0   [required by core]
  - install typerep                     v0.17.1   [required by core]
  - install stdio                       v0.17.0   [required by core]
  - install ppx_tydi                    v0.17.1   [required by ppx_jane]
  - install ppx_stable_witness          v0.17.0   [required by ppx_jane]
  - install ppx_stable                  v0.17.1   [required by ppx_jane]
  - install ppx_sexp_conv               v0.17.1   [required by core]
  - install ppx_optional                v0.17.0   [required by ppx_jane]
  - install ppx_here                    v0.17.0   [required by ppx_jane]
  - install ppx_globalize               v0.17.2   [required by ppx_base]
  - install ppx_fixed_literal           v0.17.0   [required by ppx_jane]
  - install ppx_enumerate               v0.17.0   [required by ppx_diff]
  - install ppx_disable_unused_warnings v0.17.0   [required by ppx_jane]
  - install ppx_compare                 v0.17.0   [required by ppx_diff]
  - install ppx_cold                    v0.17.0   [required by ppx_base]
  - install fieldslib                   v0.17.0   [required by core]
  - install ppx_variants_conv           v0.17.1   [required by ppx_jane]
  - install ppx_typerep_conv            v0.17.1   [required by ppx_jane]
  - install ppx_optcomp                 v0.17.1   [required by core_kernel, core, async_unix]
  - install ppx_custom_printf           v0.17.0   [required by ppx_jane]
  - install ppx_sexp_value              v0.17.0   [required by ppx_jane]
  - install ppx_sexp_message            v0.17.0   [required by core]
  - install ppx_let                     v0.17.1   [required by ppx_jane]
  - install ppx_hash                    v0.17.0   [required by core]
  - install ppx_assert                  v0.17.0   [required by core]
  - install ppx_fields_conv             v0.17.0   [required by ppx_jane]
  - install ppx_base                    v0.17.0   [required by core]
  - install jst-config                  v0.17.0   [required by core]
  - install bin_prot                    v0.17.0-1 [required by core]
  - install sexp_pretty                 v0.17.0   [required by expect_test_helpers_core]
  - install ppx_string                  v0.17.0   [required by ppx_jane]
  - install capitalization              v0.17.0   [required by ppx_string_conv]
  - install time_now                    v0.17.0   [required by core]
  - install ppx_bin_prot                v0.17.1   [required by ppx_jane]
  - install ppx_string_conv             v0.17.0   [required by ppx_jane]
  - install ppx_module_timer            v0.17.0   [required by ppx_jane]
  - install ppx_inline_test             v0.17.1   [required by core]
  - install ppx_expect                  v0.17.3   [required by ppx_jane]
  - install ppx_bench                   v0.17.1   [required by ppx_jane]
  - install ppx_log                     v0.17.0   [required by ppx_jane]
  - install splittable_random           v0.17.0   [required by core]
  - install base_quickcheck             v0.17.1   [required by core]
  - install ppx_jane                    v0.17.0   [required by async]
  - install uopt                        v0.17.0   [required by core_kernel]
  - install int_repr                    v0.17.0   [required by core_kernel]
  - install gel                         v0.17.0   [required by async_rpc_kernel]
  - install base_bigstring              v0.17.0   [required by core]
  - install ppx_diff                    v0.17.1   [required by core]
  - install core                        v0.17.2   [required by nats-client-async]
  - install timezone                    v0.17.0   [required by async_log]
  - install protocol_version_header     v0.17.0   [required by async_rpc_kernel]
  - install expect_test_helpers_core    v0.17.0   [required by core_unix]
  - install core_kernel                 v0.17.0   [required by async]
  - install core_unix                   v0.17.1   [required by async]
  - install async_kernel                v0.17.0   [required by async]
  - install textutils                   v0.17.0   [required by async]
  - install async_unix                  v0.17.0   [required by nats-client-async]
  - install async_rpc_kernel            v0.17.0   [required by async]
  - install async_log                   v0.17.0   [required by async]
  - install async                       v0.17.0   [required by nats-client-async]
  - install nats-client-async           0.0.5*
===== 90 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[async.v0.17.0] found in cache
[async_kernel.v0.17.0] found in cache
[async_log.v0.17.0] found in cache
[async_rpc_kernel.v0.17.0] found in cache
[async_unix.v0.17.0] found in cache
[base.v0.17.3] found in cache
[base_bigstring.v0.17.0] found in cache
[base_quickcheck.v0.17.1] found in cache
[bin_prot.v0.17.0-1] found in cache
[capitalization.v0.17.0] found in cache
[core.v0.17.2] found in cache
[core_kernel.v0.17.0] found in cache
[core_unix.v0.17.1] found in cache
[csexp.1.5.2] found in cache
[cstruct.6.2.0] found in cache
[dune.3.22.1] found in cache
[dune-configurator.3.22.1] found in cache
[expect_test_helpers_core.v0.17.0] found in cache
[fieldslib.v0.17.0] found in cache
[fmt.0.11.0] found in cache
[gel.v0.17.0] found in cache
[int_repr.v0.17.0] found in cache
[jane-street-headers.v0.17.0] found in cache
[jst-config.v0.17.0] found in cache
[nats-client.0.0.5] found in cache
[nats-client-async.0.0.5] found in cache
[num.1.6] found in cache
[ocaml-compiler-libs.v0.17.0] found in cache
[ocaml_intrinsics_kernel.v0.17.1] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[parsexp.v0.17.0] found in cache
[ppx_assert.v0.17.0] found in cache
[ppx_base.v0.17.0] found in cache
[ppx_bench.v0.17.1] found in cache
[ppx_bin_prot.v0.17.1] found in cache
[ppx_cold.v0.17.0] found in cache
[ppx_compare.v0.17.0] found in cache
[ppx_custom_printf.v0.17.0] found in cache
[ppx_derivers.1.2.1] found in cache
[ppx_diff.v0.17.1] found in cache
[ppx_disable_unused_warnings.v0.17.0] found in cache
[ppx_enumerate.v0.17.0] found in cache
[ppx_expect.v0.17.3] found in cache
[ppx_fields_conv.v0.17.0] found in cache
[ppx_fixed_literal.v0.17.0] found in cache
[ppx_globalize.v0.17.2] found in cache
[ppx_hash.v0.17.0] found in cache
[ppx_here.v0.17.0] found in cache
[ppx_ignore_instrumentation.v0.17.0] found in cache
[ppx_inline_test.v0.17.1] found in cache
[ppx_jane.v0.17.0] found in cache
[ppx_let.v0.17.1] found in cache
[ppx_log.v0.17.0] found in cache
[ppx_module_timer.v0.17.0] found in cache
[ppx_optcomp.v0.17.1] found in cache
[ppx_optional.v0.17.0] found in cache
[ppx_pipebang.v0.17.0] found in cache
[ppx_sexp_conv.v0.17.1] found in cache
[ppx_sexp_message.v0.17.0] found in cache
[ppx_sexp_value.v0.17.0] found in cache
[ppx_stable.v0.17.1] found in cache
[ppx_stable_witness.v0.17.0] found in cache
[ppx_string.v0.17.0] found in cache
[ppx_string_conv.v0.17.0] found in cache
[ppx_tydi.v0.17.1] found in cache
[ppx_typerep_conv.v0.17.1] found in cache
[ppx_variants_conv.v0.17.1] found in cache
[ppxlib.0.38.0] found in cache
[ppxlib_jane.v0.17.4] found in cache
[protocol_version_header.v0.17.0] found in cache
[re.1.14.0] found in cache
[sexp_pretty.v0.17.0] found in cache
[sexplib.v0.17.0] found in cache
[sexplib0.v0.17.0] found in cache
[spawn.v0.17.0] found in cache
[splittable_random.v0.17.0] found in cache
[stdio.v0.17.0] found in cache
[stdlib-shims.0.3.0] found in cache
[stringext.1.6.0] found in cache
[textutils.v0.17.0] found in cache
[time_now.v0.17.0] found in cache
[timezone.v0.17.0] found in cache
[topkg.1.1.1] found in cache
[typerep.v0.17.1] found in cache
[uopt.v0.17.0] found in cache
[uri.3.1.0] downloaded from cache at https://opam.ocaml.org/cache
[uutf.1.0.4] found in cache
[variantslib.v0.17.0] found in cache
[yojson.3.0.0] found in cache

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed dune.3.22.1
-> installed jane-street-headers.v0.17.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed sexplib0.v0.17.0
-> installed spawn.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed dune-configurator.3.22.1
-> installed nats-client.0.0.5
-> installed parsexp.v0.17.0
-> installed uri.3.1.0
-> installed sexplib.v0.17.0
-> installed base.v0.17.3
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ppx_cold.v0.17.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_tydi.v0.17.1
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_variants_conv.v0.17.1
-> installed ppx_compare.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_optional.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_let.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed ppx_base.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed capitalization.v0.17.0
-> installed jst-config.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed ppx_string.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed time_now.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed ppx_bin_prot.v0.17.1
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_bench.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed splittable_random.v0.17.0
-> installed base_quickcheck.v0.17.1
-> installed ppx_log.v0.17.0
-> installed ppx_jane.v0.17.0
-> installed uopt.v0.17.0
-> installed gel.v0.17.0
-> installed int_repr.v0.17.0
-> installed base_bigstring.v0.17.0
-> installed ppx_diff.v0.17.1
-> installed core.v0.17.2
-> installed protocol_version_header.v0.17.0
-> installed timezone.v0.17.0
-> installed expect_test_helpers_core.v0.17.0
-> installed core_kernel.v0.17.0
-> installed async_kernel.v0.17.0
-> installed core_unix.v0.17.1
-> installed textutils.v0.17.0
-> installed async_rpc_kernel.v0.17.0
-> installed async_unix.v0.17.0
-> installed async_log.v0.17.0
-> installed async.v0.17.0
-> installed nats-client-async.0.0.5
Done.
# Run eval $(opam env) to update the current shell environment
2026-04-11 20:26.41 ---> saved as "833cb4b37fac49e1e0b45bbb8ca5a626f93e5f799b8cfc252ee90c34ebf09ca2"
Job succeeded
2026-04-11 20:26.46: Job succeeded