(for PR #29950)

2026-05-23 21:42.42: New job: build camlp5-buildscripts.0.07, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29950/head (d950ec257351a2d586e81a5b4815cdaf7be65f34)
                              on centos-10-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/29950/head" && git reset --hard d950ec25
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-4.14@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9
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 camlp5-buildscripts.0.07 0.07
RUN opam reinstall camlp5-buildscripts.0.07; \
    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-10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'camlp5-buildscripts.0.07' && 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-23 21:42.42: Using cache hint "ocaml/opam:centos-10-ocaml-4.14@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9-camlp5-buildscripts.0.07-d950ec257351a2d586e81a5b4815cdaf7be65f34"
2026-05-23 21:42.42: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-4.14@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9)
 (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 camlp5-buildscripts.0.07 0.07"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall camlp5-buildscripts.0.07;\
             \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-10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'camlp5-buildscripts.0.07' && 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-23 21:42.42: Waiting for resource in pool OCluster
2026-05-23 21:42.42: Waiting for worker…
2026-05-23 21:42.43: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Updating 493123878a..d950ec2573
Fast-forward
 .../camlp5-buildscripts.0.07/opam                  | 49 ++++++++++++++++++++++
 1 file changed, 49 insertions(+)
 create mode 100644 packages/camlp5-buildscripts/camlp5-buildscripts.0.07/opam

(from ocaml/opam:centos-10-ocaml-4.14@sha256:2e2bd1982e0302d4c25a786a4a321827718e54aab664002a930ed0285d8ba1c9)
2026-05-23 21:43.27 ---> using "2122e11e71147d96ed433cab323d5a13dbfedddfd8d58bd5e62d965b8f898fb2" 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-05-23 21:43.27 ---> using "0d2b0eb6d07635bcfa99bfbaa96c814deeb151889cf6bfb8e835115546fded8a" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

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:///home/opam/opam-repository
2026-05-23 21:43.27 ---> using "b6645319da9e5d82d30fb6195c03c2f1c19106af421208acaa9a067b127a63c8" 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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=centos os-version=10
# 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.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-05-23 21:43.27 ---> using "009dc25b314c4363bfc98265485369464c059235e8d766404a59dc2a2905f088" 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-05-23 21:43.27 ---> using "6b00d1306b1ac92d551bedcc1189ad08bae9716ffe8e30e095d1149cd66a04c7" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-23 21:43.37 ---> saved as "965af9c53a6813d574794795e5c2b7cf0601499c451aa5e188d26451d1eec399"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-23 21:43.50 ---> saved as "4207078efb109afd25d7fe9a96b2aff90f6f2ac19f7c5df6e26a270358361890"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        44 kB/s |  14 kB     00:00    
- CentOS Stream 10 - BaseOS                       2.0 MB/s | 7.0 MB     00:03    
- CentOS Stream 10 - AppStream                     76 kB/s |  14 kB     00:00    
- CentOS Stream 10 - AppStream                    7.0 MB/s | 3.6 MB     00:00    
- CentOS Stream 10 - CRB                           55 kB/s |  14 kB     00:00    
- CentOS Stream 10 - CRB                          2.4 MB/s | 839 kB     00:00    
- CentOS Stream 10 - Extras packages               64 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-05-23 21:43.59 ---> saved as "53ad30922d62109160f7a4de4b3868e323d5eeae9955c9b36a7b2eadc10841c8"

/home/opam: (run (shell "opam pin add -k version -yn camlp5-buildscripts.0.07 0.07"))
camlp5-buildscripts is now pinned to version 0.07
2026-05-23 21:44.00 ---> saved as "d58ce51bc8f823667a21502674cfe79053c4ba4bba006bab611732cf7ca468ab"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall camlp5-buildscripts.0.07;\
                        \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-10\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'camlp5-buildscripts.0.07' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
camlp5-buildscripts.0.07 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
  - install astring             0.8.5         [required by bos]
  - install bos                 0.3.0         [required by camlp5-buildscripts]
  - install camlp-streams       5.0.1         [required by not-ocamlfind]
  - install camlp5-buildscripts 0.07 (pinned)
  - install conf-m4             1             [required by not-ocamlfind]
  - install conf-which          1             [required by not-ocamlfind]
  - install dune                3.23.1        [required by re]
  - install fmt                 0.11.0        [required by camlp5-buildscripts]
  - install fpath               0.7.3         [required by bos]
  - install logs                0.10.0        [required by bos]
  - install not-ocamlfind       0.14          [required by camlp5-buildscripts]
  - install ocamlbuild          0.16.1        [required by bos]
  - install ocamlfind           1.9.8         [required by bos, not-ocamlfind]
  - install ocamlgraph          2.2.0         [required by not-ocamlfind]
  - install re                  1.14.0        [required by camlp5-buildscripts]
  - install rresult             0.7.0         [required by camlp5-buildscripts]
  - install topkg               1.1.1         [required by bos]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.3.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved camlp5-buildscripts.0.07  (https://github.com/camlp5/camlp5-buildscripts/archive/refs/tags/0.07.tar.gz)
-> installed conf-which.1
-> installed conf-m4.1
-> retrieved dune.3.23.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved not-ocamlfind.0.14  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.3.0
-> installed dune.3.23.1
-> installed camlp-streams.5.0.1
-> installed re.1.14.0
-> installed ocamlgraph.2.2.0
-> installed not-ocamlfind.0.14
-> installed camlp5-buildscripts.0.07
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-23 21:44.40 ---> saved as "c8bae191d6cbcb7250bd64a97fe1008523d119135987600e4136ea62b17dcf46"
Job succeeded
2026-05-23 21:44.46: Job succeeded