Build:
  1. 0
2025-12-08 20:46.09: New job: build coq-lsp.0.2.5+9.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29040/head (54a2a184a6d77f10e4b79113c296cba5261ef4fa)
                              on fedora-41-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29040/head" && git reset --hard 54a2a184
git fetch origin master
git merge --no-edit 4c9d80b7312698c8f185350873cbec03fdf0471a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e
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 coq-lsp.0.2.5+9.0 0.2.5+9.0
RUN opam reinstall coq-lsp.0.2.5+9.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 "\"fedora-41\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'coq-lsp.0.2.5+9.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.09: Using cache hint "ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e-coq-lsp.0.2.5+9.0-54a2a184a6d77f10e4b79113c296cba5261ef4fa"
2025-12-08 20:46.09: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e)
 (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 coq-lsp.0.2.5+9.0 0.2.5+9.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall coq-lsp.0.2.5+9.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 \"\\\"fedora-41\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'coq-lsp.0.2.5+9.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.09: Waiting for resource in pool OCluster
2025-12-09 04:01.35: Waiting for worker…
2025-12-09 04:04.17: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
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 ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e)
Unable to find image 'ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e' locally
docker.io/ocaml/opam@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e: Pulling from ocaml/opam
2a6ce1026c21: Pulling fs layer
81e955ab474f: Pulling fs layer
bdc9f00cdd7d: Pulling fs layer
b8ceb070e220: Pulling fs layer
b03ef4d609a0: Pulling fs layer
0879ccc7c76e: Pulling fs layer
372bf19219c3: Pulling fs layer
30427552bda5: Pulling fs layer
70edfffdad43: Pulling fs layer
953cac792735: Pulling fs layer
2eed8c4fcfb4: Pulling fs layer
272cede7bf6d: Pulling fs layer
e26a6fa1b705: Pulling fs layer
69a4314ae3e4: Pulling fs layer
db76edee2c90: Pulling fs layer
0879ccc7c76e: Waiting
70edfffdad43: Waiting
ad6135b2c3b7: Pulling fs layer
30427552bda5: Waiting
a654b827062f: Pulling fs layer
d4bc38153162: Pulling fs layer
372bf19219c3: Waiting
e5d8ce3655aa: Pulling fs layer
4f4fb700ef54: Pulling fs layer
b8ceb070e220: Waiting
3acb04d7d4e9: Pulling fs layer
e26a6fa1b705: Waiting
2eed8c4fcfb4: Waiting
b17e82172a56: Pulling fs layer
db76edee2c90: Waiting
a654b827062f: Waiting
69a4314ae3e4: Waiting
27f70b208ee6: Pulling fs layer
d4bc38153162: Waiting
272cede7bf6d: Waiting
2301af5f8e9d: Pulling fs layer
b03ef4d609a0: Waiting
1a9d6e926b36: Pulling fs layer
040a8d698d0e: Pulling fs layer
8aa87505f692: Pulling fs layer
4f4fb700ef54: Waiting
3acb04d7d4e9: Waiting
8d3c0bae4c59: Pulling fs layer
e5d8ce3655aa: Waiting
1a9d6e926b36: Waiting
c4b9c82c8489: Pulling fs layer
040a8d698d0e: Waiting
2e39e6141464: Pulling fs layer
4b927b79097e: Pulling fs layer
28944b21beef: Pulling fs layer
4b927b79097e: Waiting
3bb3a342f965: Pulling fs layer
28944b21beef: Waiting
010ed22bef99: Pulling fs layer
2301af5f8e9d: Waiting
8aa87505f692: Waiting
cec0db82794f: Pulling fs layer
010ed22bef99: Waiting
cca73af42153: Pulling fs layer
b1d91f6b0d95: Pulling fs layer
499a1d5b6f3f: Pulling fs layer
cca73af42153: Waiting
42cb9f09ce9d: Pulling fs layer
b1d91f6b0d95: Waiting
f9460ae981c2: Pulling fs layer
20f3d98a5f13: Pulling fs layer
42cb9f09ce9d: Waiting
badf53d8dafe: Pulling fs layer
f9460ae981c2: Waiting
20f3d98a5f13: Waiting
badf53d8dafe: Waiting
81e955ab474f: Verifying Checksum
81e955ab474f: Download complete
2a6ce1026c21: Verifying Checksum
2a6ce1026c21: Download complete
bdc9f00cdd7d: Verifying Checksum
bdc9f00cdd7d: Download complete
0879ccc7c76e: Verifying Checksum
0879ccc7c76e: Download complete
b03ef4d609a0: Verifying Checksum
b03ef4d609a0: Download complete
30427552bda5: Verifying Checksum
30427552bda5: Download complete
372bf19219c3: Verifying Checksum
372bf19219c3: Download complete
70edfffdad43: Verifying Checksum
70edfffdad43: Download complete
953cac792735: Verifying Checksum
953cac792735: Download complete
272cede7bf6d: Verifying Checksum
272cede7bf6d: Download complete
e26a6fa1b705: Verifying Checksum
e26a6fa1b705: Download complete
2a6ce1026c21: Pull complete
81e955ab474f: Pull complete
69a4314ae3e4: Verifying Checksum
69a4314ae3e4: Download complete
db76edee2c90: Verifying Checksum
db76edee2c90: Download complete
ad6135b2c3b7: Verifying Checksum
ad6135b2c3b7: Download complete
2eed8c4fcfb4: Verifying Checksum
2eed8c4fcfb4: Download complete
a654b827062f: Download complete
d4bc38153162: Verifying Checksum
d4bc38153162: Download complete
e5d8ce3655aa: Download complete
3acb04d7d4e9: Verifying Checksum
3acb04d7d4e9: Download complete
4f4fb700ef54: Download complete
b17e82172a56: Download complete
27f70b208ee6: Download complete
2301af5f8e9d: Download complete
bdc9f00cdd7d: Pull complete
1a9d6e926b36: Verifying Checksum
1a9d6e926b36: Download complete
040a8d698d0e: Verifying Checksum
040a8d698d0e: Download complete
8aa87505f692: Verifying Checksum
8aa87505f692: Download complete
8d3c0bae4c59: Verifying Checksum
8d3c0bae4c59: Download complete
c4b9c82c8489: Download complete
2e39e6141464: Verifying Checksum
2e39e6141464: Download complete
4b927b79097e: Download complete
28944b21beef: Verifying Checksum
28944b21beef: Download complete
010ed22bef99: Download complete
b8ceb070e220: Verifying Checksum
b8ceb070e220: Download complete
cca73af42153: Download complete
b1d91f6b0d95: Download complete
499a1d5b6f3f: Verifying Checksum
499a1d5b6f3f: Download complete
42cb9f09ce9d: Verifying Checksum
42cb9f09ce9d: Download complete
f9460ae981c2: Download complete
20f3d98a5f13: Verifying Checksum
20f3d98a5f13: Download complete
badf53d8dafe: Verifying Checksum
badf53d8dafe: Download complete
cec0db82794f: Verifying Checksum
cec0db82794f: Download complete
b8ceb070e220: Pull complete
3bb3a342f965: Verifying Checksum
3bb3a342f965: Download complete
b03ef4d609a0: Pull complete
0879ccc7c76e: Pull complete
372bf19219c3: Pull complete
30427552bda5: Pull complete
70edfffdad43: Pull complete
953cac792735: Pull complete
2eed8c4fcfb4: Pull complete
272cede7bf6d: Pull complete
e26a6fa1b705: Pull complete
69a4314ae3e4: Pull complete
db76edee2c90: Pull complete
ad6135b2c3b7: Pull complete
a654b827062f: Pull complete
d4bc38153162: Pull complete
e5d8ce3655aa: Pull complete
4f4fb700ef54: Pull complete
3acb04d7d4e9: Pull complete
b17e82172a56: Pull complete
27f70b208ee6: Pull complete
2301af5f8e9d: Pull complete
1a9d6e926b36: Pull complete
040a8d698d0e: Pull complete
8aa87505f692: Pull complete
8d3c0bae4c59: Pull complete
c4b9c82c8489: Pull complete
2e39e6141464: Pull complete
4b927b79097e: Pull complete
28944b21beef: Pull complete
3bb3a342f965: Pull complete
010ed22bef99: Pull complete
cec0db82794f: Pull complete
cca73af42153: Pull complete
b1d91f6b0d95: Pull complete
499a1d5b6f3f: Pull complete
42cb9f09ce9d: Pull complete
f9460ae981c2: Pull complete
20f3d98a5f13: Pull complete
badf53d8dafe: Pull complete
Digest: sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e
Status: Downloaded newer image for ocaml/opam@sha256:5f7b943b03c8962e425dbfaba3fa75709133c3648d7d3654f5ed91b0ce57d45e
2025-12-09 04:04.18 ---> using "414be81a566d8701f912af060720eceb3bef35ebb4d23525ec9fe41e9ddaae36" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-09 04:04.18 ---> using "302a7448ab27c0edc4427a3b0881ad07e8bd3b548666c1e88f5b1cbf0f8fb96f" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-09 04:04.18 ---> using "492e3aceadfa72bb10e6c039df68bb2a60845d610c61df93f5167e84e1ce93f4" from cache

/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.4.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=fedora os-version=41
# 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       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2025-12-09 04:04.18 ---> using "c26b324c1293276f438033bb4541d0e586ab530f8e9bd282551c5e317e4cc7da" 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/"))
2025-12-09 04:04.18 ---> using "a08361f9972b0ce2092ce7221dc6bb0957d78a72c50dc3a57bf5c715684a9603" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-09 04:04.19 ---> using "78207a9d83a8c339550167e132dbd79a6799dd906c03cb24933e3bc31575bd03" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-09 04:04.19 ---> using "0c9d4a524a5c2b893ecba88ac7fbcbebf304b0b4ba4b408f8cbcfb6c8e1b5d32" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 41 - x86_64 - Updates           100% |  11.2 KiB/s |   5.7 KiB |  00m01s
-  Fedora 41 - x86_64                     100% |  66.4 KiB/s |  23.4 KiB |  00m00s
-  Fedora 41 openh264 (From Cisco) - x86_ 100% |   4.8 KiB/s | 986.0   B |  00m00s
- Repositories loaded.
- Metadata cache created.
2025-12-09 04:04.19 ---> using "af29cebbdcbcb62aae2a711f10a0da7a7809f97e675381d94b642fe286bdac65" from cache

/home/opam: (run (shell "opam pin add -k version -yn coq-lsp.0.2.5+9.0 0.2.5+9.0"))
coq-lsp is now pinned to version 0.2.5+9.0
2025-12-09 04:04.20 ---> saved as "5d79d6e20dff74e7306a6fea68df686745672db39be7bcc21a5aafe4720a49a8"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall coq-lsp.0.2.5+9.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 \"\\\"fedora-41\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'coq-lsp.0.2.5+9.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
coq-lsp.0.2.5+9.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 60 packages
  - install angstrom            0.16.1             [required by uri]
  - install base                v0.16.4            [required by ppx_hash, ppx_compare, ppx_inline_test]
  - install bigstringaf         0.10.0             [required by angstrom]
  - install cmdliner            2.1.0              [required by coq-lsp]
  - install conf-gmp            5                  [required by zarith]
  - install conf-linux-libc-dev 0                  [required by rocq-runtime]
  - install conf-pkg-config     4                  [required by zarith]
  - install coq-lsp             0.2.5+9.0 (pinned)
  - install cppo                1.8.0              [required by memprof-limits, ppx_deriving]
  - install csexp               1.5.2              [required by dune-configurator]
  - install dune                3.20.2             [required by coq-lsp]
  - install dune-build-info     3.20.2             [required by coq-lsp]
  - install dune-configurator   3.20.2             [required by base]
  - install jane-street-headers v0.16.0            [required by time_now]
  - install jst-config          v0.16.0            [required by time_now]
  - install memprof-limits      0.3.0              [required by coq-lsp]
  - install menhir              20250912           [required by coq-lsp]
  - install menhirCST           20250912           [required by menhir]
  - install menhirLib           20250912           [required by menhir]
  - install menhirSdk           20250912           [required by menhir]
  - install num                 1.6                [required by sexplib]
  - install ocaml-compiler-libs v0.12.4            [required by ppxlib]
  - install ocaml-syntax-shims  1.0.0              [required by angstrom]
  - install ocamlbuild          0.16.1             [required by uutf]
  - install ocamlfind           1.9.8              [required by coq-lsp]
  - install parsexp             v0.16.0            [required by sexplib]
  - install ppx_assert          v0.16.0            [required by jst-config]
  - install ppx_base            v0.16.0            [required by time_now]
  - install ppx_cold            v0.16.0            [required by ppx_base]
  - install ppx_compare         v0.16.0            [required by coq-lsp]
  - install ppx_derivers        1.2.1              [required by ppx_deriving]
  - install ppx_deriving        6.0.3              [required by coq-lsp]
  - install ppx_deriving_yojson 3.9.1              [required by coq-lsp]
  - install ppx_enumerate       v0.16.0            [required by ppx_base]
  - install ppx_globalize       v0.16.0            [required by ppx_base]
  - install ppx_hash            v0.16.0            [required by coq-lsp]
  - install ppx_here            v0.16.0            [required by ppx_assert]
  - install ppx_import          1.12.0             [required by coq-lsp]
  - install ppx_inline_test     v0.16.1            [required by coq-lsp]
  - install ppx_optcomp         v0.16.0            [required by time_now]
  - install ppx_sexp_conv       v0.16.0            [required by coq-lsp]
  - install ppxlib              0.35.0             [required by ppx_import, ppx_deriving_yojson, ppx_compare, etc.]
  - install re                  1.14.0             [required by tyxml]
  - install rocq-core           9.0.1              [required by coq-lsp]
  - install rocq-prover         9.0.0              [required by coq-lsp]
  - install rocq-runtime        9.0.1              [required by coq-lsp]
  - install rocq-stdlib         9.0.0              [required by rocq-prover]
  - install seq                 base               [required by tyxml]
  - install sexplib             v0.16.0            [required by coq-lsp]
  - install sexplib0            v0.16.0            [required by sexplib]
  - install stdio               v0.16.0            [required by ppx_optcomp]
  - install stdlib-shims        0.3.0              [required by ppxlib]
  - install stringext           1.6.0              [required by uri]
  - install time_now            v0.16.0            [required by ppx_inline_test]
  - install topkg               1.1.1              [required by uutf]
  - install tyxml               4.6.0              [required by coq-lsp]
  - install uri                 4.4.0              [required by coq-lsp]
  - install uutf                1.0.4              [required by tyxml]
  - install yojson              3.0.0              [required by coq-lsp]
  - install zarith              1.14               [required by rocq-runtime]

The following system packages will first need to be installed:
    gmp-devel

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

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum 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

+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package    Arch   Version        Repository      Size
- Installing:
-  gmp-devel x86_64 1:6.3.0-2.fc41 fedora     352.3 KiB
- Installing dependencies:
-  gmp-c++   x86_64 1:6.3.0-2.fc41 fedora      31.8 KiB
- 
- Transaction Summary:
-  Installing:         2 packages
- 
- Total size of inbound packages is 193 KiB. Need to download 193 KiB.
- After this operation, 384 KiB extra will be used (install 384 KiB, remove 0 B).
- [1/2] gmp-c++-1:6.3.0-2.fc41.x86_64     100% |  69.5 KiB/s |  18.6 KiB |  00m00s
- [2/2] gmp-devel-1:6.3.0-2.fc41.x86_64   100% | 577.5 KiB/s | 174.4 KiB |  00m00s
- --------------------------------------------------------------------------------
- [2/2] Total                             100% | 317.0 KiB/s | 193.0 KiB |  00m01s
- Running transaction
- [1/4] Verify package files              100% |   1.0 KiB/s |   2.0   B |  00m00s
- [2/4] Prepare transaction               100% |  28.0   B/s |   2.0   B |  00m00s
- [3/4] Installing gmp-c++-1:6.3.0-2.fc41 100% |  15.9 MiB/s |  32.6 KiB |  00m00s
- [4/4] Installing gmp-devel-1:6.3.0-2.fc 100% |   4.7 MiB/s | 354.1 KiB |  00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.3.0-2.fc41.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-linux-libc-dev.0
-> retrieved coq-lsp.0.2.5+9.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved memprof-limits.0.3.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_import.1.12.0  (cached)
-> retrieved ppx_inline_test.v0.16.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rocq-core.9.0.1, rocq-runtime.9.0.1  (cached)
-> installed num.1.6
-> retrieved rocq-stdlib.9.0.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved time_now.v0.16.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved uri.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.20.2
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed jane-street-headers.v0.16.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed memprof-limits.0.3.0
-> installed parsexp.v0.16.0
-> installed dune-build-info.3.20.2
-> installed sexplib.v0.16.0
-> installed dune-configurator.3.20.2
-> installed bigstringaf.0.10.0
-> installed tyxml.4.6.0
-> installed angstrom.0.16.1
-> installed uri.4.4.0
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed menhir.20250912
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_import.1.12.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ppx_hash.v0.16.0
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed rocq-runtime.9.0.1
-> installed rocq-core.9.0.1
-> installed rocq-stdlib.9.0.0
-> installed rocq-prover.9.0.0
-> installed coq-lsp.0.2.5+9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-09 04:12.19 ---> saved as "f94c591dc3248627829e374bf4290ec783afba4c712ea55a766b7fd990e9f3ab"
Job succeeded
2025-12-09 04:12.24: Job succeeded