(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 opensuse-15.6-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/29807/head" && git reset --hard e0fe0e57
git fetch origin master
git merge --no-edit d5058a91d400180e2118d7eeefa040cfcee45d2c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:6a10db15d42d77fffd2adbf205a58ee2a0972147344e786b5cffc09db8caaa87
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 "\"opensuse-15.6\""; 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:opensuse-15.6-ocaml-4.14@sha256:6a10db15d42d77fffd2adbf205a58ee2a0972147344e786b5cffc09db8caaa87-ppx_bin_there.0.2.1a2-e0fe0e5778da777992e8690ed4faab031f74f9af"
2026-04-27 09:15.47: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:6a10db15d42d77fffd2adbf205a58ee2a0972147344e786b5cffc09db8caaa87)
 (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 \"\\\"opensuse-15.6\\\"\"; 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 doris.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:opensuse-15.6-ocaml-4.14@sha256:6a10db15d42d77fffd2adbf205a58ee2a0972147344e786b5cffc09db8caaa87)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:6a10db15d42d77fffd2adbf205a58ee2a0972147344e786b5cffc09db8caaa87' locally
docker.io/ocaml/opam@sha256:6a10db15d42d77fffd2adbf205a58ee2a0972147344e786b5cffc09db8caaa87: Pulling from ocaml/opam
90c02a347c3c: Pulling fs layer
8897514220d6: Pulling fs layer
a195e4a07731: Pulling fs layer
9e93f31a934e: Pulling fs layer
842744d5ae39: Pulling fs layer
f04b9f922eed: Pulling fs layer
90c02a347c3c: Waiting
969aa3db0971: Pulling fs layer
8897514220d6: Waiting
a195e4a07731: Waiting
9e93f31a934e: Waiting
842744d5ae39: Waiting
27b14d4974c2: Pulling fs layer
f04b9f922eed: Waiting
1f4d296ad520: Pulling fs layer
373319111c57: Pulling fs layer
0931421d11a5: Pulling fs layer
bac2bd2e2773: Pulling fs layer
27b14d4974c2: Waiting
1f4d296ad520: Waiting
822b5a990337: Pulling fs layer
c0c039fa3692: Pulling fs layer
27669e07f7fc: Pulling fs layer
373319111c57: Waiting
c0c039fa3692: Waiting
0931421d11a5: Waiting
f081d6795393: Pulling fs layer
822b5a990337: Waiting
bac2bd2e2773: Waiting
2bf880486993: Pulling fs layer
27669e07f7fc: Waiting
6ddcdc43733e: Pulling fs layer
f081d6795393: Waiting
2bf880486993: Waiting
6ddcdc43733e: Waiting
4f4fb700ef54: Pulling fs layer
04b7f8e07bbc: Pulling fs layer
4f4fb700ef54: Waiting
7a3549425286: Pulling fs layer
24751b267d5d: Pulling fs layer
04b7f8e07bbc: Waiting
26d9a744b963: Pulling fs layer
7a3549425286: Waiting
24751b267d5d: Waiting
8855125bac96: Pulling fs layer
b9f417896137: Pulling fs layer
e3853bf34c11: Pulling fs layer
89b27a242ce6: Pulling fs layer
7645daa3e9be: Pulling fs layer
89b27a242ce6: Waiting
997ce5787a5b: Pulling fs layer
8d7542bace95: Pulling fs layer
18651218d3da: Pulling fs layer
cc730d3a9d34: Pulling fs layer
997ce5787a5b: Waiting
44a113e0d08a: Pulling fs layer
4c75100000de: Pulling fs layer
cc730d3a9d34: Waiting
5fbb2e9fd522: Pulling fs layer
b9f417896137: Waiting
688c0821aaf4: Pulling fs layer
4c75100000de: Waiting
44a113e0d08a: Waiting
8d7542bace95: Waiting
7645daa3e9be: Waiting
526eb4067e02: Pulling fs layer
2da54a484177: Pulling fs layer
526eb4067e02: Waiting
18651218d3da: Waiting
763f46f51a19: Pulling fs layer
a1a5acd2b6b1: Pulling fs layer
e07018ffab02: Pulling fs layer
e373fc8d84c1: Pulling fs layer
a1a5acd2b6b1: Waiting
e07018ffab02: Waiting
763f46f51a19: Waiting
e373fc8d84c1: Waiting
8897514220d6: Verifying Checksum
8897514220d6: Download complete
90c02a347c3c: Verifying Checksum
90c02a347c3c: Download complete
90c02a347c3c: Pull complete
8897514220d6: Pull complete
a195e4a07731: Verifying Checksum
a195e4a07731: Download complete
842744d5ae39: Download complete
f04b9f922eed: Verifying Checksum
f04b9f922eed: Download complete
969aa3db0971: Verifying Checksum
969aa3db0971: Download complete
27b14d4974c2: Verifying Checksum
27b14d4974c2: Download complete
1f4d296ad520: Verifying Checksum
1f4d296ad520: Download complete
a195e4a07731: Pull complete
373319111c57: Verifying Checksum
373319111c57: Download complete
0931421d11a5: Verifying Checksum
0931421d11a5: Download complete
bac2bd2e2773: Verifying Checksum
bac2bd2e2773: Download complete
822b5a990337: Download complete
c0c039fa3692: Verifying Checksum
c0c039fa3692: Download complete
9e93f31a934e: Verifying Checksum
9e93f31a934e: Download complete
27669e07f7fc: Verifying Checksum
27669e07f7fc: Download complete
f081d6795393: Verifying Checksum
f081d6795393: Download complete
2bf880486993: Verifying Checksum
2bf880486993: Download complete
6ddcdc43733e: Verifying Checksum
6ddcdc43733e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
04b7f8e07bbc: Verifying Checksum
04b7f8e07bbc: Download complete
7a3549425286: Download complete
26d9a744b963: Verifying Checksum
26d9a744b963: Download complete
24751b267d5d: Verifying Checksum
24751b267d5d: Download complete
b9f417896137: Verifying Checksum
b9f417896137: Download complete
8855125bac96: Download complete
e3853bf34c11: Verifying Checksum
e3853bf34c11: Download complete
89b27a242ce6: Download complete
7645daa3e9be: Download complete
997ce5787a5b: Verifying Checksum
997ce5787a5b: Download complete
8d7542bace95: Download complete
18651218d3da: Download complete
44a113e0d08a: Verifying Checksum
44a113e0d08a: Download complete
5fbb2e9fd522: Verifying Checksum
5fbb2e9fd522: Download complete
688c0821aaf4: Download complete
526eb4067e02: Download complete
9e93f31a934e: Pull complete
842744d5ae39: Pull complete
f04b9f922eed: Pull complete
969aa3db0971: Pull complete
27b14d4974c2: Pull complete
1f4d296ad520: Pull complete
373319111c57: Pull complete
0931421d11a5: Pull complete
bac2bd2e2773: Pull complete
822b5a990337: Pull complete
4c75100000de: Verifying Checksum
4c75100000de: Download complete
c0c039fa3692: Pull complete
27669e07f7fc: Pull complete
f081d6795393: Pull complete
2bf880486993: Pull complete
6ddcdc43733e: Pull complete
2da54a484177: Verifying Checksum
2da54a484177: Download complete
a1a5acd2b6b1: Download complete
cc730d3a9d34: Verifying Checksum
cc730d3a9d34: Download complete
e07018ffab02: Verifying Checksum
e07018ffab02: Download complete
e373fc8d84c1: Verifying Checksum
e373fc8d84c1: Download complete
4f4fb700ef54: Pull complete
04b7f8e07bbc: Pull complete
7a3549425286: Pull complete
24751b267d5d: Pull complete
26d9a744b963: Pull complete
8855125bac96: Pull complete
b9f417896137: Pull complete
e3853bf34c11: Pull complete
89b27a242ce6: Pull complete
7645daa3e9be: Pull complete
997ce5787a5b: Pull complete
8d7542bace95: Pull complete
18651218d3da: Pull complete
cc730d3a9d34: Pull complete
44a113e0d08a: Pull complete
4c75100000de: Pull complete
5fbb2e9fd522: Pull complete
688c0821aaf4: Pull complete
526eb4067e02: Pull complete
2da54a484177: Pull complete
763f46f51a19: Verifying Checksum
763f46f51a19: Download complete
763f46f51a19: Pull complete
a1a5acd2b6b1: Pull complete
e07018ffab02: Pull complete
e373fc8d84c1: Pull complete
Digest: sha256:6a10db15d42d77fffd2adbf205a58ee2a0972147344e786b5cffc09db8caaa87
Status: Downloaded newer image for ocaml/opam@sha256:6a10db15d42d77fffd2adbf205a58ee2a0972147344e786b5cffc09db8caaa87
2026-04-27 09:16.33 ---> using "dab9b9527d5b48bc502a3b7d49f0cef08b7941dc7765596374fb0fd416715bdd" 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-04-27 09:16.33 ---> using "6742f0795afb3193b6d049b7c1f59f9434658229d0392d0a29b715063cfbe7fb" 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.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 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-27 09:16.33 ---> using "5633bde886c2d60a3ea38e1facfd7293c6e84450aa1b6a72d1fa47ef3519255a" 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=opensuse-leap os-version=15.6
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         2 (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-04-27 09:16.33 ---> using "df6e67ea1fb924b6920258b40a138e2035ff6d7119923f54d106f7236e04b2a1" 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-04-27 09:16.33 ---> using "4b07ac700fcf0fcd0f87f8f82597fb07f61b1f0afb4f699503613c49c9fc0128" from cache

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

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.
- .
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- .......
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ......
- ...............
- ......done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ..
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- .......
- ...........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ........
- ...
- ...
- .....
- ......
- .........
- ........
- .........
- .........
- .......
- .........
- ........
- ........
- .....
- .....
- .......
- ......
- .......
- .....
- ........
- ......
- ........
- .........
- ..........
- .........
- .........
- .........
- .........
- .....
- ........
- .
- ........
- .......
- ...
- ......
- .......
- ......
- ......
- .........
- ........
- .........
- .........
- ........
- ........
- .......
- ......
- ......
- ........
- .......
- .........
- .........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- ..........
- .........
- .........
- .........
- ..........
- .........
- ..........
- .........
- ........
- ......
- ........
- ........
- ........
- ........
- .........
- ..........
- .........
- .......
- .........
- ..
- ......
- ...
- ...
- .......
- ......
- ....
- .....
- ........
- ........
- .....
- ......
- .....
- .......
- ......
- .....
- ....
- .......
- .........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- .........
- ........
- ....
- ....
- ....
- ....
- ....
- ...........
- ............
- ..........
- ........done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-04-27 09:19.51 ---> saved as "6fb8aeb965fcc865e543c2ade2fc98c9b9b142cbe57e690fef0176b99670bae2"

/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:19.51 ---> saved as "64102061877f283a26dbcce8f14bf24aa61de1f4443789c32c3e484681fcf88a"

/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 \"\\\"opensuse-15.6\\\"\"; 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.12.4          [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.12.4  (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.12.4
-> 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:20.35 ---> saved as "577db30826faafed88b67f2136192825ec6a6f502af54a8cb9f1521d36ae329a"
Job succeeded
2026-04-27 09:20.44: Job succeeded