(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 fedora-43-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:fedora-43-ocaml-4.14@sha256:1505139e8032cce7e1be9bf9f1a22c55b6be6fbe59e171b96c530bf5c4b062f1
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 "\"fedora-43\""; 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:fedora-43-ocaml-4.14@sha256:1505139e8032cce7e1be9bf9f1a22c55b6be6fbe59e171b96c530bf5c4b062f1-ppx_bin_there.0.2.1a2-e0fe0e5778da777992e8690ed4faab031f74f9af"
2026-04-27 09:15.47: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:1505139e8032cce7e1be9bf9f1a22c55b6be6fbe59e171b96c530bf5c4b062f1)
(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 \"\\\"fedora-43\\\"\"; 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 laodoke.caelum.ci.dev
All commits already cached
Updating files: 81% (15452/18863)
Updating files: 82% (15468/18863)
Updating files: 83% (15657/18863)
Updating files: 84% (15845/18863)
Updating files: 85% (16034/18863)
Updating files: 86% (16223/18863)
Updating files: 87% (16411/18863)
Updating files: 88% (16600/18863)
Updating files: 89% (16789/18863)
Updating files: 90% (16977/18863)
Updating files: 91% (17166/18863)
Updating files: 92% (17354/18863)
Updating files: 93% (17543/18863)
Updating files: 94% (17732/18863)
Updating files: 95% (17920/18863)
Updating files: 96% (18109/18863)
Updating files: 97% (18298/18863)
Updating files: 98% (18486/18863)
Updating files: 99% (18675/18863)
Updating files: 100% (18863/18863)
Updating files: 100% (18863/18863), done.
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:fedora-43-ocaml-4.14@sha256:1505139e8032cce7e1be9bf9f1a22c55b6be6fbe59e171b96c530bf5c4b062f1)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:1505139e8032cce7e1be9bf9f1a22c55b6be6fbe59e171b96c530bf5c4b062f1' locally
docker.io/ocaml/opam@sha256:1505139e8032cce7e1be9bf9f1a22c55b6be6fbe59e171b96c530bf5c4b062f1: Pulling from ocaml/opam
5bc90b3315da: Already exists
80d71788ea9e: Already exists
ad80df798a1c: Already exists
cd85517f6ae1: Already exists
a927948f92fa: Already exists
4433c52b5ab1: Already exists
8aa93bc8ca93: Already exists
7d31cd7e9a9b: Already exists
959a5be6bfab: Already exists
6569047248d7: Already exists
a01a3ff02f3d: Already exists
d5edf61c57b0: Already exists
c5e9b1bc3af6: Already exists
d8de7dc4b9cc: Already exists
d572b1638b93: Already exists
a635bd9ff4ff: Already exists
a8136695f698: Already exists
587fa07f12b5: Already exists
e4e48e08d3e7: Already exists
11aef165bbf6: Already exists
8a95e86b42d5: Already exists
4f4fb700ef54: Already exists
1d249330ca2d: Already exists
ad8eca0d7092: Already exists
1e560a3ae45b: Already exists
10f92ae4816a: Already exists
82fb8390ae9d: Already exists
03eca8f75e73: Already exists
72f6125a63cc: Already exists
6dd74a4a19fa: Already exists
a2ad3298a226: Already exists
b94322733e6f: Already exists
edac92ac0f69: Already exists
328d6b9652d8: Already exists
4e50c944f45f: Already exists
f9399721dd73: Already exists
701bd87c8a35: Already exists
f91d9e2e912a: Already exists
ca62001b38e2: Already exists
e52de5cb3f44: Already exists
2107004ae3c4: Pulling fs layer
e2d4c0294418: Pulling fs layer
fcbcd3ef7059: Pulling fs layer
78821009f4f8: Pulling fs layer
b6a6a73af000: Pulling fs layer
b6a6a73af000: Waiting
78821009f4f8: Waiting
fcbcd3ef7059: Download complete
78821009f4f8: Download complete
b6a6a73af000: Verifying Checksum
b6a6a73af000: Download complete
2107004ae3c4: Verifying Checksum
2107004ae3c4: Download complete
2107004ae3c4: Pull complete
e2d4c0294418: Verifying Checksum
e2d4c0294418: Download complete
e2d4c0294418: Pull complete
fcbcd3ef7059: Pull complete
78821009f4f8: Pull complete
b6a6a73af000: Pull complete
Digest: sha256:1505139e8032cce7e1be9bf9f1a22c55b6be6fbe59e171b96c530bf5c4b062f1
Status: Downloaded newer image for ocaml/opam@sha256:1505139e8032cce7e1be9bf9f1a22c55b6be6fbe59e171b96c530bf5c4b062f1
2026-04-27 09:18.31 ---> saved as "e8c728600ce29e62fbb7f60dfeedaf777fdf04a2438e6c846515ca80e16eae1c"
/: (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:18.32 ---> saved as "6cea54a6a5249a5a1f4816497819ae630fc7e9fff8c6db2d7ccb83aca0f185ab"
/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-27 09:19.04 ---> saved as "9cee58597895a93d39b036879cbff26b8793f54acbf2300c469f2803e4b65eea"
/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=fedora os-version=43
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# 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:19.05 ---> saved as "c7ebf8753781231421d476521e71abe1aaf62ae600e29621c5dbb7d9adf011c0"
/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:19.14 ---> saved as "6cbb6aeb39d61fce9b541a8b73e74f6e9edcfced1ed45565325907bcffca9633"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-27 09:19.24 ---> saved as "0f858b8c3b195c235b439da66ed1df519f2c0ef4d49dd3f44a39a40a912e14ae"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-27 09:19.45 ---> saved as "9d8e7b8b18b835809a2a96c9ca6fa876598a4c5777a7533e73a613b9f161e150"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 openh264 (From Cisco) - x86_ 100% | 2.3 KiB/s | 986.0 B | 00m00s
- Fedora 43 - x86_64 100% | 70.5 KiB/s | 20.8 KiB | 00m00s
- Fedora 43 - x86_64 - Updates 100% | 101.3 KiB/s | 15.5 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-27 09:19.50 ---> saved as "a84c765abd5a1c8e695ef61872253d2a313b45cdc07b0a5281967c2b5db44a2e"
/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 "5b954dee09793527a1ad096ff17f47d5f4b4f5521d29203e470bcfa59f00145c"
/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 \"\\\"fedora-43\\\"\"; 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.46 ---> saved as "e1e8af5675eeace3b42383b7cde2721aebdfd2329e5aa832c7e5395358564eda"
Job succeeded
2026-04-27 09:20.52: Job succeeded