(for PR #29929)

2026-05-20 11:19.40: New job: build embedded_ocaml_templates.0.8.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29929/head (9002fdb7d59fe104e77fb515ef69be1381d12a14)
                              on macos-homebrew-ocaml-5.4/arm64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29929/head" && git reset --hard 9002fdb7
git fetch origin master
git merge --no-edit 64a847a29e96527a72f3e45822610f25e7ad0a40
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.4
USER 1000:1000
RUN ln -f ~/local/bin/opam-dev ~/local/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 -k local --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn embedded_ocaml_templates.0.8.1 0.8.1
RUN opam reinstall embedded_ocaml_templates.0.8.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 "\"macos-homebrew\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'embedded_ocaml_templates.0.8.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 .

2026-05-20 11:19.40: Using cache hint "macos-homebrew-ocaml-5.4-embedded_ocaml_templates.0.8.1-9002fdb7d59fe104e77fb515ef69be1381d12a14"
2026-05-20 11:19.40: Using OBuilder spec:
((from macos-homebrew-ocaml-5.4)
 (user (uid 1000) (gid 1000))
 (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -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 -k local --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn embedded_ocaml_templates.0.8.1 0.8.1"))
 (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
      (network host)
      (shell  "opam reinstall embedded_ocaml_templates.0.8.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 \"\\\"macos-homebrew\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'embedded_ocaml_templates.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-20 11:19.40: Waiting for resource in pool OCluster
2026-05-20 11:19.42: Waiting for worker…
2026-05-20 11:20.20: Got resource from pool OCluster
Building on m1-worker-03
Updating files:  69% (12471/17923)
Updating files:  70% (12547/17923)
Updating files:  71% (12726/17923)
Updating files:  72% (12905/17923)
Updating files:  73% (13084/17923)
Updating files:  74% (13264/17923)
Updating files:  75% (13443/17923)
Updating files:  76% (13622/17923)
Updating files:  77% (13801/17923)
Updating files:  78% (13980/17923)
Updating files:  79% (14160/17923)
Updating files:  80% (14339/17923)
Updating files:  81% (14518/17923)
Updating files:  82% (14697/17923)
Updating files:  83% (14877/17923)
Updating files:  84% (15056/17923)
Updating files:  85% (15235/17923)
Updating files:  86% (15414/17923)
Updating files:  87% (15594/17923)
Updating files:  88% (15773/17923)
Updating files:  89% (15952/17923)
Updating files:  90% (16131/17923)
Updating files:  91% (16310/17923)
Updating files:  92% (16490/17923)
Updating files:  93% (16669/17923)
Updating files:  94% (16848/17923)
Updating files:  95% (17027/17923)
Updating files:  96% (17207/17923)
Updating files:  97% (17386/17923)
Updating files:  98% (17565/17923)
Updating files:  99% (17744/17923)
Updating files: 100% (17923/17923)
Updating files: 100% (17923/17923), done.
HEAD is now at 58120b7b88 [new release] lrgrep (0.9)
HEAD is now at 64a847a29e Merge pull request #29924 from jmid/add-dune-3.23.0-ocaml-bound
Updating 64a847a29e..9002fdb7d5
Fast-forward
 .../embedded_ocaml_templates.0.8.1/opam            | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)
 create mode 100644 packages/embedded_ocaml_templates/embedded_ocaml_templates.0.8.1/opam

(from macos-homebrew-ocaml-5.4)
2026-05-20 11:25.41 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache

/: (user (uid 1000) (gid 1000))

/: (run (shell "ln -f ~/local/bin/opam-dev ~/local/bin/opam"))
2026-05-20 11:25.41 ---> using "7aa34524ca0a69b4a488c30909f7495a04a243f9066091b1dfe73b446b0dfcd3" from cache

/: (run (network host)
        (shell "opam init --reinit -ni"))
No configuration file found, using 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 /Users/mac1000/.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] no changes from git+file:///Users/mac1000/opam-repository
2026-05-20 11:25.41 ---> using "91dcaa513ca3161d91620d0583acdea5310cd52ccab1dfbdd183600da37afdb2" from cache

/: (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.1
# self-upgrade         no
# system               arch=arm64 os=macos os-distribution=homebrew os-version=15.5
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 7
# repositories         1 (version-controlled)
# pinned               0
# current-switch       5.4.0
# invariant            ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /Users/mac1000/.opam/5.4.0/lib/ocaml/stublibs:/Users/mac1000/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-05-20 11:25.41 ---> using "cea1bfc0b1cda73d964aa2fc69cc828a6e6d8edd86f991754707e8b004a3cb09" from cache

/: (env OPAMDOWNLOADJOBS 1)

/: (env OPAMERRLOGLEN 0)

/: (env OPAMPRECISETRACKING 1)

/: (env CI true)

/: (env OPAM_REPO_CI true)

/: (run (shell "rm -rf opam-repository/"))
2026-05-20 11:25.41 ---> using "e3eba35b672d86e69268bbb9214f23a1f9d1fb0787b4d803840af8d45829b222" from cache

/: (copy (src .) (dst opam-repository/))
2026-05-20 11:25.46 ---> saved as "fe4d048fb58e393c86fa9ec00be55a248fd86d53b7dff5dde74fa67959204a49"

/: (run (shell "opam repository set-url -k local --strict default opam-repository/"))
[default] Initialised
2026-05-20 11:25.55 ---> saved as "cad9d0db8334f3901f1857c7cc024aae5cb90cec88958cc9c10b0cf9f1d96bb3"

/: (run (network host)
        (shell "opam update --depexts || true"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:e666cc63add686cf3394d7b9f27c314b22d1871cd9a751aaef7e9d44cebf54e1
- #=#=#                                                                          

                                                                           0.6%
#                                                                          1.4%
#                                                                          2.2%
##                                                                         3.1%
##                                                                         3.9%
###                                                                        4.6%
###                                                                        5.4%
####                                                                       6.3%
#####                                                                      7.1%
#####                                                                      7.9%
- 
######                                                                     8.6%
######                                                                     9.4%
#######                                                                   10.3%
#######                                                                   11.1%
########                                                                  11.9%
#########                                                                 12.6%
#########                                                                 13.5%
##########                                                                14.3%
##########                                                                15.1%
###########                                                               15.9%
############                                                              16.8%
############                                                              17.5%
- 
#############                                                             18.3%
#############                                                             19.1%
##############                                                            20.0%
##############                                                            20.8%
###############                                                           21.5%
################                                                          22.3%
################                                                          23.2%
#################                                                         24.0%
#################                                                         24.8%
##################                                                        25.5%
###################                                                       26.4%
- 
###################                                                       27.2%
####################                                                      28.0%
####################                                                      28.8%
#####################                                                     29.8%
######################                                                    30.6%
######################                                                    31.3%
#######################                                                   32.1%
#######################                                                   33.0%
########################                                                  33.8%
########################                                                  34.6%
#########################                                                 35.3%
##########################                                                36.3%
- 
##########################                                                37.0%
###########################                                               37.8%
###########################                                               38.6%
############################                                              39.5%
############################                                              40.3%
#############################                                             41.0%
##############################                                            41.8%
##############################                                            42.7%
###############################                                           43.2%
###############################                                           43.5%
###############################                                           43.7%
- 
###############################                                           44.1%
###############################                                           44.4%
################################                                          44.6%
################################                                          44.9%
################################                                          45.2%
################################                                          45.4%
################################                                          45.8%
#################################                                         46.1%
#################################                                         46.3%
#################################                                         46.6%
#################################                                         46.8%
- 
#################################                                         47.1%
##################################                                        47.3%
##################################                                        47.7%
##################################                                        48.0%
##################################                                        48.2%
##################################                                        48.5%
###################################                                       48.8%
###################################                                       48.9%
###################################                                       49.2%
###################################                                       49.3%
- 
###################################                                       49.4%
###################################                                       49.7%
###################################                                       49.8%
####################################                                      50.1%
####################################                                      50.2%
####################################                                      50.3%
####################################                                      50.6%
####################################                                      50.7%
####################################                                      50.8%
####################################                                      51.1%
- 
####################################                                      51.2%
####################################                                      51.3%
#####################################                                     51.6%
#####################################                                     51.7%
#####################################                                     51.9%
#####################################                                     52.1%
#####################################                                     52.2%
#####################################                                     52.4%
#####################################                                     52.6%
#####################################                                     52.8%
######################################                                    52.9%
- 
######################################                                    53.2%
######################################                                    53.3%
######################################                                    53.4%
######################################                                    53.7%
######################################                                    53.8%
######################################                                    53.9%
#######################################                                   54.2%
#######################################                                   54.3%
#######################################                                   54.4%
#######################################                                   54.6%
- 
#######################################                                   54.8%
#######################################                                   55.0%
#######################################                                   55.1%
#######################################                                   55.3%
#######################################                                   55.5%
########################################                                  55.7%
########################################                                  55.9%
########################################                                  56.0%
########################################                                  56.1%
########################################                                  56.4%
########################################                                  56.5%
- 
########################################                                  56.8%
########################################                                  56.9%
#########################################                                 57.0%
#########################################                                 57.3%
#########################################                                 57.4%
#########################################                                 57.7%
#########################################                                 57.9%
#########################################                                 58.1%
#########################################                                 58.3%
##########################################                                58.6%
- 
##########################################                                58.7%
##########################################                                59.0%
##########################################                                59.2%
##########################################                                59.5%
##########################################                                59.6%
###########################################                               59.9%
###########################################                               60.0%
###########################################                               60.2%
###########################################                               60.4%
###########################################                               60.6%
###########################################                               60.9%
- 
############################################                              61.2%
############################################                              61.3%
############################################                              61.5%
############################################                              61.8%
############################################                              61.9%
############################################                              62.1%
############################################                              62.2%
############################################                              62.3%
############################################                              62.4%
#############################################                             62.6%
- 
#############################################                             62.8%
#############################################                             63.0%
#############################################                             63.1%
#############################################                             63.2%
#############################################                             63.5%
#############################################                             63.6%
#############################################                             63.9%
##############################################                            64.0%
##############################################                            64.1%
##############################################                            64.4%
- 
##############################################                            64.5%
##############################################                            64.6%
##############################################                            64.8%
##############################################                            65.0%
##############################################                            65.2%
###############################################                           65.3%
###############################################                           65.5%
###############################################                           65.7%
###############################################                           65.9%
###############################################                           66.1%
- 
###############################################                           66.2%
###############################################                           66.3%
###############################################                           66.6%
################################################                          66.7%
################################################                          67.0%
################################################                          67.1%
################################################                          67.2%
################################################                          67.5%
################################################                          67.6%
################################################                          67.7%
################################################                          68.0%
- 
#################################################                         68.1%
#################################################                         68.2%
#################################################                         68.5%
#################################################                         68.6%
#################################################                         68.8%
#################################################                         69.0%
#################################################                         69.1%
#################################################                         69.3%
##################################################                        69.5%
##################################################                        69.7%
- 
##################################################                        69.8%
##################################################                        70.1%
##################################################                        70.2%
##################################################                        70.4%
##################################################                        70.6%
##################################################                        70.7%
###################################################                       71.0%
###################################################                       71.1%
###################################################                       71.2%
###################################################                       71.5%
###################################################                       71.6%
- 
###################################################                       71.7%
###################################################                       72.0%
###################################################                       72.1%
####################################################                      72.2%
####################################################                      72.4%
####################################################                      72.6%
####################################################                      72.8%
####################################################                      72.9%
####################################################                      73.1%
####################################################                      73.3%
####################################################                      73.4%
- 
#####################################################                     73.7%
#####################################################                     73.8%
#####################################################                     73.9%
#####################################################                     74.2%
#####################################################                     74.3%
#####################################################                     74.4%
#####################################################                     74.7%
#####################################################                     74.8%
#####################################################                     75.0%
######################################################                    75.2%
- 
######################################################                    75.3%
######################################################                    75.6%
######################################################                    75.7%
######################################################                    75.9%
######################################################                    76.1%
######################################################                    76.2%
#######################################################                   76.5%
#######################################################                   76.6%
#######################################################                   76.9%
#######################################################                   77.1%
#######################################################                   77.3%
- 
#######################################################                   77.5%
########################################################                  77.8%
########################################################                  77.9%
########################################################                  78.2%
########################################################                  78.3%
########################################################                  78.6%
########################################################                  78.8%
########################################################                  79.1%
#########################################################                 79.2%
#########################################################                 79.5%
#########################################################                 79.7%
- 
#########################################################                 80.0%
#########################################################                 80.1%
#########################################################                 80.4%
#########################################################                 80.5%
##########################################################                80.8%
##########################################################                80.9%
##########################################################                81.1%
##########################################################                81.4%
##########################################################                81.5%
##########################################################                81.8%
###########################################################               82.1%
- 
###########################################################               82.3%
###########################################################               82.6%
###########################################################               83.0%
###########################################################               83.2%
############################################################              83.5%
############################################################              83.7%
############################################################              84.0%
############################################################              84.2%
############################################################              84.5%
#############################################################             84.9%
#############################################################             85.1%
- 
#############################################################             85.4%
#############################################################             85.7%
#############################################################             85.9%
##############################################################            86.2%
##############################################################            86.6%
##############################################################            86.8%
##############################################################            87.1%
##############################################################            87.3%
###############################################################           87.7%
###############################################################           88.2%
###############################################################           88.6%
- 
################################################################          89.0%
################################################################          89.4%
################################################################          89.8%
################################################################          90.2%
#################################################################         90.7%
#################################################################         90.8%
#################################################################         91.0%
#################################################################         91.2%
#################################################################         91.3%
#################################################################         91.5%
##################################################################        91.7%
- 
##################################################################        92.0%
##################################################################        92.2%
##################################################################        92.5%
##################################################################        92.8%
###################################################################       93.1%
###################################################################       93.4%
###################################################################       93.7%
###################################################################       93.9%
###################################################################       94.2%
####################################################################      94.6%
####################################################################      95.0%
- 
####################################################################      95.5%
#####################################################################     95.9%
#####################################################################     96.1%
#####################################################################     96.5%
#####################################################################     96.9%
######################################################################    97.4%
######################################################################    97.8%
######################################################################    98.2%
######################################################################    98.6%
#######################################################################   99.0%
#######################################################################   99.3%
- 
#######################################################################   99.9%
######################################################################## 100.0%
- ==> Pouring portable-ruby-4.0.4.arm64_big_sur.bottle.tar.gz
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.
2026-05-20 11:26.40 ---> saved as "66feabe79511d09f4d4a488c42f3e86454ba65b0f6d47d6bf728c24b93a36325"

/: (run (shell "opam pin add -k version -yn embedded_ocaml_templates.0.8.1 0.8.1"))
embedded_ocaml_templates is now pinned to version 0.8.1
2026-05-20 11:26.41 ---> saved as "aa18a8d886d0b7d8dc24815d1fc33d2ef81026ed33a51d0a90603d0b0d3946cd"

/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
        (network host)
        (shell  "opam reinstall embedded_ocaml_templates.0.8.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 \"\\\"macos-homebrew\\\"\"; then\
               \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
               \n          fi;\
               \n          test \"$pkg\" != 'embedded_ocaml_templates.0.8.1' && partial_fails=\"$partial_fails $pkg\";\
               \n        done;\
               \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
               \n        exit 1"))
embedded_ocaml_templates.0.8.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 19 packages
  - install containers               3.18           [required by embedded_ocaml_templates]
  - install csexp                    1.5.2          [required by dune-configurator]
  - install dune                     3.23.1         [required by embedded_ocaml_templates]
  - install dune-configurator        3.23.1         [required by containers]
  - install either                   1.0.0          [required by containers]
  - install embedded_ocaml_templates 0.8.1 (pinned)
  - install gen                      1.1            [required by sedlex]
  - install ocaml-compiler-libs      v0.17.0        [required by ppxlib]
  - install ocamlbuild               0.16.1         [required by uutf]
  - install ocamlfind                1.9.8          [required by uutf]
  - install pprint                   20230830       [required by embedded_ocaml_templates]
  - install ppx_derivers             1.2.1          [required by ppxlib]
  - install ppxlib                   0.38.0         [required by embedded_ocaml_templates]
  - install sedlex                   3.7            [required by embedded_ocaml_templates]
  - install seq                      base           [required by gen]
  - install sexplib0                 v0.17.0        [required by ppxlib]
  - install stdlib-shims             0.3.0          [required by ppxlib]
  - install topkg                    1.1.1          [required by uutf]
  - install uutf                     1.0.4          [required by embedded_ocaml_templates]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved containers.3.18  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved embedded_ocaml_templates.0.8.1  (https://github.com/EmileTrotignon/embedded_ocaml_templates/archive/refs/tags/0.8.1.tar.gz)
-> retrieved gen.1.1  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.23.1
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed pprint.20230830
-> installed ocaml-compiler-libs.v0.17.0
-> installed gen.1.1
-> installed either.1.0.0
-> installed dune-configurator.3.23.1
-> installed containers.3.18
-> installed ppxlib.0.38.0
-> installed sedlex.3.7
-> installed embedded_ocaml_templates.0.8.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-20 11:27.45 ---> saved as "9b4dcd61681a02f055109ec31ace6772c77fc18973ebd27a005d14844071be35"
Job succeeded
2026-05-20 11:27.52: Job succeeded