- github
- ocaml
- opam-repository
- 9346fc
- compilers,4.08,ocaml-options-vanilla.1
(not at the head of any monitored branch or PR)
2026-03-23 00:43.57: New job: build ocaml-options-vanilla.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29582/head (9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98)
on debian-13-ocaml-4.08/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/29582/head" && git reset --hard 9346fc96
git fetch origin master
git merge --no-edit 76bf2ed9443fdee37e6f046c6295d358be3f8598
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47
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 ocaml-options-vanilla.1 1
RUN opam reinstall ocaml-options-vanilla.1; \
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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocaml-options-vanilla.1' && 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-03-23 00:43.57: Using cache hint "ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47-ocaml-options-vanilla.1-9346fc968dbf5116a1b2dd2b5e0143bc06e9fa98"
2026-03-23 00:43.57: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)
(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 ocaml-options-vanilla.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-options-vanilla.1;\
\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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-options-vanilla.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-23 00:43.57: Waiting for resource in pool OCluster
2026-03-23 00:44.06: Waiting for worker…
2026-03-23 00:44.06: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 76bf2ed944 Merge pull request #29572 from hannesm/release-letsencrypt-v2.0.0
Updating 76bf2ed944..9346fc968d
Fast-forward
packages/ocaml-compiler/ocaml-compiler.5.3.0/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.3/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~alpha1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~beta2/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.0~rc1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4.1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.4/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.5.0~alpha1/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.5/opam | 2 ++
packages/ocaml-compiler/ocaml-compiler.5.6/opam | 2 ++
packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam | 13 +++++++++++++
packages/ocaml-options-vanilla/ocaml-options-vanilla.1/opam | 1 +
packages/ocaml-variants/ocaml-variants.5.2.0+msvc/opam | 2 ++
15 files changed, 40 insertions(+)
create mode 100644 packages/ocaml-option-clang-cl/ocaml-option-clang-cl.1/opam
(from ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47' locally
docker.io/ocaml/opam@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47: Pulling from ocaml/opam
866771c43bf5: Pulling fs layer
1e49bea09367: Pulling fs layer
e793768537e6: Pulling fs layer
ed323d3d481a: Pulling fs layer
866771c43bf5: Waiting
7df34a5cd5f1: Pulling fs layer
1e49bea09367: Waiting
e793768537e6: Waiting
fd712d3eb935: Pulling fs layer
4b9fb8c99118: Pulling fs layer
ed323d3d481a: Waiting
7df34a5cd5f1: Waiting
9d9a01948b94: Pulling fs layer
4b9fb8c99118: Waiting
fd712d3eb935: Waiting
0f1514f90b32: Pulling fs layer
9d9a01948b94: Waiting
e1ec5a753447: Pulling fs layer
03cc323e2f71: Pulling fs layer
e1ec5a753447: Waiting
c09c08ea9749: Pulling fs layer
b36b619f8e6b: Pulling fs layer
03cc323e2f71: Waiting
c09c08ea9749: Waiting
195344ca5274: Pulling fs layer
228ee78582a6: Pulling fs layer
b36b619f8e6b: Waiting
504bde1c25b3: Pulling fs layer
195344ca5274: Waiting
9d8b1356c89f: Pulling fs layer
504bde1c25b3: Waiting
9d8b1356c89f: Waiting
568fb6dda155: Pulling fs layer
c499c9198aea: Pulling fs layer
048e5e358118: Pulling fs layer
c499c9198aea: Waiting
871ca48eb45d: Pulling fs layer
4f4fb700ef54: Pulling fs layer
048e5e358118: Waiting
871ca48eb45d: Waiting
a5a2568b9df9: Pulling fs layer
4f4fb700ef54: Waiting
068cf3106ac8: Pulling fs layer
a5a2568b9df9: Waiting
559f54ec9b29: Pulling fs layer
068cf3106ac8: Waiting
798ffd96fde5: Pulling fs layer
559f54ec9b29: Waiting
e9a891bf80d7: Pulling fs layer
798ffd96fde5: Waiting
d720cfe12674: Pulling fs layer
e9a891bf80d7: Waiting
c81c932f4a91: Pulling fs layer
79f24fa3bb11: Pulling fs layer
c81c932f4a91: Waiting
8c1debcd8c20: Pulling fs layer
1bb2cfea7250: Pulling fs layer
79f24fa3bb11: Waiting
8c1debcd8c20: Waiting
2b3d3ca75e4c: Pulling fs layer
557cacaf263c: Pulling fs layer
d10483022eef: Pulling fs layer
2b3d3ca75e4c: Waiting
7b62a90d8223: Pulling fs layer
557cacaf263c: Waiting
d10483022eef: Waiting
28ce8ea66e72: Pulling fs layer
d975909ea717: Pulling fs layer
7b62a90d8223: Waiting
5c215c69c247: Pulling fs layer
d975909ea717: Waiting
e7c082452a54: Pulling fs layer
b7df74d48e36: Pulling fs layer
66e3060fde97: Pulling fs layer
5c215c69c247: Waiting
623e45e1559d: Pulling fs layer
e7c082452a54: Waiting
b7df74d48e36: Waiting
9251109c0e89: Pulling fs layer
66e3060fde97: Waiting
623e45e1559d: Waiting
9251109c0e89: Waiting
866771c43bf5: Verifying Checksum
866771c43bf5: Download complete
866771c43bf5: Pull complete
1e49bea09367: Download complete
1e49bea09367: Pull complete
e793768537e6: Download complete
e793768537e6: Pull complete
ed323d3d481a: Verifying Checksum
ed323d3d481a: Download complete
7df34a5cd5f1: Verifying Checksum
7df34a5cd5f1: Download complete
ed323d3d481a: Pull complete
7df34a5cd5f1: Pull complete
4b9fb8c99118: Download complete
9d9a01948b94: Verifying Checksum
9d9a01948b94: Download complete
fd712d3eb935: Download complete
0f1514f90b32: Verifying Checksum
0f1514f90b32: Download complete
e1ec5a753447: Verifying Checksum
e1ec5a753447: Download complete
03cc323e2f71: Verifying Checksum
03cc323e2f71: Download complete
c09c08ea9749: Verifying Checksum
c09c08ea9749: Download complete
b36b619f8e6b: Download complete
195344ca5274: Download complete
504bde1c25b3: Verifying Checksum
504bde1c25b3: Download complete
228ee78582a6: Download complete
568fb6dda155: Verifying Checksum
568fb6dda155: Download complete
9d8b1356c89f: Verifying Checksum
9d8b1356c89f: Download complete
c499c9198aea: Download complete
871ca48eb45d: Download complete
048e5e358118: Verifying Checksum
048e5e358118: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
a5a2568b9df9: Verifying Checksum
a5a2568b9df9: Download complete
068cf3106ac8: Verifying Checksum
068cf3106ac8: Download complete
559f54ec9b29: Verifying Checksum
559f54ec9b29: Download complete
798ffd96fde5: Verifying Checksum
798ffd96fde5: Download complete
e9a891bf80d7: Verifying Checksum
e9a891bf80d7: Download complete
d720cfe12674: Verifying Checksum
d720cfe12674: Download complete
c81c932f4a91: Download complete
79f24fa3bb11: Verifying Checksum
79f24fa3bb11: Download complete
1bb2cfea7250: Verifying Checksum
1bb2cfea7250: Download complete
8c1debcd8c20: Verifying Checksum
8c1debcd8c20: Download complete
2b3d3ca75e4c: Download complete
557cacaf263c: Verifying Checksum
557cacaf263c: Download complete
7b62a90d8223: Download complete
fd712d3eb935: Pull complete
4b9fb8c99118: Pull complete
9d9a01948b94: Pull complete
d10483022eef: Verifying Checksum
d10483022eef: Download complete
0f1514f90b32: Pull complete
5c215c69c247: Verifying Checksum
5c215c69c247: Download complete
28ce8ea66e72: Verifying Checksum
28ce8ea66e72: Download complete
e1ec5a753447: Pull complete
e7c082452a54: Verifying Checksum
e7c082452a54: Download complete
03cc323e2f71: Pull complete
66e3060fde97: Verifying Checksum
66e3060fde97: Download complete
c09c08ea9749: Pull complete
623e45e1559d: Download complete
b36b619f8e6b: Pull complete
9251109c0e89: Download complete
195344ca5274: Pull complete
228ee78582a6: Pull complete
504bde1c25b3: Pull complete
9d8b1356c89f: Pull complete
b7df74d48e36: Verifying Checksum
b7df74d48e36: Download complete
568fb6dda155: Pull complete
c499c9198aea: Pull complete
048e5e358118: Pull complete
871ca48eb45d: Pull complete
4f4fb700ef54: Pull complete
a5a2568b9df9: Pull complete
068cf3106ac8: Pull complete
559f54ec9b29: Pull complete
798ffd96fde5: Pull complete
e9a891bf80d7: Pull complete
d720cfe12674: Pull complete
c81c932f4a91: Pull complete
79f24fa3bb11: Pull complete
8c1debcd8c20: Pull complete
1bb2cfea7250: Pull complete
2b3d3ca75e4c: Pull complete
557cacaf263c: Pull complete
d10483022eef: Pull complete
7b62a90d8223: Pull complete
28ce8ea66e72: Pull complete
d975909ea717: Pull complete
5c215c69c247: Pull complete
e7c082452a54: Pull complete
b7df74d48e36: Pull complete
66e3060fde97: Pull complete
623e45e1559d: Pull complete
9251109c0e89: Pull complete
Digest: sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47
Status: Downloaded newer image for ocaml/opam@sha256:048f41796adc21a1c591ba8a7027365f75adbd0cc47a89cb4ad5d856f4815f47
2026-03-23 00:49.13 ---> saved as "867303d7f04cee0d3e23016229d2a45a69516628a14dbff52754cd3cb283f66f"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-23 00:49.13 ---> saved as "d7495a5c1ce2803e22b31f02904d04dccb716bc5852c3541aeeef7f3eaa28de4"
/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-03-23 00:49.37 ---> saved as "d199ebe4bb34f85ad0d72b5335f450fb0c5ed44613d92eecbe65925101fad341"
/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.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# 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.08
# invariant ["ocaml-base-compiler" {= "4.08.1"}]
# compiler-packages ocaml-base-compiler.4.08.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.08/lib/ocaml/stublibs:/home/opam/.opam/4.08/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.08.1
2026-03-23 00:49.38 ---> saved as "57c8e678a5898ab6198a27636581eda027e3d86542fa62a242d7cc8165e237eb"
/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-03-23 00:50.00 ---> saved as "b8d39bececfbb1b4f7d6eaefa5b601dd99d316359a35736d11089f4864968fa4"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-23 00:50.47 ---> saved as "630d713d911d1731dfa066662b525f19b1adbfa482cb560a42249a8519c79a29"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-23 00:51.07 ---> saved as "05e7428b9906ebe92e7b59a0de40a0a3d919b777c300eaf3a45dae3a796fbb26"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [114 kB]
- Fetched 10.0 MB in 1s (7788 kB/s)
- Reading package lists...
2026-03-23 00:51.09 ---> saved as "e3a11287124156a71aac8ec05674fa57166d4f2734a5d7028f7b988cb65b5490"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-options-vanilla.1 1"))
ocaml-options-vanilla is now pinned to version 1
2026-03-23 00:51.10 ---> saved as "5aeabb9c6f89097df0d01f81cedb2648fe4b5964114efa117463e44055a6248f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-options-vanilla.1;\
\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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocaml-options-vanilla.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-options-vanilla.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install ocaml-options-vanilla 1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed ocaml-options-vanilla.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-23 00:51.13 ---> saved as "a1b9bde5df116452229848366aab0563ea6f9ba8eff1c8d4a7f02589b4b361fc"
Job succeeded
2026-03-23 00:51.27: Job succeeded