- github
- ocaml
- opam-repository
- f552a1
- distributions,archlinux-ocaml-4.14,melange.6.0.1-54
(not at the head of any monitored branch or PR)
2025-11-30 20:45.57: New job: build melange.6.0.1-54, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29001/head (f552a18f416e36738eee28c6bf79045fd1a926dd)
on archlinux-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/29001/head" && git reset --hard f552a18f
git fetch origin master
git merge --no-edit 1808b67a60cee484a3c5ff1a64046c0e5f0406a5
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:72a99d6083e9c2ddb529c4559c9e383a94bb45dbf9025764890f9c16e92a73ee
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-54 6.0.1-54
RUN opam reinstall melange.6.0.1-54; \
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 "\"archlinux\""; 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-54' && 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.57: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:72a99d6083e9c2ddb529c4559c9e383a94bb45dbf9025764890f9c16e92a73ee-melange.6.0.1-54-f552a18f416e36738eee28c6bf79045fd1a926dd"
2025-11-30 20:45.57: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:72a99d6083e9c2ddb529c4559c9e383a94bb45dbf9025764890f9c16e92a73ee)
(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-54 6.0.1-54"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall melange.6.0.1-54;\
\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 \"\\\"archlinux\\\"\"; 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-54' && 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.57: Waiting for resource in pool OCluster
2025-11-30 20:47.21: Waiting for worker…
2025-11-30 20:49.40: Got resource from pool OCluster
Building on toxis.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:archlinux-ocaml-4.14@sha256:72a99d6083e9c2ddb529c4559c9e383a94bb45dbf9025764890f9c16e92a73ee)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:72a99d6083e9c2ddb529c4559c9e383a94bb45dbf9025764890f9c16e92a73ee' locally
docker.io/ocaml/opam@sha256:72a99d6083e9c2ddb529c4559c9e383a94bb45dbf9025764890f9c16e92a73ee: Pulling from ocaml/opam
a59b1e251b85: Already exists
849b0775ea0f: Already exists
9d20c098ec76: Already exists
06eb9f7865f2: Already exists
c240908bead2: Already exists
1ecf1bb05538: Already exists
ed893cc754b7: Already exists
edacf2579914: Already exists
05c577939763: Already exists
9e8f6721f4c4: Already exists
48d6214994d6: Already exists
98235c214fad: Already exists
f881a8c6fc1a: Already exists
f881a8c6fc1a: Already exists
4f4fb700ef54: Already exists
b3f93f2c3c18: Already exists
a410448b943b: Already exists
87ea0dfbff84: Already exists
8bed896c97fc: Already exists
f5e22c2669d7: Already exists
dfe637372b08: Already exists
153670f799e4: Already exists
7cc081766faf: Already exists
7620935da84d: Already exists
2f2e06051128: Already exists
0145e422d197: Already exists
c1f8fe4c6196: Already exists
dbaaa378ad6c: Already exists
28e037878f70: Already exists
5888496d1afc: Already exists
c3de02dccf5f: Already exists
b4efdca91afd: Already exists
eecb21fbea39: Already exists
56c3fe0df21e: Pulling fs layer
def47d8a5ddb: Pulling fs layer
43b40ec6ccd4: Pulling fs layer
e0fa13d4438e: Pulling fs layer
56c3fe0df21e: Waiting
e0fa13d4438e: Waiting
def47d8a5ddb: Waiting
56c3fe0df21e: Verifying Checksum
56c3fe0df21e: Download complete
def47d8a5ddb: Download complete
43b40ec6ccd4: Download complete
e0fa13d4438e: Verifying Checksum
e0fa13d4438e: Download complete
56c3fe0df21e: Pull complete
def47d8a5ddb: Pull complete
43b40ec6ccd4: Pull complete
e0fa13d4438e: Pull complete
Digest: sha256:72a99d6083e9c2ddb529c4559c9e383a94bb45dbf9025764890f9c16e92a73ee
Status: Downloaded newer image for ocaml/opam@sha256:72a99d6083e9c2ddb529c4559c9e383a94bb45dbf9025764890f9c16e92a73ee
2025-11-30 20:50.05 ---> using "385087f9387362a07f8554cb5ff7b8280dd9db7842988000313d7d8e05983f59" 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:50.05 ---> using "c5cf7307ac2c465dfdde56e46ce717246d9686da72f1ec2352d64bb860932972" 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:50.05 ---> using "6fedad06342045f0c00efa159e65345335853f6e135335dd9b887c26082a3a4d" 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=arch os-version=20251019.0.436919
# 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-30 20:50.05 ---> using "c286d5a36755c02ec4435a3a5f8a292096a0a9729dfd3002c89cf63ec89440e6" 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:50.05 ---> using "184a5a0f1cbf96591488949e87cf3e117ef6e95f3aa3f2a3412946a29449842d" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-30 20:50.17 ---> saved as "80affe620d1a8e81af5678171614a56dfcb1f3e1eaf2667a6613e880b0b33d57"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-30 20:50.36 ---> saved as "3243b31c3e9cd68f9f673161c8910cf4a79846c50fcd90b9112bbcbaad9666ab"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2025-11-30 20:50.37 ---> saved as "a3f54d4325efd4833da3f83fe24d8c078bc86ee2169c18578252381b1f50c8a5"
/home/opam: (run (shell "opam pin add -k version -yn melange.6.0.1-54 6.0.1-54"))
melange is now pinned to version 6.0.1-54
2025-11-30 20:50.37 ---> saved as "0a02ef8b77003bd9b6a0ffe6cdbcd3f2d32535beab6a362054eec657b6376368"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall melange.6.0.1-54;\
\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 \"\\\"archlinux\\\"\"; 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-54' && 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-54 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) → ocaml-base-compiler = 4.14.2
- melange = 6.0.1-54 → ocaml >= 5.4 → ocaml-variants < 5.5.1~
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- melange = 6.0.1-54 → ocaml >= 5.4 → ocaml-variants < 5.4.1~ → ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- melange = 6.0.1-54 → ocaml >= 5.4 → ocaml-variants < 5.4.1~ → system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall melange.6.0.1-54;
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 "\"archlinux\""; 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-54' && 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:51.24: Job failed: Failed: Build failed
2025-11-30 20:51.24: Log analysis:
2025-11-30 20:51.24: >>>
No solution found, exiting
(score = 100)
2025-11-30 20:51.24: [SKIP] Package not available