- github
- ocaml
- opam-repository
- 395113
- compilers,4.14,nocrypto.0.5.4-1,revdeps
(not at the head of any monitored branch or PR)
2026-03-17 10:45.16: New job: list revdeps of nocrypto.0.5.4-1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29530/head (395113449576622af70540fb22e5d90e18554bdc)
on debian-13-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/29530/head" && git reset --hard 39511344
git fetch origin master
git merge --no-edit e589be2bb3f3c3428c9c98a122428f3ad2d44845
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e
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 'nocrypto.0.5.4-1' --coinstallable-with 'nocrypto.0.5.4-1' --all-versions --depopts && opam list -s --color=never --depends-on 'nocrypto.0.5.4-1' --coinstallable-with 'nocrypto.0.5.4-1' --all-versions --recursive && opam list -s --color=never --depends-on 'nocrypto.0.5.4-1' --coinstallable-with 'nocrypto.0.5.4-1' --all-versions --with-test --depopts && echo '@@@OUTPUT'
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-03-17 10:45.16: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e-nocrypto.0.5.4-1-395113449576622af70540fb22e5d90e18554bdc"
2026-03-17 10:45.16: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
(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 'nocrypto.0.5.4-1' --coinstallable-with 'nocrypto.0.5.4-1' --all-versions --depopts && opam list -s --color=never --depends-on 'nocrypto.0.5.4-1' --coinstallable-with 'nocrypto.0.5.4-1' --all-versions --recursive && opam list -s --color=never --depends-on 'nocrypto.0.5.4-1' --coinstallable-with 'nocrypto.0.5.4-1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
)
2026-03-17 10:45.16: Waiting for resource in pool OCluster
2026-03-17 12:46.51: Waiting for worker…
2026-03-17 12:50.12: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 65% (12004/18444)
Updating files: 66% (12174/18444)
Updating files: 67% (12358/18444)
Updating files: 68% (12542/18444)
Updating files: 69% (12727/18444)
Updating files: 70% (12911/18444)
Updating files: 71% (13096/18444)
Updating files: 72% (13280/18444)
Updating files: 73% (13465/18444)
Updating files: 74% (13649/18444)
Updating files: 75% (13833/18444)
Updating files: 76% (14018/18444)
Updating files: 77% (14202/18444)
Updating files: 78% (14387/18444)
Updating files: 79% (14571/18444)
Updating files: 80% (14756/18444)
Updating files: 81% (14940/18444)
Updating files: 82% (15125/18444)
Updating files: 83% (15309/18444)
Updating files: 84% (15493/18444)
Updating files: 85% (15678/18444)
Updating files: 86% (15862/18444)
Updating files: 87% (16047/18444)
Updating files: 88% (16231/18444)
Updating files: 89% (16416/18444)
Updating files: 90% (16600/18444)
Updating files: 91% (16785/18444)
Updating files: 92% (16969/18444)
Updating files: 93% (17153/18444)
Updating files: 94% (17338/18444)
Updating files: 95% (17522/18444)
Updating files: 96% (17707/18444)
Updating files: 97% (17891/18444)
Updating files: 98% (18076/18444)
Updating files: 99% (18260/18444)
Updating files: 100% (18444/18444)
Updating files: 100% (18444/18444), done.
HEAD is now at e589be2bb3 Merge pull request #29546 from johnwhitington/opam-publish-camlpdf.2.9
Merge made by the 'ort' strategy.
packages/bimage-lwt/bimage-lwt.0.3.0/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.3.1/opam | 6 +++++-
packages/bimage-lwt/bimage-lwt.0.4.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.0.11.0/opam | 4 +++-
packages/caqti-lwt/caqti-lwt.1.0.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.2.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.3.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.6.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.7.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.8.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.1.9.0/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.0.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.1.1/opam | 6 +++++-
packages/caqti-lwt/caqti-lwt.2.2.4/opam | 6 +++++-
packages/fuseau-lwt/fuseau-lwt.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.1.13/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.2/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0.3/opam | 6 +++++-
packages/lambda-term/lambda-term.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.0.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.1.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.2.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.0/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.1/opam | 6 +++++-
packages/lambda-term/lambda-term.3.3.2/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.1.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.2.0/opam | 6 +++++-
packages/lwt_domain/lwt_domain.0.3.0/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.1/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.2/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.3/opam | 6 +++++-
packages/lwt_eio/lwt_eio.0.4/opam | 7 ++++++-
packages/lwt_eio/lwt_eio.0.5.1/opam | 7 ++++++-
packages/lwt_eio/lwt_eio.0.5/opam | 7 ++++++-
packages/lwt_glib/lwt_glib.1.0.1/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.0/opam | 6 +++++-
packages/lwt_glib/lwt_glib.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.0/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.1/opam | 6 +++++-
packages/lwt_log/lwt_log.1.1.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.1.2.4/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.0.3/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.2.1.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.0/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.8.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.1/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.2/opam | 6 +++++-
packages/lwt_ppx/lwt_ppx.5.9.3/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.10/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.6/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.7/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.8/opam | 6 +++++-
packages/moonpool-lwt/moonpool-lwt.0.9/opam | 6 +++++-
packages/mwt/mwt.0.1.0/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-1/opam | 6 +++++-
packages/nocrypto/nocrypto.0.5.4-2/opam | 6 +++++-
packages/ocluster/ocluster.0.1/opam | 4 +++-
packages/ocluster/ocluster.0.2.1/opam | 6 +++++-
packages/ocluster/ocluster.0.2/opam | 4 +++-
packages/ocluster/ocluster.0.3.0/opam | 6 +++++-
packages/picos/picos.0.3.0/opam | 6 +++++-
packages/picos/picos.0.4.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.5.0/opam | 6 +++++-
packages/picos_lwt/picos_lwt.0.6.0/opam | 6 +++++-
packages/tezt/tezt.2.0.0/opam | 6 +++++-
packages/tezt/tezt.3.0.0/opam | 4 +++-
packages/tezt/tezt.3.1.0/opam | 4 +++-
packages/tezt/tezt.3.1.1/opam | 4 +++-
packages/tezt/tezt.4.0.0/opam | 4 +++-
packages/tezt/tezt.4.1.0/opam | 4 +++-
packages/tezt/tezt.4.2.0/opam | 4 +++-
packages/tezt/tezt.4.3.0/opam | 4 +++-
84 files changed, 403 insertions(+), 84 deletions(-)
(from ocaml/opam:debian-13-ocaml-4.14@sha256:37323dc71cac48a3e4688e16b45b95486f3cc440c55ab3f83114e8973362f41e)
2026-03-17 12:50.17 ---> using "32cd5b5baf995c02200cf270da597dbb25becd220af2c200c00b8b241a742195" 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-03-17 12:50.17 ---> using "f3ed7bdbef828c9c0b079b10505c5f05c3c9adcca11ce5bf2dac2a4183e099d8" 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-03-17 12:50.17 ---> using "5bf6adb7b45bb7e0c215b8f509c71a8dae73a9a2060efcc27df9d4ef6c6d3350" 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 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
2026-03-17 12:50.17 ---> using "0546f18fa5979677ee22eb9f2fcf19ab371564e845d317c2c70e41dd97dc22dd" 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-03-17 12:50.17 ---> using "0a7188cbe95f4fe0ff26694977eb8794c975bdb534078da98a06d6c7373289b4" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-17 12:50.25 ---> saved as "2ea19ba6f877d7490ae9d28c3ca82f6e95d6422fa89ee35c988285b501b22151"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-17 12:50.54 ---> saved as "4b3f38aef2d21c9a37671a782598114b37b94b05f6a6f32ffa66d88a437eafcd"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]
- Fetched 10.0 MB in 2s (5649 kB/s)
- Reading package lists...
-
2026-03-17 12:50.57 ---> saved as "95a3159566682deae2959ada00c816034be3f300ca41bc004797908f9469a557"
/home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'nocrypto.0.5.4-1' --coinstallable-with 'nocrypto.0.5.4-1' --all-versions --depopts && opam list -s --color=never --depends-on 'nocrypto.0.5.4-1' --coinstallable-with 'nocrypto.0.5.4-1' --all-versions --recursive && opam list -s --color=never --depends-on 'nocrypto.0.5.4-1' --coinstallable-with 'nocrypto.0.5.4-1' --all-versions --with-test --depopts && echo '@@@OUTPUT'"))
@@@OUTPUT
aws.1.0.0
aws.1.0.1
aws.1.0.2
certify.0.2
certify.0.3.0
certify.0.3.1
certify.0.3.2
conex.0.9.2
github-hooks.0.4.0
github-hooks.0.5.0
nocoiner.0.0.1
nocoiner.1.0.0
osbx.1.2.4
rfc6287.1.0.3
salsa20.0.1.0
salsa20.1.0.0
salsa20-core.0.1.0
session.0.4.0
session.0.4.1
ssh-agent.0.2.0
ulid.0.1
x509.0.6.3
x509.0.7.0
x509.0.7.1
x509.0.8.1
x509.0.9.0
aws.1.0.0
aws.1.0.1
aws.1.0.2
aws-autoscaling.0.1.0
aws-cloudformation.0.1.0
aws-cloudtrail.0.1.0
aws-ec2.0.1.0
aws-elasticloadbalancing.0.1.0
aws-sdb.0.1.0
aws-ssm.0.1.0
aws-sts.0.1.0
azure-cosmos-db.0.1.5
azure-cosmos-db.0.1.6
builder-web.0.1.0
builder-web.0.2.0
caqti.2.1.1
caqti.2.1.2
caqti.2.2.4
caqti-async.2.1.1
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-lwt.2.1.1
caqti-lwt.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
certify.0.2
certify.0.3.0
certify.0.3.1
certify.0.3.2
colombe.0.1.0
conex.0.9.2
current-web-pipelines.0.1
current_examples.0.5
current_examples.0.6.2
current_examples.0.7.1
current_examples.0.7.2
current_examples.0.7.3
current_github.0.5
current_github.0.6.2
current_github.0.7.1
current_github.0.7.2
current_github.0.7.3
current_gitlab.0.6.2
current_gitlab.0.7.1
current_gitlab.0.7.2
current_gitlab.0.7.3
current_web.0.5
current_web.0.6.2
current_web.0.7.1
current_web.0.7.2
current_web.0.7.3
dkim-bin.0.6.0
dns-resolver.8.0.0
dns-stub.8.0.0
docteur.0.0.2
docteur.0.0.3
docteur-unix.0.0.2
docteur-unix.0.0.3
dream.1.0.0~alpha1
dream.1.0.0~alpha2
dream.1.0.0~alpha3
dream.1.0.0~alpha4
dream.1.0.0~alpha5
dream.1.0.0~alpha6
dream.1.0.0~alpha7
dream.1.0.0~alpha8
dream-accept.0.1.0
dream-cli.0.1.0
dream-cli.0.2.0
dream-encoding.0.1.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.9.5
dream-html.3.10.0
dream-html.3.10.1
dream-html.3.11.0
dream-html.3.11.1
dream-htmx.0.1.0
dream-inertia.0.0.1
dream-livereload.0.1.0
dream-livereload.0.2.0
dream-serve.1.0.0
dream-serve.1.0.1
dream_middleware_ext.0.1.0
dream_middleware_ext.0.1.1
dropbox.0.2
dropbox_lwt_unix.0.2
FPauth-core.1.0.0
FPauth-responses.1.0.0
git-mirage.3.8.0
git-unix.3.8.0
github-hooks.0.4.0
github-hooks.0.5.0
github-hooks-unix.0.2.0
github-hooks-unix.0.5.0
graphql_jsoo_client.0.1.1
irc-client-tls.0.7.0
irmin-cli.3.6.1
irmin-containers.2.10.2
irmin-git.3.6.1
irmin-graphql.3.6.1
irmin-unix.2.10.2
kicadsch.0.4.0
kicadsch.0.5.0
lambdapi.2.4.0
lambdapi.2.4.1
lambdapi.2.5.0
lambdapi.2.5.1
lambdapi.2.6.0
lambdapi.3.0.0
letters.0.1.0
letters.0.1.1
letters.0.2.0
letters.0.2.1
letters.0.3.0
letters.0.3.1
letters.0.3.2
letters.0.3.3
letters.0.4.0
libirmin.3.6.1
links.0.9.6
links.0.9.7
links-mysql.0.9.6
links-mysql.0.9.7
links-postgresql.0.9.6
links-postgresql.0.9.7
links-sqlite3.0.9.6
links-sqlite3.0.9.7
mehari-lwt-unix.0.1
mehari-mirage.0.1
nocoiner.0.0.1
nocoiner.1.0.0
nocrypto.0.5.4-1
opam-publish.2.0.0
opam-publish.2.0.1
opam-publish.2.0.2
opam-publish.2.0.3
opencage.1.0.5
openstellina.0.0.3
osbx.1.2.4
osh.0.1
petrol.1.0.0
petrol.1.2.0
plotkicadsch.0.9.0
ppx_dream_eml.1.0
ppx_rapper_async.3.0.0
ppx_rapper_async.3.1.0
ppx_rapper_lwt.3.0.0
ppx_rapper_lwt.3.1.0
proton.1.0.14
proton.1.0.15
publish.0.3.4+transition
quests.0.1.3
rfc6287.1.0.3
salsa20.0.1.0
salsa20.1.0.0
salsa20.1.1.0
salsa20.1.2.0
salsa20-core.0.1.0
scrypt-kdf.1.2.0
sendmail.0.1.0
sendmail.0.2.0
sendmail.0.3.0
sendmail.0.4.0
sendmail-lwt.0.1.0
sendmail-lwt.0.2.0
sendmail-lwt.0.3.0
sendmail-lwt.0.4.0
session.0.4.0
session.0.4.1
session-cohttp.0.4.0
session-cohttp.0.4.1
session-cohttp-async.0.4.0
session-cohttp-async.0.4.1
session-cohttp-lwt.0.4.0
session-cohttp-lwt.0.4.1
session-cookie.0.1.8
session-cookie-async.0.1.8
session-cookie-lwt.0.1.8
session-postgresql.0.4.0
session-postgresql.0.4.1
session-postgresql-async.0.4.1
session-postgresql-lwt.0.4.1
session-redis-lwt.0.4.0
session-redis-lwt.0.4.1
session-webmachine.0.4.0
session-webmachine.0.4.1
sihl.0.2.0
sihl.0.2.1
sihl.0.2.2
sihl.0.3.0~rc1
sihl-email.0.1.5
sihl-email.0.1.6
sihl-email.0.1.7
sihl-email.0.1.8
sihl-email.0.1.9
sihl-email.0.1.10
sihl-email.0.2.0
sihl-email.0.2.1
sihl-email.0.2.2
sihl-email.0.3.0~rc1
sihl-email.0.3.0~rc2
sihl-email.0.3.0
sihl-email.0.4.0
sihl-email.0.4.1
sihl-email.0.5.0
sihl-email.0.6.0~rc1
sihl-email.1.0.0~rc1
sihl-email.1.0.0~rc2
sihl-email.1.0.0~rc3
sihl-email.1.0.0
sihl-email.1.0.1
sihl-email.2.0.0
sihl-email.2.0.1
slacko.0.14.1
slacko.0.15.0
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
ssh-agent.0.2.0
tidy_email_smtp.0.0.1
tls-liquidsoap.1
ulid.0.1
x509.0.6.3
x509.0.7.0
x509.0.7.1
x509.0.8.1
x509.0.9.0
aws.1.0.0
aws.1.0.1
aws.1.0.2
certify.0.2
certify.0.3.0
certify.0.3.1
certify.0.3.2
conex.0.9.2
github-hooks.0.4.0
github-hooks.0.5.0
nocoiner.0.0.1
nocoiner.1.0.0
osbx.1.2.4
salsa20.0.1.0
salsa20.1.0.0
session.0.4.0
session.0.4.1
ssh-agent.0.2.0
ulid.0.1
x509.0.6.3
x509.0.7.0
x509.0.7.1
x509.0.8.1
x509.0.9.0
@@@OUTPUT
2026-03-17 12:52.01 ---> saved as "51560811ac6e188458bf9f7eb52904096e17131382176341b487069c266d441f"
Job succeeded
2026-03-17 12:52.25: Job succeeded