Build:
  1. 0
2025-12-10 18:41.52: New job: test atdcpp.3.0.1, using opam 2.1
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29055/head (67263d6d061b9ebee0d77d46866dd2549ecd7fe0)
                              on debian-13-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/29055/head" && git reset --hard 67263d6d
git fetch origin master
git merge --no-edit d02090b2e66a667263343b4cbaf6b41508406914
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.1 /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 atdcpp.3.0.1 3.0.1
RUN opam reinstall atdcpp.3.0.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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'atdcpp.3.0.1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test atdcpp.3.0.1) || true
RUN opam reinstall --with-test --verbose atdcpp.3.0.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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'atdcpp.3.0.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 .

2025-12-10 18:41.52: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d-atdcpp.3.0.1-67263d6d061b9ebee0d77d46866dd2549ecd7fe0"
2025-12-10 18:41.52: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 atdcpp.3.0.1 3.0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall atdcpp.3.0.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 \"\\\"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\" != 'atdcpp.3.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test atdcpp.3.0.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose atdcpp.3.0.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 \"\\\"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\" != 'atdcpp.3.0.1' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-12-10 18:41.52: Waiting for resource in pool OCluster
2025-12-10 19:35.37: Waiting for worker…
2025-12-10 19:39.25: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files:  71% (13605/19008)
Updating files:  72% (13686/19008)
Updating files:  73% (13876/19008)
Updating files:  74% (14066/19008)
Updating files:  75% (14256/19008)
Updating files:  76% (14447/19008)
Updating files:  77% (14637/19008)
Updating files:  78% (14827/19008)
Updating files:  79% (15017/19008)
Updating files:  80% (15207/19008)
Updating files:  81% (15397/19008)
Updating files:  82% (15587/19008)
Updating files:  83% (15777/19008)
Updating files:  84% (15967/19008)
Updating files:  85% (16157/19008)
Updating files:  86% (16347/19008)
Updating files:  87% (16537/19008)
Updating files:  88% (16728/19008)
Updating files:  89% (16918/19008)
Updating files:  90% (17108/19008)
Updating files:  91% (17298/19008)
Updating files:  92% (17488/19008)
Updating files:  93% (17678/19008)
Updating files:  94% (17868/19008)
Updating files:  95% (18058/19008)
Updating files:  96% (18248/19008)
Updating files:  97% (18438/19008)
Updating files:  98% (18628/19008)
Updating files:  99% (18818/19008)
Updating files: 100% (19008/19008)
Updating files: 100% (19008/19008), done.
HEAD is now at d02090b2e6 Merge pull request #29062 from ocaml/dependabot/github_actions/actions/github-script-8
Merge made by the 'ort' strategy.
 packages/atd/atd.3.0.1/opam                        | 124 ++++++++++++++++++++
 packages/atdcpp/atdcpp.3.0.1/opam                  | 116 ++++++++++++++++++
 packages/atdd/atdd.3.0.1/opam                      | 116 ++++++++++++++++++
 .../atdgen-codec-runtime.3.0.1/opam                | 115 ++++++++++++++++++
 packages/atdgen-runtime/atdgen-runtime.3.0.1/opam  | 117 +++++++++++++++++++
 packages/atdgen/atdgen.1.10.0/opam                 |   2 +-
 packages/atdgen/atdgen.1.10.2/opam                 |   2 +-
 packages/atdgen/atdgen.1.12.0/opam                 |   2 +-
 packages/atdgen/atdgen.1.13.0/opam                 |   2 +-
 packages/atdgen/atdgen.1.9.1/opam                  |   2 +-
 packages/atdgen/atdgen.2.0.0/opam                  |   2 +-
 packages/atdgen/atdgen.2.10.0/opam                 |   2 +-
 packages/atdgen/atdgen.2.11.0/opam                 |   2 +-
 packages/atdgen/atdgen.2.12.0/opam                 |   2 +-
 packages/atdgen/atdgen.2.13.0/opam                 |   2 +-
 packages/atdgen/atdgen.2.14.0/opam                 |   2 +-
 packages/atdgen/atdgen.2.14.1/opam                 |   2 +-
 packages/atdgen/atdgen.2.15.0/opam                 |   2 +-
 packages/atdgen/atdgen.2.16.0/opam                 |   2 +-
 packages/atdgen/atdgen.2.2.1/opam                  |   2 +-
 packages/atdgen/atdgen.2.3.3/opam                  |   2 +-
 packages/atdgen/atdgen.2.4.0/opam                  |   2 +-
 packages/atdgen/atdgen.2.4.1/opam                  |   2 +-
 packages/atdgen/atdgen.2.5.0/opam                  |   2 +-
 packages/atdgen/atdgen.2.6.0/opam                  |   2 +-
 packages/atdgen/atdgen.2.7.0/opam                  |   2 +-
 packages/atdgen/atdgen.2.8.0/opam                  |   2 +-
 packages/atdgen/atdgen.2.9.1/opam                  |   2 +-
 packages/atdgen/atdgen.3.0.1/opam                  | 130 +++++++++++++++++++++
 packages/atdj/atdj.3.0.1/opam                      | 129 ++++++++++++++++++++
 packages/atdpy/atdpy.3.0.1/opam                    | 118 +++++++++++++++++++
 packages/atds/atds.3.0.1/opam                      | 114 ++++++++++++++++++
 packages/atdts/atdts.3.0.1/opam                    | 117 +++++++++++++++++++
 33 files changed, 1219 insertions(+), 23 deletions(-)
 create mode 100644 packages/atd/atd.3.0.1/opam
 create mode 100644 packages/atdcpp/atdcpp.3.0.1/opam
 create mode 100644 packages/atdd/atdd.3.0.1/opam
 create mode 100644 packages/atdgen-codec-runtime/atdgen-codec-runtime.3.0.1/opam
 create mode 100644 packages/atdgen-runtime/atdgen-runtime.3.0.1/opam
 create mode 100644 packages/atdgen/atdgen.3.0.1/opam
 create mode 100644 packages/atdj/atdj.3.0.1/opam
 create mode 100644 packages/atdpy/atdpy.3.0.1/opam
 create mode 100644 packages/atds/atds.3.0.1/opam
 create mode 100644 packages/atdts/atdts.3.0.1/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:277168101f7d4ebc452a75f825628d280c76dd0be7d8bcb58c24a5e50fe3d10d)
2025-12-10 19:39.33 ---> using "d81b3b20b9dbe813f4813251eb45f7f230344599357169e34b0d2f872bf65895" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2025-12-10 19:39.33 ---> using "717ba260e977663e0493c8947953063e8753523ec7def1362c8e3dc627886134" 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.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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
2025-12-10 19:39.33 ---> using "11460d8ba8a033eb9f22d45a1f2a6124c4902cfc431be5b6e8df92e649f06bf4" 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.1.6 (263921263e1f745613e2882745114b7b08f3608b) 
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     
# upgrade-criteria     
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# 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
2025-12-10 19:39.34 ---> using "32c54006a51ae1ae78ab4f4a1dd0b2472e4f0f6df2c3fba81a0bd9bb3ae32677" 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/"))
2025-12-10 19:39.34 ---> using "98cef190b22072f5fc2a1b7c0cb9c5f6dc1ed52c27d19bf3a52eafaa5430634c" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-12-10 19:39.35 ---> using "c81cbaa7cd37105fad1f73e1924422a772f7daf9570a00717ce9c8acdaabf4bd" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-10 19:39.35 ---> using "f9f8e3964268cad185f2a9d6af63d19005d2ca2a94009d902898271d6b79d4d8" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- 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-security trixie-security/main amd64 Packages [82.1 kB]
- Fetched 173 kB in 0s (932 kB/s)
- Reading package lists...
- 
2025-12-10 19:39.35 ---> using "cc6be9ea9669bb78cc8eacb91f036b96d6113c77c204f89342004a8a0885b283" from cache

/home/opam: (run (shell "opam pin add -k version -yn atdcpp.3.0.1 3.0.1"))
atdcpp is now pinned to version 3.0.1
2025-12-10 19:39.35 ---> using "6ce08a2027f2518b48d0ba0844fc7f6a910db4d28aaa6ffc5ed4bf78053ad44f" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall atdcpp.3.0.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 \"\\\"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\" != 'atdcpp.3.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
atdcpp.3.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
  - install dune        3.20.2   [required by atdcpp]
  - install cmdliner    2.1.0    [required by atdcpp]
  - install yojson      3.0.0    [required by atd]
  - install re          1.14.0   [required by atdcpp]
  - install menhirSdk   20250912 [required by menhir]
  - install menhirLib   20250912 [required by menhir]
  - install menhirCST   20250912 [required by menhir]
  - install easy-format 1.3.4    [required by atd]
  - install menhir      20250912 [required by atd]
  - install atd         3.0.1    [required by atdcpp]
  - install atdcpp      3.0.1*
===== 11 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved atd.3.0.1  (cached)
-> retrieved atdcpp.3.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.20.2  (cached)
-> retrieved easy-format.1.3.4  (cached)
-> retrieved menhir.20250912  (cached)
-> retrieved menhirCST.20250912  (cached)
-> retrieved menhirLib.20250912  (cached)
-> retrieved menhirSdk.20250912  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.20.2
-> installed easy-format.1.3.4
-> installed menhirCST.20250912
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed menhir.20250912
-> installed atd.3.0.1
-> installed atdcpp.3.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-12-10 19:40.49 ---> saved as "6e8c4664ddf3d11328dc84c8cd15f4d377ebc9f64d3270956163e7e20cb22a18"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test atdcpp.3.0.1) || true"))
The following actions will be performed:
  - recompile atdcpp 3.0.1*

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   atdcpp.3.0.1
-> installed atdcpp.3.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-12-10 19:41.02 ---> saved as "eae311ac00314a840aa35243d55166ff51c3eec81833fca00925e19ec3b7b353"

/home/opam: (run (shell  "opam reinstall --with-test --verbose atdcpp.3.0.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 \"\\\"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\" != 'atdcpp.3.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
  - recompile atdcpp 3.0.1*

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [atdcpp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "atdcpp" "-j" "71" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/atdcpp.3.0.1)
-> compiled  atdcpp.3.0.1
-> removed   atdcpp.3.0.1
-> installed atdcpp.3.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2025-12-10 19:41.16 ---> saved as "b9e1f639787d502ff0f43053a5b394510d03d57a1aa0e2859ebdcd6cd3108d57"
Job succeeded
2025-12-10 19:41.24: Job succeeded