Build:
  1. 0
2025-12-08 20:46.15: New job: build async_rpc_websocket.v0.17.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29040/head (54a2a184a6d77f10e4b79113c296cba5261ef4fa)
                              on macos-homebrew-ocaml-5.4/arm64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29040/head" && git reset --hard 54a2a184
git fetch origin master
git merge --no-edit 4c9d80b7312698c8f185350873cbec03fdf0471a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/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 -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn async_rpc_websocket.v0.17.0 v0.17.0
RUN opam reinstall async_rpc_websocket.v0.17.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 "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'async_rpc_websocket.v0.17.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-12-08 20:46.15: Using cache hint "macos-homebrew-ocaml-5.4-async_rpc_websocket.v0.17.0-54a2a184a6d77f10e4b79113c296cba5261ef4fa"
2025-12-08 20:46.15: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -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 -k local --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn async_rpc_websocket.v0.17.0 v0.17.0"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall async_rpc_websocket.v0.17.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 \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'async_rpc_websocket.v0.17.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-12-08 20:46.15: Waiting for resource in pool OCluster
2025-12-09 00:07.59: Waiting for worker…
2025-12-09 01:20.48: Got resource from pool OCluster
Building on m1-worker-04
All commits already cached
Updating files:  64% (12279/18985)
Updating files:  65% (12341/18985)
Updating files:  66% (12531/18985)
Updating files:  67% (12720/18985)
Updating files:  68% (12910/18985)
Updating files:  69% (13100/18985)
Updating files:  70% (13290/18985)
Updating files:  71% (13480/18985)
Updating files:  72% (13670/18985)
Updating files:  73% (13860/18985)
Updating files:  74% (14049/18985)
Updating files:  75% (14239/18985)
Updating files:  76% (14429/18985)
Updating files:  77% (14619/18985)
Updating files:  78% (14809/18985)
Updating files:  79% (14999/18985)
Updating files:  80% (15188/18985)
Updating files:  81% (15378/18985)
Updating files:  82% (15568/18985)
Updating files:  83% (15758/18985)
Updating files:  84% (15948/18985)
Updating files:  85% (16138/18985)
Updating files:  86% (16328/18985)
Updating files:  87% (16517/18985)
Updating files:  88% (16707/18985)
Updating files:  89% (16897/18985)
Updating files:  90% (17087/18985)
Updating files:  91% (17277/18985)
Updating files:  92% (17467/18985)
Updating files:  93% (17657/18985)
Updating files:  94% (17846/18985)
Updating files:  95% (18036/18985)
Updating files:  96% (18226/18985)
Updating files:  97% (18416/18985)
Updating files:  98% (18606/18985)
Updating files:  99% (18796/18985)
Updating files: 100% (18985/18985)
Updating files: 100% (18985/18985), done.
HEAD is now at 4c9d80b731 Merge pull request #29031 from NielsMommen/release-ppx_parser-0.2.1
Updating 4c9d80b731..54a2a184a6
Fast-forward
 packages/SZXX/SZXX.4.0.0/opam                      |  2 +-
 .../abstract_algebra/abstract_algebra.v0.17.0/opam |  4 +-
 packages/accessor/accessor.v0.17.0/opam            |  6 +-
 .../accessor_async/accessor_async.v0.17.0/opam     | 10 +--
 packages/accessor_base/accessor_base.v0.17.0/opam  | 10 +--
 packages/accessor_core/accessor_core.v0.17.0/opam  | 10 +--
 packages/async/async.v0.17.0/opam                  | 18 ++---
 packages/async_durable/async_durable.v0.17.0/opam  | 10 +--
 packages/async_extra/async_extra.v0.17.0/opam      |  8 +--
 packages/async_find/async_find.v0.17.0/opam        |  6 +-
 packages/async_inotify/async_inotify.v0.17.0/opam  | 10 +--
 .../async_interactive.v0.17.0/opam                 |  8 +--
 packages/async_js/async_js.v0.17.0/opam            |  8 +--
 packages/async_kernel/async_kernel.v0.17.0/opam    |  6 +-
 packages/async_log/async_log.v0.17.0/opam          | 12 ++--
 .../async_rpc_kernel/async_rpc_kernel.v0.17.0/opam | 12 ++--
 .../async_rpc_websocket.v0.17.0/opam               |  6 +-
 .../async_sendfile/async_sendfile.v0.17.0/opam     |  8 +--
 packages/async_shell/async_shell.v0.17.0/opam      |  8 +--
 packages/async_smtp/async_smtp.v0.17.0/opam        | 28 ++++----
 packages/async_ssl/async_ssl.v0.17.0-1/opam        | 12 ++--
 packages/async_ssl/async_ssl.v0.17.0/opam          | 12 ++--
 packages/async_udp/async_udp.v0.17.0/opam          |  6 +-
 packages/async_unix/async_unix.v0.17.0/opam        | 12 ++--
 .../async_websocket/async_websocket.v0.17.0/opam   |  6 +-
 packages/babel/babel.v0.17.0/opam                  | 12 ++--
 packages/base/base.v0.17.0/opam                    |  4 +-
 packages/base/base.v0.17.1/opam                    |  8 +--
 packages/base/base.v0.17.3/opam                    |  4 +-
 .../base_bigstring/base_bigstring.v0.17.0/opam     |  6 +-
 .../base_quickcheck/base_quickcheck.v0.17.0/opam   | 16 ++---
 .../base_quickcheck/base_quickcheck.v0.17.1/opam   | 16 ++---
 packages/base_trie/base_trie.v0.17.0/opam          |  8 +--
 packages/bigdecimal/bigdecimal.v0.17.0/opam        |  6 +-
 packages/bignum/bignum.v0.17.0/opam                | 10 +--
 packages/bin_prot/bin_prot.v0.17.0-1/opam          | 16 ++---
 packages/bin_prot/bin_prot.v0.17.0/opam            | 16 ++---
 packages/bonsai/bonsai.v0.17.0/opam                | 78 +++++++++++-----------
 .../capitalization/capitalization.v0.17.0/opam     |  4 +-
 .../cmdlang-to-base/cmdlang-to-base.0.0.9/opam     | 22 +++---
 packages/codicons/codicons.v0.17.0/opam            |  6 +-
 .../cohttp_async_websocket.v0.17.0/opam            | 10 +--
 .../cohttp_static_handler.v0.17.0/opam             |  2 +-
 packages/command_rpc/command_rpc.v0.17.0/opam      |  6 +-
 .../content_security_policy.v0.17.0/opam           |  4 +-
 packages/coq-lsp/coq-lsp.0.2.0+8.17/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.0+8.18/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.0+8.19/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.0+8.20/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.2+8.17/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.2+8.18/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.2+8.19/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.2+8.20/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.3+8.17/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.3+8.18/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.3+8.19/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.3+8.20/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.3+9.0/opam            |  8 +--
 packages/coq-lsp/coq-lsp.0.2.4+8.20/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.4+9.0/opam            |  8 +--
 packages/coq-lsp/coq-lsp.0.2.4+9.1/opam            |  8 +--
 packages/coq-lsp/coq-lsp.0.2.5+8.20/opam           |  8 +--
 packages/coq-lsp/coq-lsp.0.2.5+9.0/opam            |  8 +--
 packages/coq-lsp/coq-lsp.0.2.5+9.1/opam            |  8 +--
 packages/coq-serapi/coq-serapi.8.20.0+0.20.0/opam  |  8 +--
 packages/core/core.v0.17.0/opam                    | 44 ++++++------
 packages/core/core.v0.17.1/opam                    | 44 ++++++------
 packages/core_bench/core_bench.v0.17.0/opam        | 24 +++----
 packages/core_extended/core_extended.v0.17.0/opam  | 10 +--
 packages/core_kernel/core_kernel.v0.17.0/opam      | 12 ++--
 packages/core_profiler/core_profiler.v0.17.0/opam  | 16 ++---
 packages/core_unix/core_unix.v0.17.0/opam          | 22 +++---
 packages/core_unix/core_unix.v0.17.1/opam          | 22 +++---
 packages/csvfields/csvfields.v0.17.0/opam          |  6 +-
 packages/dedent/dedent.v0.17.0/opam                |  6 +-
 .../delimited_parsing.v0.17.0/opam                 |  8 +--
 packages/ecaml/ecaml.v0.17.0/opam                  | 16 ++---
 packages/email_message/email_message.v0.17.0/opam  | 12 ++--
 packages/env_config/env_config.v0.17.0/opam        |  8 +--
 .../expect_test_helpers_async.v0.17.0/opam         | 12 ++--
 .../expect_test_helpers_core.v0.17.0/opam          | 12 ++--
 packages/fieldslib/fieldslib.v0.17.0/opam          |  2 +-
 packages/file-rewriter/file-rewriter.0.0.3/opam    |  2 +-
 packages/file_path/file_path.v0.17.0/opam          | 14 ++--
 packages/fuzzy_match/fuzzy_match.v0.17.0/opam      |  4 +-
 packages/fzf/fzf.v0.17.0/opam                      |  6 +-
 packages/gel/gel.v0.17.0/opam                      |  4 +-
 packages/hardcaml/hardcaml.v0.17.0/opam            | 12 ++--
 packages/hardcaml/hardcaml.v0.17.1/opam            | 12 ++--
 packages/hardcaml_axi/hardcaml_axi.v0.17.0/opam    | 12 ++--
 packages/hardcaml_c/hardcaml_c.v0.17.0/opam        | 10 +--
 .../hardcaml_circuits.v0.17.0/opam                 |  8 +--
 .../hardcaml_event_driven_sim.v0.17.0/opam         | 10 +--
 .../hardcaml_fixed_point.v0.17.0/opam              |  6 +-
 .../hardcaml_handshake.v0.17.0/opam                |  8 +--
 .../hardcaml_of_verilog.v0.17.0/opam               | 20 +++---
 .../hardcaml_step_testbench.v0.17.0/opam           | 10 +--
 .../hardcaml_verify/hardcaml_verify.v0.17.0/opam   | 12 ++--
 .../hardcaml_verilator.v0.17.0/opam                | 10 +--
 .../hardcaml_waveterm.v0.17.0/opam                 | 12 ++--
 .../hardcaml_xilinx/hardcaml_xilinx.v0.17.0/opam   | 10 +--
 .../hardcaml_xilinx_components.v0.17.0/opam        | 12 ++--
 .../hardcaml_xilinx_reports.v0.17.0/opam           | 18 ++---
 packages/hex_encode/hex_encode.v0.17.0/opam        |  4 +-
 packages/hg_lib/hg_lib.v0.17.0/opam                | 10 +--
 packages/higher_kinded/higher_kinded.v0.17.0/opam  |  4 +-
 packages/incr_dom/incr_dom.v0.17.0/opam            | 18 ++---
 .../incr_dom_interactive.v0.17.0/opam              | 18 ++---
 .../incr_dom_partial_render.v0.17.0/opam           | 10 +--
 .../incr_dom_sexp_form.v0.17.0/opam                | 16 ++---
 packages/incr_map/incr_map.v0.17.0/opam            | 18 ++---
 packages/incr_select/incr_select.v0.17.0/opam      |  6 +-
 packages/incremental/incremental.v0.17.0/opam      | 12 ++--
 .../indentation_buffer.v0.17.0/opam                |  4 +-
 packages/int_repr/int_repr.v0.17.0/opam            |  4 +-
 packages/jane_rope/jane_rope.v0.17.0/opam          |  4 +-
 .../janestreet_cpuid/janestreet_cpuid.v0.17.0/opam |  6 +-
 .../janestreet_csv/janestreet_csv.v0.17.0/opam     | 22 +++---
 .../janestreet_lru_cache.v0.17.0/opam              |  4 +-
 packages/jsonaf/jsonaf.v0.17.0/opam                |  4 +-
 packages/jst-config/jst-config.v0.17.0/opam        |  4 +-
 .../legacy_diffable/legacy_diffable.v0.17.0/opam   |  8 +--
 packages/line-up-words/line-up-words.v0.17.0/opam  | 10 +--
 .../man_in_the_middle_debugger.v0.17.0/opam        |  6 +-
 .../memtrace_viewer/memtrace_viewer.v0.17.0/opam   | 18 ++---
 packages/mlt_parser/mlt_parser.v0.17.0/opam        |  6 +-
 packages/n_ary/n_ary.v0.17.0/opam                  | 16 ++---
 packages/netsnmp/netsnmp.v0.17.0/opam              |  6 +-
 packages/notty_async/notty_async.v0.17.0/opam      |  4 +-
 .../numeric_string/numeric_string.v0.17.0/opam     |  4 +-
 .../ocaml-embed-file/ocaml-embed-file.v0.17.0/opam |  8 +--
 .../ocaml_intrinsics/ocaml_intrinsics.v0.17.0/opam |  2 +-
 .../ocaml_openapi_generator.v0.17.0/opam           | 16 ++---
 packages/of_json/of_json.v0.17.0/opam              |  8 +--
 .../ordinal_abbreviation.v0.17.0/opam              |  4 +-
 packages/pam/pam.v0.17.0/opam                      |  4 +-
 packages/parsexp/parsexp.v0.17.0/opam              |  2 +-
 packages/parsexp_io/parsexp_io.v0.17.0/opam        |  8 +--
 packages/patdiff/patdiff.v0.17.0/opam              | 12 ++--
 packages/patience_diff/patience_diff.v0.17.0/opam  |  6 +-
 .../polling_state_rpc.v0.17.0/opam                 | 12 ++--
 packages/posixat/posixat.v0.17.0/opam              |  6 +-
 .../postgres_async/postgres_async.v0.17.0/opam     | 10 +--
 packages/ppx_accessor/ppx_accessor.v0.17.0/opam    |  4 +-
 packages/ppx_assert/ppx_assert.v0.17.0/opam        | 10 +--
 packages/ppx_base/ppx_base.v0.17.0/opam            | 12 ++--
 packages/ppx_bench/ppx_bench.v0.17.0/opam          |  2 +-
 packages/ppx_bench/ppx_bench.v0.17.1/opam          |  2 +-
 packages/ppx_bin_prot/ppx_bin_prot.v0.17.0/opam    |  6 +-
 packages/ppx_bin_prot/ppx_bin_prot.v0.17.1/opam    |  8 +--
 packages/ppx_cold/ppx_cold.v0.17.0/opam            |  2 +-
 packages/ppx_compare/ppx_compare.v0.17.0/opam      |  4 +-
 packages/ppx_conv_func/ppx_conv_func.v0.17.0/opam  |  2 +-
 packages/ppx_css/ppx_css.v0.17.0/opam              | 24 +++----
 packages/ppx_csv_conv/ppx_csv_conv.v0.17.0/opam    |  8 +--
 .../ppx_custom_printf.v0.17.0/opam                 |  4 +-
 packages/ppx_demo/ppx_demo.v0.17.0/opam            |  6 +-
 .../ppx_derive_at_runtime.v0.17.0/opam             |  6 +-
 .../ppx_derive_at_runtime.v0.17.1/opam             |  6 +-
 packages/ppx_diff/ppx_diff.v0.17.0/opam            | 12 ++--
 packages/ppx_diff/ppx_diff.v0.17.1/opam            | 12 ++--
 .../ppx_disable_unused_warnings.v0.17.0/opam       |  2 +-
 .../ppx_embed_file/ppx_embed_file.v0.17.0/opam     |  6 +-
 packages/ppx_enumerate/ppx_enumerate.v0.17.0/opam  |  4 +-
 packages/ppx_expect/ppx_expect.v0.17.0/opam        |  8 +--
 packages/ppx_expect/ppx_expect.v0.17.1/opam        |  8 +--
 packages/ppx_expect/ppx_expect.v0.17.2/opam        |  8 +--
 packages/ppx_expect/ppx_expect.v0.17.3/opam        |  8 +--
 .../ppx_expect_nobase.v0.17.2/opam                 |  2 +-
 .../ppx_fields_conv/ppx_fields_conv.v0.17.0/opam   |  4 +-
 .../ppx_fixed_literal.v0.17.0/opam                 |  2 +-
 packages/ppx_globalize/ppx_globalize.v0.17.0/opam  |  2 +-
 packages/ppx_globalize/ppx_globalize.v0.17.2/opam  |  4 +-
 packages/ppx_hardcaml/ppx_hardcaml.v0.17.0/opam    |  6 +-
 packages/ppx_hardcaml/ppx_hardcaml.v0.17.1/opam    |  6 +-
 packages/ppx_hash/ppx_hash.v0.17.0/opam            |  8 +--
 packages/ppx_here/ppx_here.v0.17.0/opam            |  2 +-
 .../ppx_inline_test/ppx_inline_test.v0.17.0/opam   |  4 +-
 .../ppx_inline_test/ppx_inline_test.v0.17.1/opam   |  4 +-
 .../ppx_inline_test_nobase.v0.17.0.2/opam          |  2 +-
 .../ppx_inline_test_nobase.v0.17.0/opam            |  2 +-
 packages/ppx_jane/ppx_jane.v0.17.0/opam            | 54 +++++++--------
 packages/ppx_js_style/ppx_js_style.v0.17.0/opam    |  2 +-
 packages/ppx_js_style/ppx_js_style.v0.17.1/opam    |  2 +-
 .../ppx_jsonaf_conv/ppx_jsonaf_conv.v0.17.0/opam   |  6 +-
 .../ppx_jsonaf_conv/ppx_jsonaf_conv.v0.17.1/opam   |  6 +-
 packages/ppx_let/ppx_let.v0.17.0/opam              |  4 +-
 packages/ppx_let/ppx_let.v0.17.1/opam              |  4 +-
 packages/ppx_log/ppx_log.v0.17.0/opam              | 28 ++++----
 .../ppx_module_timer/ppx_module_timer.v0.17.0/opam |  8 +--
 packages/ppx_optcomp/ppx_optcomp.v0.17.0/opam      |  4 +-
 packages/ppx_optcomp/ppx_optcomp.v0.17.1/opam      |  4 +-
 packages/ppx_optional/ppx_optional.v0.17.0/opam    |  4 +-
 .../ppx_pattern_bind/ppx_pattern_bind.v0.17.0/opam |  4 +-
 .../ppx_pattern_bind/ppx_pattern_bind.v0.17.1/opam |  4 +-
 packages/ppx_python/ppx_python.v0.17.0/opam        |  4 +-
 .../ppx_quick_test/ppx_quick_test.v0.17.0/opam     | 24 +++----
 .../ppx_quick_test/ppx_quick_test.v0.17.1/opam     | 24 +++----
 packages/ppx_sexp_conv/ppx_sexp_conv.v0.17.0/opam  |  6 +-
 packages/ppx_sexp_conv/ppx_sexp_conv.v0.17.1/opam  |  6 +-
 .../ppx_sexp_message/ppx_sexp_message.v0.17.0/opam |  6 +-
 .../ppx_sexp_value/ppx_sexp_value.v0.17.0/opam     |  6 +-
 packages/ppx_stable/ppx_stable.v0.17.0/opam        |  2 +-
 packages/ppx_stable/ppx_stable.v0.17.1/opam        |  2 +-
 .../ppx_stable_witness.v0.17.0/opam                |  2 +-
 packages/ppx_string/ppx_string.v0.17.0/opam        |  4 +-
 .../ppx_string_conv/ppx_string_conv.v0.17.0/opam   |  8 +--
 packages/ppx_tydi/ppx_tydi.v0.17.0/opam            |  2 +-
 packages/ppx_tydi/ppx_tydi.v0.17.1/opam            |  2 +-
 .../ppx_typed_fields/ppx_typed_fields.v0.17.0/opam | 18 ++---
 .../ppx_typed_fields/ppx_typed_fields.v0.17.1/opam | 18 ++---
 .../ppx_typerep_conv/ppx_typerep_conv.v0.17.0/opam |  4 +-
 .../ppx_typerep_conv/ppx_typerep_conv.v0.17.1/opam |  4 +-
 .../ppx_variants_conv.v0.17.0/opam                 |  4 +-
 .../ppx_variants_conv.v0.17.1/opam                 |  4 +-
 packages/ppx_xml_conv/ppx_xml_conv.v0.17.0/opam    |  8 +--
 .../ppx_yojson_conv/ppx_yojson_conv.v0.17.0/opam   |  6 +-
 .../ppx_yojson_conv/ppx_yojson_conv.v0.17.1/opam   |  6 +-
 packages/profunctor/profunctor.v0.17.0/opam        |  6 +-
 .../protocol_version_header.v0.17.0/opam           |  4 +-
 packages/re2/re2.v0.17.0/opam                      |  8 +--
 packages/re_parser/re_parser.v0.17.0/opam          |  4 +-
 .../record_builder/record_builder.v0.17.0/opam     |  4 +-
 packages/redis-async/redis-async.v0.17.0/opam      | 10 +--
 .../regex_parser_intf.v0.17.0/opam                 |  2 +-
 .../resource_cache/resource_cache.v0.17.0/opam     |  8 +--
 packages/rpc_parallel/rpc_parallel.v0.17.0/opam    | 12 ++--
 .../semantic_version/semantic_version.v0.17.0/opam |  4 +-
 .../sequencer_table/sequencer_table.v0.17.0/opam   |  6 +-
 packages/sexp/sexp.v0.17.0/opam                    | 28 ++++----
 packages/sexp_diff/sexp_diff.v0.17.0/opam          |  4 +-
 packages/sexp_grammar/sexp_grammar.v0.17.0/opam    | 14 ++--
 packages/sexp_macro/sexp_macro.v0.17.0/opam        |  8 +--
 packages/sexp_pretty/sexp_pretty.v0.17.0/opam      |  6 +-
 packages/sexp_select/sexp_select.v0.17.0/opam      |  6 +-
 .../sexp_string_quickcheck.v0.17.0/opam            |  6 +-
 packages/sexplib/sexplib.v0.17.0/opam              |  4 +-
 packages/sexps-rewriter/sexps-rewriter.0.0.3/opam  |  4 +-
 packages/shell/shell.v0.17.0/opam                  | 10 +--
 packages/shexp/shexp.v0.17.0/opam                  |  4 +-
 packages/splay_tree/splay_tree.v0.17.0/opam        |  4 +-
 .../splittable_random.v0.17.0/opam                 | 10 +--
 packages/stdio/stdio.v0.17.0/opam                  |  2 +-
 .../stored_reversed/stored_reversed.v0.17.0/opam   |  4 +-
 packages/streamable/streamable.v0.17.0/opam        | 12 ++--
 packages/streamable/streamable.v0.17.1/opam        | 12 ++--
 packages/string_dict/string_dict.v0.17.0/opam      |  6 +-
 packages/tdigest/tdigest.2.2.1/opam                |  2 +-
 packages/textutils/textutils.v0.17.0/opam          |  8 +--
 .../textutils_kernel/textutils_kernel.v0.17.0/opam |  4 +-
 packages/tilde_f/tilde_f.v0.17.0/opam              |  4 +-
 packages/time_now/time_now.v0.17.0/opam            | 10 +--
 packages/timezone/timezone.v0.17.0/opam            |  4 +-
 .../toplevel_backend/toplevel_backend.v0.17.0/opam |  8 +--
 .../toplevel_expect_test.v0.17.0/opam              | 16 ++---
 .../topological_sort/topological_sort.v0.17.0/opam |  6 +-
 packages/torch/torch.v0.17.0/opam                  | 16 ++---
 packages/tracing/tracing.v0.17.0/opam              | 10 +--
 packages/typerep/typerep.v0.17.0/opam              |  2 +-
 packages/typerep/typerep.v0.17.1/opam              |  2 +-
 packages/uopt/uopt.v0.17.0/opam                    |  4 +-
 .../username_kernel/username_kernel.v0.17.0/opam   |  4 +-
 packages/variantslib/variantslib.v0.17.0/opam      |  2 +-
 .../versioned_polling_state_rpc.v0.17.0/opam       | 10 +--
 packages/virtual_dom/virtual_dom.v0.17.0/opam      | 12 ++--
 .../virtual_dom_toplayer.v0.17.0/opam              | 10 +--
 packages/zstandard/zstandard.v0.17.0/opam          |  6 +-
 267 files changed, 1181 insertions(+), 1181 deletions(-)

(from macos-homebrew-ocaml-5.4)
2025-12-09 01:20.50 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

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

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2025-12-09 01:20.50 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" from cache

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2025-12-09 01:20.51 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" from cache

/: (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=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       5.4.0
# invariant            ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2025-12-09 01:20.51 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2025-12-09 01:20.51 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2025-12-09 01:20.52 ---> using "f7255d1d9e0b2c7c609407e755e9c33706f57013131550b79ce3fba4a684a10a" from cache

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2025-12-09 01:20.52 ---> using "782adfdf0c3a9fd9a04f3fad01c29437b0f0d504fa9984046324acbbddbdf455" from cache

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2025-12-09 01:20.52 ---> using "188092db277b0fae2883d7b504a7a378c1a171412975f85df6d09f690f49108a" from cache

/: (run (shell "opam pin add -k version -yn async_rpc_websocket.v0.17.0 v0.17.0"))
async_rpc_websocket is now pinned to version v0.17.0
2025-12-09 01:20.53 ---> saved as "f9c15374a21b401efb194b18829a37978804fc230548fc7e922245bf417263bc"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall async_rpc_websocket.v0.17.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 \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'async_rpc_websocket.v0.17.0' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
async_rpc_websocket.v0.17.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 120 packages
  - install angstrom                    0.16.1           [required by uri]
  - install astring                     0.8.5            [required by conduit]
  - install async                       v0.17.0          [required by cohttp_async_websocket]
  - install async_kernel                v0.17.0          [required by async_rpc_kernel]
  - install async_log                   v0.17.0          [required by async]
  - install async_rpc_kernel            v0.17.0          [required by async_rpc_websocket]
  - install async_rpc_websocket         v0.17.0 (pinned)
  - install async_ssl                   v0.17.0-1        [required by cohttp_async_websocket]
  - install async_unix                  v0.17.0          [required by async, cohttp-async]
  - install async_websocket             v0.17.0          [required by cohttp_async_websocket]
  - install base                        v0.17.3          [required by async_ssl, cohttp-async]
  - install base-bytes                  base             [required by cohttp]
  - install base64                      3.5.2            [required by cohttp_async_websocket]
  - install base_bigstring              v0.17.0          [required by core]
  - install base_quickcheck             v0.17.1          [required by core]
  - install bigstringaf                 0.10.0           [required by angstrom]
  - install bin_prot                    v0.17.0-1        [required by core]
  - install capitalization              v0.17.0          [required by ppx_string_conv]
  - install cohttp                      5.3.1            [required by cohttp_async_websocket]
  - install cohttp-async                5.3.0            [required by async_rpc_websocket]
  - install cohttp_async_websocket      v0.17.0          [required by async_rpc_websocket]
  - install conduit                     8.0.0            [required by conduit-async]
  - install conduit-async               8.0.0            [required by cohttp-async]
  - install conf-gmp                    5                [required by conf-gmp-powm-sec, zarith]
  - install conf-gmp-powm-sec           4                [required by cryptokit]
  - install conf-libffi                 2.0.0            [required by ctypes-foreign]
  - install conf-libssl                 4                [required by async_ssl]
  - install conf-pkg-config             4                [required by conf-libssl, ctypes-foreign]
  - install conf-zlib                   1                [required by cryptokit]
  - install core                        v0.17.1          [required by async_rpc_kernel, cohttp_async_websocket]
  - install core_kernel                 v0.17.0          [required by async_rpc_kernel]
  - install core_unix                   v0.17.1          [required by async, cohttp-async]
  - install cryptokit                   1.16.1           [required by async_websocket]
  - install csexp                       1.5.2            [required by dune-configurator]
  - install cstruct                     6.2.0            [required by async_unix]
  - install ctypes                      0.24.0           [required by async_ssl]
  - install ctypes-foreign              0.24.0           [required by async_ssl]
  - install domain-name                 0.5.0            [required by ipaddr]
  - install dune                        3.20.2           [required by async_rpc_websocket]
  - install dune-configurator           3.20.2           [required by async_ssl]
  - install expect_test_helpers_core    v0.17.0          [required by core_unix]
  - install fieldslib                   v0.17.0          [required by core]
  - install fmt                         0.11.0           [required by cohttp-async]
  - install gel                         v0.17.0          [required by async_rpc_kernel]
  - install int_repr                    v0.17.0          [required by core_kernel]
  - install integers                    0.7.0            [required by ctypes]
  - install ipaddr                      5.6.1            [required by cohttp-async]
  - install ipaddr-sexp                 5.6.1            [required by conduit-async]
  - install jane-street-headers         v0.17.0          [required by core]
  - install jsonm                       1.0.2            [required by cohttp]
  - install jst-config                  v0.17.0          [required by core]
  - install logs                        0.10.0           [required by cohttp-async]
  - install macaddr                     5.6.1            [required by ipaddr]
  - install magic-mime                  1.3.1            [required by cohttp-async]
  - install num                         1.6              [required by sexplib]
  - install ocaml-compiler-libs         v0.17.0          [required by ppxlib]
  - install ocaml-syntax-shims          1.0.0            [required by angstrom]
  - install ocaml_intrinsics_kernel     v0.17.1          [required by base]
  - install ocamlbuild                  0.16.1           [required by jsonm]
  - install ocamlfind                   1.9.8            [required by base-bytes, jsonm]
  - install parsexp                     v0.17.0          [required by sexplib]
  - install ppx_assert                  v0.17.0          [required by core]
  - install ppx_base                    v0.17.0          [required by core]
  - install ppx_bench                   v0.17.1          [required by ppx_jane]
  - install ppx_bin_prot                v0.17.1          [required by ppx_jane]
  - install ppx_cold                    v0.17.0          [required by ppx_base]
  - install ppx_compare                 v0.17.0          [required by ppx_diff]
  - install ppx_custom_printf           v0.17.0          [required by ppx_jane]
  - install ppx_derivers                1.2.1            [required by ppxlib]
  - install ppx_diff                    v0.17.1          [required by core]
  - install ppx_disable_unused_warnings v0.17.0          [required by ppx_jane]
  - install ppx_enumerate               v0.17.0          [required by ppx_diff]
  - install ppx_expect                  v0.17.3          [required by ppx_jane]
  - install ppx_fields_conv             v0.17.0          [required by ppx_jane]
  - install ppx_fixed_literal           v0.17.0          [required by ppx_jane]
  - install ppx_globalize               v0.17.2          [required by ppx_base]
  - install ppx_hash                    v0.17.0          [required by core]
  - install ppx_here                    v0.17.0          [required by conduit-async]
  - install ppx_ignore_instrumentation  v0.17.0          [required by ppx_jane]
  - install ppx_inline_test             v0.17.1          [required by core]
  - install ppx_jane                    v0.17.0          [required by async_rpc_websocket]
  - install ppx_let                     v0.17.1          [required by ppx_jane]
  - install ppx_log                     v0.17.0          [required by ppx_jane]
  - install ppx_module_timer            v0.17.0          [required by ppx_jane]
  - install ppx_optcomp                 v0.17.1          [required by async_ssl]
  - install ppx_optional                v0.17.0          [required by ppx_jane]
  - install ppx_pipebang                v0.17.0          [required by ppx_jane]
  - install ppx_sexp_conv               v0.17.1          [required by cohttp, cohttp-async]
  - install ppx_sexp_message            v0.17.0          [required by core]
  - install ppx_sexp_value              v0.17.0          [required by ppx_jane]
  - install ppx_stable                  v0.17.1          [required by ppx_jane]
  - install ppx_stable_witness          v0.17.0          [required by ppx_jane]
  - install ppx_string                  v0.17.0          [required by ppx_jane]
  - install ppx_string_conv             v0.17.0          [required by ppx_jane]
  - install ppx_tydi                    v0.17.1          [required by ppx_jane]
  - install ppx_typerep_conv            v0.17.1          [required by ppx_jane]
  - install ppx_variants_conv           v0.17.1          [required by ppx_jane]
  - install ppxlib                      0.37.0           [required by ppx_diff]
  - install ppxlib_jane                 v0.17.4          [required by ppx_diff]
  - install protocol_version_header     v0.17.0          [required by async_rpc_kernel]
  - install re                          1.14.0           [required by cohttp]
  - install sexp_pretty                 v0.17.0          [required by expect_test_helpers_core]
  - install sexplib                     v0.17.0          [required by core]
  - install sexplib0                    v0.17.0          [required by cohttp, cohttp-async]
  - install spawn                       v0.17.0          [required by core_unix]
  - install splittable_random           v0.17.0          [required by core]
  - install stdio                       v0.17.0          [required by async_ssl]
  - install stdlib-shims                0.3.0            [required by integers]
  - install stringext                   1.6.0            [required by cohttp]
  - install textutils                   v0.17.0          [required by async]
  - install time_now                    v0.17.0          [required by core]
  - install timezone                    v0.17.0          [required by async_log]
  - install topkg                       1.1.1            [required by jsonm]
  - install typerep                     v0.17.1          [required by core]
  - install uopt                        v0.17.0          [required by core_kernel]
  - install uri                         4.4.0            [required by cohttp, cohttp-async]
  - install uri-sexp                    4.4.0            [required by cohttp_async_websocket]
  - install uutf                        1.0.4            [required by textutils, jsonm]
  - install variantslib                 v0.17.0          [required by core]
  - install zarith                      1.14             [required by cryptokit]

The following system packages will first need to be installed:
    gmp libffi openssl pkgconf zlib

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run brew to install them (may need root/sudo access)
  2. Display the recommended brew command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /opt/homebrew/bin/brew "install" "gmp" "libffi" "openssl" "pkgconf" "zlib"
- ==> Fetching downloads for: gmp, libffi, openssl@3, pkgconf and zlib
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest libffi (3.5.2)
- ✔︎ Bottle Manifest openssl@3 (3.6.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest gmp (6.3.0)
- ✔︎ Bottle Manifest libffi (3.5.2)
- ✔︎ Bottle Manifest openssl@3 (3.6.0)
- ✔︎ Bottle Manifest pkgconf (2.5.1)
- ✔︎ Bottle Manifest zlib (1.3.1)
- ✔︎ Bottle Manifest ca-certificates (2025-12-02)
- ✔︎ Bottle gmp (6.3.0)
- ✔︎ Bottle libffi (3.5.2)
- ✔︎ Bottle ca-certificates (2025-12-02)
- ✔︎ Bottle pkgconf (2.5.1)
- ✔︎ Bottle zlib (1.3.1)
- ✔︎ Bottle openssl@3 (3.6.0)
- ==> Pouring gmp--6.3.0.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/gmp/6.3.0: 22 files, 3.4MB
- ==> Running `brew cleanup gmp`...
- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.
- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).
- ==> Pouring libffi--3.5.2.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/libffi/3.5.2: 18 files, 830.3KB
- ==> Running `brew cleanup libffi`...
- ==> Installing openssl@3 dependency: ca-certificates
- ==> Pouring ca-certificates--2025-12-02.all.bottle.tar.gz
- ==> Regenerating CA certificate bundle from keychain, this may take a while...
- 🍺  /opt/homebrew/Cellar/ca-certificates/2025-12-02: 4 files, 235.9KB
- ==> Pouring openssl@3--3.6.0.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- To add additional certificates, place .pem files in
-   /opt/homebrew/etc/openssl@3/certs
- 
- and run
-   /opt/homebrew/opt/openssl@3/bin/c_rehash
- ==> Summary
- 🍺  /opt/homebrew/Cellar/openssl@3/3.6.0: 7,609 files, 37.5MB
- ==> Running `brew cleanup openssl@3`...
- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz
- 🍺  /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB
- ==> Running `brew cleanup pkgconf`...
- ==> Pouring zlib--1.3.1.arm64_sequoia.bottle.tar.gz
- ==> Caveats
- zlib is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find zlib you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"
- 
- For pkgconf to find zlib you may need to set:
-   export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"
- ==> Summary
- 🍺  /opt/homebrew/Cellar/zlib/1.3.1: 14 files, 412.5KB
- ==> Running `brew cleanup zlib`...
- ==> Caveats
- ==> libffi
- libffi is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find libffi you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"
- ==> openssl@3
- To add additional certificates, place .pem files in
-   /opt/homebrew/etc/openssl@3/certs
- 
- and run
-   /opt/homebrew/opt/openssl@3/bin/c_rehash
- ==> zlib
- zlib is keg-only, which means it was not symlinked into /opt/homebrew,
- because macOS already provides this software and installing another version in
- parallel can cause all kinds of trouble.
- 
- For compilers to find zlib you may need to set:
-   export LDFLAGS="-L/opt/homebrew/opt/zlib/lib"
-   export CPPFLAGS="-I/opt/homebrew/opt/zlib/include"
- 
- For pkgconf to find zlib you may need to set:
-   export PKG_CONFIG_PATH="/opt/homebrew/opt/zlib/lib/pkgconfig"

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved async.v0.17.0  (cached)
-> retrieved async_kernel.v0.17.0  (cached)
-> retrieved async_log.v0.17.0  (cached)
-> retrieved async_rpc_kernel.v0.17.0  (cached)
-> retrieved async_rpc_websocket.v0.17.0  (https://github.com/janestreet/async_rpc_websocket/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved async_ssl.v0.17.0-1  (cached)
-> retrieved async_unix.v0.17.0  (cached)
-> retrieved async_websocket.v0.17.0  (https://github.com/janestreet/async_websocket/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved base.v0.17.3  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved base_bigstring.v0.17.0  (cached)
-> retrieved base_quickcheck.v0.17.1  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bin_prot.v0.17.0-1  (cached)
-> retrieved capitalization.v0.17.0  (cached)
-> retrieved cohttp.5.3.1  (cached)
-> retrieved cohttp-async.5.3.0  (cached)
-> retrieved cohttp_async_websocket.v0.17.0  (https://github.com/janestreet/cohttp_async_websocket/archive/refs/tags/v0.17.0.tar.gz)
-> retrieved conduit.8.0.0, conduit-async.8.0.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-gmp-powm-sec/test.c.3)
-> retrieved conf-libssl.4  (cached)
-> installed conf-pkg-config.4
-> installed conf-libffi.2.0.0
-> installed conf-zlib.1
-> installed conf-gmp.5
-> retrieved core.v0.17.1  (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved core_kernel.v0.17.0  (cached)
-> installed conf-libssl.4
-> retrieved core_unix.v0.17.1  (cached)
-> retrieved cryptokit.1.16.1  (https://github.com/xavierleroy/cryptokit/archive/release1161.tar.gz)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved expect_test_helpers_core.v0.17.0  (cached)
-> retrieved fieldslib.v0.17.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved gel.v0.17.0  (cached)
-> retrieved int_repr.v0.17.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved num.1.6  (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 parsexp.v0.17.0  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_bench.v0.17.1  (cached)
-> retrieved ppx_bin_prot.v0.17.1  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_custom_printf.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_diff.v0.17.1  (cached)
-> retrieved ppx_disable_unused_warnings.v0.17.0  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.3  (cached)
-> retrieved ppx_fields_conv.v0.17.0  (cached)
-> retrieved ppx_fixed_literal.v0.17.0  (cached)
-> retrieved ppx_globalize.v0.17.2  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.1  (cached)
-> retrieved ppx_jane.v0.17.0  (cached)
-> retrieved ppx_let.v0.17.1  (cached)
-> retrieved ppx_log.v0.17.0  (cached)
-> retrieved ppx_module_timer.v0.17.0  (cached)
-> retrieved ppx_optcomp.v0.17.1  (cached)
-> retrieved ppx_optional.v0.17.0  (cached)
-> retrieved ppx_pipebang.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.1  (cached)
-> retrieved ppx_sexp_message.v0.17.0  (cached)
-> retrieved ppx_sexp_value.v0.17.0  (cached)
-> retrieved ppx_stable.v0.17.1  (cached)
-> retrieved ppx_stable_witness.v0.17.0  (cached)
-> retrieved ppx_string.v0.17.0  (cached)
-> retrieved ppx_string_conv.v0.17.0  (cached)
-> retrieved ppx_tydi.v0.17.1  (cached)
-> retrieved ppx_typerep_conv.v0.17.1  (cached)
-> retrieved ppx_variants_conv.v0.17.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved ppxlib_jane.v0.17.4  (cached)
-> retrieved protocol_version_header.v0.17.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexp_pretty.v0.17.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved textutils.v0.17.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved timezone.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved typerep.v0.17.1  (cached)
-> retrieved uopt.v0.17.0  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.17.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed jsonm.1.0.2
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed dune.3.20.2
-> installed jane-street-headers.v0.17.0
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed magic-mime.1.3.1
-> installed macaddr.5.6.1
-> installed domain-name.0.5.0
-> installed cstruct.6.2.0
-> installed ppx_derivers.1.2.1
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed spawn.v0.17.0
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ipaddr.5.6.1
-> installed integers.0.7.0
-> installed re.1.14.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed cryptokit.1.16.1
-> installed uri.4.4.0
-> installed parsexp.v0.17.0
-> installed sexplib.v0.17.0
-> installed ctypes.0.24.0
-> installed base.v0.17.3
-> installed fieldslib.v0.17.0
-> installed variantslib.v0.17.0
-> installed stdio.v0.17.0
-> installed ctypes-foreign.0.24.0
-> installed typerep.v0.17.1
-> installed ppxlib.0.37.0
-> installed ppx_disable_unused_warnings.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_ignore_instrumentation.v0.17.0
-> installed ppx_fixed_literal.v0.17.0
-> installed ppx_optcomp.v0.17.1
-> installed ppx_fields_conv.v0.17.0
-> installed ppx_pipebang.v0.17.0
-> installed ppx_tydi.v0.17.1
-> installed ppx_stable_witness.v0.17.0
-> installed ppx_stable.v0.17.1
-> installed ppx_typerep_conv.v0.17.1
-> installed ppx_let.v0.17.1
-> installed ppx_variants_conv.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_optional.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.1
-> installed ppx_assert.v0.17.0
-> installed ppx_hash.v0.17.0
-> installed ppx_sexp_value.v0.17.0
-> installed ppx_sexp_message.v0.17.0
-> installed conduit.8.0.0
-> installed ppx_base.v0.17.0
-> installed ppx_custom_printf.v0.17.0
-> installed cohttp.5.3.1
-> installed capitalization.v0.17.0
-> installed jst-config.v0.17.0
-> installed sexp_pretty.v0.17.0
-> installed ppx_string.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_string_conv.v0.17.0
-> installed bin_prot.v0.17.0-1
-> installed ppx_module_timer.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_bin_prot.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.1
-> 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 async_websocket.v0.17.0
-> installed async_ssl.v0.17.0-1
-> installed conduit-async.8.0.0
-> installed cohttp-async.5.3.0
-> installed cohttp_async_websocket.v0.17.0
-> installed async_rpc_websocket.v0.17.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-09 01:23.47 ---> saved as "b930af41277699dc5466f43d37e333accff538144a75091a3fd3824b6045a8f2"
Job succeeded
2025-12-09 01:23.55: Job succeeded