- github
- ocaml
- opam-repository
- cce6b0
- extras,arm32-ocaml-4.14,tm-grammars.2.0.0
(not at the head of any monitored branch or PR)
2026-04-13 17:21.05: New job: build tm-grammars.2.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29717/head (cce6b0a71dae17af92185c4cb4134625066ea4b7)
on debian-13-ocaml-4.14/arm32v7
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29717/head" && git reset --hard cce6b0a7
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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 tm-grammars.2.0.0 2.0.0
RUN opam reinstall tm-grammars.2.0.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tm-grammars.2.0.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-13 17:21.05: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7-tm-grammars.2.0.0-cce6b0a71dae17af92185c4cb4134625066ea4b7"
2026-04-13 17:21.05: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7)
(shell /usr/bin/linux32 /bin/sh -c)
(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 tm-grammars.2.0.0 2.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tm-grammars.2.0.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tm-grammars.2.0.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-13 17:21.05: Waiting for resource in pool OCluster
2026-04-13 17:21.05: Waiting for worker…
2026-04-13 17:21.05: Got resource from pool OCluster
Building on kydoime.caelum.ci.dev
HEAD is now at 1a58270a9e [new release] tm-grammars (2.0.0)
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Updating ba4685aeec..cce6b0a71d
Fast-forward
packages/tm-grammars/tm-grammars.2.0.0/opam | 37 +++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
create mode 100644 packages/tm-grammars/tm-grammars.2.0.0/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7' locally
docker.io/ocaml/opam@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7: Pulling from ocaml/opam
83d3fd32d825: Already exists
3df0dfd72ad0: Pulling fs layer
2a316f9c9b76: Pulling fs layer
efa82de2efff: Pulling fs layer
d71a99aebdea: Pulling fs layer
11c6a6b2d179: Pulling fs layer
ed37d593561b: Pulling fs layer
36ec5d086018: Pulling fs layer
b3744c7b02b9: Pulling fs layer
74a5417f91d9: Pulling fs layer
25f5bcf4379e: Pulling fs layer
9fa3c3859f66: Pulling fs layer
64cce05bcb6f: Pulling fs layer
746dc10c1c44: Pulling fs layer
96edbf3011df: Pulling fs layer
8038df952c10: Pulling fs layer
0c7a1007dfab: Pulling fs layer
bd4929421a2f: Pulling fs layer
c55ab25930c0: Pulling fs layer
41f370f53dae: Pulling fs layer
812b8365e613: Pulling fs layer
e7a8058b1ead: Pulling fs layer
4f4fb700ef54: Pulling fs layer
ec70781f5b22: Pulling fs layer
544b56d15f50: Pulling fs layer
ddcdb0c2c6bf: Pulling fs layer
16273490fd8a: Pulling fs layer
9c2e00e3bda1: Pulling fs layer
0c464e135915: Pulling fs layer
4be044fda122: Pulling fs layer
622b3eaf7ae3: Pulling fs layer
0018e3a3eb78: Pulling fs layer
da0dbef084c2: Pulling fs layer
d52300c63e78: Pulling fs layer
8883434d731b: Pulling fs layer
3ee9122ea050: Pulling fs layer
83ff0e002aeb: Pulling fs layer
ba3a8daef1d4: Pulling fs layer
214f634062fd: Pulling fs layer
3dbf8f7a1e4f: Pulling fs layer
8f02f1e5df11: Pulling fs layer
37cbae15dc64: Pulling fs layer
09617c6375b9: Pulling fs layer
e55627e14102: Pulling fs layer
79083d159882: Pulling fs layer
ec70781f5b22: Waiting
544b56d15f50: Waiting
64cce05bcb6f: Waiting
746dc10c1c44: Waiting
96edbf3011df: Waiting
16273490fd8a: Waiting
8038df952c10: Waiting
0c7a1007dfab: Waiting
9c2e00e3bda1: Waiting
0c464e135915: Waiting
ddcdb0c2c6bf: Waiting
622b3eaf7ae3: Waiting
4be044fda122: Waiting
da0dbef084c2: Waiting
0018e3a3eb78: Waiting
d52300c63e78: Waiting
8883434d731b: Waiting
bd4929421a2f: Waiting
36ec5d086018: Waiting
c55ab25930c0: Waiting
3ee9122ea050: Waiting
b3744c7b02b9: Waiting
25f5bcf4379e: Waiting
74a5417f91d9: Waiting
41f370f53dae: Waiting
83ff0e002aeb: Waiting
812b8365e613: Waiting
ba3a8daef1d4: Waiting
d71a99aebdea: Waiting
8f02f1e5df11: Waiting
e7a8058b1ead: Waiting
3dbf8f7a1e4f: Waiting
11c6a6b2d179: Waiting
37cbae15dc64: Waiting
9fa3c3859f66: Waiting
09617c6375b9: Waiting
4f4fb700ef54: Waiting
79083d159882: Waiting
e55627e14102: Waiting
ed37d593561b: Waiting
3df0dfd72ad0: Verifying Checksum
3df0dfd72ad0: Download complete
3df0dfd72ad0: Pull complete
2a316f9c9b76: Verifying Checksum
2a316f9c9b76: Download complete
2a316f9c9b76: Pull complete
efa82de2efff: Verifying Checksum
efa82de2efff: Pull complete
ed37d593561b: Verifying Checksum
ed37d593561b: Download complete
d71a99aebdea: Verifying Checksum
d71a99aebdea: Download complete
d71a99aebdea: Pull complete
b3744c7b02b9: Verifying Checksum
b3744c7b02b9: Download complete
36ec5d086018: Verifying Checksum
36ec5d086018: Download complete
74a5417f91d9: Verifying Checksum
74a5417f91d9: Download complete
9fa3c3859f66: Verifying Checksum
9fa3c3859f66: Download complete
64cce05bcb6f: Verifying Checksum
64cce05bcb6f: Download complete
25f5bcf4379e: Verifying Checksum
25f5bcf4379e: Download complete
96edbf3011df: Download complete
746dc10c1c44: Verifying Checksum
746dc10c1c44: Download complete
8038df952c10: Verifying Checksum
8038df952c10: Download complete
0c7a1007dfab: Verifying Checksum
0c7a1007dfab: Download complete
bd4929421a2f: Verifying Checksum
bd4929421a2f: Download complete
41f370f53dae: Verifying Checksum
41f370f53dae: Download complete
c55ab25930c0: Verifying Checksum
c55ab25930c0: Download complete
e7a8058b1ead: Verifying Checksum
e7a8058b1ead: Download complete
812b8365e613: Verifying Checksum
812b8365e613: Download complete
4f4fb700ef54: Download complete
544b56d15f50: Verifying Checksum
544b56d15f50: Download complete
ec70781f5b22: Verifying Checksum
ec70781f5b22: Download complete
ddcdb0c2c6bf: Verifying Checksum
ddcdb0c2c6bf: Download complete
16273490fd8a: Verifying Checksum
16273490fd8a: Download complete
9c2e00e3bda1: Verifying Checksum
9c2e00e3bda1: Download complete
0c464e135915: Verifying Checksum
0c464e135915: Download complete
4be044fda122: Verifying Checksum
4be044fda122: Download complete
622b3eaf7ae3: Verifying Checksum
622b3eaf7ae3: Download complete
0018e3a3eb78: Verifying Checksum
0018e3a3eb78: Download complete
da0dbef084c2: Verifying Checksum
da0dbef084c2: Download complete
d52300c63e78: Verifying Checksum
d52300c63e78: Download complete
8883434d731b: Verifying Checksum
8883434d731b: Download complete
83ff0e002aeb: Verifying Checksum
83ff0e002aeb: Download complete
ba3a8daef1d4: Verifying Checksum
ba3a8daef1d4: Download complete
214f634062fd: Verifying Checksum
214f634062fd: Download complete
3dbf8f7a1e4f: Verifying Checksum
3dbf8f7a1e4f: Download complete
8f02f1e5df11: Verifying Checksum
8f02f1e5df11: Download complete
11c6a6b2d179: Verifying Checksum
11c6a6b2d179: Download complete
09617c6375b9: Verifying Checksum
09617c6375b9: Download complete
e55627e14102: Verifying Checksum
e55627e14102: Download complete
79083d159882: Verifying Checksum
79083d159882: Download complete
37cbae15dc64: Verifying Checksum
37cbae15dc64: Download complete
3ee9122ea050: Verifying Checksum
3ee9122ea050: Download complete
11c6a6b2d179: Pull complete
ed37d593561b: Pull complete
36ec5d086018: Pull complete
b3744c7b02b9: Pull complete
74a5417f91d9: Pull complete
25f5bcf4379e: Pull complete
9fa3c3859f66: Pull complete
64cce05bcb6f: Pull complete
746dc10c1c44: Pull complete
96edbf3011df: Pull complete
8038df952c10: Pull complete
0c7a1007dfab: Pull complete
bd4929421a2f: Pull complete
c55ab25930c0: Pull complete
41f370f53dae: Pull complete
812b8365e613: Pull complete
e7a8058b1ead: Pull complete
4f4fb700ef54: Pull complete
ec70781f5b22: Pull complete
544b56d15f50: Pull complete
ddcdb0c2c6bf: Pull complete
16273490fd8a: Pull complete
9c2e00e3bda1: Pull complete
0c464e135915: Pull complete
4be044fda122: Pull complete
622b3eaf7ae3: Pull complete
0018e3a3eb78: Pull complete
da0dbef084c2: Pull complete
d52300c63e78: Pull complete
8883434d731b: Pull complete
3ee9122ea050: Pull complete
83ff0e002aeb: Pull complete
ba3a8daef1d4: Pull complete
214f634062fd: Pull complete
3dbf8f7a1e4f: Pull complete
8f02f1e5df11: Pull complete
37cbae15dc64: Pull complete
09617c6375b9: Pull complete
e55627e14102: Pull complete
79083d159882: Pull complete
Digest: sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7
Status: Downloaded newer image for ocaml/opam@sha256:39b91237818617b0a71a7080b6942f04dcc6a0ca58db06c5eb6e03eacbae6bc7
2026-04-13 17:21.09 ---> using "d8704a1eb4be8992901edc30ae858afd677afbaf9ee7a0f6bc60bc9bd0a7f2da" from cache
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-13 17:21.09 ---> using "0115d5b3a1e72f783a953e92320f8914a96b6c2684a57903d8c4c389997ce753" 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
2026-04-13 17:21.09 ---> using "511524c898d9451e75e07340dc4dfd0a99cb5cd7c0260937bffdf5292d2a543b" 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
# self-upgrade no
# system arch=arm32 os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 79
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-04-13 17:21.09 ---> using "97d706482b83f54bcfeb6e73e9298e235c728ff3d3593949698d1349070dff90" 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/"))
2026-04-13 17:21.09 ---> using "e24ffb6c728d4d50c5c3bd385a080114ab980790a257ec3c4f3974c6241c5c6a" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 17:21.17 ---> saved as "f229a74d05ea9360795a56ec823c1683fceae66317020fbcd9535548c9bebaa2"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 17:21.46 ---> saved as "b0056ef3a1b27af6fe881d036b23431ce00890df98c64ac0ea7544a338ac64cb"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main armhf Packages [117 kB]
- Fetched 208 kB in 0s (1518 kB/s)
- Reading package lists...
2026-04-13 17:21.47 ---> saved as "21f064d2c314d35ae274f0f8e3dbe8ea52e8236b091755a5d6fa8951dbee6f3d"
/home/opam: (run (shell "opam pin add -k version -yn tm-grammars.2.0.0 2.0.0"))
tm-grammars is now pinned to version 2.0.0
2026-04-13 17:21.47 ---> saved as "60ec3510176e33db0e6760faa1d4abb37e15504b59b4f508c097634f177f8c46"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tm-grammars.2.0.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tm-grammars.2.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
tm-grammars.2.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.22.1 [required by tm-grammars]
- install tm-grammars 2.0.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.1 (cached)
-> retrieved tm-grammars.2.0.0 (https://github.com/davesnx/tm-grammars/releases/download/2.0.0/tm-grammars-2.0.0.tbz)
-> installed dune.3.22.1
-> installed tm-grammars.2.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 17:22.59 ---> saved as "0a4fec111c86c47f9483cd398042f910fb6e6805830418424a96de592193a061"
Job succeeded
2026-04-13 17:23.18: Job succeeded