- github
- ocaml
- opam-repository
- 118a69
- distributions,ubuntu-22.04-ocaml-5.4,dyn.3.22.0~alpha0
(not at the head of any monitored branch or PR)
2026-03-02 18:35.30: New job: build dyn.3.22.0~alpha0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29497/head (118a690db616b1df5c53d5fa00eb70791a80ae2c)
on ubuntu-22.04-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/29497/head" && git reset --hard 118a690d
git fetch origin master
git merge --no-edit a7b8d1036328cf727af175b657f3d2b732b4d868
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d76b856fd19d23e7cbea947d27fd95633f6d93590a3b8c9a60ea69841051899a
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 dyn.3.22.0~alpha0 3.22.0~alpha0
RUN opam reinstall dyn.3.22.0~alpha0; \
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 "\"ubuntu-22.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'dyn.3.22.0~alpha0' && 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 .
2026-03-02 18:35.30: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d76b856fd19d23e7cbea947d27fd95633f6d93590a3b8c9a60ea69841051899a-dyn.3.22.0~alpha0-118a690db616b1df5c53d5fa00eb70791a80ae2c"
2026-03-02 18:35.30: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d76b856fd19d23e7cbea947d27fd95633f6d93590a3b8c9a60ea69841051899a)
(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 dyn.3.22.0~alpha0 3.22.0~alpha0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dyn.3.22.0~alpha0;\
\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 \"\\\"ubuntu-22.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dyn.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-02 18:35.30: Waiting for resource in pool OCluster
2026-03-02 18:43.22: Waiting for worker…
2026-03-02 18:45.46: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at a7b8d10363 Merge pull request #29489 from anuragsoni/opam-publish-kqueue.0.7.0
Updating a7b8d10363..118a690db6
Fast-forward
.../chrome-trace/chrome-trace.3.22.0~alpha0/opam | 39 +++++++++++
.../dune-action-plugin.3.22.0~alpha0/opam | 52 +++++++++++++++
.../dune-action-trace.3.22.0~alpha0/opam | 40 ++++++++++++
.../dune-build-info.3.22.0~alpha0/opam | 45 +++++++++++++
.../dune-configurator.3.22.0~alpha0/opam | 49 ++++++++++++++
packages/dune-glob/dune-glob.3.22.0~alpha0/opam | 42 ++++++++++++
.../dune-private-libs.3.22.0~alpha0/opam | 50 +++++++++++++++
.../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam | 41 ++++++++++++
packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam | 44 +++++++++++++
packages/dune-site/dune-site.3.22.0~alpha0/opam | 37 +++++++++++
packages/dune/dune.3.22.0~alpha0/opam | 75 ++++++++++++++++++++++
packages/dyn/dyn.3.22.0~alpha0/opam | 40 ++++++++++++
packages/fs-io/fs-io.3.22.0~alpha0/opam | 39 +++++++++++
packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam | 43 +++++++++++++
packages/ordering/ordering.3.22.0~alpha0/opam | 38 +++++++++++
packages/stdune/stdune.3.22.0~alpha0/opam | 46 +++++++++++++
.../top-closure/top-closure.3.22.0~alpha0/opam | 38 +++++++++++
packages/xdg/xdg.3.22.0~alpha0/opam | 39 +++++++++++
18 files changed, 797 insertions(+)
create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha0/opam
create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha0/opam
create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha0/opam
create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha0/opam
create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha0/opam
create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha0/opam
create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha0/opam
create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam
create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam
create mode 100644 packages/dune-site/dune-site.3.22.0~alpha0/opam
create mode 100644 packages/dune/dune.3.22.0~alpha0/opam
create mode 100644 packages/dyn/dyn.3.22.0~alpha0/opam
create mode 100644 packages/fs-io/fs-io.3.22.0~alpha0/opam
create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam
create mode 100644 packages/ordering/ordering.3.22.0~alpha0/opam
create mode 100644 packages/stdune/stdune.3.22.0~alpha0/opam
create mode 100644 packages/top-closure/top-closure.3.22.0~alpha0/opam
create mode 100644 packages/xdg/xdg.3.22.0~alpha0/opam
(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d76b856fd19d23e7cbea947d27fd95633f6d93590a3b8c9a60ea69841051899a)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d76b856fd19d23e7cbea947d27fd95633f6d93590a3b8c9a60ea69841051899a' locally
docker.io/ocaml/opam@sha256:d76b856fd19d23e7cbea947d27fd95633f6d93590a3b8c9a60ea69841051899a: Pulling from ocaml/opam
b1cba2e842ca: Pulling fs layer
d3730e400faa: Pulling fs layer
d9e5c9f750bb: Pulling fs layer
9c2798afceb2: Pulling fs layer
c849e9f4d396: Pulling fs layer
fe928a9fffeb: Pulling fs layer
6d40d9a2be20: Pulling fs layer
856e58529905: Pulling fs layer
d522b017b01f: Pulling fs layer
1a6d69525497: Pulling fs layer
9c2798afceb2: Waiting
d99097f3ff6d: Pulling fs layer
2f591af40085: Pulling fs layer
c849e9f4d396: Waiting
d02d8072fc3a: Pulling fs layer
fe928a9fffeb: Waiting
856e58529905: Waiting
1042c9c43749: Pulling fs layer
d522b017b01f: Waiting
bbcfe1b0e75c: Pulling fs layer
6d40d9a2be20: Waiting
8f78df769f4e: Pulling fs layer
1a6d69525497: Waiting
0428e9f0c3cd: Pulling fs layer
d99097f3ff6d: Waiting
2f591af40085: Waiting
bbcfe1b0e75c: Waiting
1042c9c43749: Waiting
4f4fb700ef54: Pulling fs layer
d02d8072fc3a: Waiting
b54d290b528e: Pulling fs layer
8f78df769f4e: Waiting
0428e9f0c3cd: Waiting
c6c678496d35: Pulling fs layer
4f4fb700ef54: Waiting
b54d290b528e: Waiting
6f7834f0fecd: Pulling fs layer
da3c59ecbcfd: Pulling fs layer
6f7834f0fecd: Waiting
c6c678496d35: Waiting
68f11349ba95: Pulling fs layer
ee4940602725: Pulling fs layer
da3c59ecbcfd: Waiting
de72b4c57fd9: Pulling fs layer
8b51167296a4: Pulling fs layer
68f11349ba95: Waiting
ee4940602725: Waiting
de72b4c57fd9: Waiting
738aec11501a: Pulling fs layer
8b51167296a4: Waiting
7c1f27bab576: Pulling fs layer
738aec11501a: Waiting
5e6d3f625499: Pulling fs layer
e5ee83e85972: Pulling fs layer
7c1f27bab576: Waiting
5e6d3f625499: Waiting
8a4d26fd7d90: Pulling fs layer
8a47a0aae3cb: Pulling fs layer
8a4d26fd7d90: Waiting
e5ee83e85972: Waiting
1f357e651b9f: Pulling fs layer
32328e447edd: Pulling fs layer
8a47a0aae3cb: Waiting
1f357e651b9f: Waiting
e7afa88f6f79: Pulling fs layer
5d034e787d0b: Pulling fs layer
32328e447edd: Waiting
6f89ae7058d8: Pulling fs layer
e7afa88f6f79: Waiting
d71afa452768: Pulling fs layer
5d034e787d0b: Waiting
6f89ae7058d8: Waiting
2bee0e5a322c: Pulling fs layer
55b477fa70a4: Pulling fs layer
d71afa452768: Waiting
2bee0e5a322c: Waiting
c64c46ddea05: Pulling fs layer
ec20c84a9c2e: Pulling fs layer
55b477fa70a4: Waiting
c64c46ddea05: Waiting
977147393789: Pulling fs layer
39abd51c0c56: Pulling fs layer
ec20c84a9c2e: Waiting
977147393789: Waiting
cd7cbb6bfd7e: Pulling fs layer
39abd51c0c56: Waiting
0399f88a2846: Pulling fs layer
cd7cbb6bfd7e: Waiting
0399f88a2846: Waiting
d9e5c9f750bb: Verifying Checksum
d9e5c9f750bb: Download complete
d3730e400faa: Download complete
c849e9f4d396: Verifying Checksum
c849e9f4d396: Download complete
b1cba2e842ca: Verifying Checksum
b1cba2e842ca: Download complete
6d40d9a2be20: Verifying Checksum
6d40d9a2be20: Download complete
856e58529905: Verifying Checksum
856e58529905: Download complete
fe928a9fffeb: Verifying Checksum
fe928a9fffeb: Download complete
d522b017b01f: Verifying Checksum
d522b017b01f: Download complete
b1cba2e842ca: Pull complete
d3730e400faa: Pull complete
d9e5c9f750bb: Pull complete
1a6d69525497: Verifying Checksum
1a6d69525497: Download complete
d99097f3ff6d: Verifying Checksum
d99097f3ff6d: Download complete
9c2798afceb2: Verifying Checksum
9c2798afceb2: Download complete
2f591af40085: Verifying Checksum
2f591af40085: Download complete
d02d8072fc3a: Verifying Checksum
d02d8072fc3a: Download complete
bbcfe1b0e75c: Verifying Checksum
bbcfe1b0e75c: Download complete
1042c9c43749: Verifying Checksum
1042c9c43749: Download complete
8f78df769f4e: Verifying Checksum
8f78df769f4e: Download complete
0428e9f0c3cd: Verifying Checksum
0428e9f0c3cd: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
b54d290b528e: Verifying Checksum
b54d290b528e: Download complete
c6c678496d35: Download complete
6f7834f0fecd: Download complete
da3c59ecbcfd: Verifying Checksum
da3c59ecbcfd: Download complete
68f11349ba95: Verifying Checksum
68f11349ba95: Download complete
ee4940602725: Verifying Checksum
ee4940602725: Download complete
de72b4c57fd9: Verifying Checksum
de72b4c57fd9: Download complete
8b51167296a4: Verifying Checksum
8b51167296a4: Download complete
738aec11501a: Download complete
7c1f27bab576: Download complete
5e6d3f625499: Verifying Checksum
5e6d3f625499: Download complete
e5ee83e85972: Verifying Checksum
e5ee83e85972: Download complete
8a47a0aae3cb: Verifying Checksum
8a47a0aae3cb: Download complete
1f357e651b9f: Verifying Checksum
1f357e651b9f: Download complete
9c2798afceb2: Pull complete
e7afa88f6f79: Verifying Checksum
e7afa88f6f79: Download complete
c849e9f4d396: Pull complete
6f89ae7058d8: Verifying Checksum
6f89ae7058d8: Download complete
d71afa452768: Verifying Checksum
d71afa452768: Download complete
2bee0e5a322c: Verifying Checksum
2bee0e5a322c: Download complete
55b477fa70a4: Download complete
c64c46ddea05: Verifying Checksum
c64c46ddea05: Download complete
32328e447edd: Verifying Checksum
32328e447edd: Download complete
ec20c84a9c2e: Download complete
39abd51c0c56: Verifying Checksum
39abd51c0c56: Download complete
cd7cbb6bfd7e: Verifying Checksum
cd7cbb6bfd7e: Download complete
0399f88a2846: Verifying Checksum
0399f88a2846: Download complete
977147393789: Verifying Checksum
977147393789: Download complete
5d034e787d0b: Verifying Checksum
5d034e787d0b: Download complete
fe928a9fffeb: Pull complete
6d40d9a2be20: Pull complete
856e58529905: Pull complete
d522b017b01f: Pull complete
1a6d69525497: Pull complete
d99097f3ff6d: Pull complete
2f591af40085: Pull complete
d02d8072fc3a: Pull complete
1042c9c43749: Pull complete
bbcfe1b0e75c: Pull complete
8f78df769f4e: Pull complete
0428e9f0c3cd: Pull complete
4f4fb700ef54: Pull complete
b54d290b528e: Pull complete
c6c678496d35: Pull complete
6f7834f0fecd: Pull complete
da3c59ecbcfd: Pull complete
68f11349ba95: Pull complete
ee4940602725: Pull complete
de72b4c57fd9: Pull complete
8b51167296a4: Pull complete
738aec11501a: Pull complete
7c1f27bab576: Pull complete
5e6d3f625499: Pull complete
e5ee83e85972: Pull complete
8a4d26fd7d90: Pull complete
8a47a0aae3cb: Pull complete
1f357e651b9f: Pull complete
32328e447edd: Pull complete
e7afa88f6f79: Pull complete
5d034e787d0b: Pull complete
6f89ae7058d8: Pull complete
d71afa452768: Pull complete
2bee0e5a322c: Pull complete
55b477fa70a4: Pull complete
c64c46ddea05: Pull complete
ec20c84a9c2e: Pull complete
977147393789: Pull complete
39abd51c0c56: Pull complete
cd7cbb6bfd7e: Pull complete
0399f88a2846: Pull complete
Digest: sha256:d76b856fd19d23e7cbea947d27fd95633f6d93590a3b8c9a60ea69841051899a
Status: Downloaded newer image for ocaml/opam@sha256:d76b856fd19d23e7cbea947d27fd95633f6d93590a3b8c9a60ea69841051899a
2026-03-02 18:48.02 ---> saved as "3c9baf66361aabc51af3d212f2be32a4c0994a1cb49036baadbb192f4440658e"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-02 18:48.02 ---> saved as "d7651c3325280a6a2e4171f40a3e5a1b8516d0867b03773c81386f3cc9bf8e85"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-02 18:48.30 ---> saved as "b64b0ce189f5c904fc797a2ae0acd311c2a8a5192303ef222bfaaf33e8d1f7a5"
/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=ubuntu os-version=22.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# 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
2026-03-02 18:48.32 ---> saved as "552239cfdc750afabc55f01add739f653b0c4f9e0d160fddaf89334394c289cf"
/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-02 18:48.43 ---> saved as "e571eeecca305dc791e80e8045affc53d6e3662014eb28294083f8d048b2f5ef"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-02 18:48.49 ---> saved as "af67668ea7a0f997eb043945fe1104e1558af86f81d67d07935259f0736e073b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-02 18:49.06 ---> saved as "64eef8c101773b040c3d61ca141a4a8180da5b5847bc61c0a6328fd69e95a5bd"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1301 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3772 kB]
- Fetched 5457 kB in 1s (9388 kB/s)
- Reading package lists...
-
2026-03-02 18:49.09 ---> saved as "6a7121ac07d2cdd896f255aafacf9937bea8ddd100be9d8aca051ba94f5a3fba"
/home/opam: (run (shell "opam pin add -k version -yn dyn.3.22.0~alpha0 3.22.0~alpha0"))
dyn is now pinned to version 3.22.0~alpha0
2026-03-02 18:49.09 ---> saved as "6dd3751af2a427383a96ec14d8d46ea53f8aceb6b7be80cc55b47b13c1cf9f47"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall dyn.3.22.0~alpha0;\
\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 \"\\\"ubuntu-22.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'dyn.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
dyn.3.22.0~alpha0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
- install dune 3.22.0~alpha0 [required by dyn]
- install dyn 3.22.0~alpha0 (pinned)
- install ordering 3.22.0~alpha0 [required by dyn]
- install pp 2.0.0 [required by dyn]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0~alpha0, dyn.3.22.0~alpha0, ordering.3.22.0~alpha0 (cached)
-> retrieved pp.2.0.0 (cached)
-> installed dune.3.22.0~alpha0
-> installed pp.2.0.0
-> installed ordering.3.22.0~alpha0
-> installed dyn.3.22.0~alpha0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-02 18:49.46 ---> saved as "215838bee7f430a72e4e6120a1598cb5dc1be1eb1cf09f54f474f922ede9ad43"
Job succeeded
2026-03-02 18:49.51: Job succeeded