(not at the head of any monitored branch or PR)
2026-04-12 05:56.55: New job: build atds.4.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29709/head (8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426)
                              on centos-9-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/29709/head" && git reset --hard 8e5a62aa
git fetch origin master
git merge --no-edit 0404939bde256ca9d097922f265c4342b3b383b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
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 atds.4.0.0 4.0.0
RUN opam reinstall atds.4.0.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 "\"centos-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'atds.4.0.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-04-12 05:56.55: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d-atds.4.0.0-8e5a62aa6ff8e3285a53d2ca2cbe0dc69bc99426"
2026-04-12 05:56.55: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d)
 (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 atds.4.0.0 4.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall atds.4.0.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 \"\\\"centos-9\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'atds.4.0.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-04-12 05:56.55: Waiting for resource in pool OCluster
2026-04-12 06:08.32: Waiting for worker…
2026-04-12 06:09.57: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 0404939bde Merge pull request #29648 from sanette/opam-publish-tsdl-ttf.0.7
Updating 0404939bde..8e5a62aa6f
Fast-forward
 packages/atd-jsonlike/atd-jsonlike.4.1.0/opam      | 119 +++++++++++++++++++
 packages/atd-yamlx/atd-yamlx.4.1.0/opam            | 121 +++++++++++++++++++
 packages/atd/atd.4.1.0/opam                        | 126 ++++++++++++++++++++
 packages/atdcpp/atdcpp.4.0.0/opam                  |   2 +-
 packages/atdcpp/atdcpp.4.1.0/opam                  | 117 ++++++++++++++++++
 packages/atdd/atdd.4.0.0/opam                      |   2 +-
 packages/atdd/atdd.4.1.0/opam                      | 117 ++++++++++++++++++
 .../atdgen-codec-runtime.4.1.0/opam                | 116 ++++++++++++++++++
 packages/atdgen-runtime/atdgen-runtime.4.1.0/opam  | 118 +++++++++++++++++++
 packages/atdgen/atdgen.4.0.0/opam                  |   2 +-
 packages/atdgen/atdgen.4.1.0/opam                  | 131 +++++++++++++++++++++
 packages/atdj/atdj.4.0.0/opam                      |   2 +-
 packages/atdj/atdj.4.1.0/opam                      | 130 ++++++++++++++++++++
 packages/atdml/atdml.4.0.0/opam                    |   2 +-
 packages/atdml/atdml.4.1.0/opam                    | 122 +++++++++++++++++++
 packages/atdpy/atdpy.4.0.0/opam                    |   2 +-
 packages/atdpy/atdpy.4.1.0/opam                    | 119 +++++++++++++++++++
 packages/atds/atds.4.0.0/opam                      |   2 +-
 packages/atds/atds.4.1.0/opam                      | 115 ++++++++++++++++++
 packages/atdts/atdts.4.0.0/opam                    |   2 +-
 packages/atdts/atdts.4.1.0/opam                    | 118 +++++++++++++++++++
 21 files changed, 1577 insertions(+), 8 deletions(-)
 create mode 100644 packages/atd-jsonlike/atd-jsonlike.4.1.0/opam
 create mode 100644 packages/atd-yamlx/atd-yamlx.4.1.0/opam
 create mode 100644 packages/atd/atd.4.1.0/opam
 create mode 100644 packages/atdcpp/atdcpp.4.1.0/opam
 create mode 100644 packages/atdd/atdd.4.1.0/opam
 create mode 100644 packages/atdgen-codec-runtime/atdgen-codec-runtime.4.1.0/opam
 create mode 100644 packages/atdgen-runtime/atdgen-runtime.4.1.0/opam
 create mode 100644 packages/atdgen/atdgen.4.1.0/opam
 create mode 100644 packages/atdj/atdj.4.1.0/opam
 create mode 100644 packages/atdml/atdml.4.1.0/opam
 create mode 100644 packages/atdpy/atdpy.4.1.0/opam
 create mode 100644 packages/atds/atds.4.1.0/opam
 create mode 100644 packages/atdts/atdts.4.1.0/opam

(from ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d' locally
docker.io/ocaml/opam@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d: Pulling from ocaml/opam
770dd3c6e92a: Pulling fs layer
2911f7a46957: Pulling fs layer
1ba9cdf1cfa2: Pulling fs layer
b8cab8220132: Pulling fs layer
0fc6a39ae9a6: Pulling fs layer
770dd3c6e92a: Waiting
2911f7a46957: Waiting
8e3c4b256b97: Pulling fs layer
1ba9cdf1cfa2: Waiting
81d04adc2c14: Pulling fs layer
b8cab8220132: Waiting
0fc6a39ae9a6: Waiting
32c8500591a6: Pulling fs layer
8e3c4b256b97: Waiting
81d04adc2c14: Waiting
4742b13dfe20: Pulling fs layer
32c8500591a6: Waiting
75e8da1c41c0: Pulling fs layer
4ab47d63416a: Pulling fs layer
cfcf083e24eb: Pulling fs layer
11a895b5c6b8: Pulling fs layer
7315a5f1d521: Pulling fs layer
cfcf083e24eb: Waiting
6d53afc9944a: Pulling fs layer
01a19d7847db: Pulling fs layer
11a895b5c6b8: Waiting
7315a5f1d521: Waiting
468b202f5c51: Pulling fs layer
6d53afc9944a: Waiting
9483876bca3a: Pulling fs layer
d6107db0e83f: Pulling fs layer
01a19d7847db: Waiting
9483876bca3a: Waiting
468b202f5c51: Waiting
9c6e5669169a: Pulling fs layer
4df4284e66b0: Pulling fs layer
0edefb19f27d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
d6107db0e83f: Waiting
2807c7feeb16: Pulling fs layer
9c6e5669169a: Waiting
8680bb8a718a: Pulling fs layer
06751cba04f2: Pulling fs layer
13f5be086fed: Pulling fs layer
4df4284e66b0: Waiting
0edefb19f27d: Waiting
4f4fb700ef54: Waiting
957abdf3ad3f: Pulling fs layer
09d6d06570d8: Pulling fs layer
8680bb8a718a: Waiting
2807c7feeb16: Waiting
06751cba04f2: Waiting
cc7c7e93d349: Pulling fs layer
9a2f817a1a31: Pulling fs layer
957abdf3ad3f: Waiting
edd80250b1b7: Pulling fs layer
62d651938aec: Pulling fs layer
09d6d06570d8: Waiting
eb6ca9ab5ee4: Pulling fs layer
cf62d41b045f: Pulling fs layer
13f5be086fed: Waiting
9a2f817a1a31: Waiting
cc7c7e93d349: Waiting
edd80250b1b7: Waiting
95cf778f2748: Pulling fs layer
980d060a5b06: Pulling fs layer
cf62d41b045f: Waiting
62d651938aec: Waiting
f2f419e9f123: Pulling fs layer
2862ab4a5d4a: Pulling fs layer
cd2c468df6a8: Pulling fs layer
2520e20ac8f9: Pulling fs layer
f2f419e9f123: Waiting
2862ab4a5d4a: Waiting
34f32e8081d2: Pulling fs layer
cd2c468df6a8: Waiting
7599ab655cd4: Pulling fs layer
2520e20ac8f9: Waiting
34f32e8081d2: Waiting
6677f2542f59: Pulling fs layer
ad7a79772988: Pulling fs layer
7599ab655cd4: Waiting
6677f2542f59: Waiting
ad7a79772988: Waiting
770dd3c6e92a: Verifying Checksum
770dd3c6e92a: Download complete
2911f7a46957: Download complete
770dd3c6e92a: Pull complete
2911f7a46957: Pull complete
1ba9cdf1cfa2: Verifying Checksum
1ba9cdf1cfa2: Download complete
1ba9cdf1cfa2: Pull complete
b8cab8220132: Verifying Checksum
b8cab8220132: Download complete
8e3c4b256b97: Verifying Checksum
8e3c4b256b97: Download complete
0fc6a39ae9a6: Verifying Checksum
0fc6a39ae9a6: Download complete
81d04adc2c14: Verifying Checksum
81d04adc2c14: Download complete
32c8500591a6: Verifying Checksum
32c8500591a6: Download complete
4742b13dfe20: Verifying Checksum
4742b13dfe20: Download complete
75e8da1c41c0: Verifying Checksum
75e8da1c41c0: Download complete
4ab47d63416a: Verifying Checksum
4ab47d63416a: Download complete
cfcf083e24eb: Verifying Checksum
cfcf083e24eb: Download complete
11a895b5c6b8: Verifying Checksum
11a895b5c6b8: Download complete
7315a5f1d521: Verifying Checksum
7315a5f1d521: Download complete
01a19d7847db: Download complete
6d53afc9944a: Verifying Checksum
6d53afc9944a: Download complete
468b202f5c51: Download complete
9483876bca3a: Verifying Checksum
9483876bca3a: Download complete
9c6e5669169a: Verifying Checksum
9c6e5669169a: Download complete
d6107db0e83f: Verifying Checksum
d6107db0e83f: Download complete
0edefb19f27d: Download complete
4df4284e66b0: Verifying Checksum
4df4284e66b0: Download complete
2807c7feeb16: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
8680bb8a718a: Verifying Checksum
8680bb8a718a: Download complete
13f5be086fed: Verifying Checksum
13f5be086fed: Download complete
06751cba04f2: Verifying Checksum
06751cba04f2: Download complete
957abdf3ad3f: Download complete
09d6d06570d8: Download complete
9a2f817a1a31: Verifying Checksum
9a2f817a1a31: Download complete
cc7c7e93d349: Verifying Checksum
cc7c7e93d349: Download complete
edd80250b1b7: Download complete
62d651938aec: Download complete
cf62d41b045f: Verifying Checksum
cf62d41b045f: Download complete
980d060a5b06: Download complete
2862ab4a5d4a: Verifying Checksum
2862ab4a5d4a: Download complete
cd2c468df6a8: Verifying Checksum
cd2c468df6a8: Download complete
2520e20ac8f9: Verifying Checksum
2520e20ac8f9: Download complete
95cf778f2748: Verifying Checksum
95cf778f2748: Download complete
7599ab655cd4: Verifying Checksum
7599ab655cd4: Download complete
6677f2542f59: Download complete
ad7a79772988: Download complete
b8cab8220132: Pull complete
0fc6a39ae9a6: Pull complete
8e3c4b256b97: Pull complete
81d04adc2c14: Pull complete
32c8500591a6: Pull complete
4742b13dfe20: Pull complete
75e8da1c41c0: Pull complete
4ab47d63416a: Pull complete
cfcf083e24eb: Pull complete
11a895b5c6b8: Pull complete
7315a5f1d521: Pull complete
6d53afc9944a: Pull complete
01a19d7847db: Pull complete
468b202f5c51: Pull complete
9483876bca3a: Pull complete
d6107db0e83f: Pull complete
9c6e5669169a: Pull complete
4df4284e66b0: Pull complete
0edefb19f27d: Pull complete
4f4fb700ef54: Pull complete
2807c7feeb16: Pull complete
8680bb8a718a: Pull complete
06751cba04f2: Pull complete
13f5be086fed: Pull complete
957abdf3ad3f: Pull complete
09d6d06570d8: Pull complete
cc7c7e93d349: Pull complete
9a2f817a1a31: Pull complete
edd80250b1b7: Pull complete
62d651938aec: Pull complete
eb6ca9ab5ee4: Pull complete
cf62d41b045f: Pull complete
34f32e8081d2: Verifying Checksum
34f32e8081d2: Download complete
f2f419e9f123: Verifying Checksum
f2f419e9f123: Download complete
95cf778f2748: Pull complete
980d060a5b06: Pull complete
f2f419e9f123: Pull complete
2862ab4a5d4a: Pull complete
cd2c468df6a8: Pull complete
2520e20ac8f9: Pull complete
34f32e8081d2: Pull complete
7599ab655cd4: Pull complete
6677f2542f59: Pull complete
ad7a79772988: Pull complete
Digest: sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
Status: Downloaded newer image for ocaml/opam@sha256:c88a8dd5557c6e7de3112fb0a71c6e479a9463c7d7db04b91ba60e34082cc73d
2026-04-12 06:17.38 ---> using "c12e2683b1b7ccfd4c3fbeab718f9187e348fe216065f1494d2140dffddc01a2" 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-04-12 06:17.38 ---> using "65280ae944a3d789bae6518b368f1a8da0d261ce83bde3bd2773b24ed5890349" 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.

Continue? [Y/n] y
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.

[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-12 06:17.38 ---> using "007fe2a6ea8fcb5134e6a455038f453f7754a6e2eff6e9c589467dbeb25d6310" 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.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=centos os-version=9
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, 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.3
2026-04-12 06:17.38 ---> using "6ea348567818f3efd15ff5914a3401c33c88366492ac7386bd5ac8f5a9d132b4" 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/"))
2026-04-12 06:17.38 ---> using "0876e5deec9e4a9f153239abfebbb2b346abbfef9264a5b4b6f414be496cc668" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-12 06:17.39 ---> using "9970793c0c66b861929a85c028e7e2bf69394059dc1084d5b31922fd55e701a2" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-12 06:17.39 ---> using "3749974932cae9ab2dd9a657f6f3cee24d4283a8f492aa1e1b7ae076ae78d111" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                        110 kB/s |  14 kB     00:00    
- CentOS Stream 9 - BaseOS                         13 MB/s | 8.9 MB     00:00    
- CentOS Stream 9 - AppStream                     107 kB/s |  15 kB     00:00    
- CentOS Stream 9 - AppStream                      14 MB/s |  27 MB     00:02    
- CentOS Stream 9 - CRB                           104 kB/s |  14 kB     00:00    
- CentOS Stream 9 - CRB                            11 MB/s | 8.0 MB     00:00    
- CentOS Stream 9 - Extras packages               126 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-04-12 06:17.39 ---> using "506340a5ce519367068878efa7e8aed9b80a71c876259c19d23b9580597e9e17" from cache

/home/opam: (run (shell "opam pin add -k version -yn atds.4.0.0 4.0.0"))
atds is now pinned to version 4.0.0
2026-04-12 06:17.40 ---> saved as "d332ce86ebec47fff5ebce1677fbda7507570a8bea2f074c167f078bb004f4cb"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall atds.4.0.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 \"\\\"centos-9\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'atds.4.0.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
atds.4.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 12 packages
  - install atd         4.0.0          [required by atds]
  - install atds        4.0.0 (pinned)
  - install cmdliner    2.1.0          [required by atd]
  - install dune        3.22.1         [required by atds]
  - install easy-format 1.3.4          [required by atd]
  - install menhir      20260209       [required by atd]
  - install menhirCST   20260209       [required by menhir]
  - install menhirGLR   20260209       [required by menhir]
  - install menhirLib   20260209       [required by menhir]
  - install menhirSdk   20260209       [required by menhir]
  - install re          1.14.0         [required by atd]
  - install yojson      3.0.0          [required by atd]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atd.4.0.0, atds.4.0.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.22.1  (cached)
-> retrieved easy-format.1.3.4  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.22.1
-> installed easy-format.1.3.4
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed menhir.20260209
-> installed atd.4.0.0
-> installed atds.4.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-12 06:18.17 ---> saved as "f9a98320cb70e9ea64cc2a6e4d6c9a758acfb7658e2dadebe243b2e82e9e91a6"
Job succeeded
2026-04-12 06:18.30: Job succeeded