2026-06-15 18:25.36: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (81a9af6da06aae6d0ae241d110e24867ec90407f) (linux-x86_64:debian-13-5.4+flambda_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 81a9af6d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9 # debian-13-5.4+flambda_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 ocaml-version.opam ./ RUN opam pin add -yn ocaml-version.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.1+options ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocaml-version.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-15 18:25.36: Using cache hint "ocurrent/ocaml-version-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9-debian-13-5.4+flambda_opam-2.5-bc4ed5107a57f7722ff99904a33e67eb" 2026-06-15 18:25.36: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9) (comment debian-13-5.4+flambda_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) (copy (src ocaml-version.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ocaml-version.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.1+options ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ocaml-version.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-06-15 18:25.36: Waiting for resource in pool OCluster 2026-06-15 18:25.36: Waiting for worker… 2026-06-15 18:25.36: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at 81a9af6 Merge pull request #91 from Octachron/OCaml_4.14.4 (from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9' locally docker.io/ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9: Pulling from ocaml/opam f32f49ce655a: Already exists fd21ad20ea72: Pulling fs layer 350fea6fdd1f: Pulling fs layer fd21ad20ea72: Waiting ee1c6e6495fe: Pulling fs layer 350fea6fdd1f: Waiting ca3f7d195dd8: Pulling fs layer ee1c6e6495fe: Waiting 2db963a7a6c4: Pulling fs layer ca3f7d195dd8: Waiting 097f281792a9: Pulling fs layer 2db963a7a6c4: Waiting e1179adf7e6f: Pulling fs layer 097f281792a9: Waiting 9910f5ef2330: Pulling fs layer e1179adf7e6f: Waiting 56254a8cc260: Pulling fs layer 9910f5ef2330: Waiting c25ffc1034a2: Pulling fs layer 56254a8cc260: Waiting 2f984283cef7: Pulling fs layer c25ffc1034a2: Waiting 65afd386c6bd: Pulling fs layer 2f984283cef7: Waiting 69e32d325951: Pulling fs layer 65afd386c6bd: Waiting 1fbcbf284526: Pulling fs layer 69e32d325951: Waiting f06818f9d74c: Pulling fs layer 1fbcbf284526: Waiting da36d673ac3a: Pulling fs layer f06818f9d74c: Waiting 938d32f4a9c3: Pulling fs layer da36d673ac3a: Waiting e8b60f8dbe46: Pulling fs layer 938d32f4a9c3: Waiting c7dfee8223c7: Pulling fs layer e8b60f8dbe46: Waiting d3255826ed1a: Pulling fs layer c7dfee8223c7: Waiting 4f4fb700ef54: Pulling fs layer 3e510ecd1a29: Pulling fs layer d3255826ed1a: Waiting 4f4fb700ef54: Waiting cbac9186cbdc: Pulling fs layer 3e510ecd1a29: Waiting 6c607cb9312a: Pulling fs layer f220bcb43b84: Pulling fs layer cbac9186cbdc: Waiting 6c607cb9312a: Waiting 2c97950df42a: Pulling fs layer f220bcb43b84: Waiting e06ff79658b8: Pulling fs layer 2c97950df42a: Waiting fc86d2d179bb: Pulling fs layer e06ff79658b8: Waiting cfc21adeca13: Pulling fs layer 88f8a5f78fe6: Pulling fs layer fc86d2d179bb: Waiting cfc21adeca13: Waiting a68949be79e8: Pulling fs layer 88f8a5f78fe6: Waiting 6be6ee7bfec5: Pulling fs layer a68949be79e8: Waiting 6ed8cb715fa8: Pulling fs layer 6be6ee7bfec5: Waiting b3e3e6b7c11c: Pulling fs layer 6ed8cb715fa8: Waiting 438c528cea8d: Pulling fs layer b3e3e6b7c11c: Waiting c8af8023de66: Pulling fs layer 438c528cea8d: Waiting de29ca428654: Pulling fs layer c8af8023de66: Waiting ab951542eba7: Pulling fs layer db047cfd8365: Pulling fs layer ab951542eba7: Waiting a89316b3efdd: Pulling fs layer db047cfd8365: Waiting 8601ac07e880: Pulling fs layer a89316b3efdd: Waiting 1c1e8b5aa2d6: Pulling fs layer 8601ac07e880: Waiting 888f8ca97020: Pulling fs layer 1c1e8b5aa2d6: Waiting 2e0139e636e6: Pulling fs layer 888f8ca97020: Waiting ec64e8d20974: Pulling fs layer 2e0139e636e6: Waiting e44c3547185b: Pulling fs layer ec64e8d20974: Waiting e44c3547185b: Waiting fd21ad20ea72: Verifying Checksum fd21ad20ea72: Download complete fd21ad20ea72: Pull complete 350fea6fdd1f: Verifying Checksum 350fea6fdd1f: Download complete 350fea6fdd1f: Pull complete ca3f7d195dd8: Download complete ee1c6e6495fe: Verifying Checksum ee1c6e6495fe: Download complete 097f281792a9: Verifying Checksum 097f281792a9: Download complete ee1c6e6495fe: Pull complete ca3f7d195dd8: Pull complete e1179adf7e6f: Verifying Checksum e1179adf7e6f: Download complete 9910f5ef2330: Verifying Checksum 9910f5ef2330: Download complete 56254a8cc260: Verifying Checksum 56254a8cc260: Download complete 2f984283cef7: Verifying Checksum 2f984283cef7: Download complete 65afd386c6bd: Download complete 69e32d325951: Download complete c25ffc1034a2: Verifying Checksum c25ffc1034a2: Download complete 1fbcbf284526: Download complete f06818f9d74c: Download complete da36d673ac3a: Verifying Checksum da36d673ac3a: Download complete 2db963a7a6c4: Verifying Checksum 2db963a7a6c4: Download complete 938d32f4a9c3: Verifying Checksum 938d32f4a9c3: Download complete e8b60f8dbe46: Verifying Checksum e8b60f8dbe46: Download complete d3255826ed1a: Download complete c7dfee8223c7: Verifying Checksum c7dfee8223c7: Download complete 4f4fb700ef54: Download complete 3e510ecd1a29: Verifying Checksum 3e510ecd1a29: Download complete cbac9186cbdc: Verifying Checksum cbac9186cbdc: Download complete 6c607cb9312a: Download complete f220bcb43b84: Download complete 2c97950df42a: Download complete e06ff79658b8: Verifying Checksum e06ff79658b8: Download complete cfc21adeca13: Verifying Checksum cfc21adeca13: Download complete fc86d2d179bb: Verifying Checksum fc86d2d179bb: Download complete 88f8a5f78fe6: Verifying Checksum 88f8a5f78fe6: Download complete a68949be79e8: Verifying Checksum a68949be79e8: Download complete 6be6ee7bfec5: Verifying Checksum 6be6ee7bfec5: Download complete 6ed8cb715fa8: Download complete 438c528cea8d: Download complete de29ca428654: Verifying Checksum de29ca428654: Download complete ab951542eba7: Verifying Checksum ab951542eba7: Download complete db047cfd8365: Verifying Checksum db047cfd8365: Download complete a89316b3efdd: Verifying Checksum a89316b3efdd: Download complete 8601ac07e880: Download complete 1c1e8b5aa2d6: Download complete b3e3e6b7c11c: Verifying Checksum b3e3e6b7c11c: Download complete 2e0139e636e6: Verifying Checksum 2e0139e636e6: Download complete ec64e8d20974: Verifying Checksum ec64e8d20974: Download complete e44c3547185b: Verifying Checksum e44c3547185b: Download complete c8af8023de66: Verifying Checksum c8af8023de66: Download complete 888f8ca97020: Verifying Checksum 888f8ca97020: Download complete 2db963a7a6c4: Pull complete 097f281792a9: Pull complete e1179adf7e6f: Pull complete 9910f5ef2330: Pull complete 56254a8cc260: Pull complete c25ffc1034a2: Pull complete 2f984283cef7: Pull complete 65afd386c6bd: Pull complete 69e32d325951: Pull complete 1fbcbf284526: Pull complete f06818f9d74c: Pull complete da36d673ac3a: Pull complete 938d32f4a9c3: Pull complete e8b60f8dbe46: Pull complete c7dfee8223c7: Pull complete d3255826ed1a: Pull complete 4f4fb700ef54: Pull complete 3e510ecd1a29: Pull complete cbac9186cbdc: Pull complete 6c607cb9312a: Pull complete f220bcb43b84: Pull complete 2c97950df42a: Pull complete e06ff79658b8: Pull complete fc86d2d179bb: Pull complete cfc21adeca13: Pull complete 88f8a5f78fe6: Pull complete a68949be79e8: Pull complete 6be6ee7bfec5: Pull complete 6ed8cb715fa8: Pull complete b3e3e6b7c11c: Pull complete 438c528cea8d: Pull complete c8af8023de66: Pull complete de29ca428654: Pull complete ab951542eba7: Pull complete db047cfd8365: Pull complete a89316b3efdd: Pull complete 8601ac07e880: Pull complete 1c1e8b5aa2d6: Pull complete 888f8ca97020: Pull complete 2e0139e636e6: Pull complete ec64e8d20974: Pull complete e44c3547185b: Pull complete Digest: sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9 Status: Downloaded newer image for ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9 2026-06-15 18:25.38 ---> using "6fc637dd7aead0e25b5413fc7c453961c6a66b0075b09c406ad013dd09c7d95a" from cache /: (comment debian-13-5.4+flambda_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-06-15 18:25.38 ---> using "4d0bd359b6ff63c6ff07ca1dcdd19b10974423245f2f05a4cc47a1259ca44d35" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-06-15 18:25.38 ---> using "3401544e8ce5c088bea9275eb6f826b6eac3892ca5c04e18c818899284c2a67d" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then 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.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-15 18:25.38 ---> using "977de69b51a6eccdb87d4c403409dbd0a9e9a761e48d52bb0267ab23041b9743" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-06-15 18:25.38 ---> using "1a12dfd8cbae4b38209fc07d4ce92d6057a492c475d386858cd9379b78f30b74" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-15 18:25.38 ---> using "580b1a9a987f26de17c757b34f149c4db24e3b42e6f2e4aa4bd60788178ff292" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-06-15 18:25.38 ---> using "3a39fdeabe341dd7ecfbe40ed44261907011d55bd5466d257fc51a588476143c" from cache /src: (copy (src ocaml-version.opam) (dst ./)) 2026-06-15 18:25.38 ---> using "2f18b2a8e7f04555993ee57f8d0aea2f7360fdd70fb4454f41201b8133ba0d15" from cache /src: (run (network host) (shell "opam pin add -yn ocaml-version.dev './'")) [ocaml-version.dev] synchronised (file:///src) ocaml-version is now pinned to file:///src (version dev) 2026-06-15 18:25.38 ---> using "2e80919ca49f51b58d2c769359d96544135edcec66c1bd7f8e9fb46f95ba3d6f" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-15 18:25.38 ---> using "bc952e00eda0b97c4b547fe8ffe73ea5a59a1f8c1087c3f48cfd6133bba621db" from cache /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.1+options ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y ocaml-version.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - 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-security trixie-security/main amd64 Packages [216 kB] - Fetched 307 kB in 0s (2208 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-version.dev] synchronised (file:///src) [NOTE] Package ocaml-variants is already installed (current version is 5.4.1+options). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). # To update the current shell environment, run: eval $(opam env) 2026-06-15 18:25.38 ---> using "7385a56238a6b5bccdc319e69b9a90130bc9cff6244c8a0182234ed19fd1304b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 5.4.1+options). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 12 packages - install alcotest 1.9.1 - install astring 0.8.5 - install cmdliner 2.1.1 - install dune 3.23.1 - install fmt 0.11.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install re 1.14.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved re.1.14.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.23.1 (cached) -> installed ocamlfind.1.9.8 -> installed cmdliner.2.1.1 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed dune.3.23.1 -> installed stdlib-shims.0.3.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.14.0 -> installed alcotest.1.9.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-15 18:25.38 ---> using "737f21febf6da466df2423dbc92b42c2cd141ea6014832ba17035e04f2d5b434" from cache /src: (copy (src .) (dst /src)) 2026-06-15 18:25.38 ---> using "a1daf1ab5f52c77908870da8884eb7f45c771546ea1b3fef63cd10ddce1de60c" from cache /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test_unit.exe) Testing `ocaml-version'. This run has ID `FVR3J2N3'. [OK] Compiler_variants 0 Multicore not on 4.12 x86-64. [OK] Compiler_variants 1 Multicore not on 4.10 i386. [OK] Compiler_variants 2 Multicore not on 4.12 xi386. [OK] Configure_options 0 FP on last 4.07. [OK] Configure_options 1 FP on first 4.08. [OK] Configure_options 2 FP on 3.12. Full test results in `/src/_build/default/test/_build/_tests/ocaml-version'. Test Successful in 0.000s. 6 tests run. 2026-06-15 18:25.38 ---> using "9f094220d63c4967e5c14ca930fb8aaf4d03cea9328cce35f4e29938b88e9403" from cache Job succeeded 2026-06-15 18:25.38: Job succeeded