- github
- ocaml
- opam-repository
- 92e909
- extras,arm32-ocaml-5.4,ochre-cli.1.0.0,tests
(not at the head of any monitored branch or PR)
2026-04-15 21:21.15: New job: test ochre-cli.1.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29700/head (92e909f657262642472253e8e4d15ffb656911dc)
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/29700/head" && git reset --hard 92e909f6
git fetch origin master
git merge --no-edit 03f730c40b2cb0938d16003681b8d34abcd54c56
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 ochre-cli.1.0.0 1.0.0
RUN opam reinstall ochre-cli.1.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" != 'ochre-cli.1.0.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 ochre-cli.1.0.0) || true
RUN opam reinstall --with-test --verbose ochre-cli.1.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" != 'ochre-cli.1.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-15 21:21.15: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:c1b8e0154a96703f69d2da196da191498e6d0635111cd6dba15a026edbf4676e-ochre-cli.1.0.0-92e909f657262642472253e8e4d15ffb656911dc"
2026-04-15 21:21.15: 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 ochre-cli.1.0.0 1.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ochre-cli.1.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\" != 'ochre-cli.1.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"))
(run (network host)
(shell "(opam reinstall --with-test ochre-cli.1.0.0) || true"))
(run (shell "opam reinstall --with-test --verbose ochre-cli.1.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\" != 'ochre-cli.1.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-15 21:21.15: Waiting for resource in pool OCluster
2026-04-15 21:21.15: Waiting for worker…
2026-04-15 21:21.15: Got resource from pool OCluster
Building on ocaml-2.osuosl.ci.dev
Updating files: 18% (3503/18738)
Updating files: 19% (3561/18738)
Updating files: 20% (3748/18738)
Updating files: 21% (3935/18738)
Updating files: 22% (4123/18738)
Updating files: 23% (4310/18738)
Updating files: 24% (4498/18738)
Updating files: 25% (4685/18738)
Updating files: 26% (4872/18738)
Updating files: 27% (5060/18738)
Updating files: 28% (5247/18738)
Updating files: 29% (5435/18738)
Updating files: 30% (5622/18738)
Updating files: 31% (5809/18738)
Updating files: 32% (5997/18738)
Updating files: 33% (6184/18738)
Updating files: 34% (6371/18738)
Updating files: 35% (6559/18738)
Updating files: 36% (6746/18738)
Updating files: 37% (6934/18738)
Updating files: 37% (7100/18738)
Updating files: 38% (7121/18738)
Updating files: 39% (7308/18738)
Updating files: 40% (7496/18738)
Updating files: 41% (7683/18738)
Updating files: 42% (7870/18738)
Updating files: 43% (8058/18738)
Updating files: 44% (8245/18738)
Updating files: 45% (8433/18738)
Updating files: 46% (8620/18738)
Updating files: 47% (8807/18738)
Updating files: 48% (8995/18738)
Updating files: 49% (9182/18738)
Updating files: 50% (9369/18738)
Updating files: 51% (9557/18738)
Updating files: 52% (9744/18738)
Updating files: 53% (9932/18738)
Updating files: 54% (10119/18738)
Updating files: 55% (10306/18738)
Updating files: 56% (10494/18738)
Updating files: 57% (10681/18738)
Updating files: 57% (10709/18738)
Updating files: 58% (10869/18738)
Updating files: 59% (11056/18738)
Updating files: 60% (11243/18738)
Updating files: 61% (11431/18738)
Updating files: 62% (11618/18738)
Updating files: 63% (11805/18738)
Updating files: 64% (11993/18738)
Updating files: 65% (12180/18738)
Updating files: 66% (12368/18738)
Updating files: 67% (12555/18738)
Updating files: 68% (12742/18738)
Updating files: 69% (12930/18738)
Updating files: 70% (13117/18738)
Updating files: 71% (13304/18738)
Updating files: 72% (13492/18738)
Updating files: 73% (13679/18738)
Updating files: 74% (13867/18738)
Updating files: 75% (14054/18738)
Updating files: 76% (14241/18738)
Updating files: 77% (14429/18738)
Updating files: 78% (14616/18738)
Updating files: 79% (14804/18738)
Updating files: 79% (14970/18738)
Updating files: 80% (14991/18738)
Updating files: 81% (15178/18738)
Updating files: 82% (15366/18738)
Updating files: 83% (15553/18738)
Updating files: 84% (15740/18738)
Updating files: 85% (15928/18738)
Updating files: 86% (16115/18738)
Updating files: 87% (16303/18738)
Updating files: 88% (16490/18738)
Updating files: 89% (16677/18738)
Updating files: 90% (16865/18738)
Updating files: 91% (17052/18738)
Updating files: 92% (17239/18738)
Updating files: 93% (17427/18738)
Updating files: 94% (17614/18738)
Updating files: 95% (17802/18738)
Updating files: 96% (17989/18738)
Updating files: 97% (18176/18738)
Updating files: 98% (18364/18738)
Updating files: 99% (18551/18738)
Updating files: 100% (18738/18738)
Updating files: 100% (18738/18738), done.
HEAD is now at 7faf26029e [new release] qcow (4 packages) (0.14.0)
HEAD is now at 03f730c40b Merge pull request #29717 from davesnx/release-tm-grammars-2.0.0
Merge made by the 'ort' strategy.
packages/ochre-cli/ochre-cli.1.0.0/opam | 44 +++++++++++++++++++++++++++
packages/ochre/ochre.1.0.0/opam | 54 +++++++++++++++++++++++++++++++++
2 files changed, 98 insertions(+)
create mode 100644 packages/ochre-cli/ochre-cli.1.0.0/opam
create mode 100644 packages/ochre/ochre.1.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
91f6489c4703: Verifying Checksum
91f6489c4703: Download complete
8b4a0a39bc0f: Verifying Checksum
8b4a0a39bc0f: Download complete
880114e02ffb: Download complete
91f6489c4703: Pull complete
1767ca7911b1: Download complete
7a1c6d154cd5: Verifying Checksum
7a1c6d154cd5: Download complete
2b800588aaa2: Pull complete
8b4a0a39bc0f: Pull 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-15 21:21.27 ---> 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-15 21:21.27 ---> 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
[NOTE] The 'jobs' option was reset, its value was 79 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=79 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-15 21:21.27 ---> 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 15
# 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-15 21:21.27 ---> 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-15 21:21.27 ---> using "913e0500f789f13585cac610be64e57cafb901bd5965c5395018edc22d3b454e" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-15 21:21.49 ---> saved as "6b8ed50a0abae4ef7817a0a171e0522ab19491c51adb46daee24e48f7e9b3a0b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-15 21:23.13 ---> saved as "aa95d581fa984df553107a0d9523037917aa74c698ee6dd2ccd3576eb47733fe"
/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 (495 kB/s)
- Reading package lists...
-
2026-04-15 21:23.16 ---> saved as "7a6ecd740f1efc31a0cc5b0d58a0ea178606e273aa181b872f4fc7d86109e2a0"
/home/opam: (run (shell "opam pin add -k version -yn ochre-cli.1.0.0 1.0.0"))
ochre-cli is now pinned to version 1.0.0
2026-04-15 21:23.17 ---> saved as "7a1c082840f080a98c9f7cceec572e63550a23a082174b703d67bc0d6e6e9a20"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ochre-cli.1.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\" != 'ochre-cli.1.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"))
ochre-cli.1.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 28 packages
- install base64 3.5.2 [required by plist-xml]
- install cmdliner 2.1.0 [required by ochre-cli]
- install conf-oniguruma 1 [required by ochre]
- install conf-pkg-config 4 [required by conf-oniguruma]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.22.2 [required by ochre-cli]
- install dune-configurator 3.22.2 [required by ochre]
- install ISO8601 0.2.6 [required by plist-xml]
- install melange-json-native 2.0.0 [required by ochre]
- install menhir 20260209 [required by plist-xml]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by xmlm]
- install ocamlfind 1.9.8 [required by xmlm]
- install ochre 1.0.0 [required by ochre-cli]
- install ochre-cli 1.0.0 (pinned)
- install plist-xml 0.5.1 [required by ochre]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.38.0 [required by melange-json-native]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install tm-grammars 2.0.0 [required by ochre-cli]
- install topkg 1.1.1 [required by xmlm]
- install xmlm 1.4.0 [required by plist-xml]
- install yojson 3.0.0 [required by ochre]
The following system packages will first need to be installed:
libonig-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libonig-dev" "pkg-config"
- Selecting previously unselected package libonig5:armhf.
- (Reading database ...
- (Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20380 files and directories currently installed.)
- Preparing to unpack .../0-libonig5_6.9.9-1+b1_armhf.deb ...
- Unpacking libonig5:armhf (6.9.9-1+b1) ...
- Selecting previously unselected package libonig-dev.
- Preparing to unpack .../1-libonig-dev_6.9.9-1+b1_armhf.deb ...
- Unpacking libonig-dev (6.9.9-1+b1) ...
- Selecting previously unselected package libpkgconf3:armhf.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_armhf.deb ...
- Unpacking libpkgconf3:armhf (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_armhf.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:armhf.
- Preparing to unpack .../4-pkgconf_1.8.1-4_armhf.deb ...
- Unpacking pkgconf:armhf (1.8.1-4) ...
- Selecting previously unselected package pkg-config:armhf.
- Preparing to unpack .../5-pkg-config_1.8.1-4_armhf.deb ...
- Unpacking pkg-config:armhf (1.8.1-4) ...
- Setting up libpkgconf3:armhf (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libonig5:armhf (6.9.9-1+b1) ...
- Setting up libonig-dev (6.9.9-1+b1) ...
- Setting up pkgconf:armhf (1.8.1-4) ...
- Setting up pkg-config:armhf (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> installed conf-oniguruma.1
-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)
-> retrieved ISO8601.0.2.6 (cached)
-> retrieved melange-json-native.2.0.0 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> installed cmdliner.2.1.0
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ochre.1.0.0, ochre-cli.1.0.0 (cached)
-> retrieved plist-xml.0.5.1 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved tm-grammars.2.0.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved xmlm.1.4.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed xmlm.1.4.0
-> installed dune.3.22.2
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed ISO8601.0.2.6
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed tm-grammars.2.0.0
-> installed dune-configurator.3.22.2
-> installed menhir.20260209
-> installed plist-xml.0.5.1
-> installed ppxlib.0.38.0
-> installed melange-json-native.2.0.0
-> installed ochre.1.0.0
-> installed ochre-cli.1.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-15 21:27.22 ---> saved as "4885a0eb0a9ae606692b4b7c3d7587080e0409cd7fd13d2e6e1f9924a79e7939"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test ochre-cli.1.0.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile ochre-cli 1.0.0 (pinned)
=== install 10 packages
- install alcotest 1.9.1 [required by ochre-cli]
- install astring 0.8.5 [required by alcotest]
- install cstruct 6.2.0 [required by hex]
- install ezjsonm 1.3.0 [required by ochre-cli]
- install fmt 0.11.0 [required by alcotest]
- install hex 1.5.0 [required by ezjsonm]
- install jsonm 1.0.2 [required by ezjsonm]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install re 1.14.0 [required by alcotest]
- install uutf 1.0.4 [required by alcotest, ezjsonm]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
-> retrieved cstruct.6.2.0 (https://opam.ocaml.org/cache)
-> retrieved ezjsonm.1.3.0 (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
-> retrieved hex.1.5.0 (https://opam.ocaml.org/cache)
-> installed astring.0.8.5
-> retrieved jsonm.1.0.2 (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0 (https://opam.ocaml.org/cache)
-> installed fmt.0.11.0
-> retrieved re.1.14.0 (https://opam.ocaml.org/cache)
-> installed cstruct.6.2.0
-> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
-> installed hex.1.5.0
-> installed re.1.14.0
-> installed uutf.1.0.4
-> installed jsonm.1.0.2
-> installed ezjsonm.1.3.0
-> removed ochre-cli.1.0.0
-> installed ocaml-syntax-shims.1.0.0
-> installed alcotest.1.9.1
[ERROR] The compilation of ochre-cli.1.0.0 failed at "dune build -p ochre-cli -j 15 @install @runtest".
#=== ERROR while compiling ochre-cli.1.0.0 ====================================#
# context 2.5.0 | linux/arm32 | ocaml-base-compiler.5.4.1 | pinned(https://github.com/davesnx/ochre/releases/download/1.0.0/ochre-1.0.0.tbz)
# path ~/.opam/5.4/.opam-switch/build/ochre-cli.1.0.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ochre-cli -j 15 @install @runtest
# exit-code 1
# env-file ~/.opam/log/ochre-cli-7-ede8d8.env
# output-file ~/.opam/log/ochre-cli-7-ede8d8.out
### output ###
# Error: No rule found for vendor/ocaml-textmate-language/test/test_find.exe
# -> required by alias vendor/ocaml-textmate-language/test/runtest-test_find in
# vendor/ocaml-textmate-language/test/dune:2
# -> required by alias vendor/ocaml-textmate-language/test/runtest
# Error: No rule found for
# vendor/ocaml-textmate-language/test/test_tokenize.exe
# -> required by alias
# vendor/ocaml-textmate-language/test/runtest-test_tokenize in
# vendor/ocaml-textmate-language/test/dune:2
# -> required by alias vendor/ocaml-textmate-language/test/runtest
# Error: No rule found for vendor/ocaml-textmate-language/test/test_cpp.exe
# -> required by alias vendor/ocaml-textmate-language/test/runtest-test_cpp in
# vendor/ocaml-textmate-language/test/dune:2
# -> required by alias vendor/ocaml-textmate-language/test/runtest
# Error: No rule found for vendor/ocaml-textmate-language/test/test_csharp.exe
# -> required by alias vendor/ocaml-textmate-language/test/runtest-test_csharp
# in vendor/ocaml-textmate-language/test/dune:2
# -> required by alias vendor/ocaml-textmate-language/test/runtest
# Error: No rule found for vendor/ocaml-textmate-language/test/test_ocaml.exe
# -> required by alias vendor/ocaml-textmate-language/test/runtest-test_ocaml
# in vendor/ocaml-textmate-language/test/dune:2
# -> required by alias vendor/ocaml-textmate-language/test/runtest
# (cd _build/.sandbox/d8b966c56aa20f0552b15b9726258d28/default/vendor/ocaml-oniguruma/test && ./test_misc.exe)
# 6.9.9
# (cd _build/.sandbox/0599a922c4dcccf9fd0b37599664306b/default/test && ./test_ochre.exe)
# Testing `Ochre'.
# This run has ID `RKRRUHH4'.
#
# [OK] theme 0 Load theme from string.
# [OK] theme 1 Make raw theme.
# [OK] scope 0 Scope matching via tokens.
# [OK] scope 1 Scope properties merge by rule.
# [OK] grammar 0 Accept capture arrays.
# [OK] transform 0 Empty transforms passthrough.
# [OK] transform 1 Transform ordering (last wins).
# [OK] transform 2 Transform determinism.
# [OK] transform 3 Line highlight builtin.
# [OK] transform 4 Hook execution order.
# [OK] notation-transform 0 Notation highlight basic.
# [OK] notation-transform 1 Notation highlight no match.
# [OK] notation-transform 2 Notation diff add.
# [OK] notation-transform 3 Notation diff remove.
# [OK] notation-transform 4 Notation diff no match.
# [OK] notation-transform 5 Notation word highlight basic.
# [OK] notation-transform 6 Notation word highlight no ma...
# [OK] notation-transform 7 Notation highlight with highl...
# [OK] decoration 0 Empty decorations passthrough.
# [OK] decoration 1 Whole token decoration.
# [OK] decoration 2 Token splitting at boundary.
# [OK] decoration 3 Mid-token split.
# [OK] decoration 4 Multi-token decoration.
# [OK] decoration 5 Negative character position.
# [OK] decoration 6 Overlapping decorations.
# [OK] decoration 7 Multiline decoration.
# [OK] decoration 8 Decoration with highlighter.
#
# Full test results in `~/.opam/5.4/.opam-switch/build/ochre-cli.1.0.0/_build/.sandbox/0599a922c4dcccf9fd0b37599664306b/default/test/_build/_tests/Ochre'.
# Test Successful in 0.014s. 27 tests run.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ochre-cli 1.0.0
+-
+- The following changes have been performed
| - remove ochre-cli 1.0.0
| - install alcotest 1.9.1
| - install astring 0.8.5
| - install cstruct 6.2.0
| - install ezjsonm 1.3.0
| - install fmt 0.11.0
| - install hex 1.5.0
| - install jsonm 1.0.2
| - install ocaml-syntax-shims 1.0.0
| - install re 1.14.0
| - install uutf 1.0.4
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260415212723.export"
Or you can retry to install your package selection with:
/usr/bin/opam install --restore
2026-04-15 21:28.53 ---> saved as "58fa2203b9dde86d99c2f50e2d254d1e7ef8fa144c4669ed13b5df2fa199a99d"
/home/opam: (run (shell "opam reinstall --with-test --verbose ochre-cli.1.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\" != 'ochre-cli.1.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"))
ochre-cli.1.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
- install ochre-cli 1.0.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/3: [ochre-cli: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ochre-cli" "-j" "15" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/ochre-cli.1.0.0)
- Error: No rule found for vendor/ocaml-textmate-language/test/test_find.exe
- -> required by alias vendor/ocaml-textmate-language/test/runtest-test_find in
- vendor/ocaml-textmate-language/test/dune:2
- -> required by alias vendor/ocaml-textmate-language/test/runtest
- Error: No rule found for
- vendor/ocaml-textmate-language/test/test_tokenize.exe
- -> required by alias
- vendor/ocaml-textmate-language/test/runtest-test_tokenize in
- vendor/ocaml-textmate-language/test/dune:2
- -> required by alias vendor/ocaml-textmate-language/test/runtest
- Error: No rule found for vendor/ocaml-textmate-language/test/test_cpp.exe
- -> required by alias vendor/ocaml-textmate-language/test/runtest-test_cpp in
- vendor/ocaml-textmate-language/test/dune:2
- -> required by alias vendor/ocaml-textmate-language/test/runtest
- Error: No rule found for vendor/ocaml-textmate-language/test/test_csharp.exe
- -> required by alias vendor/ocaml-textmate-language/test/runtest-test_csharp
- in vendor/ocaml-textmate-language/test/dune:2
- -> required by alias vendor/ocaml-textmate-language/test/runtest
- Error: No rule found for vendor/ocaml-textmate-language/test/test_ocaml.exe
- -> required by alias vendor/ocaml-textmate-language/test/runtest-test_ocaml
- in vendor/ocaml-textmate-language/test/dune:2
- -> required by alias vendor/ocaml-textmate-language/test/runtest
- (cd _build/.sandbox/d8b966c56aa20f0552b15b9726258d28/default/vendor/ocaml-oniguruma/test && ./test_misc.exe)
- 6.9.9
- (cd _build/.sandbox/0599a922c4dcccf9fd0b37599664306b/default/test && ./test_ochre.exe)
- Testing `Ochre'.
- This run has ID `IETHYAOS'.
-
- [OK] theme 0 Load theme from string.
- [OK] theme 1 Make raw theme.
- [OK] scope 0 Scope matching via tokens.
- [OK] scope 1 Scope properties merge by rule.
- [OK] grammar 0 Accept capture arrays.
- [OK] transform 0 Empty transforms passthrough.
- [OK] transform 1 Transform ordering (last wins).
- [OK] transform 2 Transform determinism.
- [OK] transform 3 Line highlight builtin.
- [OK] transform 4 Hook execution order.
- [OK] notation-transform 0 Notation highlight basic.
- [OK] notation-transform 1 Notation highlight no match.
- [OK] notation-transform 2 Notation diff add.
- [OK] notation-transform 3 Notation diff remove.
- [OK] notation-transform 4 Notation diff no match.
- [OK] notation-transform 5 Notation word highlight basic.
- [OK] notation-transform 6 Notation word highlight no ma...
- [OK] notation-transform 7 Notation highlight with highl...
- [OK] decoration 0 Empty decorations passthrough.
- [OK] decoration 1 Whole token decoration.
- [OK] decoration 2 Token splitting at boundary.
- [OK] decoration 3 Mid-token split.
- [OK] decoration 4 Multi-token decoration.
- [OK] decoration 5 Negative character position.
- [OK] decoration 6 Overlapping decorations.
- [OK] decoration 7 Multiline decoration.
- [OK] decoration 8 Decoration with highlighter.
-
- Full test results in `~/.opam/5.4/.opam-switch/build/ochre-cli.1.0.0/_build/.sandbox/0599a922c4dcccf9fd0b37599664306b/default/test/_build/_tests/Ochre'.
- Test Successful in 0.013s. 27 tests run.
[ERROR] The compilation of ochre-cli.1.0.0 failed at "dune build -p ochre-cli -j 15 @install @runtest".
#=== ERROR while compiling ochre-cli.1.0.0 ====================================#
# context 2.5.0 | linux/arm32 | ocaml-base-compiler.5.4.1 | pinned(https://github.com/davesnx/ochre/releases/download/1.0.0/ochre-1.0.0.tbz)
# path ~/.opam/5.4/.opam-switch/build/ochre-cli.1.0.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ochre-cli -j 15 @install @runtest
# exit-code 1
# env-file ~/.opam/log/ochre-cli-7-4b9e4f.env
# output-file ~/.opam/log/ochre-cli-7-4b9e4f.out
### output ###
# Error: No rule found for vendor/ocaml-textmate-language/test/test_find.exe
# -> required by alias vendor/ocaml-textmate-language/test/runtest-test_find in
# vendor/ocaml-textmate-language/test/dune:2
# -> required by alias vendor/ocaml-textmate-language/test/runtest
# Error: No rule found for
# vendor/ocaml-textmate-language/test/test_tokenize.exe
# -> required by alias
# vendor/ocaml-textmate-language/test/runtest-test_tokenize in
# vendor/ocaml-textmate-language/test/dune:2
# -> required by alias vendor/ocaml-textmate-language/test/runtest
# Error: No rule found for vendor/ocaml-textmate-language/test/test_cpp.exe
# -> required by alias vendor/ocaml-textmate-language/test/runtest-test_cpp in
# vendor/ocaml-textmate-language/test/dune:2
# -> required by alias vendor/ocaml-textmate-language/test/runtest
# Error: No rule found for vendor/ocaml-textmate-language/test/test_csharp.exe
# -> required by alias vendor/ocaml-textmate-language/test/runtest-test_csharp
# in vendor/ocaml-textmate-language/test/dune:2
# -> required by alias vendor/ocaml-textmate-language/test/runtest
# Error: No rule found for vendor/ocaml-textmate-language/test/test_ocaml.exe
# -> required by alias vendor/ocaml-textmate-language/test/runtest-test_ocaml
# in vendor/ocaml-textmate-language/test/dune:2
# -> required by alias vendor/ocaml-textmate-language/test/runtest
# (cd _build/.sandbox/d8b966c56aa20f0552b15b9726258d28/default/vendor/ocaml-oniguruma/test && ./test_misc.exe)
# 6.9.9
# (cd _build/.sandbox/0599a922c4dcccf9fd0b37599664306b/default/test && ./test_ochre.exe)
# Testing `Ochre'.
# This run has ID `IETHYAOS'.
#
# [OK] theme 0 Load theme from string.
# [OK] theme 1 Make raw theme.
# [OK] scope 0 Scope matching via tokens.
# [OK] scope 1 Scope properties merge by rule.
# [OK] grammar 0 Accept capture arrays.
# [OK] transform 0 Empty transforms passthrough.
# [OK] transform 1 Transform ordering (last wins).
# [OK] transform 2 Transform determinism.
# [OK] transform 3 Line highlight builtin.
# [OK] transform 4 Hook execution order.
# [OK] notation-transform 0 Notation highlight basic.
# [OK] notation-transform 1 Notation highlight no match.
# [OK] notation-transform 2 Notation diff add.
# [OK] notation-transform 3 Notation diff remove.
# [OK] notation-transform 4 Notation diff no match.
# [OK] notation-transform 5 Notation word highlight basic.
# [OK] notation-transform 6 Notation word highlight no ma...
# [OK] notation-transform 7 Notation highlight with highl...
# [OK] decoration 0 Empty decorations passthrough.
# [OK] decoration 1 Whole token decoration.
# [OK] decoration 2 Token splitting at boundary.
# [OK] decoration 3 Mid-token split.
# [OK] decoration 4 Multi-token decoration.
# [OK] decoration 5 Negative character position.
# [OK] decoration 6 Overlapping decorations.
# [OK] decoration 7 Multiline decoration.
# [OK] decoration 8 Decoration with highlighter.
#
# Full test results in `~/.opam/5.4/.opam-switch/build/ochre-cli.1.0.0/_build/.sandbox/0599a922c4dcccf9fd0b37599664306b/default/test/_build/_tests/Ochre'.
# Test Successful in 0.013s. 27 tests run.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ochre-cli 1.0.0
+-
- No changes have been performed
# To update the current shell environment, run: eval $(opam env)
'opam reinstall --with-test --verbose ochre-cli.1.0.0' failed.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall --with-test --verbose ochre-cli.1.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" != 'ochre-cli.1.0.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 1
2026-04-15 21:30.15: Job failed: Failed: Build failed
2026-04-15 21:30.15: Log analysis:
2026-04-15 21:30.15: >>>
[ERROR] The compilation of ochre-cli.1.0.0 failed at "dune build -p ochre-cli -j 15 @install @runtest".
(score = 20)
2026-04-15 21:30.15: >>>
# Error: No rule found for vendor/ocaml-textmate-language/test/test_find.exe
(score = 48)
2026-04-15 21:30.15: >>>
# Error: No rule found for
(score = 48)
2026-04-15 21:30.15: >>>
# Error: No rule found for vendor/ocaml-textmate-language/test/test_cpp.exe
(score = 48)
2026-04-15 21:30.15: >>>
# Error: No rule found for vendor/ocaml-textmate-language/test/test_csharp.exe
(score = 48)
2026-04-15 21:30.15: >>>
# Error: No rule found for vendor/ocaml-textmate-language/test/test_ocaml.exe
(score = 48)
2026-04-15 21:30.15: >>>
[ERROR] The compilation of ochre-cli.1.0.0 failed at "dune build -p ochre-cli -j 15 @install @runtest".
(score = 20)
2026-04-15 21:30.15: >>>
# Error: No rule found for vendor/ocaml-textmate-language/test/test_find.exe
(score = 48)
2026-04-15 21:30.15: >>>
# Error: No rule found for
(score = 48)
2026-04-15 21:30.15: >>>
# Error: No rule found for vendor/ocaml-textmate-language/test/test_cpp.exe
(score = 48)
2026-04-15 21:30.15: >>>
# Error: No rule found for vendor/ocaml-textmate-language/test/test_csharp.exe
(score = 48)
2026-04-15 21:30.15: >>>
# Error: No rule found for vendor/ocaml-textmate-language/test/test_ocaml.exe
(score = 48)
2026-04-15 21:30.15: No rule found for vendor/ocaml-textmate-language/test/test_find.exe