- github
- ocaml
- opam-repository
- f552a1
- distributions,debian-unstable-ocaml-5.4,melange.6.0.1-51
(not at the head of any monitored branch or PR)
2025-11-30 20:45.56: New job: build melange.6.0.1-51, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29001/head (f552a18f416e36738eee28c6bf79045fd1a926dd)
on debian-unstable-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/29001/head" && git reset --hard f552a18f
git fetch origin master
git merge --no-edit 1808b67a60cee484a3c5ff1a64046c0e5f0406a5
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-5.4@sha256:61a951e70258524b4c6ea0e04be1f4df8706a834661ae377a64dcaa4f2f5eb3d
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 melange.6.0.1-51 6.0.1-51
RUN opam reinstall melange.6.0.1-51; \
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" != 'melange.6.0.1-51' && 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-30 20:45.56: Using cache hint "ocaml/opam:debian-unstable-ocaml-5.4@sha256:61a951e70258524b4c6ea0e04be1f4df8706a834661ae377a64dcaa4f2f5eb3d-melange.6.0.1-51-f552a18f416e36738eee28c6bf79045fd1a926dd"
2025-11-30 20:45.56: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:61a951e70258524b4c6ea0e04be1f4df8706a834661ae377a64dcaa4f2f5eb3d)
(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 melange.6.0.1-51 6.0.1-51"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall melange.6.0.1-51;\
\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\" != 'melange.6.0.1-51' && 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-30 20:45.56: Waiting for resource in pool OCluster
2025-11-30 20:45.58: Waiting for worker…
2025-11-30 20:47.00: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 1808b67a60 Merge pull request #28997 from dinosaure/release-hxd-v0.3.6
Updating 1808b67a60..f552a18f41
Fast-forward
packages/melange/melange.6.0.1-414/opam | 42 +++++++++++++++++++++++++++++++++
packages/melange/melange.6.0.1-51/opam | 42 +++++++++++++++++++++++++++++++++
packages/melange/melange.6.0.1-52/opam | 42 +++++++++++++++++++++++++++++++++
packages/melange/melange.6.0.1-53/opam | 42 +++++++++++++++++++++++++++++++++
packages/melange/melange.6.0.1-54/opam | 42 +++++++++++++++++++++++++++++++++
5 files changed, 210 insertions(+)
create mode 100644 packages/melange/melange.6.0.1-414/opam
create mode 100644 packages/melange/melange.6.0.1-51/opam
create mode 100644 packages/melange/melange.6.0.1-52/opam
create mode 100644 packages/melange/melange.6.0.1-53/opam
create mode 100644 packages/melange/melange.6.0.1-54/opam
(from ocaml/opam:debian-unstable-ocaml-5.4@sha256:61a951e70258524b4c6ea0e04be1f4df8706a834661ae377a64dcaa4f2f5eb3d)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:61a951e70258524b4c6ea0e04be1f4df8706a834661ae377a64dcaa4f2f5eb3d' locally
docker.io/ocaml/opam@sha256:61a951e70258524b4c6ea0e04be1f4df8706a834661ae377a64dcaa4f2f5eb3d: Pulling from ocaml/opam
ebb6f524ed90: Already exists
fa18dc88db61: Already exists
436a430fdeca: Already exists
007ba83a959d: Already exists
dc5f66e7870f: Already exists
b36d9373f676: Already exists
f571d27fc7cd: Already exists
41a7136e3a46: Already exists
733a23380a28: Already exists
14a6be8e9ebd: Already exists
d8d7477aff71: Already exists
d256ca012033: Already exists
495fa6f1f2dd: Already exists
47bb85207d15: Already exists
a13f8ab87c42: Already exists
5137dea4bd8e: Already exists
5137dea4bd8e: Already exists
9e591d5e6ee7: Already exists
6cb9391b4f5d: Already exists
9d80c142fd69: Already exists
9e65dba1b94d: Already exists
4f4fb700ef54: Already exists
2cdb055aeb81: Already exists
42c10fc59a96: Already exists
6e3433ad213e: Already exists
81013be65ff6: Already exists
8690f6e50e13: Already exists
9281ef6dd5fe: Already exists
8ee8ea00fa0a: Already exists
81a7fa6e6fce: Already exists
156cf6e195e5: Already exists
752a10b89957: Already exists
2b8058b8b31c: Already exists
1f1425e8412f: Already exists
cb0ca4a3dc9b: Already exists
532a94f50047: Already exists
b8ffc1889d15: Already exists
91f7324b2de3: Already exists
53f131e52093: Already exists
0b5e3c410635: Already exists
430c1ea9d507: Pulling fs layer
53b6c1b567f6: Pulling fs layer
88ed68c98875: Pulling fs layer
7daa46a6b2f7: Pulling fs layer
430c1ea9d507: Waiting
210303105825: Pulling fs layer
88ed68c98875: Waiting
53b6c1b567f6: Waiting
e8869fed4c3a: Pulling fs layer
7daa46a6b2f7: Waiting
210303105825: Waiting
220b8359a142: Pulling fs layer
e8869fed4c3a: Waiting
220b8359a142: Waiting
430c1ea9d507: Download complete
430c1ea9d507: Pull complete
88ed68c98875: Verifying Checksum
53b6c1b567f6: Download complete
53b6c1b567f6: Pull complete
88ed68c98875: Pull complete
210303105825: Download complete
e8869fed4c3a: Download complete
220b8359a142: Download complete
7daa46a6b2f7: Verifying Checksum
7daa46a6b2f7: Download complete
7daa46a6b2f7: Pull complete
210303105825: Pull complete
e8869fed4c3a: Pull complete
220b8359a142: Pull complete
Digest: sha256:61a951e70258524b4c6ea0e04be1f4df8706a834661ae377a64dcaa4f2f5eb3d
Status: Downloaded newer image for ocaml/opam@sha256:61a951e70258524b4c6ea0e04be1f4df8706a834661ae377a64dcaa4f2f5eb3d
2025-11-30 20:49.11 ---> using "213fbadd52a1c3cceeb902bd8dd653e4db30e6bd185cac565666815dc0ded0ea" 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-30 20:49.11 ---> using "6c1628ac036f56a8fb98d295cd08c7ef39a0340da00183b77194056d8610bc07" 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-30 20:49.11 ---> using "bb26073d23f18d60a65400c329a2c70d56d00384c9f08e238c18e30432cf9439" 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~rc1
# 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 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-11-30 20:49.11 ---> using "80bfacc56d9fba4659db9880596ad4b0322aa9970d677a5830ee64f22867d299" 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-30 20:49.11 ---> using "bf2305a4c2bb6d74415a6f2ad1d1e39b0741566438b6e8208fcd03b39e1b6386" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-30 20:49.22 ---> saved as "cd552aa9f92bcf082cc06c6a9b5f42aa345267f5fb0f437b8c9b2708c2b20536"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-30 20:49.40 ---> saved as "2cd8118465b2b99d661bea49442d235e715b05e1d2cd257a3bd662d7b9b46c46"
/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-30-2004.36-F-2025-11-22-1421.46.pdiff [524 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-11-30-2004.36-F-2025-11-22-1421.46.pdiff [524 kB]
- Fetched 764 kB in 2s (457 kB/s)
- Reading package lists...
-
2025-11-30 20:49.43 ---> saved as "9f2fcb7a3a7ed0d85f8328e7162d72175fc4db46a77439b27d15b35cfbfa1f76"
/home/opam: (run (shell "opam pin add -k version -yn melange.6.0.1-51 6.0.1-51"))
melange is now pinned to version 6.0.1-51
2025-11-30 20:49.44 ---> saved as "dec9f218b3158c339895f2e0f7a7d938ee1fe805c210a4cc59e9e2ea065d4f7e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall melange.6.0.1-51;\
\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\" != 'melange.6.0.1-51' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
melange.6.0.1-51 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.4.0
- melange = 6.0.1-51 -> ocaml < 5.2 -> dkml-base-compiler
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler >= 5.4.0
- melange = 6.0.1-51 -> ocaml < 5.2 -> ocaml-variants (< 4.05.2~ | >= 4.06.0)
* Missing dependency:
- melange = 6.0.1-51 -> ocaml < 5.2 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
not available because the package is pinned to version 5.4.0
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.0" & (os != "win32" | sys-ocaml-libc = "msvc")'
no matching version
* Missing dependency:
- melange = 6.0.1-51 -> ocaml < 5.2 -> ocaml-variants >= 4.06.0 -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- melange = 6.0.1-51 -> ocaml < 5.2 -> ocaml-variants >= 4.06.0 -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall melange.6.0.1-51;
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" != 'melange.6.0.1-51' && 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-30 20:50.02: Job failed: Failed: Build failed
2025-11-30 20:50.02: Log analysis:
2025-11-30 20:50.02: >>>
No solution found, exiting
(score = 100)
2025-11-30 20:50.02: [SKIP] Package not available