(for PR #28919)
2025-11-18 17:32.01: New job: build yocaml_jingoo.2.7.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28919/head (d4ca2c8996e7b80cf11028ad8c43876c747e0880)
on debian-unstable-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/28919/head" && git reset --hard d4ca2c89
git fetch origin master
git merge --no-edit 5b6623e1a6044ddcc5808644cab9ba88dfd5e8c3
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-4.14@sha256:afc3b7f0ad82e3c0f4a8cee6e124669e4336b8c61c0cc9ec313deac720a64907
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 yocaml_jingoo.2.7.0 2.7.0
RUN opam reinstall yocaml_jingoo.2.7.0; \
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-unstable\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'yocaml_jingoo.2.7.0' && 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 .
2025-11-18 17:32.01: Using cache hint "ocaml/opam:debian-unstable-ocaml-4.14@sha256:afc3b7f0ad82e3c0f4a8cee6e124669e4336b8c61c0cc9ec313deac720a64907-yocaml_jingoo.2.7.0-d4ca2c8996e7b80cf11028ad8c43876c747e0880"
2025-11-18 17:32.01: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:afc3b7f0ad82e3c0f4a8cee6e124669e4336b8c61c0cc9ec313deac720a64907)
(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 yocaml_jingoo.2.7.0 2.7.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall yocaml_jingoo.2.7.0;\
\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-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'yocaml_jingoo.2.7.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-18 17:32.01: Waiting for resource in pool OCluster
2025-11-18 17:43.59: Waiting for worker…
2025-11-18 17:45.48: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 5b6623e1a6 Merge pull request #28905 from lindig/expr
Updating 5b6623e1a6..d4ca2c8996
Fast-forward
packages/yocaml/yocaml.2.7.0/opam | 50 ++++++++++++++++++++++
packages/yocaml_cmarkit/yocaml_cmarkit.2.7.0/opam | 42 ++++++++++++++++++
packages/yocaml_eio/yocaml_eio.2.7.0/opam | 44 +++++++++++++++++++
packages/yocaml_git/yocaml_git.2.7.0/opam | 49 +++++++++++++++++++++
packages/yocaml_jingoo/yocaml_jingoo.2.7.0/opam | 41 ++++++++++++++++++
packages/yocaml_liquid/yocaml_liquid.2.7.0/opam | 41 ++++++++++++++++++
.../yocaml_markdown/yocaml_markdown.2.7.0/opam | 44 +++++++++++++++++++
.../yocaml_mustache/yocaml_mustache.2.7.0/opam | 41 ++++++++++++++++++
packages/yocaml_omd/yocaml_omd.2.7.0/opam | 42 ++++++++++++++++++
packages/yocaml_otoml/yocaml_otoml.2.7.0/opam | 41 ++++++++++++++++++
packages/yocaml_runtime/yocaml_runtime.2.7.0/opam | 45 +++++++++++++++++++
.../yocaml_syndication.2.7.0/opam | 44 +++++++++++++++++++
packages/yocaml_unix/yocaml_unix.2.7.0/opam | 42 ++++++++++++++++++
packages/yocaml_yaml/yocaml_yaml.2.7.0/opam | 41 ++++++++++++++++++
14 files changed, 607 insertions(+)
create mode 100644 packages/yocaml/yocaml.2.7.0/opam
create mode 100644 packages/yocaml_cmarkit/yocaml_cmarkit.2.7.0/opam
create mode 100644 packages/yocaml_eio/yocaml_eio.2.7.0/opam
create mode 100644 packages/yocaml_git/yocaml_git.2.7.0/opam
create mode 100644 packages/yocaml_jingoo/yocaml_jingoo.2.7.0/opam
create mode 100644 packages/yocaml_liquid/yocaml_liquid.2.7.0/opam
create mode 100644 packages/yocaml_markdown/yocaml_markdown.2.7.0/opam
create mode 100644 packages/yocaml_mustache/yocaml_mustache.2.7.0/opam
create mode 100644 packages/yocaml_omd/yocaml_omd.2.7.0/opam
create mode 100644 packages/yocaml_otoml/yocaml_otoml.2.7.0/opam
create mode 100644 packages/yocaml_runtime/yocaml_runtime.2.7.0/opam
create mode 100644 packages/yocaml_syndication/yocaml_syndication.2.7.0/opam
create mode 100644 packages/yocaml_unix/yocaml_unix.2.7.0/opam
create mode 100644 packages/yocaml_yaml/yocaml_yaml.2.7.0/opam
(from ocaml/opam:debian-unstable-ocaml-4.14@sha256:afc3b7f0ad82e3c0f4a8cee6e124669e4336b8c61c0cc9ec313deac720a64907)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:afc3b7f0ad82e3c0f4a8cee6e124669e4336b8c61c0cc9ec313deac720a64907' locally
docker.io/ocaml/opam@sha256:afc3b7f0ad82e3c0f4a8cee6e124669e4336b8c61c0cc9ec313deac720a64907: Pulling from ocaml/opam
7a726d77a015: Already exists
096b221ce420: Already exists
01d188e875b8: Already exists
6c26aef4008c: Already exists
faf1cc2e0017: Already exists
684ae348f22e: Already exists
697a517dcb94: Already exists
aabe8963b502: Already exists
626b31e7ef05: Already exists
2ccd0ee16f32: Already exists
a81bbee9d992: Already exists
22fb0eb169e8: Already exists
c1df4937c5c6: Already exists
568953b356e7: Already exists
7e0be313121d: Already exists
258458fea6e8: Already exists
258458fea6e8: Already exists
91d012ea0fe2: Already exists
fa6f40dd0f11: Already exists
781bf12e83e0: Already exists
fcd0602e567b: Already exists
4f4fb700ef54: Already exists
ea265120c4f9: Already exists
70cd454bfbc9: Already exists
fad5c90c7262: Already exists
adc90b1454b6: Already exists
59f4c932324a: Already exists
43a1caae8823: Already exists
6ee22797a2dd: Already exists
3d0fc2e8c4aa: Already exists
4bebe18058bc: Already exists
7ed8309c425e: Already exists
3f70a6c21283: Already exists
1c4f487dd20b: Already exists
ee1a43b13947: Already exists
931d27ec0647: Already exists
02699d250c68: Already exists
4880f9cdfe0a: Already exists
1ccf6b2c058b: Already exists
d6689a2f7308: Already exists
11dff34f37de: Pulling fs layer
9fcc1ce3b01d: Pulling fs layer
bc5dbbbf634e: Pulling fs layer
58c99e83a326: Pulling fs layer
11dff34f37de: Waiting
bc5dbbbf634e: Waiting
58c99e83a326: Waiting
11dff34f37de: Verifying Checksum
11dff34f37de: Download complete
9fcc1ce3b01d: Verifying Checksum
9fcc1ce3b01d: Download complete
bc5dbbbf634e: Verifying Checksum
bc5dbbbf634e: Download complete
58c99e83a326: Verifying Checksum
58c99e83a326: Download complete
11dff34f37de: Pull complete
9fcc1ce3b01d: Pull complete
bc5dbbbf634e: Pull complete
58c99e83a326: Pull complete
Digest: sha256:afc3b7f0ad82e3c0f4a8cee6e124669e4336b8c61c0cc9ec313deac720a64907
Status: Downloaded newer image for ocaml/opam@sha256:afc3b7f0ad82e3c0f4a8cee6e124669e4336b8c61c0cc9ec313deac720a64907
2025-11-18 17:45.57 ---> using "c03fc69ee0a611cdfe3ff164cfb534b1e6d168d3ec1cb79849a7ca6a4729107d" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-18 17:45.57 ---> using "85eaef84d96fe1f9eeb4d37c179b6a737e7ce71e566f0a68377a8910f344e314" 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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-18 17:45.57 ---> using "b763cc51b6a3a268698fcba077c8612439064bed825940ba6839c834e45eaa2b" 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.0~beta1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=unknown
# 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 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, 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.2
2025-11-18 17:45.57 ---> using "26c4d4a76e5f681b14a0f54fb8859459acafb948281e76325a9e32a1468e105a" 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/"))
2025-11-18 17:45.57 ---> using "fcca25ae108daf02f2143aaaecbde1c6987f764b6915978f4265db1004527f7c" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-18 17:46.05 ---> saved as "210d75b3fba9309190a60ffa494f6f7c7db9d31ecd573498e0f5203ed86b50f3"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-18 17:46.25 ---> saved as "5df7928b501abac2c0fa66aa5bcc9c7d67fb2182015696eeaa8ac93583e48bf4"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [176 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-11-18-1403.52-F-2025-11-08-0809.16.pdiff [629 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-11-18-1403.52-F-2025-11-08-0809.16.pdiff [629 kB]
- Fetched 868 kB in 3s (322 kB/s)
- Reading package lists...
-
2025-11-18 17:46.29 ---> saved as "4e0d55cecd291d5094afb055de208c50ae7aed247ad5014f6d1d21945c4954ee"
/home/opam: (run (shell "opam pin add -k version -yn yocaml_jingoo.2.7.0 2.7.0"))
yocaml_jingoo is now pinned to version 2.7.0
2025-11-18 17:46.30 ---> saved as "d9ee292ac1cc79cdc11768a473ddb89efdff580b91cdf7bf9f77570d4591079a"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall yocaml_jingoo.2.7.0;\
\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-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'yocaml_jingoo.2.7.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
yocaml_jingoo.2.7.0 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- yocaml_jingoo >= 2.7.0 -> ocaml >= 5.1.1 -> ocaml-variants < 5.5.1~
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- yocaml_jingoo >= 2.7.0 -> ocaml >= 5.1.1 -> ocaml-variants < 5.1.2~ -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- yocaml_jingoo >= 2.7.0 -> ocaml >= 5.1.1 -> ocaml-variants < 5.2.1~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall yocaml_jingoo.2.7.0;
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-unstable\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'yocaml_jingoo.2.7.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 20
2025-11-18 17:46.50: Job failed: Failed: Build failed
2025-11-18 17:46.50: Log analysis:
2025-11-18 17:46.50: >>>
No solution found, exiting
(score = 100)
2025-11-18 17:46.50: [SKIP] Package not available