(for PR #28882)
2025-11-13 09:03.01: New job: build ojs_list.0.9.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28882/head (39335c8b7feed991eebd6439066118e84eaf79c3)
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/28882/head" && git reset --hard 39335c8b
git fetch origin master
git merge --no-edit c07dfd0c93a9e4cf6ab7f77cb01d392c9483aeec
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 ojs_list.0.9.0 0.9.0
RUN opam reinstall ojs_list.0.9.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 "\"archlinux\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ojs_list.0.9.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-13 09:03.01: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:9c0b0d6b501ad6eaf9feacb656328b4671fc7009d9cd33655143239663251961-ojs_list.0.9.0-39335c8b7feed991eebd6439066118e84eaf79c3"
2025-11-13 09:03.01: 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 ojs_list.0.9.0 0.9.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ojs_list.0.9.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 \"\\\"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\" != 'ojs_list.0.9.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-13 09:03.01: Waiting for resource in pool OCluster
2025-11-13 09:03.01: Waiting for worker…
2025-11-13 09:04.43: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at c07dfd0c93 Merge pull request #28869 from zoggy/opam-publish-xtmpl_js.1.2.0
Merge made by the 'ort' strategy.
packages/ojs_base/ojs_base.0.9.0/opam | 49 +++++++++++++++++++++++++++
packages/ojs_base_all/ojs_base_all.0.9.0/opam | 40 ++++++++++++++++++++++
packages/ojs_base_ppx/ojs_base_ppx.0.9.0/opam | 39 +++++++++++++++++++++
packages/ojs_ed/ojs_ed.0.9.0/opam | 37 ++++++++++++++++++++
packages/ojs_filetree/ojs_filetree.0.9.0/opam | 39 +++++++++++++++++++++
packages/ojs_list/ojs_list.0.9.0/opam | 37 ++++++++++++++++++++
6 files changed, 241 insertions(+)
create mode 100644 packages/ojs_base/ojs_base.0.9.0/opam
create mode 100644 packages/ojs_base_all/ojs_base_all.0.9.0/opam
create mode 100644 packages/ojs_base_ppx/ojs_base_ppx.0.9.0/opam
create mode 100644 packages/ojs_ed/ojs_ed.0.9.0/opam
create mode 100644 packages/ojs_filetree/ojs_filetree.0.9.0/opam
create mode 100644 packages/ojs_list/ojs_list.0.9.0/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: Pulling fs layer
849b0775ea0f: Pulling fs layer
9d20c098ec76: Pulling fs layer
a59b1e251b85: Waiting
06eb9f7865f2: Pulling fs layer
849b0775ea0f: Waiting
9d20c098ec76: Waiting
c240908bead2: Pulling fs layer
1ecf1bb05538: Pulling fs layer
ed893cc754b7: Pulling fs layer
edacf2579914: Pulling fs layer
05c577939763: Pulling fs layer
ef8936ed2115: Pulling fs layer
03d88b820e0f: Pulling fs layer
7ad98e89cb6f: Pulling fs layer
05c577939763: Waiting
d5de02ff18c6: Pulling fs layer
a039df7c27db: Pulling fs layer
4f4fb700ef54: Pulling fs layer
03d88b820e0f: Waiting
6a3e38ba2bef: Pulling fs layer
fbffc84d36db: Pulling fs layer
d5de02ff18c6: Waiting
7ad98e89cb6f: Waiting
576b77c89595: Pulling fs layer
6a3e38ba2bef: Waiting
4f4fb700ef54: Waiting
fbffc84d36db: Waiting
3481805c55c1: Pulling fs layer
42630e11cdf2: Pulling fs layer
576b77c89595: Waiting
b5fc415bc313: Pulling fs layer
737547a67ea4: Pulling fs layer
42630e11cdf2: Waiting
9cc4ccf31d95: Pulling fs layer
b438a2bfeb52: Pulling fs layer
acb0748395fb: Pulling fs layer
b5fc415bc313: Waiting
b438a2bfeb52: Waiting
0ab398869fe3: Pulling fs layer
737547a67ea4: Waiting
6c1375743e2c: Pulling fs layer
acb0748395fb: Waiting
c88d9a06b9a9: Pulling fs layer
0ab398869fe3: Waiting
83e3b1e13251: Pulling fs layer
6c1375743e2c: Waiting
99dce37e928a: Pulling fs layer
152d026b0425: Pulling fs layer
01cfea535c66: Pulling fs layer
99dce37e928a: Waiting
152d026b0425: Waiting
134d5afae458: Pulling fs layer
9cc4ccf31d95: Waiting
7df685c2050d: Pulling fs layer
01cfea535c66: Waiting
db2e8ff73121: Pulling fs layer
134d5afae458: Waiting
c1a6bec855d5: Pulling fs layer
7df685c2050d: Waiting
db2e8ff73121: Waiting
370974f263de: Pulling fs layer
c1a6bec855d5: Waiting
849b0775ea0f: Download complete
06eb9f7865f2: Verifying Checksum
06eb9f7865f2: Download complete
c240908bead2: Verifying Checksum
c240908bead2: Download complete
1ecf1bb05538: Verifying Checksum
1ecf1bb05538: Download complete
ed893cc754b7: Download complete
edacf2579914: Verifying Checksum
edacf2579914: Download complete
05c577939763: Verifying Checksum
05c577939763: Download complete
ef8936ed2115: Verifying Checksum
ef8936ed2115: Download complete
03d88b820e0f: Verifying Checksum
03d88b820e0f: Download complete
7ad98e89cb6f: Verifying Checksum
7ad98e89cb6f: Download complete
d5de02ff18c6: Verifying Checksum
d5de02ff18c6: Download complete
a039df7c27db: Verifying Checksum
a039df7c27db: Download complete
4f4fb700ef54: Download complete
a59b1e251b85: Verifying Checksum
a59b1e251b85: Download complete
6a3e38ba2bef: Download complete
fbffc84d36db: Download complete
576b77c89595: Download complete
3481805c55c1: Verifying Checksum
3481805c55c1: Download complete
42630e11cdf2: Verifying Checksum
42630e11cdf2: Download complete
b5fc415bc313: Verifying Checksum
b5fc415bc313: Download complete
737547a67ea4: Verifying Checksum
737547a67ea4: Download complete
9cc4ccf31d95: Verifying Checksum
9cc4ccf31d95: Download complete
b438a2bfeb52: Verifying Checksum
b438a2bfeb52: Download complete
acb0748395fb: Verifying Checksum
0ab398869fe3: Verifying Checksum
0ab398869fe3: Download complete
6c1375743e2c: Download complete
83e3b1e13251: Download complete
99dce37e928a: Verifying Checksum
99dce37e928a: Download complete
152d026b0425: Download complete
c88d9a06b9a9: Verifying Checksum
c88d9a06b9a9: Download complete
134d5afae458: Download complete
01cfea535c66: Verifying Checksum
01cfea535c66: Download complete
db2e8ff73121: Verifying Checksum
db2e8ff73121: Download complete
c1a6bec855d5: Download complete
370974f263de: Download complete
a59b1e251b85: Pull complete
849b0775ea0f: Pull complete
7df685c2050d: Verifying Checksum
7df685c2050d: Download complete
9d20c098ec76: Verifying Checksum
9d20c098ec76: Download complete
9d20c098ec76: Pull complete
06eb9f7865f2: Pull complete
c240908bead2: Pull complete
1ecf1bb05538: Pull complete
ed893cc754b7: Pull complete
edacf2579914: Pull complete
05c577939763: Pull complete
ef8936ed2115: Pull complete
03d88b820e0f: Pull complete
7ad98e89cb6f: Pull complete
d5de02ff18c6: Pull complete
a039df7c27db: Pull complete
4f4fb700ef54: Pull complete
6a3e38ba2bef: Pull complete
fbffc84d36db: Pull complete
576b77c89595: Pull complete
3481805c55c1: Pull complete
42630e11cdf2: Pull complete
b5fc415bc313: Pull complete
737547a67ea4: Pull complete
9cc4ccf31d95: Pull complete
b438a2bfeb52: Pull complete
acb0748395fb: Pull complete
0ab398869fe3: Pull complete
6c1375743e2c: Pull complete
c88d9a06b9a9: Pull complete
83e3b1e13251: Pull complete
99dce37e928a: Pull complete
152d026b0425: Pull complete
01cfea535c66: Pull complete
134d5afae458: Pull 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-13 09:05.38 ---> using "90e6ad271d6cff4d2d84b95e7df48355be7a23830eeb095c4f58a5dc3b57ca64" 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-13 09:05.38 ---> using "15f45865a083c7cfab55ba0775e9565b1a55687dc62b58bb4492b19a84e419b3" 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-13 09:05.38 ---> using "1110c0a39239d6f102cc7f418ebb881ec1acb8fbf65e53c27ad27a49b180e2e2" 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~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 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-13 09:05.38 ---> using "c12e5e7d23b60796935938a0eb27d41a4f17be86238b92ad3510b26a3c1f0f4e" 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-13 09:05.38 ---> using "b6eb5f9a486e65c54b887bec0bc1e59355c26361baecfe32d07029df9f3285b5" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-13 09:05.40 ---> using "0777ba91e67f4661a0e65aa4a3863c717958bca5652de061244ef9b56191628b" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-13 09:05.52 ---> saved as "da4cf305be260ec066803b5ac58abce90d630db57e6967596fff40f7138d5f6e"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
- core downloading...
- extra downloading...
2025-11-13 09:06.18 ---> saved as "1f6be6fa4c56e281fa9c05c82447b943e8b00bd845ac6429655928974decdb16"
/home/opam: (run (shell "opam pin add -k version -yn ojs_list.0.9.0 0.9.0"))
ojs_list is now pinned to version 0.9.0
2025-11-13 09:06.20 ---> saved as "f5ddd778e86a852dc68c0020d7b275639ee279d4dee6f1082e9d72762dda1824"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ojs_list.0.9.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 \"\\\"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\" != 'ojs_list.0.9.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ojs_list.0.9.0 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) → ocaml-base-compiler = 4.14.2
- ojs_list >= 0.9.0 → ojs_base >= 0.9.0 → ocaml >= 5.1.0 → ocaml-variants < 5.5.1~
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- ojs_list >= 0.9.0 → ojs_base >= 0.9.0 → ocaml >= 5.1.0 → ocaml-variants < 5.5.1~ → ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- ojs_list >= 0.9.0 → ojs_base >= 0.9.0 → ocaml >= 5.1.0 → ocaml-variants >= 5.1.0~ → system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall ojs_list.0.9.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 "\"archlinux\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'ojs_list.0.9.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-13 09:06.52: Job failed: Failed: Build failed
2025-11-13 09:06.52: Log analysis:
2025-11-13 09:06.52: >>>
No solution found, exiting
(score = 100)
2025-11-13 09:06.52: [SKIP] Package not available