Build:
- 0
2026-02-26 17:31.27: New job: test matrix-eio.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29312/head (8c083980be49cd4fc405e80bab0aa50d6cebdaac)
on fedora-43-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/29312/head" && git reset --hard 8c083980
git fetch origin master
git merge --no-edit 5119fbb0776fa3cd71b09f40a51e40f783c539bf
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:0d477c3aaa6eb46f200fa7829104c4b66f713224709c1411790730389c6f86e4
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 matrix-eio.0.1.0 0.1.0
RUN opam reinstall matrix-eio.0.1.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 "\"fedora-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'matrix-eio.0.1.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test matrix-eio.0.1.0) || true
RUN opam reinstall --with-test --verbose matrix-eio.0.1.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 "\"fedora-43\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'matrix-eio.0.1.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 .
2026-02-26 17:31.27: Using cache hint "ocaml/opam:fedora-43-ocaml-4.14@sha256:0d477c3aaa6eb46f200fa7829104c4b66f713224709c1411790730389c6f86e4-matrix-eio.0.1.0-8c083980be49cd4fc405e80bab0aa50d6cebdaac"
2026-02-26 17:31.27: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:0d477c3aaa6eb46f200fa7829104c4b66f713224709c1411790730389c6f86e4)
(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 matrix-eio.0.1.0 0.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall matrix-eio.0.1.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'matrix-eio.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test matrix-eio.0.1.0) || true"))
(run (shell "opam reinstall --with-test --verbose matrix-eio.0.1.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'matrix-eio.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-26 17:31.27: Waiting for resource in pool OCluster
2026-02-27 02:12.13: Waiting for worker…
2026-02-27 02:13.48: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 5119fbb077 Merge pull request #29462 from Octachron/OCaml_5.5.0_alpha1
Updating 5119fbb077..8c083980be
Fast-forward
packages/matrix-eio/matrix-eio.0.1.0/opam | 42 ++++++++++++++++++++++++++
packages/matrix/matrix.0.1.0/opam | 42 ++++++++++++++++++++++++++
packages/mosaic/mosaic.0.1.0/opam | 46 +++++++++++++++++++++++++++++
packages/toffee/toffee.0.1.0/opam | 42 ++++++++++++++++++++++++++
packages/tree-sitter/tree-sitter.0.1.0/opam | 41 +++++++++++++++++++++++++
5 files changed, 213 insertions(+)
create mode 100644 packages/matrix-eio/matrix-eio.0.1.0/opam
create mode 100644 packages/matrix/matrix.0.1.0/opam
create mode 100644 packages/mosaic/mosaic.0.1.0/opam
create mode 100644 packages/toffee/toffee.0.1.0/opam
create mode 100644 packages/tree-sitter/tree-sitter.0.1.0/opam
(from ocaml/opam:fedora-43-ocaml-4.14@sha256:0d477c3aaa6eb46f200fa7829104c4b66f713224709c1411790730389c6f86e4)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:0d477c3aaa6eb46f200fa7829104c4b66f713224709c1411790730389c6f86e4' locally
docker.io/ocaml/opam@sha256:0d477c3aaa6eb46f200fa7829104c4b66f713224709c1411790730389c6f86e4: Pulling from ocaml/opam
5bc90b3315da: Pulling fs layer
132ed1c875b9: Pulling fs layer
709f19a93d7b: Pulling fs layer
600672ca084e: Pulling fs layer
e14c24140cbe: Pulling fs layer
2db09da454e1: Pulling fs layer
0e05a03dbf5c: Pulling fs layer
d9bf0b27ee73: Pulling fs layer
d22999d561d9: Pulling fs layer
600672ca084e: Waiting
9748e0447729: Pulling fs layer
e14c24140cbe: Waiting
b221b944dee6: Pulling fs layer
9103b02722d1: Pulling fs layer
2db09da454e1: Waiting
0e05a03dbf5c: Waiting
4ad003f04196: Pulling fs layer
d9bf0b27ee73: Waiting
530b789336ee: Pulling fs layer
9748e0447729: Waiting
d22999d561d9: Waiting
b221b944dee6: Waiting
7dc6ed995942: Pulling fs layer
9103b02722d1: Waiting
4ad003f04196: Waiting
530b789336ee: Waiting
26e0665eb0ef: Pulling fs layer
7dc6ed995942: Waiting
ec3e95305314: Pulling fs layer
26e0665eb0ef: Waiting
e3efd041cf4c: Pulling fs layer
ec3e95305314: Waiting
93818fe36d44: Pulling fs layer
ddeea98533ac: Pulling fs layer
e3efd041cf4c: Waiting
93818fe36d44: Waiting
d782acfda9e2: Pulling fs layer
ddeea98533ac: Waiting
4f4fb700ef54: Pulling fs layer
4ac33b5f01d6: Pulling fs layer
d782acfda9e2: Waiting
4f4fb700ef54: Waiting
d4dbe3c6c8b2: Pulling fs layer
4ac33b5f01d6: Waiting
81507c45bdf3: Pulling fs layer
2a6e58484e29: Pulling fs layer
d4dbe3c6c8b2: Waiting
dc9846762449: Pulling fs layer
81507c45bdf3: Waiting
c73cd3a4d77c: Pulling fs layer
2a6e58484e29: Waiting
4655acdcba9f: Pulling fs layer
c73cd3a4d77c: Waiting
ea076df8754b: Pulling fs layer
2ea208952bef: Pulling fs layer
2ea825907a64: Pulling fs layer
4655acdcba9f: Waiting
61247173b8a6: Pulling fs layer
ea076df8754b: Waiting
2ea825907a64: Waiting
09632a095133: Pulling fs layer
2ea208952bef: Waiting
83c1172675a5: Pulling fs layer
61247173b8a6: Waiting
0d2123b2d297: Pulling fs layer
51c27e48fbf2: Pulling fs layer
22c801672378: Pulling fs layer
0d2123b2d297: Waiting
f585dfae1146: Pulling fs layer
eb849763742a: Pulling fs layer
22c801672378: Waiting
96f16eb7fb85: Pulling fs layer
7dabac3e0f1c: Pulling fs layer
f585dfae1146: Waiting
96f16eb7fb85: Waiting
2b1c4a783c7a: Pulling fs layer
7dabac3e0f1c: Waiting
527c5ccfc091: Pulling fs layer
527c5ccfc091: Waiting
132ed1c875b9: Verifying Checksum
132ed1c875b9: Download complete
709f19a93d7b: Verifying Checksum
709f19a93d7b: Download complete
e14c24140cbe: Verifying Checksum
e14c24140cbe: Download complete
2db09da454e1: Verifying Checksum
2db09da454e1: Download complete
600672ca084e: Verifying Checksum
600672ca084e: Download complete
0e05a03dbf5c: Verifying Checksum
0e05a03dbf5c: Download complete
d9bf0b27ee73: Verifying Checksum
d9bf0b27ee73: Download complete
5bc90b3315da: Verifying Checksum
5bc90b3315da: Download complete
d22999d561d9: Verifying Checksum
d22999d561d9: Download complete
9748e0447729: Verifying Checksum
9748e0447729: Download complete
b221b944dee6: Verifying Checksum
b221b944dee6: Download complete
9103b02722d1: Verifying Checksum
9103b02722d1: Download complete
530b789336ee: Verifying Checksum
530b789336ee: Download complete
7dc6ed995942: Verifying Checksum
7dc6ed995942: Download complete
4ad003f04196: Verifying Checksum
4ad003f04196: Download complete
26e0665eb0ef: Download complete
ec3e95305314: Verifying Checksum
ec3e95305314: Download complete
e3efd041cf4c: Verifying Checksum
e3efd041cf4c: Download complete
93818fe36d44: Download complete
d782acfda9e2: Verifying Checksum
d782acfda9e2: Download complete
ddeea98533ac: Download complete
4f4fb700ef54: Download complete
d4dbe3c6c8b2: Verifying Checksum
d4dbe3c6c8b2: Download complete
4ac33b5f01d6: Verifying Checksum
4ac33b5f01d6: Download complete
81507c45bdf3: Download complete
2a6e58484e29: Download complete
dc9846762449: Download complete
c73cd3a4d77c: Verifying Checksum
c73cd3a4d77c: Download complete
4655acdcba9f: Verifying Checksum
4655acdcba9f: Download complete
ea076df8754b: Verifying Checksum
ea076df8754b: Download complete
2ea208952bef: Verifying Checksum
2ea208952bef: Download complete
2ea825907a64: Verifying Checksum
2ea825907a64: Download complete
61247173b8a6: Download complete
09632a095133: Download complete
22c801672378: Download complete
f585dfae1146: Download complete
5bc90b3315da: Pull complete
132ed1c875b9: Pull complete
eb849763742a: Verifying Checksum
eb849763742a: Download complete
709f19a93d7b: Pull complete
51c27e48fbf2: Verifying Checksum
51c27e48fbf2: Download complete
7dabac3e0f1c: Verifying Checksum
7dabac3e0f1c: Download complete
2b1c4a783c7a: Verifying Checksum
2b1c4a783c7a: Download complete
527c5ccfc091: Download complete
83c1172675a5: Verifying Checksum
83c1172675a5: Download complete
96f16eb7fb85: Verifying Checksum
96f16eb7fb85: Download complete
600672ca084e: Pull complete
e14c24140cbe: Pull complete
2db09da454e1: Pull complete
0e05a03dbf5c: Pull complete
d9bf0b27ee73: Pull complete
d22999d561d9: Pull complete
9748e0447729: Pull complete
b221b944dee6: Pull complete
9103b02722d1: Pull complete
4ad003f04196: Pull complete
530b789336ee: Pull complete
7dc6ed995942: Pull complete
26e0665eb0ef: Pull complete
ec3e95305314: Pull complete
e3efd041cf4c: Pull complete
93818fe36d44: Pull complete
ddeea98533ac: Pull complete
d782acfda9e2: Pull complete
4f4fb700ef54: Pull complete
4ac33b5f01d6: Pull complete
d4dbe3c6c8b2: Pull complete
81507c45bdf3: Pull complete
2a6e58484e29: Pull complete
dc9846762449: Pull complete
c73cd3a4d77c: Pull complete
4655acdcba9f: Pull complete
ea076df8754b: Pull complete
2ea208952bef: Pull complete
2ea825907a64: Pull complete
61247173b8a6: Pull complete
09632a095133: Pull complete
83c1172675a5: Pull complete
0d2123b2d297: Pull complete
51c27e48fbf2: Pull complete
22c801672378: Pull complete
f585dfae1146: Pull complete
eb849763742a: Pull complete
96f16eb7fb85: Pull complete
7dabac3e0f1c: Pull complete
2b1c4a783c7a: Pull complete
527c5ccfc091: Pull complete
Digest: sha256:0d477c3aaa6eb46f200fa7829104c4b66f713224709c1411790730389c6f86e4
Status: Downloaded newer image for ocaml/opam@sha256:0d477c3aaa6eb46f200fa7829104c4b66f713224709c1411790730389c6f86e4
2026-02-27 02:16.55 ---> saved as "5bf86bc1d73eb392710b484127e5b0411dd7c8eaa81d568b2634f1c13ce77366"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-27 02:16.55 ---> saved as "421031ab6693d5e864901261ffbe985f98615b2ae6e78b3d8eecdf288b3984a6"
/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
2026-02-27 02:17.25 ---> saved as "3ad52be26631f7a3929efd3498147bc81c366034e6f4ce179ef06d0561f82087"
/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
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=43
# 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
2026-02-27 02:17.27 ---> saved as "938b5e0a31f71af52a87de129fb8f6e6d96c5c6f78d223fc85ed2b30261d1f25"
/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-02-27 02:17.36 ---> saved as "68ba5e2ee2ff971251f378dec43cb15d8a4f4d55efddeab18af36a0ca83747e7"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-27 02:18.02 ---> saved as "9984a6f723f71227a35522b5193c7442953930f4abd0a8fa75bbe9cd4d9ca4ff"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-27 02:18.22 ---> saved as "ceef202abb35862ea43905d71410e3c44d89d48cb1164fee78761a613f4ce333"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 43 - x86_64 100% | 71.8 KiB/s | 23.3 KiB | 00m00s
- Fedora 43 - x86_64 - Updates 100% | 86.6 KiB/s | 15.6 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-02-27 02:18.26 ---> saved as "3246e7fb854ce7903e418c9f084974be09f00099c0d278cd64d036b022b41205"
/home/opam: (run (shell "opam pin add -k version -yn matrix-eio.0.1.0 0.1.0"))
matrix-eio is now pinned to version 0.1.0
2026-02-27 02:18.26 ---> saved as "2229cf1795efe3ca732e03a22ceb713329dc032b841d3034f38743c4c4607e4a"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall matrix-eio.0.1.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 \"\\\"fedora-43\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'matrix-eio.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
matrix-eio.0.1.0 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- matrix-eio -> ocaml >= 5.4 -> ocaml-variants < 5.6.1~
You can temporarily relax the switch invariant with `--update-invariant'
* Missing dependency:
- matrix-eio -> ocaml >= 5.4 -> ocaml-variants < 5.4.1~ -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- matrix-eio -> 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 matrix-eio.0.1.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 "\"fedora-43\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'matrix-eio.0.1.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
2026-02-27 02:19.32: Job failed: Failed: Build failed
2026-02-27 02:19.32: Log analysis:
2026-02-27 02:19.32: >>>
No solution found, exiting
(score = 100)
2026-02-27 02:19.32: [SKIP] Package not available