(not at the head of any monitored branch or PR)
2025-06-10 20:29.08: New job: list revdeps of ppx_let.v0.17.1, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27958/head (1dd34381f83a9902bfe6fd2d4f81a09c9e42b450)
                              on debian-12-ocaml-5.3/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/27958/head" && git reset --hard 1dd34381
git fetch origin master
git merge --no-edit 6db96b377f993aa0c7ffb5c06737929e583f3305
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ppx_let.v0.17.1' --coinstallable-with 'ppx_let.v0.17.1' --all-versions --depopts && opam list -s --color=never --depends-on 'ppx_let.v0.17.1' --coinstallable-with 'ppx_let.v0.17.1' --all-versions --recursive && opam list -s --color=never --depends-on 'ppx_let.v0.17.1' --coinstallable-with 'ppx_let.v0.17.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2025-06-10 20:29.08: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e-ppx_let.v0.17.1-1dd34381f83a9902bfe6fd2d4f81a09c9e42b450"
2025-06-10 20:29.08: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ppx_let.v0.17.1' --coinstallable-with 'ppx_let.v0.17.1' --all-versions --depopts && opam list -s --color=never --depends-on 'ppx_let.v0.17.1' --coinstallable-with 'ppx_let.v0.17.1' --all-versions --recursive && opam list -s --color=never --depends-on 'ppx_let.v0.17.1' --coinstallable-with 'ppx_let.v0.17.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2025-06-10 20:29.08: Waiting for resource in pool OCluster
2025-06-10 20:46.54: Waiting for worker…
2025-06-10 20:49.15: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files:  87% (20280/23235)
Updating files:  88% (20447/23235)
Updating files:  89% (20680/23235)
Updating files:  90% (20912/23235)
Updating files:  91% (21144/23235)
Updating files:  92% (21377/23235)
Updating files:  93% (21609/23235)
Updating files:  94% (21841/23235)
Updating files:  95% (22074/23235)
Updating files:  96% (22306/23235)
Updating files:  97% (22538/23235)
Updating files:  98% (22771/23235)
Updating files:  99% (23003/23235)
Updating files: 100% (23235/23235)
Updating files: 100% (23235/23235), done.
HEAD is now at 6db96b377f Merge pull request #28003 from punchagan/opam-publish-opam-ci-check-lint.0.1
Merge made by the 'ort' strategy.
 .../base_quickcheck/base_quickcheck.v0.17.1/opam   | 38 ++++++++++++++++++++++
 packages/hardcaml/hardcaml.v0.17.0/opam            |  2 +-
 packages/ppx_bench/ppx_bench.v0.17.1/opam          | 30 +++++++++++++++++
 packages/ppx_bin_prot/ppx_bin_prot.v0.17.1/opam    | 33 +++++++++++++++++++
 .../ppx_derive_at_runtime.v0.17.0/opam             |  2 +-
 packages/ppx_diff/ppx_diff.v0.17.1/opam            | 35 ++++++++++++++++++++
 packages/ppx_expect/ppx_expect.v0.17.3/opam        | 37 +++++++++++++++++++++
 packages/ppx_globalize/ppx_globalize.v0.17.0/opam  |  2 +-
 packages/ppx_globalize/ppx_globalize.v0.17.2/opam  | 31 ++++++++++++++++++
 .../ppx_inline_test/ppx_inline_test.v0.17.1/opam   | 31 ++++++++++++++++++
 .../ppx_jsonaf_conv/ppx_jsonaf_conv.v0.17.0/opam   |  2 +-
 packages/ppx_let/ppx_let.v0.17.1/opam              | 31 ++++++++++++++++++
 packages/ppx_optcomp/ppx_optcomp.v0.17.1/opam      | 31 ++++++++++++++++++
 .../ppx_quick_test/ppx_quick_test.v0.17.0/opam     |  2 +-
 packages/ppx_sexp_conv/ppx_sexp_conv.v0.17.1/opam  | 32 ++++++++++++++++++
 packages/ppx_stable/ppx_stable.v0.17.1/opam        | 31 ++++++++++++++++++
 packages/ppx_tydi/ppx_tydi.v0.17.1/opam            | 30 +++++++++++++++++
 .../ppx_typed_fields/ppx_typed_fields.v0.17.0/opam |  2 +-
 .../ppx_typerep_conv/ppx_typerep_conv.v0.17.1/opam | 31 ++++++++++++++++++
 .../ppx_variants_conv.v0.17.1/opam                 | 31 ++++++++++++++++++
 packages/ppxlib_jane/ppxlib_jane.v0.17.3/opam      | 29 +++++++++++++++++
 packages/streamable/streamable.v0.17.0/opam        |  2 +-
 22 files changed, 488 insertions(+), 7 deletions(-)
 create mode 100644 packages/base_quickcheck/base_quickcheck.v0.17.1/opam
 create mode 100644 packages/ppx_bench/ppx_bench.v0.17.1/opam
 create mode 100644 packages/ppx_bin_prot/ppx_bin_prot.v0.17.1/opam
 create mode 100644 packages/ppx_diff/ppx_diff.v0.17.1/opam
 create mode 100644 packages/ppx_expect/ppx_expect.v0.17.3/opam
 create mode 100644 packages/ppx_globalize/ppx_globalize.v0.17.2/opam
 create mode 100644 packages/ppx_inline_test/ppx_inline_test.v0.17.1/opam
 create mode 100644 packages/ppx_let/ppx_let.v0.17.1/opam
 create mode 100644 packages/ppx_optcomp/ppx_optcomp.v0.17.1/opam
 create mode 100644 packages/ppx_sexp_conv/ppx_sexp_conv.v0.17.1/opam
 create mode 100644 packages/ppx_stable/ppx_stable.v0.17.1/opam
 create mode 100644 packages/ppx_tydi/ppx_tydi.v0.17.1/opam
 create mode 100644 packages/ppx_typerep_conv/ppx_typerep_conv.v0.17.1/opam
 create mode 100644 packages/ppx_variants_conv/ppx_variants_conv.v0.17.1/opam
 create mode 100644 packages/ppxlib_jane/ppxlib_jane.v0.17.3/opam

(from ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e)
2025-06-10 20:49.21 ---> using "96697d8e79983291d560edbf731c893ea129e422e8dda14986eae24c3f7015ce" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-10 20:49.21 ---> using "e3a18b487bc80c5d46fdcff41f782a076b8a4d608450f2a3ff6f2a93409eb9a3" 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 development 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-06-10 20:49.21 ---> using "d9c94bbceca06b3e6032ad8e53e6b3d8813c03bb73ba5208d29a1d43c75f8516" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=12
# 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.3
# invariant            ["ocaml-base-compiler" {= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-06-10 20:49.21 ---> using "8603a9eb54f1b33a3bf7930c43df09e3d144466f3cd5c263952d7944e32b7159" 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-06-10 20:49.21 ---> using "1b895692452f1db712d5d5de9cdfc09bdc7a6afc7fbdcf2accf449998b966ec7" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-06-10 20:49.22 ---> using "9d104a0f23963a7f2d4e480209b55df84939c241f489926c1d2a8c3695b99264" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-06-10 20:49.22 ---> using "2bd2254740a544743596d98c64cf6717ede651f1a71cab21305a04f98cff2a64" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [266 kB]
- Fetched 369 kB in 1s (692 kB/s)
- Reading package lists...
- 
2025-06-10 20:49.22 ---> using "e28bc7b3d45735b293a949ef52a82bedbd3e1dee4390400cdf12c2c55aea687d" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ppx_let.v0.17.1' --coinstallable-with 'ppx_let.v0.17.1' --all-versions --depopts && opam list -s --color=never --depends-on 'ppx_let.v0.17.1' --coinstallable-with 'ppx_let.v0.17.1' --all-versions --recursive && opam list -s --color=never --depends-on 'ppx_let.v0.17.1' --coinstallable-with 'ppx_let.v0.17.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
base_quickcheck.v0.17.1
cmdlang-to-base.0.0.9
core_bench.v0.17.0
dunolint.0.0.20250310
dunolint-lib.0.0.20250310
mmdb.0.1.0
mmdb.0.2.1
mmdb.0.3.0
orewa.0.1.0
orewa.0.1.1
orewa.0.2.0
orewa.0.2.1
ppx_jane.v0.17.0
ppx_log.v0.17.0
ppx_pattern_bind.v0.17.0
ppx_string_conv.v0.17.0
sexp_grammar.v0.17.0
zeit.0.1.0
abstract_algebra.v0.17.0
accessor.v0.17.0
accessor_async.v0.17.0
accessor_base.v0.17.0
accessor_core.v0.17.0
alcotest-async.0.8.5
alcotest-async.1.8.0
alcotest-async.1.9.0
amqp-client-async.2.3.0
angstrom-async.0.11.1
angstrom-async.0.11.2
angstrom-async.0.12.1
angstrom-async.0.13.0
angstrom-async.0.14.0
angstrom-async.0.14.1
angstrom-async.0.15.0
angstrom-async.0.16.0
angstrom-async.0.16.1
archi-async.0.1.0
archi-async.0.2.0
async.v0.17.0
async-uri.0.4.0
async_durable.v0.17.0
async_extra.v0.17.0
async_find.v0.17.0
async_inotify.v0.17.0
async_interactive.v0.17.0
async_kernel.v0.17.0
async_log.v0.17.0
async_rpc_kernel.v0.17.0
async_rpc_websocket.v0.17.0
async_sendfile.v0.17.0
async_shell.v0.17.0
async_smtp.v0.17.0
async_ssl.v0.17.0
async_ssl.v0.17.0-1
async_udp.v0.17.0
async_unix.v0.17.0
async_websocket.v0.17.0
aws-async.1.2
babel.v0.17.0
base_bigstring.v0.17.0
base_quickcheck.v0.17.1
base_trie.v0.17.0
bigdecimal.v0.17.0
bignum.v0.17.0
biotk.0.3
bitcoin-cohttp-async.3.0
boulangerie.1.0.1
bytebuffer.0.0.2
camlix.0.1
capnp-rpc-mirage.1.2.2
capnp-rpc-mirage.1.2.3
caqti-async.1.3.0
caqti-async.1.6.0
caqti-async.1.7.0
caqti-async.1.8.0
caqti-async.1.9.0
caqti-async.2.0.1
caqti-async.2.1.1
caqti-async.2.1.2
caqti-async.2.2.4
cmdlang-to-base.0.0.9
cohttp-async.2.5.8
cohttp-async.5.3.0
cohttp-async.6.0.0~alpha2
cohttp-async.6.0.0~beta2
cohttp-async.6.0.0
cohttp-bench.6.0.0
cohttp-curl-async.6.0.0~alpha0
cohttp-curl-async.6.0.0~alpha1
cohttp-curl-async.6.0.0~alpha2
cohttp-curl-async.6.0.0~beta2
cohttp-curl-async.6.0.0
cohttp-curl-async.6.1.0
cohttp-curl-async.6.1.1
cohttp_async_websocket.v0.17.0
cohttp_static_handler.v0.17.0
comby-semantic.1.7.0
command_rpc.v0.17.0
conduit-async.1.5.0
conduit-async.2.0.0
conduit-async.2.0.1
conduit-async.2.0.2
conduit-async.2.1.0
conduit-async.2.3.0
conduit-async.4.0.0
conduit-async.4.0.1
conduit-async.4.0.2
conduit-async.5.0.0
conduit-async.5.1.0
conduit-async.5.1.1
conduit-async.6.0.0
conduit-async.6.0.1
conduit-async.6.1.0
conduit-async.6.2.0
conduit-async.6.2.1
conduit-async.6.2.2
conduit-async.6.2.3
conduit-async.7.0.0
conduit-async.7.1.0
conduit-async.8.0.0
content_security_policy.v0.17.0
core.v0.17.1
core_bench.v0.17.0
core_extended.v0.17.0
core_kernel.v0.17.0
core_profiler.v0.17.0
core_unix.v0.17.1
cstruct-async.3.4.0
cstruct-async.3.5.0
cstruct-async.3.6.0
cstruct-async.3.7.0
cstruct-async.6.0.0
cstruct-async.6.0.1
cstruct-async.6.1.0
cstruct-async.6.1.1
cstruct-async.6.2.0
csvfields.v0.17.0
decoders-jsonaf.1.0.0
dedent.v0.17.0
delimited_parsing.v0.17.0
dunolint.0.0.20250310
dunolint-lib.0.0.20250310
ecaml.v0.17.0
email_message.v0.17.0
env_config.v0.17.0
expect_test_helpers_async.v0.17.0
expect_test_helpers_core.v0.17.0
faraday-async.0.8.2
ff-bench.0.6.2
file_path.v0.17.0
fuzzy_match.v0.17.0
fzf.v0.17.0
gel.v0.17.0
gemini.0.3.0
gluten-async.0.3.0
gluten-async.0.4.0
gluten-async.0.4.1
gluten-async.0.5.0
gluten-async.0.5.1
gluten-async.0.5.2
gpiod.0.7
gpr.1.5.1
gpr.1.5.2
grace.0.1.0
grace.0.2.0
gradescope_submit.0.2
gradescope_submit.2.0.1
gradescope_submit.2.0.2
grpc-async.0.1.0
grpc-async.0.2.0
grpc-examples.0.2.0
h1_parser.0.0.2
h2-async.0.9.0
h2-async.0.10.0
h2-async.0.13.0
hardcaml.v0.17.0
hardcaml-lua.0.0.1
hardcaml_axi.v0.17.0
hardcaml_c.v0.17.0
hardcaml_circuits.v0.17.0
hardcaml_event_driven_sim.v0.17.0
hardcaml_fixed_point.v0.17.0
hardcaml_handshake.v0.17.0
hardcaml_of_verilog.v0.17.0
hardcaml_step_testbench.v0.17.0
hardcaml_verify.v0.17.0
hardcaml_verilator.v0.17.0
hardcaml_waveterm.v0.17.0
hardcaml_xilinx.v0.17.0
hardcaml_xilinx_components.v0.17.0
hardcaml_xilinx_reports.v0.17.0
hex_encode.v0.17.0
hg_lib.v0.17.0
higher_kinded.v0.17.0
httpun-async.0.1.0
httpun-async.0.2.0
httpun-ws-async.0.1.0
httpun-ws-async.0.2.0
incr_map.v0.17.0
incr_select.v0.17.0
incremental.v0.17.0
indentation_buffer.v0.17.0
influxdb-async.0.1.0
influxdb-async.0.2.0
influxdb-async.0.3.0
int_repr.v0.17.0
jane_rope.v0.17.0
janestreet_cpuid.v0.17.0
janestreet_csv.v0.17.0
janestreet_lru_cache.v0.17.0
jsonaf.v0.17.0
kuznechik.0.2.0
lambda_streams_async.0.1.2
legacy_diffable.v0.17.0
line-up-words.v0.17.0
liquid_interpreter.0.1.1
liquid_interpreter.0.1.2
liquid_ml.0.1.1
liquid_ml.0.1.2
liquid_parser.0.1.1
liquid_parser.0.1.2
liquid_std.0.1.1
liquid_std.0.1.2
liquid_syntax.0.1.1
liquid_syntax.0.1.2
logs-async.1.1
logs-async.1.3
logs-async-reporter.1.0
logs-async-reporter.1.3
man_in_the_middle_debugger.v0.17.0
mirage-crypto-rng-async.0.8.8
mirage-crypto-rng-async.0.8.10
mirage-crypto-rng-async.0.9.0
mirage-crypto-rng-async.0.9.1
mirage-crypto-rng-async.0.9.2
mirage-crypto-rng-async.0.10.0
mirage-crypto-rng-async.0.10.1
mirage-crypto-rng-async.0.10.2
mirage-crypto-rng-async.0.10.3
mirage-crypto-rng-async.0.10.4
mirage-crypto-rng-async.0.10.5
mirage-crypto-rng-async.0.10.6
mirage-crypto-rng-async.0.10.7
mirage-crypto-rng-async.0.11.0
mirage-crypto-rng-async.0.11.1
mirage-crypto-rng-async.0.11.2
mirage-crypto-rng-async.0.11.3
mirage-crypto-rng-async.1.1.0
mirage-crypto-rng-async.1.2.0
mlt_parser.v0.17.0
mmdb.0.1.0
mmdb.0.2.1
mmdb.0.3.0
n_ary.v0.17.0
netsnmp.v0.17.0
nocoiner.0.0.1
nocoiner.1.0.0
notty_async.v0.17.0
numeric_string.v0.17.0
ocaml-embed-file.v0.17.0
ocaml_openapi_generator.v0.17.0
ocamlmig.5.3-20250429
ocluster.0.1
of_json.v0.17.0
ordinal_abbreviation.v0.17.0
orewa.0.1.0
orewa.0.1.1
orewa.0.2.0
orewa.0.2.1
osnap.0.1.1
p4pp.0.1.12
pam.v0.17.0
pari.0.1
pari-bindings.0.1
patdiff.v0.17.0
patience_diff.v0.17.0
pgx_value_core.2.2
phylogenetics.0.3.0
plateau.0.1
polling_state_rpc.v0.17.0
portmidi.0.1
postgres_async.v0.17.0
ppx_accessor.v0.17.0
ppx_csv_conv.v0.17.0
ppx_demo.v0.17.0
ppx_derive_at_runtime.v0.17.0
ppx_diff.v0.17.0
ppx_diff.v0.17.1
ppx_embed_file.v0.17.0
ppx_hardcaml.v0.17.0
ppx_jane.v0.17.0
ppx_jsonaf_conv.v0.17.0
ppx_let.v0.17.1
ppx_log.v0.17.0
ppx_mica.0.1.0
ppx_pattern_bind.v0.17.0
ppx_quick_test.v0.17.0
ppx_string_conv.v0.17.0
ppx_typed_fields.v0.17.0
ppx_xml_conv.v0.17.0
prc.0.0.0
prc.0.1.0
profunctor.v0.17.0
protocol_version_header.v0.17.0
randoml.0.1.5
re2.v0.17.0
record_builder.v0.17.0
redis-async.v0.17.0
resource_cache.v0.17.0
rpc_parallel.v0.17.0
rpclib-async.6.1.0
rpclib-async.7.0.0
rpclib-async.7.1.0
rpclib-async.7.2.0
rpclib-async.8.0.0
rpclib-async.8.1.0
rpclib-async.8.1.1
rpclib-async.8.1.2
rpclib-async.9.0.0
runtime_events_tools.0.5.0
runtime_events_tools.0.5.1
SZXX.3.1.0
SZXX.4.0.0
SZXX.4.0.1
safemoney.0.2.0
safemoney.0.3.0
semantic_version.v0.17.0
sequencer_table.v0.17.0
session-cohttp-async.0.4.1
session-cohttp-async.0.5.0
session-cookie-async.0.1.8
session-postgresql-async.0.4.1
session-postgresql-async.0.5.0
sexp.v0.17.0
sexp_diff.v0.17.0
sexp_grammar.v0.17.0
sexp_macro.v0.17.0
sexp_select.v0.17.0
sexp_string_quickcheck.v0.17.0
shell.v0.17.0
shuttle_http.0.12.0
shuttle_websocket.0.12.0
splay_tree.v0.17.0
starred_ml.0.0.2
starred_ml.0.0.3
starred_ml.0.0.4
starred_ml.0.0.5
starred_ml.0.0.6
starred_ml.0.0.7
stored_reversed.v0.17.0
streamable.v0.17.0
textutils.v0.17.0
textutils_kernel.v0.17.0
tilde_f.v0.17.0
timezone.v0.17.0
tls-async.0.17.1
tls-async.0.17.3
tls-async.0.17.4
tls-async.0.17.5
tls-async.1.0.0
tls-async.1.0.2
tls-async.1.0.4
tls-async.2.0.0
tls-async.2.0.1
toplevel_backend.v0.17.0
toplevel_expect_test.v0.17.0
topological_sort.v0.17.0
torch.v0.17.0
tracing.v0.17.0
uopt.v0.17.0
uri-bench.4.4.0
username_kernel.v0.17.0
versioned_polling_state_rpc.v0.17.0
websocket-async.2.16
websocket-async.2.17
yojson-bench.2.0.0
yojson-bench.2.0.1
yojson-bench.2.0.2
zeit.0.1.0
zmq-async.5.1.0
zmq-async.5.1.1
zmq-async.5.1.2
zmq-async.5.1.3
zmq-async.5.1.4
zmq-async.5.1.5
zmq-async.5.2.1
zmq-async.5.2.2
zmq-async.5.3.0
zstandard.v0.17.0
angstrom.0.15.0
angstrom.0.16.0
angstrom.0.16.1
base_quickcheck.v0.17.1
cmdlang-to-base.0.0.9
core_bench.v0.17.0
dunolint.0.0.20250310
dunolint-lib.0.0.20250310
mmdb.0.3.0
orewa.0.1.0
orewa.0.1.1
orewa.0.2.0
orewa.0.2.1
ppx_jane.v0.17.0
ppx_log.v0.17.0
ppx_pattern_bind.v0.17.0
ppx_string_conv.v0.17.0
sexp_grammar.v0.17.0
zeit.0.1.0
@@@OUTPUT
2025-06-10 20:50.01 ---> saved as "595d4d964e91333d2c5ee47e2f25cda8fb0c5ebb0c99cc272fbf59c86bcc7feb"
Job succeeded
2025-06-10 20:50.26: Job succeeded