(for PR #29582)
2026-03-25 08:39.58: New job: build ocaml-compiler.5.4.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (fa5fb3a6a806e832e4c7791145889a6bbe8b64ef)
on opensuse-15.6-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/29582/head" && git reset --hard fa5fb3a6
git fetch origin master
git merge --no-edit 7216d2e0eb5d8d116434228a0b19a267b98e8510
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:39c05fcd288eed832822210b45a9f3309c17c0151ac5f1f11c077759fba87e38
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 ocaml-compiler.5.4.0 5.4.0
RUN opam reinstall --update-invariant ocaml-compiler.5.4.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 "\"opensuse-15.6\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocaml-compiler.5.4.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 .
2026-03-25 08:39.58: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:39c05fcd288eed832822210b45a9f3309c17c0151ac5f1f11c077759fba87e38-ocaml-compiler.5.4.0-fa5fb3a6a806e832e4c7791145889a6bbe8b64ef"
2026-03-25 08:39.58: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:39c05fcd288eed832822210b45a9f3309c17c0151ac5f1f11c077759fba87e38)
(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 ocaml-compiler.5.4.0 5.4.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.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 \"\\\"opensuse-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-compiler.5.4.0' && 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-25 08:39.58: Waiting for resource in pool OCluster
2026-03-25 08:50.41: Waiting for worker…
2026-03-25 08:54.50: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files: 71% (13217/18517)
Updating files: 72% (13333/18517)
Updating files: 73% (13518/18517)
Updating files: 74% (13703/18517)
Updating files: 75% (13888/18517)
Updating files: 76% (14073/18517)
Updating files: 77% (14259/18517)
Updating files: 78% (14444/18517)
Updating files: 79% (14629/18517)
Updating files: 80% (14814/18517)
Updating files: 81% (14999/18517)
Updating files: 82% (15184/18517)
Updating files: 83% (15370/18517)
Updating files: 84% (15555/18517)
Updating files: 85% (15740/18517)
Updating files: 86% (15925/18517)
Updating files: 87% (16110/18517)
Updating files: 88% (16295/18517)
Updating files: 89% (16481/18517)
Updating files: 90% (16666/18517)
Updating files: 91% (16851/18517)
Updating files: 92% (17036/18517)
Updating files: 93% (17221/18517)
Updating files: 94% (17406/18517)
Updating files: 95% (17592/18517)
Updating files: 96% (17777/18517)
Updating files: 97% (17962/18517)
Updating files: 98% (18147/18517)
Updating files: 99% (18332/18517)
Updating files: 100% (18517/18517)
Updating files: 100% (18517/18517), done.
HEAD is now at 7216d2e0eb Merge pull request #29593 from arvidj/aj/avoid-passage-0-3-2-3
Merge made by the 'ort' strategy.
packages/ocaml-compiler/ocaml-compiler.5.3.0/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.3/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4.0/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4.1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.4/opam | 5 ++++-
.../ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.5/opam | 5 ++++-
packages/ocaml-compiler/ocaml-compiler.5.6/opam | 5 ++++-
packages/ocaml-option-llvm/ocaml-option-llvm.1/opam | 18 ++++++++++++++++++
.../ocaml-options-vanilla/ocaml-options-vanilla.1/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam | 2 ++
15 files changed, 69 insertions(+), 12 deletions(-)
create mode 100644 packages/ocaml-option-llvm/ocaml-option-llvm.1/opam
(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:39c05fcd288eed832822210b45a9f3309c17c0151ac5f1f11c077759fba87e38)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:39c05fcd288eed832822210b45a9f3309c17c0151ac5f1f11c077759fba87e38' locally
docker.io/ocaml/opam@sha256:39c05fcd288eed832822210b45a9f3309c17c0151ac5f1f11c077759fba87e38: Pulling from ocaml/opam
cf0250ddcb79: Already exists
54ef38c3c526: Pulling fs layer
aefa76fd54e9: Pulling fs layer
5160a68bee03: Pulling fs layer
dff8487ca90e: Pulling fs layer
b5251e6ddd43: Pulling fs layer
d04e35b39212: Pulling fs layer
8a2c8750a65d: Pulling fs layer
c2bd98b2043f: Pulling fs layer
92d1ca2d50ad: Pulling fs layer
0c6bc91a1b86: Pulling fs layer
d401ac8151ea: Pulling fs layer
fecb8eb50ef9: Pulling fs layer
994c30767800: Pulling fs layer
373c0f192c59: Pulling fs layer
2ab629b957a4: Pulling fs layer
547301ca33cf: Pulling fs layer
45dd79c31b90: Pulling fs layer
4f4fb700ef54: Pulling fs layer
bbf088cc8b89: Pulling fs layer
7d084657d09b: Pulling fs layer
2f7fdd47d012: Pulling fs layer
bacfe3fbab4c: Pulling fs layer
d401ac8151ea: Waiting
fecb8eb50ef9: Waiting
994c30767800: Waiting
8dd3fdf6dbcc: Pulling fs layer
373c0f192c59: Waiting
2ab629b957a4: Waiting
547301ca33cf: Waiting
178679eaaecc: Pulling fs layer
833aa5f3f1e1: Pulling fs layer
3fe068bfdf2c: Pulling fs layer
49b5535fa493: Pulling fs layer
e5952018833a: Pulling fs layer
525eae7302cc: Pulling fs layer
4f96601806d7: Pulling fs layer
dff8487ca90e: Waiting
ad34c1ad9b31: Pulling fs layer
b5251e6ddd43: Waiting
cd5ff2180057: Pulling fs layer
dd297f4c55fb: Pulling fs layer
45dd79c31b90: Waiting
4f4fb700ef54: Waiting
bbf088cc8b89: Waiting
7d084657d09b: Waiting
291468184bd2: Pulling fs layer
2f7fdd47d012: Waiting
bacfe3fbab4c: Waiting
8dd3fdf6dbcc: Waiting
1fbd20167461: Pulling fs layer
178679eaaecc: Waiting
833aa5f3f1e1: Waiting
3fe068bfdf2c: Waiting
49b5535fa493: Waiting
d39c1baaf8e5: Pulling fs layer
e5952018833a: Waiting
75748597f1f5: Pulling fs layer
9265c78cff3f: Pulling fs layer
99e3102ec787: Pulling fs layer
e81ef6ecf655: Pulling fs layer
4d9698818797: Pulling fs layer
f3e1ebddfbae: Pulling fs layer
4cd8f255304a: Pulling fs layer
525eae7302cc: Waiting
4f96601806d7: Waiting
ad34c1ad9b31: Waiting
cd5ff2180057: Waiting
dd297f4c55fb: Waiting
291468184bd2: Waiting
1fbd20167461: Waiting
d39c1baaf8e5: Waiting
75748597f1f5: Waiting
9265c78cff3f: Waiting
99e3102ec787: Waiting
e81ef6ecf655: Waiting
4d9698818797: Waiting
f3e1ebddfbae: Waiting
4cd8f255304a: Waiting
d04e35b39212: Waiting
8a2c8750a65d: Waiting
c2bd98b2043f: Waiting
92d1ca2d50ad: Waiting
0c6bc91a1b86: Waiting
54ef38c3c526: Download complete
54ef38c3c526: Pull complete
dff8487ca90e: Download complete
b5251e6ddd43: Verifying Checksum
b5251e6ddd43: Download complete
5160a68bee03: Verifying Checksum
5160a68bee03: Download complete
d04e35b39212: Verifying Checksum
d04e35b39212: Download complete
8a2c8750a65d: Verifying Checksum
8a2c8750a65d: Download complete
92d1ca2d50ad: Download complete
0c6bc91a1b86: Verifying Checksum
0c6bc91a1b86: Download complete
c2bd98b2043f: Verifying Checksum
c2bd98b2043f: Download complete
d401ac8151ea: Verifying Checksum
d401ac8151ea: Download complete
fecb8eb50ef9: Download complete
994c30767800: Verifying Checksum
994c30767800: Download complete
373c0f192c59: Verifying Checksum
373c0f192c59: Download complete
547301ca33cf: Verifying Checksum
547301ca33cf: Download complete
2ab629b957a4: Download complete
45dd79c31b90: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
bbf088cc8b89: Verifying Checksum
bbf088cc8b89: Download complete
7d084657d09b: Verifying Checksum
7d084657d09b: Download complete
aefa76fd54e9: Verifying Checksum
aefa76fd54e9: Download complete
bacfe3fbab4c: Verifying Checksum
bacfe3fbab4c: Download complete
2f7fdd47d012: Verifying Checksum
2f7fdd47d012: Download complete
178679eaaecc: Download complete
8dd3fdf6dbcc: Download complete
3fe068bfdf2c: Verifying Checksum
3fe068bfdf2c: Download complete
49b5535fa493: Download complete
833aa5f3f1e1: Verifying Checksum
833aa5f3f1e1: Download complete
525eae7302cc: Download complete
e5952018833a: Download complete
4f96601806d7: Download complete
cd5ff2180057: Verifying Checksum
cd5ff2180057: Download complete
291468184bd2: Verifying Checksum
291468184bd2: Download complete
1fbd20167461: Verifying Checksum
1fbd20167461: Download complete
d39c1baaf8e5: Verifying Checksum
d39c1baaf8e5: Download complete
75748597f1f5: Verifying Checksum
75748597f1f5: Download complete
dd297f4c55fb: Verifying Checksum
dd297f4c55fb: Download complete
ad34c1ad9b31: Verifying Checksum
ad34c1ad9b31: Download complete
9265c78cff3f: Download complete
99e3102ec787: Verifying Checksum
99e3102ec787: Download complete
f3e1ebddfbae: Download complete
4d9698818797: Verifying Checksum
4d9698818797: Download complete
4cd8f255304a: Verifying Checksum
4cd8f255304a: Download complete
aefa76fd54e9: Pull complete
e81ef6ecf655: Verifying Checksum
e81ef6ecf655: Download complete
5160a68bee03: Pull complete
dff8487ca90e: Pull complete
b5251e6ddd43: Pull complete
d04e35b39212: Pull complete
8a2c8750a65d: Pull complete
c2bd98b2043f: Pull complete
92d1ca2d50ad: Pull complete
0c6bc91a1b86: Pull complete
d401ac8151ea: Pull complete
fecb8eb50ef9: Pull complete
994c30767800: Pull complete
373c0f192c59: Pull complete
2ab629b957a4: Pull complete
547301ca33cf: Pull complete
45dd79c31b90: Pull complete
4f4fb700ef54: Pull complete
bbf088cc8b89: Pull complete
7d084657d09b: Pull complete
2f7fdd47d012: Pull complete
bacfe3fbab4c: Pull complete
8dd3fdf6dbcc: Pull complete
178679eaaecc: Pull complete
833aa5f3f1e1: Pull complete
3fe068bfdf2c: Pull complete
49b5535fa493: Pull complete
e5952018833a: Pull complete
525eae7302cc: Pull complete
4f96601806d7: Pull complete
ad34c1ad9b31: Pull complete
cd5ff2180057: Pull complete
dd297f4c55fb: Pull complete
291468184bd2: Pull complete
1fbd20167461: Pull complete
d39c1baaf8e5: Pull complete
75748597f1f5: Pull complete
9265c78cff3f: Pull complete
99e3102ec787: Pull complete
e81ef6ecf655: Pull complete
4d9698818797: Pull complete
f3e1ebddfbae: Pull complete
4cd8f255304a: Pull complete
Digest: sha256:39c05fcd288eed832822210b45a9f3309c17c0151ac5f1f11c077759fba87e38
Status: Downloaded newer image for ocaml/opam@sha256:39c05fcd288eed832822210b45a9f3309c17c0151ac5f1f11c077759fba87e38
2026-03-25 08:58.55 ---> saved as "360529b41051eea8d780647201e1e561cbaf9d947815045913396d78ae660e74"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-25 08:58.55 ---> saved as "5761813f6c5056a33afdeb57da37fe9bc179e9edece6b470d6b62c140b451087"
/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.
Continue? [Y/n] y
Format upgrade done.
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.
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-25 08:59.34 ---> saved as "868c437e1323a6d683e7ad2c2ede087f762f888b16806520157ece30b3d12844"
/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=opensuse-leap os-version=15.6
# 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
2026-03-25 08:59.35 ---> saved as "fbbf0b0b26854dc7050c4aa57ce7e620385460672d404338912be4d180b250e6"
/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-25 08:59.51 ---> saved as "ce0bfee1722227bd46c69015cc2f6f0db525dcb3ce52a2009ab1832638a6a672"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-25 09:00.12 ---> saved as "afa2313a304884dfc33f1a36f40473534c0277fe02c43f3267a967e03e45ca2c"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-25 09:00.37 ---> saved as "e9b8e4f9e1ad2704988f986359d3d511a897de73459fca903007ad9155037322"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- .
- ......
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ..............done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .
- ......
- ....
- ....
- ....
- ...
- ....
- ............
- ..........
- ..........
- ..........
- ..........
- ..........
- ..........
- .........
- .....
- .............
- ..........
- .done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-03-25 09:01.51 ---> saved as "bbc80c86d594dd4abd25a557de72f3e09a17d68966de6e48d55bbb547666f932"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-compiler.5.4.0 5.4.0"))
ocaml-compiler is now pinned to version 5.4.0
2026-03-25 09:01.52 ---> saved as "e4d0cb9242dc6168ec3dbc68d9269900b48e1c95587fbf7e41e2b8b48de98803"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall --update-invariant ocaml-compiler.5.4.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 \"\\\"opensuse-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-compiler.5.4.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 8 packages
- recompile base-domains base [uses ocaml]
- recompile base-effects base [uses ocaml]
- recompile base-nnp base [uses base-domains]
- recompile ocaml 5.4.0 [uses ocaml-base-compiler]
- recompile ocaml-base-compiler 5.4.0 (pinned) [uses ocaml-compiler]
- recompile ocaml-compiler 5.4.0 (pinned)
- recompile ocaml-config 3 [uses ocaml-base-compiler]
- recompile opam-depext 1.2.3 [uses ocaml]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-compiler.5.4.0 (cached)
-> retrieved ocaml-config.3 (cached)
-> retrieved opam-depext.1.2.3 (cached)
-> removed base-effects.base
-> removed base-nnp.base
-> removed base-domains.base
-> removed opam-depext.1.2.3
-> removed ocaml.5.4.0
-> removed ocaml-config.3
-> removed ocaml-base-compiler.5.4.0
-> removed ocaml-compiler.5.4.0
-> installed ocaml-compiler.5.4.0
-> installed ocaml-base-compiler.5.4.0
-> installed ocaml-config.3
-> installed ocaml.5.4.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
Done.
<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-03-25 09:05.52 ---> saved as "bc777177fc6536e5cd16f32cc7d847aece4eeac9cde8adbc7fd6cea7d6abdc26"
Job succeeded
2026-03-25 09:06.04: Job succeeded