Build:
- 0
2025-12-08 20:46.03: New job: build hardcaml_verilator.v0.17.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29040/head (54a2a184a6d77f10e4b79113c296cba5261ef4fa)
on archlinux-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29040/head" && git reset --hard 54a2a184
git fetch origin master
git merge --no-edit 4c9d80b7312698c8f185350873cbec03fdf0471a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-5.4@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d
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 hardcaml_verilator.v0.17.0 v0.17.0
RUN opam reinstall hardcaml_verilator.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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'hardcaml_verilator.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.03: Using cache hint "ocaml/opam:archlinux-ocaml-5.4@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d-hardcaml_verilator.v0.17.0-54a2a184a6d77f10e4b79113c296cba5261ef4fa"
2025-12-08 20:46.03: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d)
(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 hardcaml_verilator.v0.17.0 v0.17.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall hardcaml_verilator.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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'hardcaml_verilator.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.03: Waiting for resource in pool OCluster
2025-12-09 02:56.09: Waiting for worker…
2025-12-09 02:59.28: Got resource from pool OCluster
Building on laodoke.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:archlinux-ocaml-5.4@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d)
Unable to find image 'ocaml/opam:archlinux-ocaml-5.4@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d' locally
docker.io/ocaml/opam@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d: Pulling from ocaml/opam
a59b1e251b85: Pulling fs layer
849b0775ea0f: Pulling fs layer
3e52a961755f: Pulling fs layer
224a02071566: Pulling fs layer
c57b92cf1806: Pulling fs layer
bb83e57897c7: Pulling fs layer
2d8fa5e5e0f8: Pulling fs layer
2572018af50c: Pulling fs layer
0aa467b21dbb: Pulling fs layer
e95021571f5d: Pulling fs layer
d52e83993c1b: Pulling fs layer
8ed89a50d597: Pulling fs layer
ff25f6a5fa60: Pulling fs layer
1a7726a1292f: Pulling fs layer
273a0f2562e0: Pulling fs layer
4f4fb700ef54: Pulling fs layer
c49013b5db2e: Pulling fs layer
de643f7eb18c: Pulling fs layer
5f050b5cb533: Pulling fs layer
acdca542075b: Pulling fs layer
879fec43ac33: Pulling fs layer
ad8c556fb4e6: Pulling fs layer
d52808e96cd2: Pulling fs layer
83757cced2f5: Pulling fs layer
99e86efef48f: Pulling fs layer
aaf69b257d24: Pulling fs layer
6a445b7b2b6c: Pulling fs layer
b2995815bdca: Pulling fs layer
245263a61d90: Pulling fs layer
754eafe76f93: Pulling fs layer
109da8add962: Pulling fs layer
236df13bd9e2: Pulling fs layer
11f1933018b1: Pulling fs layer
8968ddccfcf0: Pulling fs layer
ef9939e65a54: Pulling fs layer
27cf5d260d7b: Pulling fs layer
8b617daa3ae7: Pulling fs layer
fe6c1f000649: Pulling fs layer
4990180dba9f: Pulling fs layer
224a02071566: Waiting
c57b92cf1806: Waiting
bb83e57897c7: Waiting
2d8fa5e5e0f8: Waiting
2572018af50c: Waiting
0aa467b21dbb: Waiting
e95021571f5d: Waiting
d52e83993c1b: Waiting
8ed89a50d597: Waiting
ff25f6a5fa60: Waiting
1a7726a1292f: Waiting
273a0f2562e0: Waiting
4f4fb700ef54: Waiting
c49013b5db2e: Waiting
de643f7eb18c: Waiting
5f050b5cb533: Waiting
acdca542075b: Waiting
879fec43ac33: Waiting
ad8c556fb4e6: Waiting
d52808e96cd2: Waiting
83757cced2f5: Waiting
99e86efef48f: Waiting
aaf69b257d24: Waiting
6a445b7b2b6c: Waiting
b2995815bdca: Waiting
245263a61d90: Waiting
754eafe76f93: Waiting
109da8add962: Waiting
236df13bd9e2: Waiting
11f1933018b1: Waiting
8968ddccfcf0: Waiting
ef9939e65a54: Waiting
27cf5d260d7b: Waiting
8b617daa3ae7: Waiting
fe6c1f000649: Waiting
4990180dba9f: Waiting
849b0775ea0f: Verifying Checksum
849b0775ea0f: Download complete
224a02071566: Download complete
c57b92cf1806: Verifying Checksum
c57b92cf1806: Download complete
bb83e57897c7: Verifying Checksum
bb83e57897c7: Download complete
2d8fa5e5e0f8: Verifying Checksum
2d8fa5e5e0f8: Download complete
2572018af50c: Download complete
0aa467b21dbb: Verifying Checksum
0aa467b21dbb: Download complete
e95021571f5d: Verifying Checksum
e95021571f5d: Download complete
d52e83993c1b: Verifying Checksum
d52e83993c1b: Download complete
3e52a961755f: Download complete
8ed89a50d597: Download complete
ff25f6a5fa60: Verifying Checksum
ff25f6a5fa60: Download complete
1a7726a1292f: Verifying Checksum
1a7726a1292f: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
273a0f2562e0: Verifying Checksum
273a0f2562e0: Download complete
c49013b5db2e: Verifying Checksum
c49013b5db2e: Download complete
de643f7eb18c: Verifying Checksum
de643f7eb18c: Download complete
5f050b5cb533: Verifying Checksum
5f050b5cb533: Download complete
acdca542075b: Download complete
ad8c556fb4e6: Verifying Checksum
ad8c556fb4e6: Download complete
879fec43ac33: Download complete
d52808e96cd2: Verifying Checksum
d52808e96cd2: Download complete
83757cced2f5: Verifying Checksum
83757cced2f5: Download complete
99e86efef48f: Verifying Checksum
99e86efef48f: Download complete
aaf69b257d24: Verifying Checksum
aaf69b257d24: Download complete
6a445b7b2b6c: Download complete
b2995815bdca: Verifying Checksum
b2995815bdca: Download complete
754eafe76f93: Verifying Checksum
754eafe76f93: Download complete
245263a61d90: Verifying Checksum
245263a61d90: Download complete
236df13bd9e2: Download complete
11f1933018b1: Verifying Checksum
11f1933018b1: Download complete
8968ddccfcf0: Download complete
ef9939e65a54: Verifying Checksum
ef9939e65a54: Download complete
a59b1e251b85: Verifying Checksum
a59b1e251b85: Download complete
8b617daa3ae7: Verifying Checksum
8b617daa3ae7: Download complete
fe6c1f000649: Verifying Checksum
fe6c1f000649: Download complete
4990180dba9f: Verifying Checksum
4990180dba9f: Download complete
27cf5d260d7b: Verifying Checksum
27cf5d260d7b: Download complete
109da8add962: Verifying Checksum
109da8add962: Download complete
a59b1e251b85: Pull complete
849b0775ea0f: Pull complete
3e52a961755f: Pull complete
224a02071566: Pull complete
c57b92cf1806: Pull complete
bb83e57897c7: Pull complete
2d8fa5e5e0f8: Pull complete
2572018af50c: Pull complete
0aa467b21dbb: Pull complete
e95021571f5d: Pull complete
d52e83993c1b: Pull complete
8ed89a50d597: Pull complete
ff25f6a5fa60: Pull complete
1a7726a1292f: Pull complete
273a0f2562e0: Pull complete
4f4fb700ef54: Pull complete
c49013b5db2e: Pull complete
de643f7eb18c: Pull complete
5f050b5cb533: Pull complete
acdca542075b: Pull complete
879fec43ac33: Pull complete
ad8c556fb4e6: Pull complete
d52808e96cd2: Pull complete
83757cced2f5: Pull complete
99e86efef48f: Pull complete
aaf69b257d24: Pull complete
6a445b7b2b6c: Pull complete
b2995815bdca: Pull complete
245263a61d90: Pull complete
754eafe76f93: Pull complete
109da8add962: Pull complete
236df13bd9e2: Pull complete
11f1933018b1: Pull complete
8968ddccfcf0: Pull complete
ef9939e65a54: Pull complete
27cf5d260d7b: Pull complete
8b617daa3ae7: Pull complete
fe6c1f000649: Pull complete
4990180dba9f: Pull complete
Digest: sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d
Status: Downloaded newer image for ocaml/opam@sha256:75cf28211fefc81633e787cbb4d25ca8298165ffd24d35a71cd7588c99cc7a1d
2025-12-09 03:00.07 ---> using "8ae053cd7506328645930b23a9c4a2b989c1a8e9175aeb939ee993234da73280" 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 03:00.07 ---> using "8be471d649bad8c697b610dee166f9c185702e4c3496585ba7bc3003d88830fd" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-09 03:00.07 ---> using "590299faf5fc8a3885dec9c9db37a24a75fe7471487e90aad6dd84e663f8cbf1" 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.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=arch os-version=20251019.0.436919
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.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 /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-12-09 03:00.07 ---> using "3a125f6c43f774c60a916c705716cf67629423cbf57d0718088cb2b3970be910" 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 03:00.07 ---> using "81e866fd6955aad3bce8dcc99061f337fbcaaa6bc1094ab741f36c77d9d7890a" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-09 03:00.09 ---> using "cb44a2be0b7c8e0e45fb2c50a8d4e42c5ce7d48a1393f329453519f10d291697" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-09 03:00.09 ---> using "6fc4d13c35acab4345169c32180ea4d110d6767d86142b9a917d4f4e60f9b7aa" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2025-12-09 03:00.09 ---> using "a1ddc10e53a617761fb4f761dd1801cb9f952fcc8d8068140c3c35319131e262" from cache
/home/opam: (run (shell "opam pin add -k version -yn hardcaml_verilator.v0.17.0 v0.17.0"))
hardcaml_verilator is now pinned to version v0.17.0
2025-12-09 03:00.10 ---> saved as "c6e04cd8a811841821c30a9881dd67cdda7357a844abd0d183395eab93d4569e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall hardcaml_verilator.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 \"\\\"archlinux\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'hardcaml_verilator.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"))
hardcaml_verilator.v0.17.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 83 packages
∗ base v0.17.3 [required by hardcaml, core, ppx_hardcaml]
∗ base_bigstring v0.17.0 [required by core]
∗ base_quickcheck v0.17.1 [required by core]
∗ bin_prot v0.17.0-1 [required by core, hardcaml]
∗ capitalization v0.17.0 [required by ppx_string_conv]
∗ conf-gmp 5 [required by zarith]
∗ conf-libffi 2.0.0 [required by ctypes-foreign]
∗ conf-pkg-config 4 [required by ctypes-foreign]
∗ core v0.17.1 [required by hardcaml_verilator]
∗ core_kernel v0.17.0 [required by core_unix, hardcaml]
∗ core_unix v0.17.1 [required by hardcaml_verilator]
∗ csexp 1.5.2 [required by dune-configurator]
∗ ctypes 0.24.0 [required by hardcaml_verilator]
∗ ctypes-foreign 0.24.0 [required by hardcaml_verilator]
∗ dune 3.20.2 [required by hardcaml_verilator]
∗ dune-configurator 3.20.2 [required by ctypes, ctypes-foreign]
∗ expect_test_helpers_core v0.17.0 [required by core_unix]
∗ fieldslib v0.17.0 [required by core]
∗ gel v0.17.0 [required by ppx_diff]
∗ hardcaml v0.17.1 [required by hardcaml_verilator]
∗ hardcaml_verilator v0.17.0 (pinned)
∗ int_repr v0.17.0 [required by base_bigstring, core_kernel]
∗ integers 0.7.0 [required by ctypes]
∗ jane-street-headers v0.17.0 [required by core, core_unix]
∗ jst-config v0.17.0 [required by core, core_unix]
∗ num 1.6 [required by sexplib]
∗ ocaml-compiler-libs v0.17.0 [required by ppxlib]
∗ ocaml_intrinsics_kernel v0.17.1 [required by base]
∗ ocamlfind 1.9.8 [required by zarith]
∗ parsexp v0.17.0 [required by sexplib]
∗ ppx_assert v0.17.0 [required by core]
∗ ppx_base v0.17.0 [required by core]
∗ ppx_bench v0.17.1 [required by ppx_jane]
∗ ppx_bin_prot v0.17.1 [required by ppx_jane]
∗ ppx_cold v0.17.0 [required by ppx_base]
∗ ppx_compare v0.17.0 [required by ppx_diff]
∗ ppx_custom_printf v0.17.0 [required by ppx_jane]
∗ ppx_derivers 1.2.1 [required by ppxlib]
∗ ppx_diff v0.17.1 [required by core]
∗ ppx_disable_unused_warnings v0.17.0 [required by ppx_jane]
∗ ppx_enumerate v0.17.0 [required by ppx_diff]
∗ ppx_expect v0.17.3 [required by ppx_jane]
∗ ppx_fields_conv v0.17.0 [required by ppx_jane]
∗ ppx_fixed_literal v0.17.0 [required by ppx_jane]
∗ ppx_globalize v0.17.2 [required by ppx_base]
∗ ppx_hardcaml v0.17.1 [required by hardcaml_verilator]
∗ ppx_hash v0.17.0 [required by core]
∗ ppx_here v0.17.0 [required by ppx_jane]
∗ ppx_ignore_instrumentation v0.17.0 [required by ppx_jane]
∗ ppx_inline_test v0.17.1 [required by core]
∗ ppx_jane v0.17.0 [required by hardcaml_verilator]
∗ ppx_let v0.17.1 [required by ppx_jane]
∗ ppx_log v0.17.0 [required by ppx_jane]
∗ ppx_module_timer v0.17.0 [required by ppx_jane]
∗ ppx_optcomp v0.17.1 [required by core, core_unix]
∗ ppx_optional v0.17.0 [required by ppx_jane]
∗ ppx_pipebang v0.17.0 [required by ppx_jane]
∗ ppx_sexp_conv v0.17.1 [required by core, hardcaml]
∗ ppx_sexp_message v0.17.0 [required by core]
∗ ppx_sexp_value v0.17.0 [required by ppx_jane]
∗ ppx_stable v0.17.1 [required by ppx_jane]
∗ ppx_stable_witness v0.17.0 [required by ppx_jane]
∗ ppx_string v0.17.0 [required by ppx_jane]
∗ ppx_string_conv v0.17.0 [required by ppx_jane]
∗ ppx_tydi v0.17.1 [required by ppx_jane]
∗ ppx_typerep_conv v0.17.1 [required by ppx_jane]
∗ ppx_variants_conv v0.17.1 [required by ppx_jane]
∗ ppxlib 0.37.0 [required by hardcaml, ppx_hardcaml]
∗ ppxlib_jane v0.17.4 [required by ppx_diff]
∗ re 1.14.0 [required by expect_test_helpers_core]
∗ sexp_pretty v0.17.0 [required by expect_test_helpers_core]
∗ sexplib v0.17.0 [required by core, core_unix]
∗ sexplib0 v0.17.0 [required by base]
∗ spawn v0.17.0 [required by core_unix]
∗ splittable_random v0.17.0 [required by core]
∗ stdio v0.17.0 [required by core, hardcaml]
∗ stdlib-shims 0.3.0 [required by integers]
∗ time_now v0.17.0 [required by core]
∗ timezone v0.17.0 [required by core_unix]
∗ typerep v0.17.1 [required by core]
∗ uopt v0.17.0 [required by core_unix]
∗ variantslib v0.17.0 [required by core]
∗ zarith 1.14 [required by hardcaml]
The following system packages will first need to be installed:
pkgconf
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pacman to install them (may need root/sudo access)
2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf"
- :: Starting full system upgrade...
- resolving dependencies...
- looking for conflicting packages...
-
- Package (7) Old Version New Version Net Change Download Size
-
- core/ca-certificates-mozilla 3.118.1-1 3.119-1 0.00 MiB 0.39 MiB
- core/guile 3.0.10-1 3.0.11-1 -0.25 MiB 8.39 MiB
- core/hwdata 0.401-1 0.402-1 0.11 MiB 1.66 MiB
- core/libidn2 2.3.7-1 2.3.8-1 -0.09 MiB 0.13 MiB
- core/libnftnl 1.3.0-1 1.3.1-1 0.01 MiB 0.07 MiB
- core/libnl 3.11.0-1 3.12.0-1 0.04 MiB 0.41 MiB
- core/pkgconf 2.5.1-1 0.20 MiB 0.07 MiB
-
- Total Download Size: 11.12 MiB
- Total Installed Size: 68.19 MiB
- Net Upgrade Size: 0.01 MiB
-
- :: Proceed with installation? [Y/n]
- :: Retrieving packages...
- guile-3.0.11-1-x86_64 downloading...
- hwdata-0.402-1-any downloading...
- libnl-3.12.0-1-x86_64 downloading...
- ca-certificates-mozilla-3.119-1-x86_64 downloading...
- libidn2-2.3.8-1-x86_64 downloading...
- pkgconf-2.5.1-1-x86_64 downloading...
- libnftnl-1.3.1-1-x86_64 downloading...
- checking keyring...
- checking package integrity...
- loading package files...
- checking for file conflicts...
- :: Processing package changes...
- installing pkgconf...
- upgrading ca-certificates-mozilla...
- upgrading guile...
- upgrading hwdata...
- upgrading libidn2...
- upgrading libnftnl...
- upgrading libnl...
- :: Running post-transaction hooks...
- (1/2) Arming ConditionNeedsUpdate...
- (2/2) Rebuilding certificate stores...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved base.v0.17.3 (cached)
⬇ retrieved base_bigstring.v0.17.0 (cached)
⬇ retrieved base_quickcheck.v0.17.1 (cached)
⬇ retrieved bin_prot.v0.17.0-1 (cached)
⬇ retrieved capitalization.v0.17.0 (cached)
⬇ retrieved conf-gmp.5 (cached)
⬇ retrieved core.v0.17.1 (cached)
∗ installed conf-gmp.5
∗ installed conf-pkg-config.4
⬇ retrieved core_kernel.v0.17.0 (cached)
∗ installed conf-libffi.2.0.0
⬇ retrieved core_unix.v0.17.1 (cached)
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved ctypes.0.24.0, ctypes-foreign.0.24.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 gel.v0.17.0 (cached)
⬇ retrieved hardcaml.v0.17.1 (cached)
⬇ retrieved hardcaml_verilator.v0.17.0 (cached)
⬇ retrieved int_repr.v0.17.0 (cached)
⬇ retrieved integers.0.7.0 (cached)
⬇ retrieved jane-street-headers.v0.17.0 (cached)
⬇ retrieved jst-config.v0.17.0 (cached)
⬇ retrieved num.1.6 (cached)
⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached)
⬇ retrieved ocaml_intrinsics_kernel.v0.17.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_hardcaml.v0.17.1 (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 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 time_now.v0.17.0 (cached)
⬇ retrieved timezone.v0.17.0 (cached)
⬇ retrieved typerep.v0.17.1 (cached)
⬇ retrieved uopt.v0.17.0 (cached)
⬇ retrieved variantslib.v0.17.0 (cached)
⬇ retrieved zarith.1.14 (cached)
∗ installed num.1.6
∗ installed ocamlfind.1.9.8
∗ installed zarith.1.14
∗ installed dune.3.20.2
∗ installed jane-street-headers.v0.17.0
∗ installed ppx_derivers.1.2.1
∗ installed csexp.1.5.2
∗ installed ocaml_intrinsics_kernel.v0.17.1
∗ installed re.1.14.0
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed sexplib0.v0.17.0
∗ installed spawn.v0.17.0
∗ installed stdlib-shims.0.3.0
∗ installed integers.0.7.0
∗ installed parsexp.v0.17.0
∗ installed dune-configurator.3.20.2
∗ 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 typerep.v0.17.1
∗ installed ctypes-foreign.0.24.0
∗ installed ppxlib.0.37.0
∗ installed ppx_tydi.v0.17.1
∗ installed ppxlib_jane.v0.17.4
∗ installed ppx_optcomp.v0.17.1
∗ installed ppx_cold.v0.17.0
∗ installed ppx_here.v0.17.0
∗ installed ppx_disable_unused_warnings.v0.17.0
∗ installed ppx_variants_conv.v0.17.1
∗ installed ppx_stable_witness.v0.17.0
∗ installed ppx_typerep_conv.v0.17.1
∗ installed ppx_fields_conv.v0.17.0
∗ installed ppx_stable.v0.17.1
∗ installed ppx_ignore_instrumentation.v0.17.0
∗ installed ppx_pipebang.v0.17.0
∗ installed ppx_fixed_literal.v0.17.0
∗ installed ppx_enumerate.v0.17.0
∗ installed ppx_compare.v0.17.0
∗ installed ppx_globalize.v0.17.2
∗ installed ppx_optional.v0.17.0
∗ installed ppx_sexp_conv.v0.17.1
∗ installed ppx_let.v0.17.1
∗ installed ppx_hash.v0.17.0
∗ installed ppx_sexp_value.v0.17.0
∗ installed ppx_assert.v0.17.0
∗ installed ppx_sexp_message.v0.17.0
∗ installed ppx_custom_printf.v0.17.0
∗ installed ppx_base.v0.17.0
∗ installed capitalization.v0.17.0
∗ installed sexp_pretty.v0.17.0
∗ installed jst-config.v0.17.0
∗ installed bin_prot.v0.17.0-1
∗ installed ppx_string.v0.17.0
∗ installed time_now.v0.17.0
∗ installed ppx_bin_prot.v0.17.1
∗ installed ppx_string_conv.v0.17.0
∗ installed ppx_module_timer.v0.17.0
∗ installed ppx_inline_test.v0.17.1
∗ installed ppx_bench.v0.17.1
∗ installed ppx_expect.v0.17.3
∗ installed splittable_random.v0.17.0
∗ installed ppx_log.v0.17.0
∗ installed base_quickcheck.v0.17.1
∗ installed ppx_jane.v0.17.0
∗ installed gel.v0.17.0
∗ installed uopt.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 timezone.v0.17.0
∗ installed expect_test_helpers_core.v0.17.0
∗ installed core_kernel.v0.17.0
∗ installed hardcaml.v0.17.1
∗ installed core_unix.v0.17.1
∗ installed ppx_hardcaml.v0.17.1
∗ installed hardcaml_verilator.v0.17.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-09 03:04.25 ---> saved as "64ae7bdec0b62752f3d206b54d3fc06d9370c83c677a5777e3ce953d832ba954"
Job succeeded
2025-12-09 03:04.31: Job succeeded