Build:
- 0
2025-09-18 12:21.54: New job: build jasmin.2025.06.1, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/28526/head (cdd77a45b5ee96d9adbefea4b5e5add3fda5a57c) on ubuntu-24.04-ocaml-5.3/riscv64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28526/head" && git reset --hard cdd77a45 git fetch origin master git merge --no-edit 151ffce963e54519dd5d1280848f631d38db358e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6 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 jasmin.2025.06.1 2025.06.1 RUN opam reinstall jasmin.2025.06.1; \ 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-24.04\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'jasmin.2025.06.1' && 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 . 2025-09-18 12:21.54: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6-jasmin.2025.06.1-cdd77a45b5ee96d9adbefea4b5e5add3fda5a57c" 2025-09-18 12:21.54: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6) (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 jasmin.2025.06.1 2025.06.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall jasmin.2025.06.1;\ \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-24.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\" != 'jasmin.2025.06.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-09-18 12:21.54: Waiting for resource in pool OCluster 2025-09-18 12:21.54: Waiting for worker… 2025-09-18 15:31.36: Got resource from pool OCluster Building on riscv-bm-01.sw.ci.dev All commits already cached Updating files: 14% (2680/18276) Updating files: 15% (2742/18276) Updating files: 16% (2925/18276) Updating files: 17% (3107/18276) Updating files: 18% (3290/18276) Updating files: 19% (3473/18276) Updating files: 20% (3656/18276) Updating files: 21% (3838/18276) Updating files: 22% (4021/18276) Updating files: 23% (4204/18276) Updating files: 24% (4387/18276) Updating files: 25% (4569/18276) Updating files: 26% (4752/18276) Updating files: 27% (4935/18276) Updating files: 28% (5118/18276) Updating files: 28% (5137/18276) Updating files: 29% (5301/18276) Updating files: 30% (5483/18276) Updating files: 31% (5666/18276) Updating files: 32% (5849/18276) Updating files: 33% (6032/18276) Updating files: 34% (6214/18276) Updating files: 35% (6397/18276) Updating files: 36% (6580/18276) Updating files: 37% (6763/18276) Updating files: 38% (6945/18276) Updating files: 39% (7128/18276) Updating files: 40% (7311/18276) Updating files: 41% (7494/18276) Updating files: 42% (7676/18276) Updating files: 42% (7780/18276) Updating files: 43% (7859/18276) Updating files: 44% (8042/18276) Updating files: 45% (8225/18276) Updating files: 46% (8407/18276) Updating files: 47% (8590/18276) Updating files: 48% (8773/18276) Updating files: 49% (8956/18276) Updating files: 50% (9138/18276) Updating files: 51% (9321/18276) Updating files: 52% (9504/18276) Updating files: 53% (9687/18276) Updating files: 54% (9870/18276) Updating files: 55% (10052/18276) Updating files: 55% (10145/18276) Updating files: 56% (10235/18276) Updating files: 57% (10418/18276) Updating files: 58% (10601/18276) Updating files: 59% (10783/18276) Updating files: 60% (10966/18276) Updating files: 61% (11149/18276) Updating files: 62% (11332/18276) Updating files: 63% (11514/18276) Updating files: 64% (11697/18276) Updating files: 65% (11880/18276) Updating files: 66% (12063/18276) Updating files: 67% (12245/18276) Updating files: 68% (12428/18276) Updating files: 68% (12511/18276) Updating files: 69% (12611/18276) Updating files: 70% (12794/18276) Updating files: 71% (12976/18276) Updating files: 72% (13159/18276) Updating files: 73% (13342/18276) Updating files: 74% (13525/18276) Updating files: 75% (13707/18276) Updating files: 76% (13890/18276) Updating files: 77% (14073/18276) Updating files: 78% (14256/18276) Updating files: 79% (14439/18276) Updating files: 80% (14621/18276) Updating files: 80% (14718/18276) Updating files: 81% (14804/18276) Updating files: 82% (14987/18276) Updating files: 83% (15170/18276) Updating files: 84% (15352/18276) Updating files: 85% (15535/18276) Updating files: 86% (15718/18276) Updating files: 87% (15901/18276) Updating files: 88% (16083/18276) Updating files: 89% (16266/18276) Updating files: 90% (16449/18276) Updating files: 91% (16632/18276) Updating files: 92% (16814/18276) Updating files: 93% (16997/18276) Updating files: 93% (17117/18276) Updating files: 94% (17180/18276) Updating files: 95% (17363/18276) Updating files: 96% (17545/18276) Updating files: 97% (17728/18276) Updating files: 98% (17911/18276) Updating files: 99% (18094/18276) Updating files: 100% (18276/18276) Updating files: 100% (18276/18276), done. HEAD is now at 151ffce963 Merge pull request #28412 from andersfugmann/release-ocaml-protoc-plugin-6.2.0 Merge made by the 'ort' strategy. packages/jasmin/jasmin.2025.06.1/opam | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 packages/jasmin/jasmin.2025.06.1/opam (from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:8b083ccc5cbcb4af3b3128a8d74e3c549dcaf18d5a8f2d2d6a41ce2d407000a6) 2025-09-18 15:31.48 ---> using "c758d785d7201ada002cea7d7f9a720d49841910fadbe874bd1cab99d97c52de" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-09-18 15:31.48 ---> using "6e274199b7cfaff91fee802ef69a1868ae9e79598c2fa482f3b2ca1ae339aadb" 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 2025-09-18 15:31.48 ---> using "237da1b8468d361a6d4c4efb2a7b24c8a4df3876a6ce4d32881d95790610c07c" 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.4.1 # self-upgrade no # system arch=riscv64 os=linux os-distribution=ubuntu os-version=24.04 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 3 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0 2025-09-18 15:31.48 ---> using "14c583e958f912e12fcd7d646c8a036eeca417dd2b51e45deefd263bfab5e7f6" 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/")) 2025-09-18 15:31.48 ---> using "1204ae0f894b34e2f5f030807797fa637503d46325e084c5e3cab4e77ba143b4" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-09-18 15:32.14 ---> saved as "0986525881b09d55bb2cf522f750aa4ce6e519e4055d3b2fe126897a02ea3a53" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-09-18 15:33.43 ---> saved as "32af4eeffcc84f1656abc961c7251f68601e7a48a913333ca6ec27185c60d500" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease - Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB] - Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB] - Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB] - Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse riscv64 Packages [4174 B] - Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [8176 B] - Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [834 kB] - Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1441 kB] - Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [510 kB] - Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted riscv64 Packages [5934 B] - Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [2794 B] - Get:12 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [875 kB] - Fetched 4059 kB in 2s (2158 kB/s) - Reading package lists... - 2025-09-18 15:33.51 ---> saved as "dc3f7746b03b881b63a1d3bfbe875406f3d9875170a07fa5bc00b93a1e269b0c" /home/opam: (run (shell "opam pin add -k version -yn jasmin.2025.06.1 2025.06.1")) jasmin is now pinned to version 2025.06.1 2025-09-18 15:33.54 ---> saved as "a8af5abf420eb2c1d8212fed2c188bd232a9a50367cef0cd8cf33ee919a84cdb" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall jasmin.2025.06.1;\ \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-24.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\" != 'jasmin.2025.06.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) jasmin.2025.06.1 is not installed. Install it? [Y/n] y The following actions will be performed: === install 31 packages - install angstrom 0.16.1 [required by jasmin] - install apron v0.9.15 [required by jasmin] - install batteries 3.9.0 [required by jasmin] - install bigarray-compat 1.1.0 [required by mlgmpidl] - install bigstringaf 0.10.0 [required by angstrom] - install camlidl 1.13 [required by jasmin] - install camlp-streams 5.0.1 [required by batteries] - install cmdliner 1.3.0 [required by jasmin] - install conf-findutils 1 [required by ez-conf-lib] - install conf-gmp 5 [required by zarith] - install conf-gmp-paths 1 [required by mlgmpidl] - install conf-mpfr-paths 1 [required by mlgmpidl] - install conf-perl 2 [required by apron] - install conf-pkg-config 4 [required by zarith] - install conf-ppl 1 [required by jasmin] - install csexp 1.5.2 [required by dune-configurator] - install dune 3.20.2 [required by jasmin] - install dune-configurator 3.20.2 [required by bigstringaf] - install ez-conf-lib 2 [required by conf-gmp-paths, conf-mpfr-paths] - install jasmin 2025.06.1 (pinned) - install menhir 20250912 [required by jasmin] - install menhirCST 20250912 [required by menhir] - install menhirLib 20250912 [required by jasmin] - install menhirSdk 20250912 [required by menhir] - install mlgmpidl 1.3.0 [required by apron] - install num 1.6 [required by batteries] - install ocaml-syntax-shims 1.0.0 [required by angstrom] - install ocamlbuild 0.16.1 [required by apron] - install ocamlfind 1.9.8 [required by jasmin] - install yojson 3.0.0 [required by jasmin] - install zarith 1.14 [required by jasmin] The following system packages will first need to be installed: libgmp-dev libmpfr-dev libppl-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get 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/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "libmpfr-dev" "libppl-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libgmpxx4ldbl:riscv64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16279 files and directories currently installed.) - Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ... - Unpacking libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Selecting previously unselected package libgmp-dev:riscv64. - Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-2ubuntu6.1_riscv64.deb ... - Unpacking libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Selecting previously unselected package libmpfr-dev:riscv64. - Preparing to unpack .../2-libmpfr-dev_4.2.1-1build1.1_riscv64.deb ... - Unpacking libmpfr-dev:riscv64 (4.2.1-1build1.1) ... - Selecting previously unselected package libpkgconf3:riscv64. - Preparing to unpack .../3-libpkgconf3_1.8.1-2build1_riscv64.deb ... - Unpacking libpkgconf3:riscv64 (1.8.1-2build1) ... - Selecting previously unselected package libppl14:riscv64. - Preparing to unpack .../4-libppl14_1%3a1.2-8.1build5_riscv64.deb ... - Unpacking libppl14:riscv64 (1:1.2-8.1build5) ... - Selecting previously unselected package libppl-c4:riscv64. - Preparing to unpack .../5-libppl-c4_1%3a1.2-8.1build5_riscv64.deb ... - Unpacking libppl-c4:riscv64 (1:1.2-8.1build5) ... - Selecting previously unselected package libppl-dev:riscv64. - Preparing to unpack .../6-libppl-dev_1%3a1.2-8.1build5_riscv64.deb ... - Unpacking libppl-dev:riscv64 (1:1.2-8.1build5) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../7-pkgconf-bin_1.8.1-2build1_riscv64.deb ... - Unpacking pkgconf-bin (1.8.1-2build1) ... - Selecting previously unselected package pkgconf:riscv64. - Preparing to unpack .../8-pkgconf_1.8.1-2build1_riscv64.deb ... - Unpacking pkgconf:riscv64 (1.8.1-2build1) ... - Selecting previously unselected package pkg-config:riscv64. - Preparing to unpack .../9-pkg-config_1.8.1-2build1_riscv64.deb ... - Unpacking pkg-config:riscv64 (1.8.1-2build1) ... - Setting up libpkgconf3:riscv64 (1.8.1-2build1) ... - Setting up libgmpxx4ldbl:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Setting up pkgconf-bin (1.8.1-2build1) ... - Setting up libppl14:riscv64 (1:1.2-8.1build5) ... - Setting up libgmp-dev:riscv64 (2:6.3.0+dfsg-2ubuntu6.1) ... - Setting up libmpfr-dev:riscv64 (4.2.1-1build1.1) ... - Setting up pkgconf:riscv64 (1.8.1-2build1) ... - Setting up pkg-config:riscv64 (1.8.1-2build1) ... - Setting up libppl-c4:riscv64 (1:1.2-8.1build5) ... - Setting up libppl-dev:riscv64 (1:1.2-8.1build5) ... - Processing triggers for libc-bin (2.39-0ubuntu8.5) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved apron.v0.9.15 (cached) -> retrieved batteries.3.9.0 (cached) -> retrieved bigarray-compat.1.1.0 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved camlidl.1.13 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved conf-gmp.5 (cached) -> retrieved conf-gmp-paths.1 (cached) -> retrieved conf-mpfr-paths.1 (cached) -> retrieved conf-ppl.1 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-findutils.1 -> installed conf-gmp.5 -> installed conf-perl.2 -> installed conf-pkg-config.4 -> installed conf-ppl.1 -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> retrieved ez-conf-lib.2 (cached) -> installed cmdliner.1.3.0 -> installed camlidl.1.13 -> installed ez-conf-lib.2 -> retrieved jasmin.2025.06.1 (cached) -> installed conf-gmp-paths.1 -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) -> installed conf-mpfr-paths.1 -> retrieved mlgmpidl.1.3.0 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved zarith.1.14 (cached) -> installed num.1.6 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed bigarray-compat.1.1.0 -> installed camlp-streams.5.0.1 -> installed menhirCST.20250912 -> installed menhirLib.20250912 -> installed menhirSdk.20250912 -> installed dune-configurator.3.20.2 -> installed mlgmpidl.1.3.0 -> installed bigstringaf.0.10.0 -> installed batteries.3.9.0 -> installed ocaml-syntax-shims.1.0.0 -> installed yojson.3.0.0 -> installed angstrom.0.16.1 -> installed menhir.20250912 -> installed apron.v0.9.15 -> installed jasmin.2025.06.1 Done. <><> conf-mpfr-paths.1 installed successfully <><><><><><><><><><><><><><><><><> => header file found in /usr/include => library file found in /lib/riscv64-linux-gnu <><> conf-gmp-paths.1 installed successfully ><><><><><><><><><><><><><><><><><> => header file found in /usr/include/riscv64-linux-gnu => library file found in /lib/riscv64-linux-gnu # To update the current shell environment, run: eval $(opam env) 2025-09-18 15:50.58 ---> saved as "73ac67d8bb3fe3e5d6ba96783192bb7a7634df0aea82ede2960718cf5c9714fa" Job succeeded 2025-09-18 15:51.30: Job succeeded