- github
- ocaml
- opam-repository
- cce6b0
- extras,arm32-ocaml-5.4,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-5.4/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-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e
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-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e-tm-grammars.2.0.0-cce6b0a71dae17af92185c4cb4134625066ea4b7"
2026-04-13 17:21.05: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e)
(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 ainia.caelum.ci.dev
Updating files: 79% (14792/18711)
Updating files: 80% (14969/18711)
Updating files: 81% (15156/18711)
Updating files: 82% (15344/18711)
Updating files: 83% (15531/18711)
Updating files: 84% (15718/18711)
Updating files: 85% (15905/18711)
Updating files: 86% (16092/18711)
Updating files: 87% (16279/18711)
Updating files: 88% (16466/18711)
Updating files: 89% (16653/18711)
Updating files: 90% (16840/18711)
Updating files: 91% (17028/18711)
Updating files: 92% (17215/18711)
Updating files: 93% (17402/18711)
Updating files: 94% (17589/18711)
Updating files: 95% (17776/18711)
Updating files: 96% (17963/18711)
Updating files: 97% (18150/18711)
Updating files: 98% (18337/18711)
Updating files: 99% (18524/18711)
Updating files: 100% (18711/18711)
Updating files: 100% (18711/18711), done.
HEAD is now at 06f3069b30 Merge commit '04bb6962c1b0506de5a277289b857c4093d55649'
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-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e' locally
docker.io/ocaml/opam@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e: Pulling from ocaml/opam
83d3fd32d825: Already exists
3df0dfd72ad0: Already exists
2a316f9c9b76: Already exists
efa82de2efff: Already exists
d71a99aebdea: Already exists
11c6a6b2d179: Already exists
ed37d593561b: Already exists
36ec5d086018: Already exists
b3744c7b02b9: Already exists
74a5417f91d9: Already exists
25f5bcf4379e: Already exists
9fa3c3859f66: Already exists
64cce05bcb6f: Already exists
746dc10c1c44: Already exists
96edbf3011df: Already exists
8038df952c10: Already exists
0c7a1007dfab: Already exists
bd4929421a2f: Already exists
c55ab25930c0: Already exists
41f370f53dae: Already exists
812b8365e613: Already exists
e7a8058b1ead: Already exists
4f4fb700ef54: Already exists
ec70781f5b22: Already exists
544b56d15f50: Already exists
ddcdb0c2c6bf: Already exists
16273490fd8a: Already exists
9c2e00e3bda1: Already exists
0c464e135915: Already exists
4be044fda122: Already exists
622b3eaf7ae3: Already exists
0018e3a3eb78: Already exists
da0dbef084c2: Already exists
d52300c63e78: Already exists
8883434d731b: Already exists
3ee9122ea050: Already exists
83ff0e002aeb: Already exists
ba3a8daef1d4: Already exists
214f634062fd: Already exists
3dbf8f7a1e4f: Already exists
8f02f1e5df11: Already exists
91f6489c4703: Pulling fs layer
2b800588aaa2: Pulling fs layer
8b4a0a39bc0f: Pulling fs layer
2bdc93b749ea: Pulling fs layer
880114e02ffb: Pulling fs layer
1767ca7911b1: Pulling fs layer
7a1c6d154cd5: Pulling fs layer
880114e02ffb: Waiting
1767ca7911b1: Waiting
7a1c6d154cd5: Waiting
2bdc93b749ea: Waiting
2b800588aaa2: Verifying Checksum
2b800588aaa2: Download complete
8b4a0a39bc0f: Verifying Checksum
8b4a0a39bc0f: Download complete
91f6489c4703: Download complete
91f6489c4703: Pull complete
2b800588aaa2: Pull complete
8b4a0a39bc0f: Pull complete
880114e02ffb: Download complete
1767ca7911b1: Verifying Checksum
1767ca7911b1: Download complete
7a1c6d154cd5: Verifying Checksum
7a1c6d154cd5: Download complete
2bdc93b749ea: Verifying Checksum
2bdc93b749ea: Download complete
2bdc93b749ea: Pull complete
880114e02ffb: Pull complete
1767ca7911b1: Pull complete
7a1c6d154cd5: Pull complete
Digest: sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e
Status: Downloaded newer image for ocaml/opam@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e
2026-04-13 17:21.10 ---> using "d919bd0b73096ad4aee1d42fcd23b34a246d2550ab764962178a1ce483a8b0eb" 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.10 ---> using "5406e8a1a65b311c8cae20652498b4ab18fe66cdd0c278afb1a35bf09a54c5fd" 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.10 ---> using "828727cf2126cf99441fab3ff4d1427949850d7625add4e520c77193ba1ed7e1" 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 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-option-bytecode-only.1, ocaml-options-vanilla.1
# ocaml:native false
# ocaml:native-tools false
# ocaml:native-dynlink false
# 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+bytecode-only
2026-04-13 17:21.10 ---> using "323e41265ff57c5cdf6a49d03e73456e0773a5a06ca7a70ac76a24244da19740" 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.10 ---> using "913e0500f789f13585cac610be64e57cafb901bd5965c5395018edc22d3b454e" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 17:21.19 ---> saved as "d09e415d64c7b52ab6bb8571ff8c4d98c4bd6670d680f5efb61e12b08c76badb"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 17:21.51 ---> saved as "0dd04da449d746c48ff4e460838a6732f9918faf283b24a7d53b85f68c456d1c"
/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 (1224 kB/s)
- Reading package lists...
-
2026-04-13 17:21.53 ---> saved as "1d39898baa85cc9b0861dc1bb2e6fd886b7d8139f9824198f9409e6a709871c4"
/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.53 ---> saved as "c0db81ebb4d488369f2476853e7fa8600d80f8b91d408c71cce3b8de18b7711a"
/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.58 ---> saved as "a7dedd4d02faf9d527df484a3c5a35f4f22054f4eabbee83d1d868eeb6e1f019"
Job succeeded
2026-04-13 17:23.08: Job succeeded