(for PR #29807)
2026-04-27 09:15.47: New job: build bin_there.0.2.1a2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29807/head (e0fe0e5778da777992e8690ed4faab031f74f9af)
on ubuntu-24.04-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:ubuntu-24.04-ocaml-4.14@sha256:82f4e43154a808d6bfcdf0876f3ce85aa3bc3379e9d2b759ca0d1fef3d61f37b
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 bin_there.0.2.1a2 0.2.1a2
RUN opam reinstall 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 "\"ubuntu-24.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != '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:ubuntu-24.04-ocaml-4.14@sha256:82f4e43154a808d6bfcdf0876f3ce85aa3bc3379e9d2b759ca0d1fef3d61f37b-bin_there.0.2.1a2-e0fe0e5778da777992e8690ed4faab031f74f9af"
2026-04-27 09:15.47: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:82f4e43154a808d6bfcdf0876f3ce85aa3bc3379e9d2b759ca0d1fef3d61f37b)
(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 bin_there.0.2.1a2 0.2.1a2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall 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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != '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:ubuntu-24.04-ocaml-4.14@sha256:82f4e43154a808d6bfcdf0876f3ce85aa3bc3379e9d2b759ca0d1fef3d61f37b)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:82f4e43154a808d6bfcdf0876f3ce85aa3bc3379e9d2b759ca0d1fef3d61f37b' locally
docker.io/ocaml/opam@sha256:82f4e43154a808d6bfcdf0876f3ce85aa3bc3379e9d2b759ca0d1fef3d61f37b: Pulling from ocaml/opam
b40150c1c271: Already exists
357ac6654861: Already exists
19df08f43c3f: Already exists
c0615a9b75a3: Already exists
b436350b65a5: Already exists
9e2007484854: Already exists
48755f6d2b86: Already exists
acba875dc4bb: Already exists
a61e0e3deb06: Already exists
81ed968f418e: Already exists
f6cf8a366f67: Already exists
a1450693530b: Already exists
4dcaead936b4: Already exists
7f506b602372: Already exists
6de5ff18a576: Already exists
2aa9da6d15a5: Already exists
dd08b6d786a6: Already exists
dd08b6d786a6: Already exists
ca49b2a06765: Already exists
9bb3306d0bad: Already exists
910bfa74f9ee: Already exists
597de88c6241: Already exists
4f4fb700ef54: Already exists
cabf72e55e6f: Already exists
2cabb4712764: Already exists
42de4856b4d9: Already exists
c895ff862386: Already exists
9ac921f77850: Already exists
39d689fa7460: Already exists
5bcfdc247638: Already exists
0b5cb5d774c9: Already exists
0c1afd39cdb0: Already exists
e60aabba1ea9: Already exists
9ea035e70f00: Already exists
849353b975c7: Already exists
d6b3b763a867: Already exists
51f78322f23d: Already exists
c78fa36ddc88: Already exists
fbcaaf7c59ef: Already exists
bbc7ac4ac89b: Already exists
6bdcdd972d97: Already exists
d2d4e8c09516: Pulling fs layer
9fe29aeea4f4: Pulling fs layer
9d1a4216f154: Pulling fs layer
83d45b771ad0: Pulling fs layer
83d45b771ad0: Waiting
9fe29aeea4f4: Verifying Checksum
9fe29aeea4f4: Download complete
9d1a4216f154: Download complete
83d45b771ad0: Verifying Checksum
83d45b771ad0: Download complete
d2d4e8c09516: Verifying Checksum
d2d4e8c09516: Download complete
d2d4e8c09516: Pull complete
9fe29aeea4f4: Pull complete
9d1a4216f154: Pull complete
83d45b771ad0: Pull complete
Digest: sha256:82f4e43154a808d6bfcdf0876f3ce85aa3bc3379e9d2b759ca0d1fef3d61f37b
Status: Downloaded newer image for ocaml/opam@sha256:82f4e43154a808d6bfcdf0876f3ce85aa3bc3379e9d2b759ca0d1fef3d61f37b
2026-04-27 09:16.27 ---> using "c1c8702b590276d7134f81e7ae870f060a6654f14acc1b50e7590ec0b90ed724" 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.27 ---> using "a67bd2735b832d3dc8d813886979a761c3e4e282220ad0082c36f4a20d4b707d" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-27 09:16.27 ---> using "6e6d1738132a0bb71073f9230bc13ae84c230308511f431a7ca2f57e9f8b5d2a" 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=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# 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-04-27 09:16.27 ---> using "277605cc0bf673ed252cfd4687ab5e1482aa83cc06e80167b1f1732f5bf1b0d9" 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.27 ---> using "69aedb690a368244a4d3808bb344d6fd4fe4ab0b1626f18e89c0c300a1defc8a" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-27 09:16.37 ---> saved as "bba46fd2c507bff8310fc981ece988de75be209d15b1357ae921890414353496"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-27 09:16.55 ---> saved as "adeffda18628d1da3e4fdd65a01564019e4114580aef7cd9facabe5bcee5c327"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3658 kB]
- Get:6 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1498 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2142 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2354 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [38.0 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.6 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.0 kB]
- Get:12 http://archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Packages [671 B]
- Get:13 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [34.2 kB]
- Get:14 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3479 kB]
- Get:15 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1981 kB]
- Fetched 15.6 MB in 2s (7211 kB/s)
- Reading package lists...
-
2026-04-27 09:16.59 ---> saved as "3b30569094487c2d9f843aa4508ca17fe9caeaea5784d35f55e28c8611c1a767"
/home/opam: (run (shell "opam pin add -k version -yn bin_there.0.2.1a2 0.2.1a2"))
bin_there is now pinned to version 0.2.1a2
2026-04-27 09:16.59 ---> saved as "aead0dfe95e01ac2ecf457f81435f05222f9b4b6b0e10990d498a8214c84b91a"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall 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 \"\\\"ubuntu-24.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != '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"))
bin_there.0.2.1a2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install bin_there 0.2.1a2 (pinned)
- install dune 3.22.2 [required by bin_there]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bin_there.0.2.1a2 (https://gitlab.com/api/v4/projects/81089450/packages/generic/bin_there/0.2.1a2/bin_there-0.2.1a2.tar.gz)
-> retrieved dune.3.22.2 (cached)
-> installed dune.3.22.2
-> installed bin_there.0.2.1a2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-27 09:17.27 ---> saved as "b605f284c8b89ab42987228ba84cfc7314363eeef069562a9196b796ed126e50"
Job succeeded
2026-04-27 09:17.40: Job succeeded