- github
- ocaml
- opam-repository
- 199fe2
- distributions,ubuntu-26.04-ocaml-5.4,matcha.0.1.0
(not at the head of any monitored branch or PR)
2026-04-27 07:45.28: New job: build matcha.0.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29068/head (199fe28cd74a5ffe7f2f116239daf07e8ca8c28f)
on ubuntu-26.04-ocaml-5.4/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/29068/head" && git reset --hard 199fe28c
git fetch origin master
git merge --no-edit d5058a91d400180e2118d7eeefa040cfcee45d2c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
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 matcha.0.1.0 0.1.0
RUN opam reinstall matcha.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 "\"ubuntu-26.04\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'matcha.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-04-27 07:45.28: Using cache hint "ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93-matcha.0.1.0-199fe28cd74a5ffe7f2f116239daf07e8ca8c28f"
2026-04-27 07:45.28: Using OBuilder spec:
((from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93)
(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 matcha.0.1.0 0.1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall matcha.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 \"\\\"ubuntu-26.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'matcha.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-04-27 07:45.28: Connecting to build cluster…
2026-04-27 07:45.28: Waiting for resource in pool OCluster
2026-04-27 07:45.28: Waiting for worker…
2026-04-27 07:46.48: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files: 78% (14804/18862)
Updating files: 79% (14901/18862)
Updating files: 80% (15090/18862)
Updating files: 81% (15279/18862)
Updating files: 82% (15467/18862)
Updating files: 83% (15656/18862)
Updating files: 84% (15845/18862)
Updating files: 85% (16033/18862)
Updating files: 86% (16222/18862)
Updating files: 87% (16410/18862)
Updating files: 88% (16599/18862)
Updating files: 89% (16788/18862)
Updating files: 90% (16976/18862)
Updating files: 91% (17165/18862)
Updating files: 92% (17354/18862)
Updating files: 93% (17542/18862)
Updating files: 94% (17731/18862)
Updating files: 95% (17919/18862)
Updating files: 96% (18108/18862)
Updating files: 97% (18297/18862)
Updating files: 98% (18485/18862)
Updating files: 99% (18674/18862)
Updating files: 100% (18862/18862)
Updating files: 100% (18862/18862), done.
HEAD is now at d5058a91d4 Merge pull request #29801 from YuriyKrasilnikov/opam-publish-idna.0.4.0
Merge made by the 'ort' strategy.
packages/matcha/matcha.0.1.0/opam | 40 +++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644 packages/matcha/matcha.0.1.0/opam
(from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93)
Unable to find image 'ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93' locally
docker.io/ocaml/opam@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93: Pulling from ocaml/opam
5f528443f346: Pulling fs layer
9d7db96ef8a1: Pulling fs layer
69cd0ed39c32: Pulling fs layer
8ddd605780bc: Pulling fs layer
b3563cf9c718: Pulling fs layer
0ff6404f2cf9: Pulling fs layer
0fd106322b2a: Pulling fs layer
6cfb66f33040: Pulling fs layer
b054a68819af: Pulling fs layer
935df48738cf: Pulling fs layer
6d7855f07084: Pulling fs layer
baf8b6b1404d: Pulling fs layer
d11a2bc559d8: Pulling fs layer
47b449369e16: Pulling fs layer
8821a6dafec4: Pulling fs layer
de6cbfe58b17: Pulling fs layer
4789d14f0dba: Pulling fs layer
dc40a97042b2: Pulling fs layer
5ba7a82e9924: Pulling fs layer
1bd9b354e379: Pulling fs layer
d95538300577: Pulling fs layer
ccb31d3e72ef: Pulling fs layer
d5ec08a27795: Pulling fs layer
4f4fb700ef54: Pulling fs layer
cace1535e380: Pulling fs layer
6abc7b96ebc8: Pulling fs layer
8ddd605780bc: Waiting
31baaf291736: Pulling fs layer
b3563cf9c718: Waiting
d7ee8870a44e: Pulling fs layer
bec0e40ffcad: Pulling fs layer
8e3943b026f0: Pulling fs layer
0ff6404f2cf9: Waiting
0fd106322b2a: Waiting
6cfb66f33040: Waiting
2a4924aaac32: Pulling fs layer
b054a68819af: Waiting
935df48738cf: Waiting
4761365b4e53: Pulling fs layer
6d7855f07084: Waiting
baf8b6b1404d: Waiting
d11a2bc559d8: Waiting
5ba7a82e9924: Waiting
1a958ae6c150: Pulling fs layer
47b449369e16: Waiting
8821a6dafec4: Waiting
de6cbfe58b17: Waiting
65cf788ac9e8: Pulling fs layer
4789d14f0dba: Waiting
dc40a97042b2: Waiting
549c069a431e: Pulling fs layer
cace1535e380: Waiting
6abc7b96ebc8: Waiting
31baaf291736: Waiting
d7ee8870a44e: Waiting
d41918af1eb8: Pulling fs layer
bec0e40ffcad: Waiting
1bd9b354e379: Waiting
d95538300577: Waiting
b07a459306ae: Pulling fs layer
ccb31d3e72ef: Waiting
d5ec08a27795: Waiting
7a4d6fbc7167: Pulling fs layer
8e3943b026f0: Waiting
2a4924aaac32: Waiting
d0314755e705: Pulling fs layer
4761365b4e53: Waiting
1a958ae6c150: Waiting
4f4fb700ef54: Waiting
65cf788ac9e8: Waiting
9fe4679cfa16: Pulling fs layer
549c069a431e: Waiting
d41918af1eb8: Waiting
b07a459306ae: Waiting
7a4d6fbc7167: Waiting
3da651ad3c12: Pulling fs layer
d0314755e705: Waiting
9fe4679cfa16: Waiting
d706efa35e7e: Pulling fs layer
3da651ad3c12: Waiting
6e4c6034b693: Pulling fs layer
d706efa35e7e: Waiting
36d0bd387fb0: Pulling fs layer
d28a1a7cd77e: Pulling fs layer
6e4c6034b693: Waiting
36d0bd387fb0: Waiting
d28a1a7cd77e: Waiting
95308d60d7f3: Pulling fs layer
26bd9639e4ee: Pulling fs layer
95308d60d7f3: Waiting
26bd9639e4ee: Waiting
33968c9edaaf: Pulling fs layer
8b13cfd06b81: Pulling fs layer
33968c9edaaf: Waiting
8b13cfd06b81: Waiting
9d7db96ef8a1: Verifying Checksum
9d7db96ef8a1: Download complete
69cd0ed39c32: Verifying Checksum
69cd0ed39c32: Download complete
8ddd605780bc: Verifying Checksum
8ddd605780bc: Download complete
5f528443f346: Verifying Checksum
5f528443f346: Download complete
0ff6404f2cf9: Verifying Checksum
0ff6404f2cf9: Download complete
6cfb66f33040: Verifying Checksum
6cfb66f33040: Download complete
b3563cf9c718: Verifying Checksum
b3563cf9c718: Download complete
5f528443f346: Pull complete
9d7db96ef8a1: Pull complete
69cd0ed39c32: Pull complete
8ddd605780bc: Pull complete
b054a68819af: Verifying Checksum
b054a68819af: Download complete
b3563cf9c718: Pull complete
6d7855f07084: Download complete
0ff6404f2cf9: Pull complete
0fd106322b2a: Verifying Checksum
0fd106322b2a: Download complete
935df48738cf: Verifying Checksum
935df48738cf: Download complete
baf8b6b1404d: Verifying Checksum
baf8b6b1404d: Download complete
47b449369e16: Verifying Checksum
47b449369e16: Download complete
d11a2bc559d8: Verifying Checksum
d11a2bc559d8: Download complete
8821a6dafec4: Verifying Checksum
8821a6dafec4: Download complete
de6cbfe58b17: Verifying Checksum
de6cbfe58b17: Download complete
4789d14f0dba: Verifying Checksum
4789d14f0dba: Download complete
dc40a97042b2: Download complete
5ba7a82e9924: Download complete
1bd9b354e379: Download complete
d95538300577: Verifying Checksum
d95538300577: Download complete
ccb31d3e72ef: Verifying Checksum
ccb31d3e72ef: Download complete
d5ec08a27795: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
cace1535e380: Verifying Checksum
cace1535e380: Download complete
6abc7b96ebc8: Verifying Checksum
6abc7b96ebc8: Download complete
31baaf291736: Verifying Checksum
31baaf291736: Download complete
d7ee8870a44e: Verifying Checksum
d7ee8870a44e: Download complete
bec0e40ffcad: Verifying Checksum
bec0e40ffcad: Download complete
8e3943b026f0: Verifying Checksum
8e3943b026f0: Download complete
2a4924aaac32: Verifying Checksum
2a4924aaac32: Download complete
4761365b4e53: Verifying Checksum
4761365b4e53: Download complete
1a958ae6c150: Verifying Checksum
1a958ae6c150: Download complete
65cf788ac9e8: Verifying Checksum
65cf788ac9e8: Download complete
549c069a431e: Verifying Checksum
549c069a431e: Download complete
d41918af1eb8: Download complete
7a4d6fbc7167: Verifying Checksum
7a4d6fbc7167: Download complete
9fe4679cfa16: Download complete
3da651ad3c12: Download complete
d706efa35e7e: Download complete
6e4c6034b693: Verifying Checksum
6e4c6034b693: Download complete
36d0bd387fb0: Verifying Checksum
36d0bd387fb0: Download complete
d28a1a7cd77e: Verifying Checksum
d28a1a7cd77e: Download complete
d0314755e705: Verifying Checksum
d0314755e705: Download complete
26bd9639e4ee: Verifying Checksum
26bd9639e4ee: Download complete
33968c9edaaf: Verifying Checksum
33968c9edaaf: Download complete
8b13cfd06b81: Verifying Checksum
8b13cfd06b81: Download complete
0fd106322b2a: Pull complete
6cfb66f33040: Pull complete
b054a68819af: Pull complete
935df48738cf: Pull complete
6d7855f07084: Pull complete
baf8b6b1404d: Pull complete
d11a2bc559d8: Pull complete
47b449369e16: Pull complete
8821a6dafec4: Pull complete
de6cbfe58b17: Pull complete
4789d14f0dba: Pull complete
dc40a97042b2: Pull complete
5ba7a82e9924: Pull complete
1bd9b354e379: Pull complete
d95538300577: Pull complete
ccb31d3e72ef: Pull complete
d5ec08a27795: Pull complete
4f4fb700ef54: Pull complete
cace1535e380: Pull complete
6abc7b96ebc8: Pull complete
31baaf291736: Pull complete
d7ee8870a44e: Pull complete
bec0e40ffcad: Pull complete
8e3943b026f0: Pull complete
2a4924aaac32: Pull complete
4761365b4e53: Pull complete
1a958ae6c150: Pull complete
65cf788ac9e8: Pull complete
549c069a431e: Pull complete
d41918af1eb8: Pull complete
95308d60d7f3: Verifying Checksum
95308d60d7f3: Download complete
b07a459306ae: Verifying Checksum
b07a459306ae: Download complete
b07a459306ae: Pull complete
7a4d6fbc7167: Pull complete
d0314755e705: Pull complete
9fe4679cfa16: Pull complete
3da651ad3c12: Pull complete
d706efa35e7e: Pull complete
6e4c6034b693: Pull complete
36d0bd387fb0: Pull complete
d28a1a7cd77e: Pull complete
95308d60d7f3: Pull complete
26bd9639e4ee: Pull complete
33968c9edaaf: Pull complete
8b13cfd06b81: Pull complete
Digest: sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
Status: Downloaded newer image for ocaml/opam@sha256:23f9b6595fd2952b198a6391d29b6f92c0edcf528ec4c73ef7766b7810f23b93
2026-04-27 07:50.46 ---> saved as "adfe62a45dcf1f3d9a164e7f0368fcd193a49fd597399c1056161905cce9782f"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-27 07:50.54 ---> saved as "843c3e370eb29e298d2bc36daff7f6e792e7da2551f6d2ff8c3da016f2738dd7"
/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-04-27 07:51.25 ---> saved as "16f7ac1b9630e6bc4de059844db39ee49ebf40749d9d61c8212d99f3c5c4ae4a"
/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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=ubuntu os-version=26.04
# 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 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1
2026-04-27 07:51.33 ---> saved as "fd1a6a86fd08b62793e2a01d47f0f4e6592162e0b53889622a0e0aca6ab20c29"
/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-04-27 07:52.04 ---> saved as "225cc9a3c6189b93190408dae6903df36414d189171725b965a49e16c4f5f65a"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-27 07:52.53 ---> saved as "d8603a7933bcae9a142a6b5bc9281741b57cb700714e9f6ce42fe441b121a850"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-27 07:53.21 ---> saved as "cb445a0ed1c61a22abb2bbfa246cf3288815ae6b7681db6783cf8293c80464b0"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu resolute-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu resolute InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu resolute-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu resolute-backports InRelease
- Reading package lists...
-
2026-04-27 07:53.30 ---> saved as "63b420429cb461a5852f82142de1124cdd94f22b111bce61e3a1e19ccc6e31a0"
/home/opam: (run (shell "opam pin add -k version -yn matcha.0.1.0 0.1.0"))
matcha is now pinned to version 0.1.0
2026-04-27 07:53.41 ---> saved as "6dbaa6f0a431572d681516e2be0b53ed389f8baf48488bf167eb0b1d8aaa76e4"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall matcha.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 \"\\\"ubuntu-26.04\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'matcha.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"))
matcha.0.1.0 is not installed. Install it? [Y/n] y
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1
- matcha -> ppxlib < 0.36.0 -> ocaml < 4.10 -> ocaml-variants (< 4.05.2~ | >= 4.06.0)
You can temporarily relax the switch invariant with `--update-invariant'
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1
- matcha -> ppxlib < 0.36.0 -> ocaml-migrate-parsetree >= 1.3.1 -> ocaml < 4.15 -> dkml-base-compiler
* Incompatible packages:
- (invariant) -> ocaml-base-compiler = 5.4.1 -> ocaml-compiler = 5.4.1 -> base-effects
- matcha -> ppxlib < 0.36.0 -> ocaml-migrate-parsetree >= 1.3.1
* Missing dependency:
- matcha -> ppxlib < 0.36.0 -> ocaml-migrate-parsetree >= 1.3.1 -> ocaml < 4.15 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~
not available because the package is pinned to version 5.4.1
unmet availability conditions, e.g. 'sys-ocaml-version = "5.4.1" & (os != "win32" | sys-ocaml-libc = "msvc")'
no matching version
* Missing dependency:
- matcha -> ppxlib < 0.36.0 -> ocaml < 4.10 -> ocaml-variants >= 4.06.0 -> ocaml-beta
unmet availability conditions: 'enable-ocaml-beta-repository'
* Missing dependency:
- matcha -> ppxlib < 0.36.0 -> ocaml < 4.10 -> ocaml-variants >= 4.06.0 -> system-msvc
unmet availability conditions: 'os = "win32"'
No solution found, exiting
"/usr/bin/env" "bash" "-c" "opam reinstall matcha.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 "\"ubuntu-26.04\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'matcha.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-04-27 07:55.25: Job failed: Failed: Build failed
2026-04-27 07:55.25: Log analysis:
2026-04-27 07:55.25: >>>
No solution found, exiting
(score = 100)
2026-04-27 07:55.25: [SKIP] Package not available