(for PR #29807)
2026-04-27 09:15.46: 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-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:opensuse-15.6-ocaml-5.4@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034
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.46: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034-ppx_bin_there.0.2.1a2-e0fe0e5778da777992e8690ed4faab031f74f9af"
2026-04-27 09:15.46: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034)
(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.46: 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:opensuse-15.6-ocaml-5.4@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034' locally
docker.io/ocaml/opam@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034: Pulling from ocaml/opam
90c02a347c3c: Already exists
8897514220d6: Pulling fs layer
a195e4a07731: Pulling fs layer
9e93f31a934e: Pulling fs layer
8897514220d6: Waiting
a195e4a07731: Waiting
842744d5ae39: Pulling fs layer
9e93f31a934e: Waiting
f04b9f922eed: Pulling fs layer
969aa3db0971: Pulling fs layer
842744d5ae39: Waiting
f04b9f922eed: Waiting
27b14d4974c2: Pulling fs layer
969aa3db0971: Waiting
27b14d4974c2: Waiting
1f4d296ad520: Pulling fs layer
373319111c57: Pulling fs layer
1f4d296ad520: Waiting
0931421d11a5: Pulling fs layer
373319111c57: Waiting
bac2bd2e2773: Pulling fs layer
0931421d11a5: Waiting
822b5a990337: Pulling fs layer
bac2bd2e2773: Waiting
c0c039fa3692: Pulling fs layer
27669e07f7fc: Pulling fs layer
822b5a990337: Waiting
c0c039fa3692: Waiting
f081d6795393: Pulling fs layer
2bf880486993: Pulling fs layer
6ddcdc43733e: Pulling fs layer
27669e07f7fc: Waiting
2bf880486993: Waiting
f081d6795393: Waiting
4f4fb700ef54: Pulling fs layer
04b7f8e07bbc: Pulling fs layer
6ddcdc43733e: Waiting
7a3549425286: Pulling fs layer
24751b267d5d: Pulling fs layer
04b7f8e07bbc: Waiting
7a3549425286: Waiting
26d9a744b963: Pulling fs layer
24751b267d5d: Waiting
8855125bac96: Pulling fs layer
26d9a744b963: Waiting
b9f417896137: Pulling fs layer
8855125bac96: Waiting
e3853bf34c11: Pulling fs layer
b9f417896137: Waiting
89b27a242ce6: Pulling fs layer
e3853bf34c11: Waiting
7645daa3e9be: Pulling fs layer
89b27a242ce6: Waiting
997ce5787a5b: Pulling fs layer
8d7542bace95: Pulling fs layer
18651218d3da: Pulling fs layer
8d7542bace95: Waiting
cc730d3a9d34: Pulling fs layer
18651218d3da: Waiting
7645daa3e9be: Waiting
44a113e0d08a: Pulling fs layer
cc730d3a9d34: Waiting
4c75100000de: Pulling fs layer
997ce5787a5b: Waiting
44a113e0d08a: Waiting
5fbb2e9fd522: Pulling fs layer
4c75100000de: Waiting
688c0821aaf4: Pulling fs layer
5fbb2e9fd522: Waiting
526eb4067e02: Pulling fs layer
688c0821aaf4: Waiting
6573da08bbcb: Pulling fs layer
526eb4067e02: Waiting
ff78e986e98a: Pulling fs layer
bfe394b1b904: Pulling fs layer
6573da08bbcb: Waiting
0816c28f2f9a: Pulling fs layer
c40754617d1c: Pulling fs layer
bfe394b1b904: Waiting
0816c28f2f9a: Waiting
c40754617d1c: Waiting
c4b0dd2a33d9: Pulling fs layer
ff78e986e98a: Waiting
3a1cc43624c0: Pulling fs layer
3a1cc43624c0: Waiting
c4b0dd2a33d9: Waiting
8897514220d6: Download complete
8897514220d6: Pull complete
a195e4a07731: Verifying Checksum
a195e4a07731: Download complete
9e93f31a934e: Verifying Checksum
9e93f31a934e: Download complete
842744d5ae39: Verifying Checksum
842744d5ae39: Download complete
f04b9f922eed: Verifying Checksum
f04b9f922eed: Download complete
a195e4a07731: Pull complete
969aa3db0971: Verifying Checksum
969aa3db0971: Download complete
27b14d4974c2: Verifying Checksum
27b14d4974c2: Download complete
1f4d296ad520: Verifying Checksum
1f4d296ad520: Download complete
373319111c57: Verifying Checksum
373319111c57: Download complete
0931421d11a5: Download complete
bac2bd2e2773: Verifying Checksum
bac2bd2e2773: Download complete
822b5a990337: Verifying Checksum
822b5a990337: Download complete
c0c039fa3692: Verifying Checksum
c0c039fa3692: Download complete
27669e07f7fc: Verifying Checksum
27669e07f7fc: Download complete
f081d6795393: Verifying Checksum
f081d6795393: Download complete
2bf880486993: Verifying Checksum
2bf880486993: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
04b7f8e07bbc: Download complete
7a3549425286: Verifying Checksum
7a3549425286: Download complete
24751b267d5d: Verifying Checksum
24751b267d5d: Download complete
9e93f31a934e: Pull complete
8855125bac96: Download complete
842744d5ae39: Pull complete
f04b9f922eed: Pull complete
b9f417896137: Verifying Checksum
b9f417896137: Download complete
e3853bf34c11: Download complete
26d9a744b963: Verifying Checksum
26d9a744b963: Download complete
89b27a242ce6: Verifying Checksum
89b27a242ce6: Download complete
7645daa3e9be: Verifying Checksum
7645daa3e9be: Download complete
997ce5787a5b: Download complete
8d7542bace95: Verifying Checksum
8d7542bace95: Download complete
18651218d3da: Download complete
44a113e0d08a: Download complete
5fbb2e9fd522: Download complete
688c0821aaf4: Verifying Checksum
688c0821aaf4: Download complete
969aa3db0971: Pull complete
526eb4067e02: Verifying Checksum
526eb4067e02: Download complete
27b14d4974c2: Pull complete
1f4d296ad520: Pull complete
6573da08bbcb: Download complete
373319111c57: Pull complete
ff78e986e98a: Verifying Checksum
ff78e986e98a: Download complete
0931421d11a5: Pull complete
bac2bd2e2773: Pull complete
cc730d3a9d34: Verifying Checksum
cc730d3a9d34: Download complete
bfe394b1b904: Verifying Checksum
c40754617d1c: Verifying Checksum
c40754617d1c: Download complete
822b5a990337: Pull complete
c0c039fa3692: Pull complete
27669e07f7fc: Pull complete
f081d6795393: Pull complete
2bf880486993: Pull complete
6ddcdc43733e: Pull complete
c4b0dd2a33d9: Download complete
3a1cc43624c0: Verifying Checksum
3a1cc43624c0: Download complete
0816c28f2f9a: Verifying Checksum
0816c28f2f9a: 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
4c75100000de: Verifying Checksum
4c75100000de: Download complete
cc730d3a9d34: Pull complete
44a113e0d08a: Pull complete
4c75100000de: Pull complete
5fbb2e9fd522: Pull complete
688c0821aaf4: Pull complete
526eb4067e02: Pull complete
6573da08bbcb: Pull complete
ff78e986e98a: Pull complete
bfe394b1b904: Pull complete
0816c28f2f9a: Pull complete
c40754617d1c: Pull complete
c4b0dd2a33d9: Pull complete
3a1cc43624c0: Pull complete
Digest: sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034
Status: Downloaded newer image for ocaml/opam@sha256:6aa1bed91726dc42da0713c36078c99f34f0a16cf38f1a7708c8469b35d26034
2026-04-27 09:19.40 ---> saved as "836cbd75f3097640efba2469c991181f725dfc31b091a8691d582890a8705d53"
/: (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:19.40 ---> saved as "9dac4fffea1d3ab4375dc9747706c61d879eb5bfab88cb922906c0869f91f962"
/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-04-27 09:20.08 ---> saved as "a5dd36c8871897a0c9198a88a3de7a82074b007e710b264065fbbb5e1c2b216e"
/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 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:20.09 ---> saved as "f477a8dfdffc64bdf2a58c03c6fe65e89836b53c2b78d496bdbed76bc5b43f4e"
/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:20.18 ---> saved as "85d397d85879434a608db8d55ee8703be830180a07910f815bbd2462290a3958"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-27 09:20.30 ---> saved as "01f0800ddc0c71953b5387076943249649485a8226647c846fffff02bfe10d40"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-27 09:20.50 ---> saved as "8b1c8ae6c325919b1574f910edface042abf4d2e8161251e328bfffd945b2d56"
/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:21.39 ---> saved as "2a758c0c602e3d070ca71857d46c0a0880ef11bfde9bb285a8b66dcbd6c33810"
/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:21.40 ---> saved as "fb333de108a576a5fbf1afb954503f7ee1e725491dc3bb9cc0d5a86bb424557f"
/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.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:22.38 ---> saved as "e3ad07f8257d43bcf98a3545cf3d6df7184834a45cec14b46ea416c35d097cb7"
Job succeeded
2026-04-27 09:22.44: Job succeeded