Build:
- 0
2026-01-15 08:10.17: New job: build embedded_ocaml_templates.0.1.4, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29222/head (d45ce9b6feb3694e966137df55ac14d9ec01ba13)
on debian-13-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/29222/head" && git reset --hard d45ce9b6
git fetch origin master
git merge --no-edit 513e85b5a99db7912c4e7ed5e9675a808b7107a6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn embedded_ocaml_templates.0.1.4 0.1.4
RUN opam depext embedded_ocaml_templates.0.1.4 && opam reinstall embedded_ocaml_templates.0.1.4; \
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" != 'embedded_ocaml_templates.0.1.4' && 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-01-15 08:10.17: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17-embedded_ocaml_templates.0.1.4-d45ce9b6feb3694e966137df55ac14d9ec01ba13"
2026-01-15 08:10.17: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "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 depext -u || true"))
(run (shell "opam pin add -k version -yn embedded_ocaml_templates.0.1.4 0.1.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext embedded_ocaml_templates.0.1.4 && opam reinstall embedded_ocaml_templates.0.1.4;\
\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\" != 'embedded_ocaml_templates.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-15 08:10.17: Waiting for resource in pool OCluster
2026-01-15 08:17.23: Waiting for worker…
2026-01-15 08:20.00: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 513e85b5a9 Merge pull request #29217 from c-cube/release-containers-v3.17
Merge made by the 'ort' strategy.
.../embedded_ocaml_templates.0.1.4/opam | 12 ++++++------
.../embedded_ocaml_templates.0.2/opam | 12 ++++++------
.../embedded_ocaml_templates.0.3.1/opam | 8 ++++----
.../embedded_ocaml_templates.0.4/opam | 10 +++++-----
.../embedded_ocaml_templates.0.5.1/opam | 10 +++++-----
.../embedded_ocaml_templates.0.6/opam | 2 +-
.../embedded_ocaml_templates.0.7/opam | 2 +-
packages/unionFind/unionFind.20250818/opam | 2 +-
8 files changed, 29 insertions(+), 29 deletions(-)
(from ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17)
2026-01-15 08:28.21 ---> using "03f0951594c938350775771f8c8fede6d107f2d2eee244220b7b8b4b1567de6e" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-01-15 08:28.21 ---> using "d0a102f0ee5719f017d525660f804b5bd50657b9e3bf47bb77f614a94ec4d58b" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.
[WARNING] Recommended dependencies -- most packages rely on these:
- m4
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-01-15 08:28.21 ---> using "b30c55f483aea5e3be102714cfe9d437ae5c9dfdc868e1517d48d086e497cd6e" from cache
/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-mccs+glpk
# install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria -removed,-count[version-lag,solution],-new
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
2026-01-15 08:28.21 ---> using "01664fcb3b8e7d95bae2fb39b5d41044c8f1a71e513ab9bfd064ade40a8fbbf9" 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-01-15 08:28.21 ---> using "7ea3c6207b841ea54b304c816b9f3c4bb8fc5cb638ea4cae95e83003ea62e4b1" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-15 08:28.22 ---> using "abe53cd22e0becbaa3a900c33469499dd09a1d52d283c4de928ea5d6f96add42" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-01-15 08:28.22 ---> using "8889e90cd7d779fe99286eb80b9bbece5ad0f47e3e76ac94bea17d38f1fa76b4" from cache
/home/opam: (run (network host)
(shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 [9670 kB]
Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.9 kB]
Fetched 9997 kB in 1s (8428 kB/s)
Reading package lists...
# OS package update successful
2026-01-15 08:28.22 ---> using "e6534088c1afb94906fd76d5b714ba27c46e87864c8c1dc328147cfa04498f0e" from cache
/home/opam: (run (shell "opam pin add -k version -yn embedded_ocaml_templates.0.1.4 0.1.4"))
embedded_ocaml_templates is now pinned to version 0.1.4
2026-01-15 08:28.22 ---> using "7ccdf0f600c998eba6483525403e0d59952c45241ff7be111b4932b5e910a009" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext embedded_ocaml_templates.0.1.4 && opam reinstall embedded_ocaml_templates.0.1.4;\
\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\" != 'embedded_ocaml_templates.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for embedded_ocaml_templates.0.1.4: The following dependencies couldn't be met:
- embedded_ocaml_templates -> core < v0.15 -> ocaml < 4.12.0
base of this switch (use `--unlock-base' to force)
- embedded_ocaml_templates -> core < v0.15 -> core_kernel < v0.15 -> ocaml < 4.12.0
base of this switch (use `--unlock-base' to force)
- embedded_ocaml_templates -> core < v0.15 -> core_kernel < v0.15 -> typerep < v0.15 -> ocaml < 5.3
base of this switch (use `--unlock-base' to force)
Command failed: opam list --readonly --external '--resolve=embedded_ocaml_templates.0.1.4' --color=never returned 20
"/usr/bin/env" "bash" "-c" "opam depext embedded_ocaml_templates.0.1.4 && opam reinstall embedded_ocaml_templates.0.1.4;
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" != 'embedded_ocaml_templates.0.1.4' && 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
2026-01-15 08:28.33: Job failed: Failed: Build failed
2026-01-15 08:28.33: Log analysis:
2026-01-15 08:28.33: >>>
[ERROR] No solution for embedded_ocaml_templates.0.1.4: The following dependencies couldn't be met:
(score = 100)
2026-01-15 08:28.33: [SKIP] Package not available