(not at the head of any monitored branch or PR)
2026-02-18 11:18.33: New job: build curl_lwt.0.10.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29421/head (e4a40d9efaf0f57348f6edf811dc5513cf04e4c6)
                              on fedora-43-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/29421/head" && git reset --hard e4a40d9e
git fetch origin master
git merge --no-edit b5f07b3c26f80aa84f0fc82453a61b2bbb4b1ee0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
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 curl_lwt.0.10.0 0.10.0
RUN opam reinstall curl_lwt.0.10.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 "\"fedora-43\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'curl_lwt.0.10.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-02-18 11:18.33: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4-curl_lwt.0.10.0-e4a40d9efaf0f57348f6edf811dc5513cf04e4c6"
2026-02-18 11:18.33: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
 (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 curl_lwt.0.10.0 0.10.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall curl_lwt.0.10.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 \"\\\"fedora-43\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'curl_lwt.0.10.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-02-18 11:18.33: Waiting for resource in pool OCluster
2026-02-18 11:18.33: Waiting for worker…
2026-02-18 11:18.34: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at b5f07b3c26 Merge pull request #29408 from Octachron/release_OCaml_5.4.1_and_4.14.3
Updating b5f07b3c26..e4a40d9efa
Fast-forward
 packages/curl_lwt/curl_lwt.0.10.0/opam | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(from ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4' locally
docker.io/ocaml/opam@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4: Pulling from ocaml/opam
5bc90b3315da: Already exists
132ed1c875b9: Already exists
709f19a93d7b: Already exists
600672ca084e: Already exists
e14c24140cbe: Already exists
2db09da454e1: Already exists
0e05a03dbf5c: Already exists
d9bf0b27ee73: Already exists
d22999d561d9: Already exists
9748e0447729: Already exists
b221b944dee6: Already exists
9103b02722d1: Already exists
4ad003f04196: Already exists
530b789336ee: Already exists
7dc6ed995942: Already exists
26e0665eb0ef: Already exists
ec3e95305314: Already exists
e3efd041cf4c: Already exists
93818fe36d44: Already exists
ddeea98533ac: Already exists
d782acfda9e2: Already exists
4f4fb700ef54: Already exists
4ac33b5f01d6: Already exists
d4dbe3c6c8b2: Already exists
81507c45bdf3: Already exists
2a6e58484e29: Already exists
dc9846762449: Already exists
c73cd3a4d77c: Already exists
4655acdcba9f: Already exists
ea076df8754b: Already exists
2ea208952bef: Already exists
2ea825907a64: Already exists
61247173b8a6: Already exists
09632a095133: Already exists
ac2374af5ce6: Already exists
c60028bae782: Already exists
0f1285a8c656: Already exists
b23d2088dbe2: Already exists
0b0be00d160c: Already exists
dfd2d2f20c5c: Already exists
2c0407baf495: Already exists
28d1b3a533a2: Already exists
7193f8db1abd: Already exists
ba17274c7abc: Already exists
Digest: sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
Status: Downloaded newer image for ocaml/opam@sha256:77033f92479865d6d487d3b3c783917ac3fe44df9c3ca8255799717e3eae02e4
2026-02-18 11:19.17 ---> using "1f54aa51492a69d3d8ee5c55c8bbd619dd53887b0a823c40d168b74a6ba8f9f5" 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-02-18 11:19.17 ---> saved as "b0b637b7ce0f618a1971b33688b2fd267e904e94f1e35b40de5bced81a6dbbe5"

/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-02-18 11:19.45 ---> saved as "9819628f1e64db947e9aa7b8d1cc210f6abc1e6582debe193b7376f32787cad8"

/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=fedora os-version=43
# 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-02-18 11:19.47 ---> saved as "ddc0ab363c2bf3d5c01e319fd249b958e27362874f51b21e7d5971dc5c5cc569"

/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-02-18 11:19.57 ---> saved as "c74784b30683ade88dcdb7ceca8dc8200d867f455b40475004b168f92a2093db"

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-18 11:20.03 ---> saved as "ed7d20ed729f583bb014eff792873682b4bbfd86a0544d2b61a4beb258ca3107"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-18 11:20.25 ---> saved as "a1e55b098774bc11e51bd6b5489d0199bd1608122037b51b35bd3259d064f1c6"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 43 - x86_64 - Updates           100% |  77.0 KiB/s |  18.9 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-02-18 11:20.30 ---> saved as "53922b7334622ab3e6fd1cd0abe3df5b0b874d36f0bf6c6cd65669a8a7d15726"

/home/opam: (run (shell "opam pin add -k version -yn curl_lwt.0.10.0 0.10.0"))
curl_lwt is now pinned to version 0.10.0
2026-02-18 11:20.31 ---> saved as "ef0ef1e4059bb9d3d7206926936f23382cd102378cbcac3b17644320c1d2fc82"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall curl_lwt.0.10.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 \"\\\"fedora-43\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'curl_lwt.0.10.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
curl_lwt.0.10.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
  - install base-bytes        base            [required by ocplib-endian]
  - install conf-libcurl      2               [required by curl]
  - install cppo              1.8.0           [required by lwt]
  - install csexp             1.5.2           [required by dune-configurator]
  - install curl              0.10.0          [required by curl_lwt]
  - install curl_lwt          0.10.0 (pinned)
  - install dune              3.21.1          [required by curl_lwt]
  - install dune-configurator 3.21.1          [required by curl, lwt]
  - install lwt               6.1.0           [required by curl_lwt]
  - install ocamlfind         1.9.8           [required by base-bytes]
  - install ocplib-endian     1.2             [required by lwt]

The following system packages will first need to be installed:
    libcurl-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/sbin/sudo "yum" "install" "-y" "libcurl-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                     Arch   Version         Repository                            Size
- Upgrading:
-  zlib-ng-compat             x86_64 2.3.3-1.fc43    updates                          161.7 KiB
-    replacing zlib-ng-compat x86_64 2.3.2-2.fc43    a899a9b296804e8ab27411270a04f5e9 161.7 KiB
- Installing:
-  libcurl-devel              x86_64 8.15.0-5.fc43   updates                            1.3 MiB
- Installing dependencies:
-  brotli                     x86_64 1.2.0-1.fc43    updates                           33.6 KiB
-  brotli-devel               x86_64 1.2.0-1.fc43    updates                           65.9 KiB
-  cmake-filesystem           x86_64 3.31.10-3.fc43  updates                            0.0   B
-  keyutils-libs-devel        x86_64 1.6.3-6.fc43    fedora                            48.2 KiB
-  krb5-devel                 x86_64 1.21.3-7.fc43   fedora                           705.9 KiB
-  libcom_err-devel           x86_64 1.47.3-2.fc43   fedora                            16.7 KiB
-  libidn2-devel              x86_64 2.3.8-2.fc43    fedora                           149.1 KiB
-  libkadm5                   x86_64 1.21.3-7.fc43   fedora                           213.9 KiB
-  libnghttp2-devel           x86_64 1.66.0-2.fc43   fedora                           286.3 KiB
-  libpsl-devel               x86_64 0.21.5-6.fc43   fedora                           110.2 KiB
-  libselinux-devel           x86_64 3.9-5.fc43      fedora                           127.3 KiB
-  libsepol-devel             x86_64 3.9-2.fc43      fedora                           121.4 KiB
-  libssh-devel               x86_64 0.11.4-1.fc43   updates                          178.0 KiB
-  libverto-devel             x86_64 0.3.2-11.fc43   fedora                            25.7 KiB
-  openssl-devel              x86_64 1:3.5.4-2.fc43  updates                            4.6 MiB
-  pcre2-devel                x86_64 10.47-1.fc43    updates                            2.1 MiB
-  pcre2-utf16                x86_64 10.47-1.fc43    updates                          639.2 KiB
-  pcre2-utf32                x86_64 10.47-1.fc43    updates                          611.1 KiB
-  publicsuffix-list          noarch 20260116-1.fc43 updates                          342.2 KiB
-  zlib-ng-compat-devel       x86_64 2.3.3-1.fc43    updates                          107.0 KiB
- 
- Transaction Summary:
-  Installing:        21 packages
-  Upgrading:          1 package
-  Replacing:          1 package
- 
- Total size of inbound packages is 6 MiB. Need to download 6 MiB.
- After this operation, 12 MiB extra will be used (install 12 MiB, remove 162 KiB).
- [ 1/22] brotli-devel-0:1.2.0-1.fc43.x86 100% | 404.2 KiB/s |  34.4 KiB |  00m00s
- [ 2/22] brotli-0:1.2.0-1.fc43.x86_64    100% | 276.8 KiB/s |  23.8 KiB |  00m00s
- [ 3/22] libssh-devel-0:0.11.4-1.fc43.x8 100% |   2.6 MiB/s |  41.9 KiB |  00m00s
- [ 4/22] libcurl-devel-0:8.15.0-5.fc43.x 100% |   7.7 MiB/s | 919.7 KiB |  00m00s
- [ 5/22] zlib-ng-compat-devel-0:2.3.3-1. 100% |   2.8 MiB/s |  37.8 KiB |  00m00s
- [ 6/22] krb5-devel-0:1.21.3-7.fc43.x86_ 100% |   4.2 MiB/s | 142.0 KiB |  00m00s
- [ 7/22] libkadm5-0:1.21.3-7.fc43.x86_64 100% |   1.6 MiB/s |  75.8 KiB |  00m00s
- [ 8/22] libidn2-devel-0:2.3.8-2.fc43.x8 100% |   4.2 MiB/s |  64.0 KiB |  00m00s
- [ 9/22] libpsl-devel-0:0.21.5-6.fc43.x8 100% |   1.6 MiB/s |  33.0 KiB |  00m00s
- [10/22] libnghttp2-devel-0:1.66.0-2.fc4 100% |   2.0 MiB/s |  54.4 KiB |  00m00s
- [11/22] keyutils-libs-devel-0:1.6.3-6.f 100% |   3.2 MiB/s |  59.8 KiB |  00m00s
- [12/22] libcom_err-devel-0:1.47.3-2.fc4 100% | 874.6 KiB/s |  16.6 KiB |  00m00s
- [13/22] publicsuffix-list-0:20260116-1. 100% |   1.5 MiB/s |  91.7 KiB |  00m00s
- [14/22] libsepol-devel-0:3.9-2.fc43.x86 100% |   2.2 MiB/s |  48.4 KiB |  00m00s
- [15/22] libselinux-devel-0:3.9-5.fc43.x 100% |   3.0 MiB/s | 152.1 KiB |  00m00s
- [16/22] cmake-filesystem-0:3.31.10-3.fc 100% | 603.0 KiB/s |  13.9 KiB |  00m00s
- [17/22] libverto-devel-0:0.3.2-11.fc43. 100% | 279.8 KiB/s |  14.3 KiB |  00m00s
- [18/22] pcre2-utf16-0:10.47-1.fc43.x86_ 100% |  12.6 MiB/s | 246.1 KiB |  00m00s
- [19/22] openssl-devel-1:3.5.4-2.fc43.x8 100% |  10.6 MiB/s |   3.0 MiB |  00m00s
- [20/22] zlib-ng-compat-0:2.3.3-1.fc43.x 100% |   4.6 MiB/s |  88.6 KiB |  00m00s
- [21/22] pcre2-utf32-0:10.47-1.fc43.x86_ 100% |   2.0 MiB/s | 232.9 KiB |  00m00s
- [22/22] pcre2-devel-0:10.47-1.fc43.x86_ 100% |   3.1 MiB/s | 550.9 KiB |  00m00s
- --------------------------------------------------------------------------------
- [22/22] Total                           100% |   7.6 MiB/s |   5.9 MiB |  00m01s
- Running transaction
- [ 1/25] Verify package files            100% | 297.0   B/s |  22.0   B |  00m00s
- [ 2/25] Prepare transaction             100% | 151.0   B/s |  23.0   B |  00m00s
- [ 3/25] Installing cmake-filesystem-0:3 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 4/25] Installing libssh-devel-0:0.11. 100% |  58.8 MiB/s | 180.6 KiB |  00m00s
- [ 5/25] Upgrading zlib-ng-compat-0:2.3. 100% |  79.4 MiB/s | 162.6 KiB |  00m00s
- [ 6/25] Installing zlib-ng-compat-devel 100% |  53.0 MiB/s | 108.6 KiB |  00m00s
- [ 7/25] Installing pcre2-utf32-0:10.47- 100% | 119.5 MiB/s | 611.9 KiB |  00m00s
- [ 8/25] Installing pcre2-utf16-0:10.47- 100% | 125.0 MiB/s | 640.0 KiB |  00m00s
- [ 9/25] Installing pcre2-devel-0:10.47- 100% |  78.5 MiB/s |   2.1 MiB |  00m00s
- [10/25] Installing libverto-devel-0:0.3 100% |  25.7 MiB/s |  26.4 KiB |  00m00s
- [11/25] Installing libsepol-devel-0:3.9 100% |  21.0 MiB/s | 128.9 KiB |  00m00s
- [12/25] Installing libselinux-devel-0:3 100% |  39.6 MiB/s | 162.1 KiB |  00m00s
- [13/25] Installing libcom_err-devel-0:1 100% | 830.6 KiB/s |  18.3 KiB |  00m00s
- [14/25] Installing keyutils-libs-devel- 100% |  27.0 MiB/s |  55.2 KiB |  00m00s
- [15/25] Installing publicsuffix-list-0: 100% | 111.7 MiB/s | 343.2 KiB |  00m00s
- [16/25] Installing libpsl-devel-0:0.21. 100% |  55.4 MiB/s | 113.5 KiB |  00m00s
- [17/25] Installing libnghttp2-devel-0:1 100% | 140.3 MiB/s | 287.4 KiB |  00m00s
- [18/25] Installing libidn2-devel-0:2.3. 100% |  76.5 MiB/s | 156.7 KiB |  00m00s
- [19/25] Installing libkadm5-0:1.21.3-7. 100% |  70.3 MiB/s | 215.9 KiB |  00m00s
- [20/25] Installing krb5-devel-0:1.21.3- 100% |  16.2 MiB/s | 715.2 KiB |  00m00s
- [21/25] Installing openssl-devel-1:3.5. 100% |  81.1 MiB/s |   5.6 MiB |  00m00s
- [22/25] Installing brotli-0:1.2.0-1.fc4 100% |   1.5 MiB/s |  34.4 KiB |  00m00s
- [23/25] Installing brotli-devel-0:1.2.0 100% |  13.4 MiB/s |  68.4 KiB |  00m00s
- [24/25] Installing libcurl-devel-0:8.15 100% |  37.3 MiB/s |   1.4 MiB |  00m00s
- [25/25] Removing zlib-ng-compat-0:2.3.2 100% |  56.0   B/s |   5.0   B |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libcurl-devel"
- libcurl-devel-8.15.0-5.fc43.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> installed conf-libcurl.2
-> retrieved csexp.1.5.2  (cached)
-> retrieved curl.0.10.0, curl_lwt.0.10.0  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved lwt.6.1.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.21.1
-> installed curl.0.10.0
-> installed lwt.6.1.0
-> installed curl_lwt.0.10.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-18 11:21.19 ---> saved as "f9a3be92f9baa4859c9a28e50a86be97d9d4e776d2f80fe789dc8da0c91b32f0"
Job succeeded
2026-02-18 11:21.24: Job succeeded