Build:
- 0
2026-02-26 17:31.27: New job: build toffee.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 toffee.0.1.0 0.1.0
RUN opam reinstall toffee.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" != 'toffee.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-toffee.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 toffee.0.1.0 0.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall toffee.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\" != 'toffee.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.12: Waiting for worker…
2026-02-27 02:13.43: Got resource from pool OCluster
Building on eumache
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)
2026-02-27 02:14.33 ---> 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:14.34 ---> 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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-27 02:15.05 ---> 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 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
2026-02-27 02:15.07 ---> 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:15.18 ---> saved as "68ba5e2ee2ff971251f378dec43cb15d8a4f4d55efddeab18af36a0ca83747e7"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-27 02:15.26 ---> saved as "9984a6f723f71227a35522b5193c7442953930f4abd0a8fa75bbe9cd4d9ca4ff"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-27 02:15.53 ---> 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% | 73.4 KiB/s | 23.3 KiB | 00m00s
- Fedora 43 - x86_64 - Updates 100% | 89.6 KiB/s | 15.6 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-02-27 02:15.58 ---> saved as "3246e7fb854ce7903e418c9f084974be09f00099c0d278cd64d036b022b41205"
/home/opam: (run (shell "opam pin add -k version -yn toffee.0.1.0 0.1.0"))
toffee is now pinned to version 0.1.0
2026-02-27 02:16.01 ---> saved as "0f7ccb5f663c47aafb11e6d78d46244eb8e8daaadd5a075033d6dcdca97dd9b3"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall toffee.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\" != 'toffee.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"))
toffee.0.1.0 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
- toffee -> ocaml >= 5.1
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 4.14.2
- toffee -> ocaml >= 5.1 -> ocaml-variants >= 5.1.0~
* Missing dependency:
- toffee -> ocaml >= 5.1 -> ocaml-variants >= 5.1.0~ -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall toffee.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" != 'toffee.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:16.23: Job failed: Failed: Build failed
2026-02-27 02:16.23: Log analysis:
2026-02-27 02:16.23: >>>
No solution found, exiting
(score = 100)
2026-02-27 02:16.23: [SKIP] Package not available