Build:
  1. 0
2026-01-15 08:10.18: New job: build embedded_ocaml_templates.0.7, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29222/head (d45ce9b6feb3694e966137df55ac14d9ec01ba13)
                              on debian-13-ocaml-4.14/i386

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29222/head" && git reset --hard d45ce9b6
git fetch origin master
git merge --no-edit 513e85b5a99db7912c4e7ed5e9675a808b7107a6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 embedded_ocaml_templates.0.7 0.7
RUN opam reinstall embedded_ocaml_templates.0.7; \
    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 "\"debian-13\""; 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.7' && 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-01-15 08:10.18: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5-embedded_ocaml_templates.0.7-d45ce9b6feb3694e966137df55ac14d9ec01ba13"
2026-01-15 08:10.18: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 embedded_ocaml_templates.0.7 0.7"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall embedded_ocaml_templates.0.7;\
             \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 \"\\\"debian-13\\\"\"; 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.7' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-01-15 08:10.18: Waiting for resource in pool OCluster
2026-01-15 08:21.46: Waiting for worker…
2026-01-15 08:23.19: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files:  98% (18849/19200)
Updating files:  99% (19008/19200)
Updating files: 100% (19200/19200)
Updating files: 100% (19200/19200), done.
HEAD is now at 513e85b5a9 Merge pull request #29217 from c-cube/release-containers-v3.17
Merge made by the 'ort' strategy.
 .../embedded_ocaml_templates.0.1.4/opam                      | 12 ++++++------
 .../embedded_ocaml_templates.0.2/opam                        | 12 ++++++------
 .../embedded_ocaml_templates.0.3.1/opam                      |  8 ++++----
 .../embedded_ocaml_templates.0.4/opam                        | 10 +++++-----
 .../embedded_ocaml_templates.0.5.1/opam                      | 10 +++++-----
 .../embedded_ocaml_templates.0.6/opam                        |  2 +-
 .../embedded_ocaml_templates.0.7/opam                        |  2 +-
 packages/unionFind/unionFind.20250818/opam                   |  2 +-
 8 files changed, 29 insertions(+), 29 deletions(-)

(from ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5' locally
docker.io/ocaml/opam@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5: Pulling from ocaml/opam
7ba68d5e03a0: Already exists
07b8ed5c5fc7: Already exists
58593d382636: Already exists
0ac347eff7cb: Already exists
9e0dce827f6c: Already exists
59412abebd11: Already exists
6f40c6b8e49d: Already exists
d425252fe4ce: Already exists
d2fd5628395f: Already exists
1afdf15deb97: Already exists
b0f895c507c7: Already exists
008ad3ebfa79: Already exists
2c2f57579aeb: Already exists
d53c2fa82d21: Already exists
e4d849d21609: Already exists
105c7911a399: Already exists
cffce0974ee5: Already exists
2592e9c0b5c6: Already exists
e781106bd8eb: Already exists
a92c4ad367c1: Already exists
a5032c647546: Already exists
db024d7ceed7: Already exists
4f4fb700ef54: Already exists
b736586eae86: Already exists
0793122c5463: Already exists
d43d7e0d3789: Already exists
524f31350c16: Already exists
834542d0184a: Already exists
92a1bdddbb21: Already exists
db8f6f57c096: Already exists
8b21ba328ac8: Already exists
b62a644fd3ae: Already exists
74df08082153: Already exists
4544a2d99dec: Already exists
f1c2491fd607: Already exists
b65b8b420dec: Already exists
b7d2dd83e3d1: Already exists
2705612c6e82: Already exists
296f4af8d4cd: Already exists
6858402c6fe2: Already exists
a04f04ce7fcc: Already exists
5b4901c89fd9: Already exists
5ea4f9314f65: Already exists
76fc04b8943d: Already exists
3f8bac1f3979: Already exists
Digest: sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5
Status: Downloaded newer image for ocaml/opam@sha256:55d03cd33c22061eed7964284de8b10e18012f2542aac197af25e31f7ea583d5
2026-01-15 08:23.54 ---> using "bf2730aaf7df93ddabe6b4d8c89ba92b2e6829e58850311df4ca9432593a9013" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-15 08:23.54 ---> saved as "a765a9c7a59b3e203a1989bc916ad83847f90d2872fa2d5de58f7e59e0e74dc9"

/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.

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] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-15 08:24.38 ---> saved as "2f746f29f9c1baea9b064353b165feccae163e6f79da0cb74fe0b31c3ed2a837"

/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_32 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, 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.2
2026-01-15 08:24.39 ---> saved as "7bc04b2c2c44e3ba1e7edd17a8c1fae0f5c57e7135b336ded7dc1e13428aea78"

/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-01-15 08:24.57 ---> saved as "afeb1ab3ecf0e7c0460b3dc15288162232687ec3a5cc6660ece95022bfc4cdf2"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-15 08:25.08 ---> saved as "38000b44b776f8a987348e1b271605290cf9eff0e035d041a309ab180d6a5c56"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-15 08:25.48 ---> saved as "c25c1dac8e6991d9f01e4d9929667226e9f3d244958abe2a7425f098d00e5330"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /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 i386 Packages [9429 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [87.7 kB]
- Fetched 9748 kB in 2s (4431 kB/s)
- Reading package lists...
- 
2026-01-15 08:25.52 ---> saved as "690541753e3452963e237a32fba36ec564e955ef1d38954fd704deb766b1ec43"

/home/opam: (run (shell "opam pin add -k version -yn embedded_ocaml_templates.0.7 0.7"))
embedded_ocaml_templates is now pinned to version 0.7
2026-01-15 08:25.52 ---> saved as "336612a2a720f754fa6af4c4c2aabcd4cc35357b4b74f03b2ab5e84aa8575258"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall embedded_ocaml_templates.0.7;\
                        \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 \"\\\"debian-13\\\"\"; 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.7' && 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.7 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 39 packages
  - install base                     v0.16.4      [required by ppx_inline_test]
  - install containers               3.17         [required by embedded_ocaml_templates]
  - install csexp                    1.5.2        [required by dune-configurator]
  - install dune                     3.20.2       [required by embedded_ocaml_templates]
  - install dune-configurator        3.20.2       [required by containers]
  - install either                   1.0.0        [required by containers]
  - install embedded_ocaml_templates 0.7 (pinned)
  - install gen                      1.1          [required by sedlex]
  - install jane-street-headers      v0.16.0      [required by time_now]
  - install jst-config               v0.16.0      [required by time_now]
  - install menhir                   20250912     [required by embedded_ocaml_templates]
  - install menhirCST                20250912     [required by menhir]
  - install menhirLib                20250912     [required by menhir]
  - install menhirSdk                20250912     [required by menhir]
  - install ocaml-compiler-libs      v0.12.4      [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_assert               v0.16.0      [required by jst-config]
  - install ppx_base                 v0.16.0      [required by time_now]
  - install ppx_cold                 v0.16.0      [required by ppx_base]
  - install ppx_compare              v0.16.0      [required by ppx_base]
  - install ppx_derivers             1.2.1        [required by ppxlib]
  - install ppx_enumerate            v0.16.0      [required by ppx_base]
  - install ppx_globalize            v0.16.0      [required by ppx_base]
  - install ppx_hash                 v0.16.0      [required by ppx_base]
  - install ppx_here                 v0.16.0      [required by ppx_assert]
  - install ppx_inline_test          v0.16.0      [required by embedded_ocaml_templates]
  - install ppx_optcomp              v0.16.0      [required by time_now]
  - install ppx_sexp_conv            v0.16.0      [required by ppx_base]
  - install ppxlib                   0.35.0       [required by embedded_ocaml_templates]
  - install sedlex                   3.7          [required by embedded_ocaml_templates]
  - install seq                      base         [required by gen]
  - install sexplib0                 v0.16.0      [required by base, ppxlib]
  - install stdio                    v0.16.0      [required by ppx_optcomp]
  - install stdlib-shims             0.3.0        [required by ppxlib]
  - install time_now                 v0.16.0      [required by ppx_inline_test]
  - install topkg                    1.1.1        [required by uutf]
  - install uutf                     1.0.4        [required by embedded_ocaml_templates]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4  (cached)
-> retrieved containers.3.17  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved embedded_ocaml_templates.0.7  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved jane-street-headers.v0.16.0  (cached)
-> retrieved jst-config.v0.16.0  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved ppx_assert.v0.16.0  (cached)
-> retrieved ppx_base.v0.16.0  (cached)
-> retrieved ppx_cold.v0.16.0  (cached)
-> retrieved ppx_compare.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.16.0  (cached)
-> retrieved ppx_globalize.v0.16.0  (cached)
-> retrieved ppx_hash.v0.16.0  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_inline_test.v0.16.0  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.16.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.20.2
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed gen.1.1
-> installed jane-street-headers.v0.16.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.12.4
-> installed pprint.20230830
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.20.2
-> installed containers.3.17
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed menhir.20250912
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed sedlex.3.7
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.0
-> installed embedded_ocaml_templates.0.7
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-15 08:27.07 ---> saved as "3c219c6c79971ce5eba92632ddf9f9ea9f3ee1f2433bc71dbe23f8fbed57dc6e"
Job succeeded
2026-01-15 08:27.15: Job succeeded