(not at the head of any monitored branch or PR)
2026-04-10 17:29.07: New job: list revdeps of fs-io.3.22.2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29704/head (3e0c395e7b1393a792367f8edca3654dac71e6fd)
                              on debian-13-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29704/head" && git reset --hard 3e0c395e
git fetch origin master
git merge --no-edit 9d8ceab8e9f49f5671cf459997c8a47cf0e675ca
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'fs-io.3.22.2' --coinstallable-with 'fs-io.3.22.2' --all-versions --depopts && opam list -s --color=never --depends-on 'fs-io.3.22.2' --coinstallable-with 'fs-io.3.22.2' --all-versions --recursive && opam list -s --color=never --depends-on 'fs-io.3.22.2' --coinstallable-with 'fs-io.3.22.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'

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

2026-04-10 17:29.07: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03-fs-io.3.22.2-3e0c395e7b1393a792367f8edca3654dac71e6fd"
2026-04-10 17:29.07: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'fs-io.3.22.2' --coinstallable-with 'fs-io.3.22.2' --all-versions --depopts && opam list -s --color=never --depends-on 'fs-io.3.22.2' --coinstallable-with 'fs-io.3.22.2' --all-versions --recursive && opam list -s --color=never --depends-on 'fs-io.3.22.2' --coinstallable-with 'fs-io.3.22.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)

2026-04-10 17:29.07: Waiting for resource in pool OCluster
2026-04-10 17:44.04: Waiting for worker…
2026-04-10 17:46.25: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 9d8ceab8e9 Merge pull request #29697 from filipeom/opam-publish-smtml.0.25.0
Updating 9d8ceab8e9..3e0c395e7b
Fast-forward
 packages/chrome-trace/chrome-trace.3.22.2/opam     | 39 +++++++++++
 .../dune-action-plugin.3.22.2/opam                 | 52 +++++++++++++++
 .../dune-action-trace.3.22.2/opam                  | 39 +++++++++++
 .../dune-build-info/dune-build-info.3.22.2/opam    | 45 +++++++++++++
 .../dune-configurator.3.22.2/opam                  | 49 ++++++++++++++
 packages/dune-glob/dune-glob.3.22.2/opam           | 42 ++++++++++++
 .../dune-private-libs.3.22.2/opam                  | 50 +++++++++++++++
 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam     | 41 ++++++++++++
 packages/dune-rpc/dune-rpc.3.22.2/opam             | 44 +++++++++++++
 packages/dune-site/dune-site.3.22.2/opam           | 37 +++++++++++
 packages/dune/dune.3.22.2/opam                     | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.22.2/opam                       | 40 ++++++++++++
 packages/fs-io/fs-io.3.22.2/opam                   | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam         | 43 +++++++++++++
 packages/ordering/ordering.3.22.2/opam             | 38 +++++++++++
 packages/stdune/stdune.3.22.2/opam                 | 46 +++++++++++++
 packages/top-closure/top-closure.3.22.2/opam       | 38 +++++++++++
 packages/xdg/xdg.3.22.2/opam                       | 39 +++++++++++
 18 files changed, 796 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.22.2/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.2/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.2/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.22.2/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.22.2/opam
 create mode 100644 packages/dune-glob/dune-glob.3.22.2/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.2/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.2/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.22.2/opam
 create mode 100644 packages/dune-site/dune-site.3.22.2/opam
 create mode 100644 packages/dune/dune.3.22.2/opam
 create mode 100644 packages/dyn/dyn.3.22.2/opam
 create mode 100644 packages/fs-io/fs-io.3.22.2/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.2/opam
 create mode 100644 packages/ordering/ordering.3.22.2/opam
 create mode 100644 packages/stdune/stdune.3.22.2/opam
 create mode 100644 packages/top-closure/top-closure.3.22.2/opam
 create mode 100644 packages/xdg/xdg.3.22.2/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03)
2026-04-10 17:46.27 ---> using "4e852d2e6c9ac39a43c0cb8d1ef92ecff46d16da630bff560bb4811e0bb278c3" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-10 17:46.27 ---> using "c82a131037ae9ff29ac79f02306f126bd36264ccb683d2324f553289b0d4a496" 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
2026-04-10 17:46.27 ---> using "983e4dc58d26f7046c0fe6fbe642bc66995d2abecd6409a14b0c538d3f1a7bd2" 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=debian os-version=13
# 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.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-10 17:46.27 ---> using "8b346866360ce3a934df95a88d3a1520ccbf589f659a7e26aa97be0b96b1083a" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-10 17:46.27 ---> using "8be7be6786c965fdad4454d936ba98cc5fa516f8de8fee90f280618661533faa" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 17:46.28 ---> using "c0553ba1781e82471f38f012874b6b7341f662c325cc75285bfd7972f7a6ff87" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 17:46.28 ---> using "e05b19873f9cb2918bf114246a81e8bf23cb51c80d627ed2b044915e44a942dd" 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 trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [121 kB]
- Fetched 211 kB in 0s (1876 kB/s)
- Reading package lists...
- 
2026-04-10 17:46.28 ---> using "dc69cd977951bdc4dffcc68622bf3ea65b4d02db568ca1f8bd5ab395f414a24f" from cache

/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'fs-io.3.22.2' --coinstallable-with 'fs-io.3.22.2' --all-versions --depopts && opam list -s --color=never --depends-on 'fs-io.3.22.2' --coinstallable-with 'fs-io.3.22.2' --all-versions --recursive && opam list -s --color=never --depends-on 'fs-io.3.22.2' --coinstallable-with 'fs-io.3.22.2' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
stdune.3.22.2
acgtk.2.2.0
alt-ergo.2.5.1
alt-ergo.2.5.2
alt-ergo.2.5.3
alt-ergo.2.5.4
alt-ergo.2.6.0
alt-ergo.2.6.1
alt-ergo.2.6.2
alt-ergo-plugin-ab-why3.2.5.1
alt-ergo-plugin-ab-why3.2.5.2
alt-ergo-plugin-ab-why3.2.5.3
alt-ergo-plugin-ab-why3.2.5.4
alt-ergo-plugin-ab-why3.2.6.0
alt-ergo-plugin-ab-why3.2.6.1
alt-ergo-plugin-ab-why3.2.6.2
binsec.0.11.1
cairn.1.0
cairn.2.0
cairn.2.1
caisar.5.0
camomile.2.0.0
caqti.2.1.1
caqti.2.1.2
caqti.2.2.4
caqti-async.2.1.1
caqti-async.2.1.2
caqti-async.2.2.4
caqti-driver-mariadb.2.1.1
caqti-driver-mariadb.2.2.4
caqti-driver-pgx.2.1.1
caqti-driver-pgx.2.2.4
caqti-driver-postgresql.2.1.1
caqti-driver-postgresql.2.1.2
caqti-driver-postgresql.2.2.4
caqti-driver-sqlite3.2.1.1
caqti-driver-sqlite3.2.2.4
caqti-dynload.2.0.1
caqti-eio.2.1.1
caqti-eio.2.1.2
caqti-eio.2.2.4
caqti-lwt.2.1.1
caqti-lwt.2.2.4
caqti-miou.2.2.4
caqti-mirage.2.1.1
caqti-mirage.2.1.2
caqti-mirage.2.2.4
caqti-tls.2.1.1
caqti-tls.2.1.2
caqti-type-calendar.2.0.1
charInfo_width.2.0.0
cmarker.0.3.0
cmdlang-cmdliner-err-runner.0.0.16
conan-cli.0.0.4
conan-cli.0.0.5
conan-cli.0.0.6
conan-cli.0.0.7
crs.0.0.20250914
crs.0.0.20260307
diffast.0.3.6
diffast-api.0.1.1
diffast-api.0.2
diffast-api.0.3.5.1
diffast-api.0.3.6
diffast-cli.0.1.1
diffast-cli.0.2
diffast-cli.0.3.5.1
diffast-cli.0.3.6
diffast-core.0.1
diffast-core.0.1.1
diffast-core.0.2
diffast-core.0.3.5.1
diffast-core.0.3.6
diffast-git-cli.0.1.1
diffast-git-cli.0.2
diffast-git-cli.0.3.5.1
diffast-git-cli.0.3.6
diffast-langs-cpp.0.3.6
diffast-langs-cpp-spec.0.1.1
diffast-langs-cpp-spec.0.2
diffast-langs-cpp-spec.0.3.5.1
diffast-langs-cpp-spec.0.3.6
diffast-langs-fortran.0.3.6
diffast-langs-fortran-spec.0.1.1
diffast-langs-fortran-spec.0.2
diffast-langs-fortran-spec.0.3.5.1
diffast-langs-fortran-spec.0.3.6
diffast-langs-java.0.3.6
diffast-langs-java-spec.0.1.1
diffast-langs-java-spec.0.2
diffast-langs-java-spec.0.3.5.1
diffast-langs-java-spec.0.3.6
diffast-langs-python.0.3.6
diffast-langs-python-spec.0.1.1
diffast-langs-python-spec.0.2
diffast-langs-python-spec.0.3.5.1
diffast-langs-python-spec.0.3.6
diffast-langs-verilog.0.3.6
diffast-langs-verilog-spec.0.1.1
diffast-langs-verilog-spec.0.2
diffast-langs-verilog-spec.0.3.5.1
diffast-langs-verilog-spec.0.3.6
diskuvbox.0.1.0
dream.1.0.0~alpha8
dream-accept.0.1.0
dream-cli.0.2.0
dream-encoding.0.2.0
dream-encoding.0.3.0
dream-html.0.0.3
dream-html.0.1.0
dream-html.1.0.0
dream-html.1.1.0
dream-html.1.2.0
dream-html.2.0.0
dream-html.2.1.0
dream-html.3.0.0
dream-html.3.0.1
dream-html.3.1.0
dream-html.3.2.0
dream-html.3.3.1
dream-html.3.4.1
dream-html.3.5.2
dream-html.3.6.0
dream-html.3.6.1
dream-html.3.6.2
dream-html.3.7.0
dream-html.3.8.0
dream-html.3.11.2
dream-htmx.0.1.0
dream-inertia.0.0.1
dream-livereload.0.2.0
dream-serve.1.0.1
dream_middleware_ext.0.1.0
dream_middleware_ext.0.1.1
dune-action-plugin.3.22.2
dune-glob.3.22.2
dune-private-libs.3.22.2
dune-rpc.3.22.2
dune-rpc-lwt.3.22.2
dune-site.3.22.2
dunolint.0.0.20250310
dunolint.0.0.20250804
dunolint.0.0.20251006
dunolint.0.0.20260306
dunolint-lib.0.0.20250310
fiber.3.7.0
fiber-lwt.3.7.0
file-rewriter.0.0.3
forester.4.0.0
forester.4.0.1
frama-c.31.0~beta
frama-c.31.0
frama-c.32.0~beta
frama-c.32.0
frama-c-lannotate.0.2.4
frama-c-lannotate.0.2.5
frama-c-luncov.0.2.4
frama-c-metacsl.0.9~beta
frama-c-metacsl.0.9
frama-c-metacsl.0.10~beta
frama-c-metacsl.0.10
frama-clang.0.0.19
frama_c_codex.1.0-rc4
fs-io.3.22.2
gettext.0.5.0
gettext-camomile.0.5.0
gettext-stub.0.5.0
github-hooks-unix.0.5.0
github-unix.4.1.0
github-unix.4.2.0
github-unix.4.3.0
github-unix.4.3.1
goblint.2.2.1
goblint.2.3.0
goblint.2.4.0
goblint.2.5.0
goblint.2.6.0
goblint.2.7.1
guardian.0.4.0
headache.1.07
headache.1.08
kicadsch.0.4.0
kicadsch.0.5.0
lambdapi.2.6.0
lambdapi.3.0.0
leaflet.0.2
libsail.0.18
libsail.0.19
libsail.0.19.1
libsail.0.20
libsail.0.20.1
liquidsoap.2.3.3
liquidsoap.2.4.0
liquidsoap.2.4.2
liquidsoap-daemon.0.3.0
liquidsoap-daemon.0.3.1
liquidsoap-daemon.1.0.0
liquidsoap-js.2.3.3
liquidsoap-js.2.4.0
liquidsoap-js.2.4.2
liquidsoap-lang.2.2.0
liquidsoap-lang.2.2.1
liquidsoap-lang.2.2.2
liquidsoap-lang.2.2.3
liquidsoap-lang.2.2.4-1
liquidsoap-lang.2.2.5
liquidsoap-lang.2.3.0
liquidsoap-lang.2.3.3
liquidsoap-lang.2.4.0
liquidsoap-lang.2.4.2
liquidsoap-libs.2.2.0~1
liquidsoap-libs.2.2.1
liquidsoap-libs.2.2.2
liquidsoap-libs.2.2.3
liquidsoap-libs.2.2.4-1
liquidsoap-libs.2.2.5
liquidsoap-libs.2.3.0
liquidsoap-libs-extra.2.2.0~1
liquidsoap-libs-extra.2.2.1
liquidsoap-libs-extra.2.2.2
liquidsoap-libs-extra.2.2.3
liquidsoap-libs-extra.2.2.4-1
liquidsoap-libs-extra.2.2.5
liquidsoap-libs-extra.2.3.0
liquidsoap-mode.2.3.3
liquidsoap-mode.2.4.0
liquidsoap-mode.2.4.2
loc.0.2.2
loc.0.3.3
menhir-lsp.0.2
menhir-lsp.0.2.1
menhir-lsp.0.3.0
neural_nets_lib.0.6.0
neural_nets_lib.0.6.1
ocaml-lsp-server.1.24.0
ocaml-lsp-server.1.25.0
ocaml-lsp-server.1.26.0
ocp-browser.1.4.0
ocp-browser.1.4.1
opam-publish.2.0.2
opam-publish.2.0.3
p5scm.0.5.0
pageantty.0.0.2
pageantty.0.0.3
petrol.1.0.0
petrol.1.2.0
pplumbing.0.0.14
pplumbing.0.0.16
pplumbing-err.0.0.16
pplumbing-log.0.0.16
pplumbing-log-cli.0.0.16
pplumbing-pp-tty.0.0.16
ppx_dream_eml.1.0
protocol-9p-tool.2.0.2
protocol-9p-tool.2.1.0
publish.0.3.4+transition
quill.1.0.0~alpha1
quill.1.0.0~alpha2
raven.1.0.0~alpha1
raven.1.0.0~alpha2
rtop.3.17.0
rtop.3.17.2
rtop.3.17.3
sail.0.18
sail.0.19
sail.0.19.1
sail.0.20
sail.0.20.1
sail_c_backend.0.18
sail_c_backend.0.19
sail_c_backend.0.19.1
sail_c_backend.0.20
sail_c_backend.0.20.1
sail_coq_backend.0.18
sail_coq_backend.0.19
sail_coq_backend.0.19.1
sail_coq_backend.0.20
sail_coq_backend.0.20.1
sail_doc_backend.0.18
sail_doc_backend.0.19
sail_doc_backend.0.19.1
sail_doc_backend.0.20
sail_doc_backend.0.20.1
sail_latex_backend.0.18
sail_latex_backend.0.19
sail_latex_backend.0.19.1
sail_latex_backend.0.20
sail_latex_backend.0.20.1
sail_lean_backend.0.19
sail_lean_backend.0.19.1
sail_lean_backend.0.20
sail_lean_backend.0.20.1
sail_lem_backend.0.18
sail_lem_backend.0.19
sail_lem_backend.0.19.1
sail_lem_backend.0.20
sail_lem_backend.0.20.1
sail_ocaml_backend.0.18
sail_ocaml_backend.0.19
sail_ocaml_backend.0.19.1
sail_ocaml_backend.0.20
sail_ocaml_backend.0.20.1
sail_output.0.18
sail_output.0.19
sail_output.0.19.1
sail_output.0.20
sail_output.0.20.1
sail_smt_backend.0.18
sail_smt_backend.0.19
sail_smt_backend.0.19.1
sail_smt_backend.0.20
sail_smt_backend.0.20.1
sail_sv_backend.0.18
sail_sv_backend.0.19
sail_sv_backend.0.19.1
sail_sv_backend.0.20
sail_sv_backend.0.20.1
scope.1.0
scope.1.1
sexps-rewriter.0.0.3
simple_httpd_caqti.1.0
simple_httpd_caqti.1.0.1
slipshow.0.0.32
slipshow.0.0.33
slipshow.0.1.1
slipshow.0.2.0
slipshow.0.3.0
slipshow.0.4.1
slipshow.0.5.0
slipshow.0.6.0
slipshow.0.7.0
slipshow.0.8.0
slipshow.0.8.1
slipshow.0.9.0
slipshow.0.10.0
smtml.0.22.0
smtml.0.23.0
smtml.0.24.0
smtml.0.25.0
soupault.4.5.0
soupault.4.6.0
soupault.4.7.0
soupault.4.8.0
soupault.4.9.0
soupault.4.10.0
soupault.4.11.0
soupault.5.2.0
stdune.3.22.2
stog.1.1.0
stog_all.1.1.0
stog_asy.1.1.0
stog_dot.1.1.0
stog_extern.1.1.0
stog_markdown.1.1.0
stog_multi_doc.1.1.0
stog_nocaml.1.1.0
stog_noexec.1.1.0
stog_plugins.1.1.0
stog_rel_href.1.1.0
stog_server.1.1.0
stog_server_multi.1.1.0
stog_sitemap.1.1.0
stog_writing.1.1.0
symex.0.1
symex.0.2
uring-trace.0.1.0
utop.2.16.0
utop.2.17.0
volgo.0.0.18
volgo.0.0.21
volgo.0.0.22
volgo-base.0.0.18
volgo-base.0.0.21
volgo-base.0.0.22
volgo-git-backend.0.0.18
volgo-git-backend.0.0.21
volgo-git-backend.0.0.22
volgo-git-eio.0.0.18
volgo-git-eio.0.0.21
volgo-git-eio.0.0.22
volgo-git-unix.0.0.18
volgo-git-unix.0.0.21
volgo-git-unix.0.0.22
volgo-hg-backend.0.0.18
volgo-hg-backend.0.0.21
volgo-hg-backend.0.0.22
volgo-hg-eio.0.0.18
volgo-hg-eio.0.0.21
volgo-hg-eio.0.0.22
volgo-hg-unix.0.0.18
volgo-hg-unix.0.0.21
volgo-hg-unix.0.0.22
volgo-vcs.0.0.18
volgo-vcs.0.0.21
volgo-vcs.0.0.22
why3find.1.1.1
why3find.1.2.0
why3find.1.3.0
stdune.3.22.2
@@@OUTPUT
2026-04-10 17:47.00 ---> saved as "ba025f88c50afa73e35f1e9a07b2a2a9a02fc9f0243f4559304b2885c9c2fb08"
Job succeeded
2026-04-10 17:47.25: Job succeeded