(for PR #28827)
2025-11-10 16:57.22: New job: build kaun.1.0.0~alpha2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28827/head (3adacbc6aba2762d0750bc10bb58285f6b461c46)
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/28827/head" && git reset --hard 3adacbc6
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-4.14@sha256:9c0b0d6b501ad6eaf9feacb656328b4671fc7009d9cd33655143239663251961
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 kaun.1.0.0~alpha2 1.0.0~alpha2
RUN opam reinstall kaun.1.0.0~alpha2; \
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" != 'kaun.1.0.0~alpha2' && 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-10 16:57.22: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:9c0b0d6b501ad6eaf9feacb656328b4671fc7009d9cd33655143239663251961-kaun.1.0.0~alpha2-3adacbc6aba2762d0750bc10bb58285f6b461c46"
2025-11-10 16:57.22: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-4.14@sha256:9c0b0d6b501ad6eaf9feacb656328b4671fc7009d9cd33655143239663251961)
(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 kaun.1.0.0~alpha2 1.0.0~alpha2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall kaun.1.0.0~alpha2;\
\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\" != 'kaun.1.0.0~alpha2' && 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-10 16:57.22: Waiting for resource in pool OCluster
2025-11-10 22:25.19: Waiting for worker…
2025-11-10 22:28.01: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Merge made by the 'ort' strategy.
packages/fehu/fehu.1.0.0~alpha2/opam | 49 +++++++++++++++
packages/hugin/hugin.1.0.0~alpha2/opam | 49 +++++++++++++++
packages/kaun/kaun.1.0.0~alpha2/opam | 50 ++++++++++++++++
packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam | 54 +++++++++++++++++
packages/nx/nx.1.0.0~alpha2/opam | 65 ++++++++++++++++++++
packages/quill/quill.1.0.0~alpha2/opam | 70 ++++++++++++++++++++++
packages/raven/raven.1.0.0~alpha2/opam | 53 ++++++++++++++++
packages/rune/rune.1.0.0~alpha2/opam | 56 +++++++++++++++++
packages/saga/saga.1.0.0~alpha2/opam | 49 +++++++++++++++
packages/sowilo/sowilo.1.0.0~alpha2/opam | 47 +++++++++++++++
packages/talon/talon.1.0.0~alpha2/opam | 48 +++++++++++++++
11 files changed, 590 insertions(+)
create mode 100644 packages/fehu/fehu.1.0.0~alpha2/opam
create mode 100644 packages/hugin/hugin.1.0.0~alpha2/opam
create mode 100644 packages/kaun/kaun.1.0.0~alpha2/opam
create mode 100644 packages/nx-datasets/nx-datasets.1.0.0~alpha2/opam
create mode 100644 packages/nx/nx.1.0.0~alpha2/opam
create mode 100644 packages/quill/quill.1.0.0~alpha2/opam
create mode 100644 packages/raven/raven.1.0.0~alpha2/opam
create mode 100644 packages/rune/rune.1.0.0~alpha2/opam
create mode 100644 packages/saga/saga.1.0.0~alpha2/opam
create mode 100644 packages/sowilo/sowilo.1.0.0~alpha2/opam
create mode 100644 packages/talon/talon.1.0.0~alpha2/opam
(from ocaml/opam:archlinux-ocaml-4.14@sha256:9c0b0d6b501ad6eaf9feacb656328b4671fc7009d9cd33655143239663251961)
Unable to find image 'ocaml/opam:archlinux-ocaml-4.14@sha256:9c0b0d6b501ad6eaf9feacb656328b4671fc7009d9cd33655143239663251961' locally
docker.io/ocaml/opam@sha256:9c0b0d6b501ad6eaf9feacb656328b4671fc7009d9cd33655143239663251961: 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
ef8936ed2115: Already exists
03d88b820e0f: Already exists
7ad98e89cb6f: Already exists
d5de02ff18c6: Already exists
a039df7c27db: Already exists
4f4fb700ef54: Already exists
6a3e38ba2bef: Already exists
fbffc84d36db: Already exists
576b77c89595: Already exists
3481805c55c1: Already exists
42630e11cdf2: Already exists
b5fc415bc313: Already exists
737547a67ea4: Already exists
9cc4ccf31d95: Already exists
b438a2bfeb52: Already exists
acb0748395fb: Already exists
0ab398869fe3: Already exists
6c1375743e2c: Already exists
c88d9a06b9a9: Already exists
83e3b1e13251: Already exists
99dce37e928a: Already exists
152d026b0425: Already exists
01cfea535c66: Already exists
134d5afae458: Already exists
7df685c2050d: Pulling fs layer
db2e8ff73121: Pulling fs layer
c1a6bec855d5: Pulling fs layer
370974f263de: Pulling fs layer
370974f263de: Waiting
db2e8ff73121: Verifying Checksum
db2e8ff73121: Download complete
c1a6bec855d5: Verifying Checksum
c1a6bec855d5: Download complete
370974f263de: Verifying Checksum
370974f263de: Download complete
7df685c2050d: Verifying Checksum
7df685c2050d: Download complete
7df685c2050d: Pull complete
db2e8ff73121: Pull complete
c1a6bec855d5: Pull complete
370974f263de: Pull complete
Digest: sha256:9c0b0d6b501ad6eaf9feacb656328b4671fc7009d9cd33655143239663251961
Status: Downloaded newer image for ocaml/opam@sha256:9c0b0d6b501ad6eaf9feacb656328b4671fc7009d9cd33655143239663251961
2025-11-10 22:29.14 ---> saved as "90e6ad271d6cff4d2d84b95e7df48355be7a23830eeb095c4f58a5dc3b57ca64"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-10 22:29.15 ---> saved as "15f45865a083c7cfab55ba0775e9565b1a55687dc62b58bb4492b19a84e419b3"
/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
2025-11-10 22:29.37 ---> saved as "1110c0a39239d6f102cc7f418ebb881ec1acb8fbf65e53c27ad27a49b180e2e2"
/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~alpha1
# 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 255
# 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-10 22:29.38 ---> saved as "c12e5e7d23b60796935938a0eb27d41a4f17be86238b92ad3510b26a3c1f0f4e"
/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-10 22:29.55 ---> saved as "b6eb5f9a486e65c54b887bec0bc1e59355c26361baecfe32d07029df9f3285b5"
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 22:30.08 ---> saved as "818a78a7c36051abaedd61b5b264aaefe391ce3ace4a8d0e0dd79ec24c2f05bb"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 22:30.26 ---> saved as "1c0ee9a3dc1dc40c1902241b9cdbeef229cc8b76196c015349f2dda832099b14"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2025-11-10 22:30.27 ---> saved as "1e1f523a797229396d4fae27a19af4deca8bd11bac298d4c3de4f01a569880cc"
/home/opam: (run (shell "opam pin add -k version -yn kaun.1.0.0~alpha2 1.0.0~alpha2"))
kaun is now pinned to version 1.0.0~alpha2
2025-11-10 22:30.29 ---> saved as "1d09869c40970a831114cb73a51a96631b6073b12fde7e1113067ecfc01cbf29"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall kaun.1.0.0~alpha2;\
\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\" != 'kaun.1.0.0~alpha2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
kaun.1.0.0~alpha2 is not installed. Install it? [Y/n] y
* No agreement on the version of ocaml:
- (invariant) → ocaml-base-compiler = 4.14.2 → ocaml = 4.14.2
- kaun >= 1.0.0~alpha2 → ocaml >= 5.3.0
You can temporarily relax the switch invariant with `--update-invariant'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall kaun.1.0.0~alpha2;
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" != 'kaun.1.0.0~alpha2' && 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-10 22:30.53: Job failed: Failed: Build failed
2025-11-10 22:30.53: Log analysis:
2025-11-10 22:30.53: >>>
No solution found, exiting
(score = 100)
2025-11-10 22:30.53: [SKIP] Package not available