(for PR #29807)

2026-04-27 09:15.47: New job: build ppx_bin_there.0.2.1a2, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29807/head (e0fe0e5778da777992e8690ed4faab031f74f9af)
                              on centos-10-ocaml-5.4/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/29807/head" && git reset --hard e0fe0e57
git fetch origin master
git merge --no-edit d5058a91d400180e2118d7eeefa040cfcee45d2c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:81aee7af4002cd48b638226faed7d26d523f80a3e8cb8315a93bd01862007a0c
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 ppx_bin_there.0.2.1a2 0.2.1a2
RUN opam reinstall ppx_bin_there.0.2.1a2; \
    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" != 'ppx_bin_there.0.2.1a2' && 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-27 09:15.47: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:81aee7af4002cd48b638226faed7d26d523f80a3e8cb8315a93bd01862007a0c-ppx_bin_there.0.2.1a2-e0fe0e5778da777992e8690ed4faab031f74f9af"
2026-04-27 09:15.47: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:81aee7af4002cd48b638226faed7d26d523f80a3e8cb8315a93bd01862007a0c)
 (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 ppx_bin_there.0.2.1a2 0.2.1a2"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ppx_bin_there.0.2.1a2;\
             \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\" != 'ppx_bin_there.0.2.1a2' && 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-27 09:15.47: Waiting for resource in pool OCluster
2026-04-27 09:15.48: Waiting for worker…
2026-04-27 09:15.48: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at d5058a91d4 Merge pull request #29801 from YuriyKrasilnikov/opam-publish-idna.0.4.0
Updating d5058a91d4..e0fe0e5778
Fast-forward
 packages/bin_there/bin_there.0.2.1a2/opam         | 30 +++++++++++++++++++++++
 packages/ppx_bin_there/ppx_bin_there.0.2.1a2/opam | 30 +++++++++++++++++++++++
 2 files changed, 60 insertions(+)
 create mode 100644 packages/bin_there/bin_there.0.2.1a2/opam
 create mode 100644 packages/ppx_bin_there/ppx_bin_there.0.2.1a2/opam

(from ocaml/opam:centos-10-ocaml-5.4@sha256:81aee7af4002cd48b638226faed7d26d523f80a3e8cb8315a93bd01862007a0c)
Unable to find image 'ocaml/opam:centos-10-ocaml-5.4@sha256:81aee7af4002cd48b638226faed7d26d523f80a3e8cb8315a93bd01862007a0c' locally
docker.io/ocaml/opam@sha256:81aee7af4002cd48b638226faed7d26d523f80a3e8cb8315a93bd01862007a0c: Pulling from ocaml/opam
c252d74f67ec: Pulling fs layer
d716ad7daa12: Pulling fs layer
7c3161b1d5c5: Pulling fs layer
e8edfe322ebf: Pulling fs layer
9533c4138b2b: Pulling fs layer
01447aa59fe6: Pulling fs layer
1b1b1beb007c: Pulling fs layer
033ea94b6e9d: Pulling fs layer
7c3161b1d5c5: Waiting
e8edfe322ebf: Waiting
91da64a82a71: Pulling fs layer
9533c4138b2b: Waiting
01447aa59fe6: Waiting
1b1b1beb007c: Waiting
c252d74f67ec: Waiting
9c3f35293680: Pulling fs layer
d716ad7daa12: Waiting
033ea94b6e9d: Waiting
8a1ad33047f6: Pulling fs layer
d6d9dfd531a8: Pulling fs layer
91da64a82a71: Waiting
9c3f35293680: Waiting
b58e93fb0830: Pulling fs layer
8a1ad33047f6: Waiting
811808969f3d: Pulling fs layer
d6d9dfd531a8: Waiting
f625d66cda24: Pulling fs layer
811808969f3d: Waiting
85a61d4b2cd3: Pulling fs layer
b58e93fb0830: Waiting
8554f95f31c4: Pulling fs layer
f625d66cda24: Waiting
1f796ea40b97: Pulling fs layer
85a61d4b2cd3: Waiting
8554f95f31c4: Waiting
af268e80dce6: Pulling fs layer
1f796ea40b97: Waiting
776119f993fa: Pulling fs layer
2562cf194f77: Pulling fs layer
af268e80dce6: Waiting
c06b13fb3647: Pulling fs layer
776119f993fa: Waiting
2562cf194f77: Waiting
4f4fb700ef54: Pulling fs layer
8ed79bf0d9d3: Pulling fs layer
c031ae8d2f01: Pulling fs layer
4f4fb700ef54: Waiting
127448c81755: Pulling fs layer
8ed79bf0d9d3: Waiting
c031ae8d2f01: Waiting
e7b578b7d79b: Pulling fs layer
9c65fa384f52: Pulling fs layer
c7ff449c86ae: Pulling fs layer
c06b13fb3647: Waiting
e7b578b7d79b: Waiting
8c251a97b8ba: Pulling fs layer
9c65fa384f52: Waiting
127448c81755: Waiting
c7ff449c86ae: Waiting
84f4bdf092ed: Pulling fs layer
8c251a97b8ba: Waiting
794bc7a14461: Pulling fs layer
b9ef5536a55e: Pulling fs layer
84f4bdf092ed: Waiting
bb8b414b8f89: Pulling fs layer
b9ef5536a55e: Waiting
794bc7a14461: Waiting
609b85206fb1: Pulling fs layer
8b6ee93b5e3f: Pulling fs layer
bb8b414b8f89: Waiting
6c7db228ccf2: Pulling fs layer
3c1daa43e98b: Pulling fs layer
d64c879d4f47: Pulling fs layer
609b85206fb1: Waiting
6c7db228ccf2: Waiting
8b6ee93b5e3f: Waiting
4b8a291c507b: Pulling fs layer
a858064f1b8f: Pulling fs layer
6b86dcd3236b: Pulling fs layer
d64c879d4f47: Waiting
3c1daa43e98b: Waiting
72981d0f6893: Pulling fs layer
4b8a291c507b: Waiting
6b86dcd3236b: Waiting
084566bb3355: Pulling fs layer
202bcee9b3e1: Pulling fs layer
e86cd0d3d06e: Pulling fs layer
084566bb3355: Waiting
72981d0f6893: Waiting
202bcee9b3e1: Waiting
e86cd0d3d06e: Waiting
c252d74f67ec: Verifying Checksum
c252d74f67ec: Download complete
d716ad7daa12: Verifying Checksum
d716ad7daa12: Download complete
7c3161b1d5c5: Verifying Checksum
7c3161b1d5c5: Download complete
e8edfe322ebf: Verifying Checksum
e8edfe322ebf: Download complete
9533c4138b2b: Verifying Checksum
9533c4138b2b: Download complete
01447aa59fe6: Verifying Checksum
01447aa59fe6: Download complete
1b1b1beb007c: Verifying Checksum
1b1b1beb007c: Download complete
033ea94b6e9d: Verifying Checksum
033ea94b6e9d: Download complete
9c3f35293680: Verifying Checksum
9c3f35293680: Download complete
91da64a82a71: Verifying Checksum
91da64a82a71: Download complete
8a1ad33047f6: Verifying Checksum
8a1ad33047f6: Download complete
c252d74f67ec: Pull complete
d716ad7daa12: Pull complete
b58e93fb0830: Verifying Checksum
b58e93fb0830: Download complete
811808969f3d: Download complete
7c3161b1d5c5: Pull complete
d6d9dfd531a8: Verifying Checksum
d6d9dfd531a8: Download complete
85a61d4b2cd3: Verifying Checksum
85a61d4b2cd3: Download complete
f625d66cda24: Verifying Checksum
f625d66cda24: Download complete
8554f95f31c4: Verifying Checksum
8554f95f31c4: Download complete
1f796ea40b97: Verifying Checksum
1f796ea40b97: Download complete
776119f993fa: Verifying Checksum
776119f993fa: Download complete
af268e80dce6: Verifying Checksum
af268e80dce6: Download complete
2562cf194f77: Verifying Checksum
2562cf194f77: Download complete
c06b13fb3647: Verifying Checksum
c06b13fb3647: Download complete
4f4fb700ef54: Download complete
8ed79bf0d9d3: Verifying Checksum
8ed79bf0d9d3: Download complete
c031ae8d2f01: Verifying Checksum
c031ae8d2f01: Download complete
127448c81755: Verifying Checksum
127448c81755: Download complete
e7b578b7d79b: Verifying Checksum
e7b578b7d79b: Download complete
8c251a97b8ba: Verifying Checksum
8c251a97b8ba: Download complete
9c65fa384f52: Download complete
c7ff449c86ae: Verifying Checksum
c7ff449c86ae: Download complete
84f4bdf092ed: Verifying Checksum
84f4bdf092ed: Download complete
b9ef5536a55e: Verifying Checksum
b9ef5536a55e: Download complete
794bc7a14461: Verifying Checksum
794bc7a14461: Download complete
bb8b414b8f89: Download complete
609b85206fb1: Verifying Checksum
609b85206fb1: Download complete
6c7db228ccf2: Verifying Checksum
6c7db228ccf2: Download complete
d64c879d4f47: Download complete
4b8a291c507b: Download complete
a858064f1b8f: Verifying Checksum
a858064f1b8f: Download complete
6b86dcd3236b: Verifying Checksum
6b86dcd3236b: Download complete
72981d0f6893: Verifying Checksum
72981d0f6893: Download complete
084566bb3355: Verifying Checksum
084566bb3355: Download complete
202bcee9b3e1: Verifying Checksum
202bcee9b3e1: Download complete
e86cd0d3d06e: Download complete
e8edfe322ebf: Pull complete
9533c4138b2b: Pull complete
01447aa59fe6: Pull complete
1b1b1beb007c: Pull complete
033ea94b6e9d: Pull complete
91da64a82a71: Pull complete
8b6ee93b5e3f: Verifying Checksum
8b6ee93b5e3f: Download complete
9c3f35293680: Pull complete
8a1ad33047f6: Pull complete
d6d9dfd531a8: Pull complete
b58e93fb0830: Pull complete
811808969f3d: Pull complete
f625d66cda24: Pull complete
85a61d4b2cd3: Pull complete
8554f95f31c4: Pull complete
1f796ea40b97: Pull complete
af268e80dce6: Pull complete
776119f993fa: Pull complete
2562cf194f77: Pull complete
c06b13fb3647: Pull complete
4f4fb700ef54: Pull complete
8ed79bf0d9d3: Pull complete
c031ae8d2f01: Pull complete
127448c81755: Pull complete
e7b578b7d79b: Pull complete
9c65fa384f52: Pull complete
c7ff449c86ae: Pull complete
8c251a97b8ba: Pull complete
84f4bdf092ed: Pull complete
794bc7a14461: Pull complete
b9ef5536a55e: Pull complete
bb8b414b8f89: Pull complete
609b85206fb1: Pull complete
3c1daa43e98b: Verifying Checksum
3c1daa43e98b: Download complete
8b6ee93b5e3f: Pull complete
6c7db228ccf2: Pull complete
3c1daa43e98b: Pull complete
d64c879d4f47: Pull complete
4b8a291c507b: Pull complete
a858064f1b8f: Pull complete
6b86dcd3236b: Pull complete
72981d0f6893: Pull complete
084566bb3355: Pull complete
202bcee9b3e1: Pull complete
e86cd0d3d06e: Pull complete
Digest: sha256:81aee7af4002cd48b638226faed7d26d523f80a3e8cb8315a93bd01862007a0c
Status: Downloaded newer image for ocaml/opam@sha256:81aee7af4002cd48b638226faed7d26d523f80a3e8cb8315a93bd01862007a0c
2026-04-27 09:20.54 ---> saved as "7c0378fe2e7cbe4d8c35f73fb87b33f722edc563af8c68656229c767a0c4bb55"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-27 09:20.54 ---> saved as "49e534438bdca85ebf2f9b01edd1bc50bd469a41024274bbf2f7cea1e6d0ee2d"

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-27 09:21.20 ---> saved as "8fcbfc43d789776d85b851f43acf50ee3a9db732c3713fc579b06c95ef496e35"

/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       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-27 09:21.21 ---> saved as "824157b1a58d2fe0dfdf74da3fda7c6f498fa1f9e0979f7bbaedc031984b966e"

/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-27 09:21.31 ---> saved as "a90d0c0cdd3d10362c69729beb1c0ab518387c325d3bef4e6eabd64539243d25"

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-27 09:21.37 ---> saved as "09f4ef7cdadbaf454a3bb6c76ed5cf22bb45ce16a3f67c4cac1c9c164de9b01f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-27 09:21.57 ---> saved as "32dc9d254deeeb00fb36b0c32a0f4bce0e936bd4b9a4049dfda167d4db7ddb10"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                       123 kB/s |  15 kB     00:00    
- CentOS Stream 10 - BaseOS                       8.8 MB/s | 6.9 MB     00:00    
- CentOS Stream 10 - AppStream                    124 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    6.1 MB/s | 3.6 MB     00:00    
- CentOS Stream 10 - CRB                          120 kB/s |  15 kB     00:00    
- CentOS Stream 10 - CRB                          3.2 MB/s | 834 kB     00:00    
- CentOS Stream 10 - Extras packages              135 kB/s |  17 kB     00:00    
- Metadata cache created.
2026-04-27 09:22.03 ---> saved as "7e4228c9afe28d3d2ed21808e08607ccb1e9aa42554a858e569cecf0c6cdb9d3"

/home/opam: (run (shell "opam pin add -k version -yn ppx_bin_there.0.2.1a2 0.2.1a2"))
ppx_bin_there is now pinned to version 0.2.1a2
2026-04-27 09:22.04 ---> saved as "34ec59025ceea6def65000e541429b67c248b6515145070ec585ef6d1f25fd36"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ppx_bin_there.0.2.1a2;\
                        \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\" != 'ppx_bin_there.0.2.1a2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ppx_bin_there.0.2.1a2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
  - install bin_there           0.2.1a2          [required by ppx_bin_there]
  - install dune                3.22.2           [required by ppx_bin_there]
  - install ocaml-compiler-libs v0.17.0          [required by ppxlib]
  - install ppx_bin_there       0.2.1a2 (pinned)
  - install ppx_derivers        1.2.1            [required by ppxlib]
  - install ppxlib              0.38.0           [required by ppx_bin_there]
  - install sexplib0            v0.17.0          [required by ppxlib]
  - install stdlib-shims        0.3.0            [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bin_there.0.2.1a2  (cached)
-> retrieved dune.3.22.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ppx_bin_there.0.2.1a2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.38.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.22.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed bin_there.0.2.1a2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppxlib.0.38.0
-> installed ppx_bin_there.0.2.1a2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-27 09:23.01 ---> saved as "089d458e1b90cbcdaee29cd2132c9ff3e5d67954d12dae92e109bffec219a0ce"
Job succeeded
2026-04-27 09:23.07: Job succeeded