2026-01-16 13:49.27: New job: test mirage/arp https://github.com/mirage/arp.git#refs/pull/33/head (21c6f077b7ce8450e7ebf8dc624ab6d01a3b266f) (linux-ppc64:debian-13-5.4_ppc64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:11fc95f6f4024c70ff305203fc229a0b17c6d564478979b77107ec1edcd77412Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/arp.git" && cd "arp" && git fetch origin "refs/pull/33/head" && git reset --hard 21c6f077cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:11fc95f6f4024c70ff305203fc229a0b17c6d564478979b77107ec1edcd77412# debian-13-5.4_ppc64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 arp.opam ./RUN opam pin add -yn arp.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.10.0 lru.0.3.1 lwt.6.0.0 macaddr.5.6.1 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 re.1.14.0 rresult.0.7.0 seq.base 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 arp.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-16 13:49.27: Using cache hint "mirage/arp-ocaml/opam:debian-13-ocaml-5.4@sha256:11fc95f6f4024c70ff305203fc229a0b17c6d564478979b77107ec1edcd77412-debian-13-5.4_ppc64_opam-2.5-7766d148521e5a726abe5d4ef3343632"2026-01-16 13:49.27: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:11fc95f6f4024c70ff305203fc229a0b17c6d564478979b77107ec1edcd77412)(comment debian-13-5.4_ppc64_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 (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 "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src arp.opam) (dst ./))(run (network host)(shell "opam pin add -yn arp.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.10.0 lru.0.3.1 lwt.6.0.0 macaddr.5.6.1 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 re.1.14.0 rresult.0.7.0 seq.base 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 arp.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-01-16 13:49.27: Waiting for resource in pool OCluster2026-01-16 14:13.17: Waiting for worker…2026-01-16 14:25.41: Got resource from pool OClusterBuilding on orithia.caelum.ci.devAll commits already cachedHEAD is now at 21c6f07 improve ARP cache logic(from ocaml/opam:debian-13-ocaml-5.4@sha256:11fc95f6f4024c70ff305203fc229a0b17c6d564478979b77107ec1edcd77412)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:11fc95f6f4024c70ff305203fc229a0b17c6d564478979b77107ec1edcd77412' locallydocker.io/ocaml/opam@sha256:11fc95f6f4024c70ff305203fc229a0b17c6d564478979b77107ec1edcd77412: Pulling from ocaml/opamd586c84fb937: Already existsf58e945a2543: Already existsfbce25552763: Already exists59176eade61a: Already existscff2e2f4315d: Already existsc7e1af678d9d: Already existse0fcb4b6ab63: Already exists881772b902bc: Already exists768cdabbfd0a: Already exists83d6b58df73a: Already exists1626aaa7c7ca: Already exists04b1b8803ed9: Already existsa9c44489a599: Already exists99883557491a: Already exists6639fd237455: Already exists8858b9403b89: Already exists8e7566ad0104: Already exists526a24f15d73: Already exists0bb7b76d397f: Already exists71463b084d4a: Already exists1baa92722a85: Already exists77edf028c4ec: Already exists4f4fb700ef54: Already existsaabb6cc162b3: Already exists443d6a6b8c4f: Already exists14802866e407: Already existsb328ea0ddeaa: Already existsaa9dc8a4bcef: Already exists783151563f3d: Already existsca1a51356424: Already existsb53987dec0fc: Already exists9da27ba5fccc: Already existscf7080601dc1: Already existse6b05e94713c: Already exists9b8aeccaf81b: Already existse2cfce39e0b0: Already existsdb9732b78b5c: Already exists1254c3299308: Already exists619ca2bf4a84: Already existsb1753c2d94d7: Already existsfea317eb9926: Already exists7516e3628732: Pulling fs layer3e101f2583fd: Pulling fs layer071a291013cb: Pulling fs layerfe9f2e7a4a41: Pulling fs layere2a5ea392607: Pulling fs layer486bb7e3d54e: Pulling fs layer6aac8a1a7e1b: Pulling fs layerfe9f2e7a4a41: Waitinge2a5ea392607: Waiting486bb7e3d54e: Waiting6aac8a1a7e1b: Waiting7516e3628732: Verifying Checksum7516e3628732: Download complete7516e3628732: Pull complete071a291013cb: Download complete3e101f2583fd: Download complete3e101f2583fd: Pull complete071a291013cb: Pull completee2a5ea392607: Verifying Checksume2a5ea392607: Download complete486bb7e3d54e: Verifying Checksum486bb7e3d54e: Download complete6aac8a1a7e1b: Verifying Checksum6aac8a1a7e1b: Download completefe9f2e7a4a41: Verifying Checksumfe9f2e7a4a41: Download completefe9f2e7a4a41: Pull completee2a5ea392607: Pull complete486bb7e3d54e: Pull complete6aac8a1a7e1b: Pull completeDigest: sha256:11fc95f6f4024c70ff305203fc229a0b17c6d564478979b77107ec1edcd77412Status: Downloaded newer image for ocaml/opam@sha256:11fc95f6f4024c70ff305203fc229a0b17c6d564478979b77107ec1edcd774122026-01-16 14:25.41 ---> using "8e38b7e9552833b397d0a6dee459ec8d6ccf1a5a2e9f6da28e60743aacaae3c5" from cache/: (comment debian-13-5.4_ppc64_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-01-16 14:25.41 ---> using "56f3e984b9680bfb1b67ca18a33c8529c56f04213e19de87f9920327f8015bc4" 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.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-16 14:25.41 ---> using "6cc1d2401ad931502bff0a8dad563d389df8eb0ce87312fbd6b028197bfd971d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-85-genericThe OCaml toplevel, version 5.4.02.5.02026-01-16 14:25.41 ---> using "bd4a45355d66340c4ad839d322856ffb5ab286e4b215cebc26bccf9cd29487be" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 14:25.41 ---> using "affd3beacbfd7d62861860a1297792b80dc23407a13d28326ddcf84f5f6bde52" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..92679ed614 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-16 14:25.41 ---> using "db9a73eb55f7123ca97b4ff521f8e4ca6f15ce00ed648ba50c9923a171bcf949" from cache/src: (copy (src arp.opam) (dst ./))2026-01-16 14:25.41 ---> using "391aee40ddde7a6731b4ea1399529d2d57c285f4916067e660d4065aca2ec1a8" from cache/src: (run (network host)(shell "opam pin add -yn arp.dev './'"))[arp.dev] synchronised (file:///src)arp is now pinned to file:///src (version dev)2026-01-16 14:25.41 ---> using "c7b91b9d17f9d213c57b99243c81c1e2553ed3bce62272fdfd5d971669d3c93d" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 14:25.41 ---> using "7096bf7ef2c1d2cf69a1b3d0882a082ba3fe6d3732577faec9c80f7a97a3d9ed" from cache/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 ethernet.3.2.0 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.10.0 lru.0.3.1 lwt.6.0.0 macaddr.5.6.1 mirage-net.4.0.0 mirage-sleep.4.1.0 mirage-vnetif.0.6.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 psq.0.2.1 re.1.14.0 rresult.0.7.0 seq.base 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 arp.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main ppc64el Packages [9508 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [90.2 kB]- Fetched 9830 kB in 3s (3160 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[arp.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-01-16 14:25.42 ---> saved as "8eb955ced0ffda5e8116dc7189e2aef671bbf14044e6c0e96829c51ede3e69bf"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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 34 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install bos 0.2.1- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install domain-name 0.5.0- install dune 3.21.0- install dune-configurator 3.21.0- install duration 0.2.1- install ethernet 3.2.0- install fmt 0.11.0- install fpath 0.7.3- install ipaddr 5.6.1- install logs 0.10.0- install lru 0.3.1- install lwt 6.0.0- install macaddr 5.6.1- install mirage-net 4.0.0- install mirage-sleep 4.1.0- install mirage-vnetif 0.6.2- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install psq 0.2.1- install re 1.14.0- install rresult 0.7.0- install seq base- 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 bos.0.2.1 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved ethernet.3.2.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)-> retrieved lru.0.3.1 (cached)-> retrieved mirage-net.4.0.0 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved mirage-vnetif.0.6.2 (cached)-> retrieved lwt.6.0.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.21.0-> installed duration.0.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed macaddr.5.6.1-> installed ocaml-syntax-shims.1.0.0-> installed psq.0.2.1-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed ocplib-endian.1.2-> installed lru.0.3.1-> installed ipaddr.5.6.1-> installed alcotest.1.9.1-> installed dune-configurator.3.21.0-> installed lwt.6.0.0-> installed mirage-net.4.0.0-> installed mirage-sleep.4.1.0-> installed logs.0.10.0-> installed mirage-vnetif.0.6.2-> installed ethernet.3.2.0-> installed bos.0.2.1Done.# To update the current shell environment, run: eval $(opam env)2026-01-16 14:26.54 ---> saved as "a929fb20f98799601ce2fa0eabd64231fae50658224c836a94e8f85c32c818b0"/src: (copy (src .) (dst /src))2026-01-16 14:26.54 ---> saved as "cc9522ab0cf62906937aa8f342a7fd3bbcdc017ca130c64159b13df888648c33"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./tests.exe)Testing `ARP tests'.This run has ID `BWMA7TEZ'.[OK] Coder 0 valid arp decoding.[OK] Coder 1 unhandled arp decoding.[OK] Coder 2 short arp decoding.[OK] Coder 3 invalid operation decoding.[OK] Coder 4 decoding is inverse of encoding.[OK] Coder 5 encode_into works.[OK] Coder 6 encode_into fails with small bufs.[OK] Handler 0 create raises.[OK] Handler 1 basic tests.[OK] Handler 2 remove test.[OK] Handler 3 remove no test.[OK] Handler 4 alias test.[OK] Handler 5 alias remove test.[OK] Handler 6 static test.[OK] Handler 7 static alias test.[OK] Handler 8 more tests.[OK] Handler 9 handle good.[OK] Handler 10 handle generates req.[OK] Handler 11 handle generates req, next doesn't.[OK] Handler 12 alias wakes.[OK] Handler 13 static wakes.[OK] Handler 14 handle timeout.[OK] Handler 15 request send before timeout.[OK] Handler 16 multiple requests are send.[OK] Handler 17 multiple requests are send 2.[OK] Handler 18 handle reply.[OK] Handler 19 handle garp.[OK] Handler 20 answers broadcast request.[OK] Handler 21 answers unicast request.[OK] Handler 22 not answering random request.[OK] Handler 23 ignoring random.[OK] Handler 24 reply does not harm static entries.[OK] Handler 25 reply is in cache.[OK] Handler 26 dynamic entry can be queried.[OK] Handler 27 reply times out.[OK] Handler 28 dynamic entry overriden by same.[OK] Handler 29 dynamic entry overriden by other.[OK] Handler 30 dynamic entry is not advertised.[OK] Handler 31 reply wakes tasks.[OK] Handler 32 stale to dynamic on same MAC reply.[OK] Handler 33 stale stays stale on different MAC reply.[OK] Handler 34 probing to dynamic on same MAC reply.[OK] Handler 35 probing to stale on different MAC reply.Full test results in `/src/_build/default/test/_build/_tests/ARP tests'.Test Successful in 0.131s. 43 tests run.(cd _build/default/test/mirage && ./tests.exe)Testing `arp'.This run has ID `BCCRFVDI'.[OK] arp 0 conversions neither lose nor gain information.[OK] arp 1 nonsense requests are ignored.[OK] arp 2 requests are responded to.[OK] arp 3 entries expire.[OK] arp 4 irrelevant requests are ignored.[OK] arp 5 set_ip sets ip, sends GARP.[OK] arp 6 add_ip, get_ip and remove_ip as advertised.[OK] arp 7 GARPs are heard and not cached.[OK] arp 8 unsolicited unicast replies are heard and no...[OK] arp 9 solicited unicast replies resolve pending th...[OK] arp 10 entries are replaced with new information.[OK] arp 11 unreachable IPs time out.[OK] arp 12 queries are tried repeatedly before timing out.Full test results in `/src/_build/default/test/mirage/_build/_tests/arp'.Test Successful in 5.737s. 13 tests run.2026-01-16 14:27.01 ---> saved as "260f60e62b7b0b2ef7a520a465180e787cdb90d161ec492bddf611e55cb053ee"Job succeeded2026-01-16 14:27.02: Job succeeded