2026-05-27 07:19.58: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/637/head (d702aeccf0ce01a23edd17c59addb4a2074ec3f4) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/637/head" && git reset --hard d702aecccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3# ubuntu-25.04-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./RUN opam pin add -yn ppxlib.dev './' && \opam pin add -yn ppxlib-tools.dev './' && \opam pin add -yn ppxlib-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-05-27 07:19.58: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3-ubuntu-25.04-4.14_opam-2.5-81efff2c1c42344052fa677b6055487c"2026-05-27 07:19.58: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3)(comment ubuntu-25.04-4.14_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 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))(run (network host)(shell "opam pin add -yn ppxlib.dev './' && \\nopam pin add -yn ppxlib-tools.dev './' && \\nopam pin add -yn ppxlib-bench.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.0")(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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-05-27 07:19.58: Waiting for resource in pool OCluster2026-05-27 07:20.05: Waiting for worker…2026-05-27 07:23.16: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at d702aecc Tests behaviour of extension check and traversal on encodings(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3' locallydocker.io/ocaml/opam@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3: Pulling from ocaml/opamc62190a9ab61: Already exists3ffa5fa4c338: Pulling fs layer1ad98d62710f: Pulling fs layer32b7f1733f93: Pulling fs layer60b6d784b3f1: Pulling fs layer5a2a6d451e1f: Pulling fs layer60b6d784b3f1: Waiting6331cc613db1: Pulling fs layercd17da539bcb: Pulling fs layer5a2a6d451e1f: Waitinga78785a8707a: Pulling fs layer6331cc613db1: Waiting017a8e839984: Pulling fs layera78785a8707a: Waitingcd17da539bcb: Waiting017a8e839984: Waiting269878e77d3e: Pulling fs layerd105ce9936af: Pulling fs layer6a816e31a608: Pulling fs layerc561c5e7e836: Pulling fs layer269878e77d3e: Waiting6a816e31a608: Waiting2c2bead92061: Pulling fs layerd105ce9936af: Waitingc561c5e7e836: Waiting2c2bead92061: Waiting181b5e50467a: Pulling fs layer181b5e50467a: Waitinge1747048878a: Pulling fs layer9964000ee5c2: Pulling fs layere1747048878a: Waiting2f528d56ff17: Pulling fs layer0cae2e739013: Pulling fs layer9964000ee5c2: Waiting4f4fb700ef54: Pulling fs layer0cae2e739013: Waiting2f528d56ff17: Waiting7b56ac9ded88: Pulling fs layer4f4fb700ef54: Waiting02acd4f922b8: Pulling fs layer7b56ac9ded88: Waiting5820f3f0ac5b: Pulling fs layer02acd4f922b8: Waiting565d3d2f91e3: Pulling fs layer5820f3f0ac5b: Waiting6011b75baccf: Pulling fs layer565d3d2f91e3: Waitingaa679525444d: Pulling fs layer6011b75baccf: Waiting6233cfda6bc6: Pulling fs layere337c50fadae: Pulling fs layer68480da602a2: Pulling fs layere337c50fadae: Waitingfe8455ef7fdd: Pulling fs layeraa679525444d: Waiting68480da602a2: Waiting6233cfda6bc6: Waiting376ec1c1ff04: Pulling fs layer62414c6876a0: Pulling fs layerfe8455ef7fdd: Waiting376ec1c1ff04: Waitinge13152495ead: Pulling fs layer7237efe4b8d6: Pulling fs layerdcb6948decd1: Pulling fs layer62414c6876a0: Waiting9ef3e7aa87ba: Pulling fs layer7237efe4b8d6: Waitingdcb6948decd1: Waitinge13152495ead: Waiting9ef3e7aa87ba: Waitingcd0bb5382221: Pulling fs layer18f69dc7a237: Pulling fs layercd0bb5382221: Waitinga2e0e75156e8: Pulling fs layer18f69dc7a237: Waitinga2e0e75156e8: Waiting8d2cef0a103d: Pulling fs layer1ebb3eb77b53: Pulling fs layer8d2cef0a103d: Waitingaf2e6699089c: Pulling fs layer1ebb3eb77b53: Waitingaf2e6699089c: Waiting3ffa5fa4c338: Verifying Checksum3ffa5fa4c338: Download complete3ffa5fa4c338: Pull complete32b7f1733f93: Verifying Checksum32b7f1733f93: Download complete1ad98d62710f: Download complete1ad98d62710f: Pull complete60b6d784b3f1: Verifying Checksum60b6d784b3f1: Download complete32b7f1733f93: Pull complete60b6d784b3f1: Pull complete6331cc613db1: Verifying Checksum6331cc613db1: Download completea78785a8707a: Verifying Checksuma78785a8707a: Download complete5a2a6d451e1f: Verifying Checksum5a2a6d451e1f: Download complete017a8e839984: Verifying Checksum017a8e839984: Download completecd17da539bcb: Verifying Checksumcd17da539bcb: Download complete269878e77d3e: Verifying Checksum269878e77d3e: Download completed105ce9936af: Verifying Checksumd105ce9936af: Download complete2c2bead92061: Download completec561c5e7e836: Verifying Checksumc561c5e7e836: Download completee1747048878a: Download complete181b5e50467a: Verifying Checksum181b5e50467a: Download complete6a816e31a608: Verifying Checksum6a816e31a608: Download complete2f528d56ff17: Download complete9964000ee5c2: Verifying Checksum9964000ee5c2: Download complete4f4fb700ef54: Download complete0cae2e739013: Verifying Checksum0cae2e739013: Download complete02acd4f922b8: Verifying Checksum02acd4f922b8: Download complete7b56ac9ded88: Verifying Checksum7b56ac9ded88: Download complete5820f3f0ac5b: Verifying Checksum5820f3f0ac5b: Download complete6011b75baccf: Download complete565d3d2f91e3: Verifying Checksum565d3d2f91e3: Download completeaa679525444d: Verifying Checksumaa679525444d: Download complete68480da602a2: Verifying Checksum68480da602a2: Download complete6233cfda6bc6: Download complete376ec1c1ff04: Download completee337c50fadae: Verifying Checksume337c50fadae: Download completefe8455ef7fdd: Verifying Checksumfe8455ef7fdd: Download complete62414c6876a0: Download complete7237efe4b8d6: Verifying Checksum7237efe4b8d6: Download complete9ef3e7aa87ba: Download completecd0bb5382221: Download complete5a2a6d451e1f: Pull complete6331cc613db1: Pull completecd17da539bcb: Pull completee13152495ead: Verifying Checksume13152495ead: Download completea78785a8707a: Pull complete017a8e839984: Pull complete269878e77d3e: Pull completed105ce9936af: Pull complete6a816e31a608: Pull completec561c5e7e836: Pull complete2c2bead92061: Pull complete181b5e50467a: Pull completee1747048878a: Pull complete9964000ee5c2: Pull complete2f528d56ff17: Pull complete0cae2e739013: Pull complete4f4fb700ef54: Pull complete7b56ac9ded88: Pull complete02acd4f922b8: Pull complete5820f3f0ac5b: Pull complete565d3d2f91e3: Pull complete6011b75baccf: Pull completeaa679525444d: Pull complete6233cfda6bc6: Pull completee337c50fadae: Pull complete68480da602a2: Pull completefe8455ef7fdd: Pull complete376ec1c1ff04: Pull complete62414c6876a0: Pull completea2e0e75156e8: Verifying Checksuma2e0e75156e8: Download complete8d2cef0a103d: Verifying Checksum8d2cef0a103d: Download complete1ebb3eb77b53: Verifying Checksum1ebb3eb77b53: Download completeaf2e6699089c: Verifying Checksumaf2e6699089c: Download completedcb6948decd1: Verifying Checksumdcb6948decd1: Download complete18f69dc7a237: Verifying Checksum18f69dc7a237: Download completee13152495ead: Pull complete7237efe4b8d6: Pull completedcb6948decd1: Pull complete9ef3e7aa87ba: Pull completecd0bb5382221: Pull complete18f69dc7a237: Pull completea2e0e75156e8: Pull complete8d2cef0a103d: Pull complete1ebb3eb77b53: Pull completeaf2e6699089c: Pull completeDigest: sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3Status: Downloaded newer image for ocaml/opam@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a32026-05-27 07:23.18 ---> using "ba0b4e302ef2a5e9263f83048ac28906cbdea9e3c191aa9493eeacb40f39272f" from cache/: (comment ubuntu-25.04-4.14_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-05-27 07:23.18 ---> using "524407d8fe112b7bfa75e00567b985b67279940b6e7f65d5ed4175eb6d6baed4" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADfc08333d1b..d44435513c master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-27 07:23.18 ---> using "27d2300354b056df6e51b252d753a0ac8b0e38e10a3dc22ff67544323b6fd49f" 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.[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 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] synchronised from git+file:///home/opam/opam-repository2026-05-27 07:23.18 ---> using "ec2e3a1604e84cabcdff479fdca1c25eec16523a63e7b3ac2e26a20c104a8afa" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-27 07:23.18 ---> using "07668deda066b9814cc4dc383f9f5fe87dc3f770a5c3c27e64c6a01dcf283d05" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-27 07:23.18 ---> using "ca3dfa76342dcb74e7a0514dbdca2106a9ce2bb94239ee9439a6d00c1a0e5aac" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, 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-05-27 07:23.18 ---> using "7f808911a116217e778dbb4cfbd068dd5fca1a3910058a56fe589a907437c5b8" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-05-27 07:23.20 ---> saved as "7a6a9e323d960367f28724b3763a670fba23e1fd9820304801b7e702e63417ad"/src: (run (network host)(shell "opam pin add -yn ppxlib.dev './' && \\nopam pin add -yn ppxlib-tools.dev './' && \\nopam pin add -yn ppxlib-bench.dev './'"))[ppxlib.dev] synchronised (file:///src)ppxlib is now pinned to file:///src (version dev)[ppxlib-tools.dev] synchronised (file:///src)ppxlib-tools is now pinned to file:///src (version dev)[NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch.[ppxlib-bench.dev] synchronised (file:///src)ppxlib-bench is now pinned to file:///src (version dev)2026-05-27 07:23.31 ---> saved as "b19eb8ac11e092b5b9489f90c60fdd194547ef51f20942179724042b67f800b5"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-27 07:23.33 ---> saved as "38c62f715ae6f84b48407889ef90a463ca024024952172240f0d97dc51e6b8a5"/src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 yojson.3.0.0")/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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ppxlib.dev] synchronised (file:///src)[ppxlib-bench.dev] synchronised (file:///src)[ppxlib-tools.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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-bigarray is already installed (current version is base).# To update the current shell environment, run: eval $(opam env)2026-05-27 07:23.58 ---> saved as "acb094a64acafcf120609450da66a7b435768d47f524a71e0df1197c24a8049b"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 13 packages- install base v0.16.5- install cinaps v0.15.1- install cmdliner 2.1.1- install csexp 1.5.2- install dune 3.23.1- install dune-configurator 3.23.1- install ocaml-compiler-libs v0.12.4- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install re 1.14.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.5 (cached)-> retrieved cinaps.v0.15.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed cmdliner.2.1.1-> installed ocamlfind.1.9.8-> installed dune.3.23.1-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed yojson.3.0.0-> installed cinaps.v0.15.1-> installed dune-configurator.3.23.1-> installed base.v0.16.5Done.# To update the current shell environment, run: eval $(opam env)2026-05-27 07:26.17 ---> saved as "b5d95234c38a25e8652ed155d10d9ea6646926e48ab6a4a2151278f08f528789"/src: (copy (src .) (dst /src))2026-05-27 07:26.20 ---> saved as "df04c382bce5422543d83636567c77290703f07cd6814b63bde48dbb7e18cd2d"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "dune-project", line 21, characters 2-42:21 | (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Warning: Duplicate dependency on package (sexplib0 (and :with-test (>=v0.15))) in 'depends' field. If you want to specify multiple constraints,combine them using (and ...).Hint: To disable this warning, add the following to your dune-project file:(warnings (duplicate_deps disabled))2026-05-27 07:27.21 ---> saved as "f779c9ee85e1122a8057742f77c953c8dd227c4903f969e748ae65c244a334ae"Job succeeded2026-05-27 07:27.26: Job succeeded