- github
- ocaml
- opam-repository
- 1056c9
- extras,opam-2.0-ocaml-5.4,ochre-cli.1.0.0
(not at the head of any monitored branch or PR)
2026-04-10 13:27.45: New job: build ochre-cli.1.0.0, using opam 2.0
from https://github.com/ocaml/opam-repository.git#refs/pull/29700/head (1056c9e3aa958c55270fdea393f7373de26e7ec8)
on debian-13-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/29700/head" && git reset --hard 1056c9e3
git fetch origin master
git merge --no-edit 812fb968341c1eec82e23a29dcf794db8f990936
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam
RUN opam init --reinit -ni
RUN 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 depext -u || true
RUN opam pin add -k version -yn ochre-cli.1.0.0 1.0.0
RUN opam depext ochre-cli.1.0.0 && 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
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-10 13:27.45: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03-ochre-cli.1.0.0-1056c9e3aa958c55270fdea393f7373de26e7ec8"
2026-04-10 13:27.45: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "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 depext -u || 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 depext ochre-cli.1.0.0 && 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"))
)
2026-04-10 13:27.45: Waiting for resource in pool OCluster
2026-04-10 13:27.47: Waiting for worker…
2026-04-10 13:29.53: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 812fb96834 Merge pull request #29689 from voodoos/release-merlin-v5.7.0-504
Updating 812fb96834..1056c9e3aa
Fast-forward
packages/ochre-cli/ochre-cli.1.0.0/opam | 41 ++++++++++++++++++++++++++++
packages/ochre/ochre.1.0.0/opam | 48 +++++++++++++++++++++++++++++++++
2 files changed, 89 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:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03' locally
docker.io/ocaml/opam@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
bcb8aca13f7d: Already exists
bee1401d6aa9: Already exists
70a4ec3f5a63: Already exists
946380c37df7: Already exists
40a16ba01935: Already exists
f4df01b7be08: Already exists
c7d14a9ac62c: Already exists
8ece799add44: Already exists
d3cb64c779a6: Already exists
d54da7bf4e54: Already exists
3111aa7c2023: Already exists
962186c6e1e2: Already exists
8745338b1e0b: Already exists
70494a8c0d08: Already exists
9fbe01dcf1e6: Already exists
742774a39128: Already exists
6780ddc6e8a5: Already exists
5049c6e21d97: Already exists
f8f7f2d621cc: Already exists
d221e77cf2b7: Already exists
ea40bd8c29fe: Already exists
4f4fb700ef54: Already exists
546c3ffe9fcf: Already exists
de88a7570f24: Already exists
614f1e6aac31: Already exists
4448849c2ba8: Already exists
ae7502e72140: Already exists
ff97726fb361: Already exists
20d3e00ca128: Already exists
734e3f9ef8d5: Already exists
a9623fbab448: Already exists
d9066aed5713: Already exists
df57d5f0aedf: Already exists
a963972287a7: Already exists
960128877639: Already exists
224d5050da5a: Already exists
f8105fbb3180: Already exists
670a1f9738fe: Already exists
10f42e6216ad: Already exists
1930c7997386: Already exists
143c1d1274f2: Pulling fs layer
f3f8fc4aab1e: Pulling fs layer
dfc73228dd7f: Pulling fs layer
115f9a12d5ea: Pulling fs layer
248c274b97e2: Pulling fs layer
720dd6c04780: Pulling fs layer
115f9a12d5ea: Waiting
3214058d9300: Pulling fs layer
248c274b97e2: Waiting
720dd6c04780: Waiting
3214058d9300: Waiting
f3f8fc4aab1e: Verifying Checksum
f3f8fc4aab1e: Download complete
143c1d1274f2: Download complete
143c1d1274f2: Pull complete
f3f8fc4aab1e: Pull complete
dfc73228dd7f: Verifying Checksum
dfc73228dd7f: Download complete
dfc73228dd7f: Pull complete
115f9a12d5ea: Verifying Checksum
115f9a12d5ea: Download complete
248c274b97e2: Verifying Checksum
248c274b97e2: Download complete
720dd6c04780: Verifying Checksum
720dd6c04780: Download complete
3214058d9300: Verifying Checksum
3214058d9300: Download complete
115f9a12d5ea: Pull complete
248c274b97e2: Pull complete
720dd6c04780: Pull complete
3214058d9300: Pull complete
Digest: sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03
Status: Downloaded newer image for ocaml/opam@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03
2026-04-10 13:29.54 ---> using "4e852d2e6c9ac39a43c0cb8d1ef92ecff46d16da630bff560bb4811e0bb278c3" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.0 /usr/bin/opam"))
2026-04-10 13:29.54 ---> saved as "499277dd8e38bf5015c1eb578039f5a07cd0b2c4ec1d65f1b12ac5c8dbbfd53a"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
[NOTE] Will configure 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.
[WARNING] Recommended dependencies -- most packages rely on these:
- m4
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-04-10 13:31.01 ---> saved as "b6f0289ee65710175688f897118d212e838c1b1fbf120be578b9fc60c591ab75"
/home/opam: (run (shell "opam config report"))
# opam config report
# opam-version 2.0.10 (adc1e1829a2bef5b240746df80341b508290fe3b)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=13
# solver builtin-mccs+glpk
# install-criteria -removed,-count[version-lag,request],-count[version-lag,changed],-changed
# upgrade-criteria -removed,-count[version-lag,solution],-new
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
2026-04-10 13:31.02 ---> saved as "13745f8557e119f464060ef52c572d7825b29d4829d40871f78e75e10d5790c8"
/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-10 13:31.11 ---> saved as "cf5b8fb5447b0ed9ebd788d35a1aa4932e34ca3e823a7808157d236b5ce2a72e"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 13:31.19 ---> saved as "b5c16aca5fc735972bddd8b8ee47f83e00df0a9ddb6c7042d64556d5669a8514"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
default (at file:///home/opam/opam-repository):
[INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)
2026-04-10 13:31.30 ---> saved as "5bb0e9416bcf11c04aa6fecd5a7d492ee9bf39e3e5fe2abdc27717dbd5497fea"
/home/opam: (run (network host)
(shell "opam depext -u || true"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
The following command needs to be run through "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 amd64 Packages [121 kB]
Fetched 211 kB in 0s (1929 kB/s)
Reading package lists...
# OS package update successful
2026-04-10 13:31.32 ---> saved as "bfed14c0b808f97bfd82a18bbd19700825b70249bdef852a4e07f3f7512d45a8"
/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-10 13:31.32 ---> saved as "d70d05192a0c5d70981585dcaba45c1848936e6d7400f84c9f385205719c31c4"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam depext ochre-cli.1.0.0 && 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"))
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libonig-dev
pkg-config
The following command needs to be run through "sudo":
apt-get install -qq -yy libonig-dev pkg-config
Selecting previously unselected package libonig5:amd64.
(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 ... 20654 files and directories currently installed.)
Preparing to unpack .../0-libonig5_6.9.9-1+b1_amd64.deb ...
Unpacking libonig5:amd64 (6.9.9-1+b1) ...
Selecting previously unselected package libonig-dev.
Preparing to unpack .../1-libonig-dev_6.9.9-1+b1_amd64.deb ...
Unpacking libonig-dev (6.9.9-1+b1) ...
Selecting previously unselected package libpkgconf3:amd64.
Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-4) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-4) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-4) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-4) ...
Setting up libpkgconf3:amd64 (1.8.1-4) ...
Setting up pkgconf-bin (1.8.1-4) ...
Setting up libonig5:amd64 (6.9.9-1+b1) ...
Setting up libonig-dev (6.9.9-1+b1) ...
Setting up pkgconf:amd64 (1.8.1-4) ...
Setting up pkg-config:amd64 (1.8.1-4) ...
Processing triggers for libc-bin (2.41-12+deb13u2) ...
# OS packages installation successful
ochre-cli.1.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
- install ocamlbuild 0.16.1 [required by fmt, astring, fpath]
- install cmdliner 2.1.0 [required by ochre-cli]
- install seq base [required by tyxml]
- install dune 3.22.1 [required by ochre-cli]
- install conf-pkg-config 4 [required by conf-oniguruma]
- install ocamlfind 1.9.8 [required by fmt, astring, fpath]
- install uchar 0.0.2 [required by markup]
- install yojson 3.0.0 [required by ochre]
- install tm-grammars 1.1.0 [required by ochre-cli]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install sexplib0 v0.17.0 [required by ppxlib]
- install re 1.14.0 [required by tyxml]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install csexp 1.5.2 [required by dune-configurator]
- install cppo 1.8.0 [required by odoc]
- install camlp-streams 5.0.1 [required by odoc-parser]
- install base64 3.5.2 [required by plist-xml]
- install ISO8601 0.2.6 [required by plist-xml]
- install conf-oniguruma 1 [required by ochre]
- install topkg 1.1.1 [required by fmt, astring, fpath]
- install ppxlib 0.38.0 [required by melange-json-native]
- install dune-configurator 3.22.1 [required by ochre]
- install uutf 1.0.4 [required by tyxml, markup]
- install ptime 1.2.0 [required by crunch]
- install fmt 0.11.0 [required by odoc]
- install astring 0.8.5 [required by odoc]
- install melange-json-native 2.0.0 [required by ochre]
- install tyxml 4.6.0 [required by odoc]
- install markup 1.0.3 [required by plist-xml]
- install crunch 4.0.0 [required by odoc]
- install odoc-parser 3.1.0 [required by odoc]
- install fpath 0.7.3 [required by odoc]
- install plist-xml 0.3.0 [required by ochre]
- install odoc 3.1.0 [required by ochre]
- install ochre 1.0.0 [required by ochre-cli]
- install ochre-cli 1.0.0*
===== 37 to install =====
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[base64.3.5.2] found in cache
[camlp-streams.5.0.1] found in cache
[cmdliner.2.1.0] found in cache
[cppo.1.8.0] found in cache
[crunch.4.0.0] found in cache
[csexp.1.5.2] found in cache
[dune.3.22.1] found in cache
[dune-configurator.3.22.1] found in cache
[fmt.0.11.0] found in cache
[fpath.0.7.3] found in cache
[ISO8601.0.2.6] found in cache
[markup.1.0.3] found in cache
[melange-json-native.2.0.0] found in cache
[ocaml-compiler-libs.v0.17.0] found in cache
[ocamlbuild.0.16.1] found in cache
[ocamlfind.1.9.8] found in cache
[ochre.1.0.0] found in cache
[ochre-cli.1.0.0] found in cache
[odoc.3.1.0] found in cache
[odoc-parser.3.1.0] found in cache
[plist-xml.0.3.0] downloaded from cache at https://opam.ocaml.org/cache
[ppx_derivers.1.2.1] found in cache
[ppxlib.0.38.0] found in cache
[ptime.1.2.0] found in cache
[re.1.14.0] found in cache
[sexplib0.v0.17.0] found in cache
[stdlib-shims.0.3.0] found in cache
[tm-grammars.1.1.0] found in cache
[topkg.1.1.1] found in cache
[tyxml.4.6.0] found in cache
[uchar.0.0.2] found in cache
[uutf.1.0.4] found in cache
[yojson.3.0.0] found in cache
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed conf-pkg-config.4
-> installed conf-oniguruma.1
-> installed cmdliner.2.1.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.22.1
-> installed ppx_derivers.1.2.1
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed crunch.4.0.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ISO8601.0.2.6
-> installed markup.1.0.3
-> installed ocaml-compiler-libs.v0.17.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed tm-grammars.1.1.0
-> installed odoc-parser.3.1.0
-> installed dune-configurator.3.22.1
-> installed plist-xml.0.3.0
-> installed tyxml.4.6.0
-> installed ppxlib.0.38.0
-> installed odoc.3.1.0
-> installed melange-json-native.2.0.0
[ERROR] The compilation of ochre failed at "/home/opam/.opam/opam-init/hooks/sandbox.sh build dune build -p ochre -j 71 @install".
#=== ERROR while compiling ochre.1.0.0 ========================================#
# context 2.0.10 | linux/x86_64 | ocaml-base-compiler.5.4.1 | file:///home/opam/opam-repository
# path ~/.opam/5.4/.opam-switch/build/ochre.1.0.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ochre -j 71 @install
# exit-code 1
# env-file ~/.opam/log/ochre-149-59d7eb.env
# output-file ~/.opam/log/ochre-149-59d7eb.out
### output ###
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/.ochre.objs/byte -I /home/opam/.opam/5.4/lib/ISO8601 -I /home/opam/.opam/5.4/lib/base64 -I /home/opam/.opam/5.4/lib/base64/rfc2045 -I /home/opam/.opam/5.4/lib/markup -I /home/opam/.opam/5.4/lib/melange-json-native -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/plist-xml -I /home/opam/.opam/5.4/lib/uutf -I /home/opam/.opam/5.4/lib/yojson -I vendor/ocaml-oniguruma/src/.oniguruma.objs/byte -I vendor/ocaml-textmate-language/src/.tmLanguage.objs/byte -cmi-file lib/.ochre.objs/byte/ochre__Grammar_loader.cmi -no-alias-deps -open Ochre__ -o lib/.ochre.objs/byte/ochre__Grammar_loader.cmo -c -impl lib/grammar_loader.pp.ml)
# File "lib/grammar_loader.ml", line 78, characters 21-43:
# 78 | (fun () -> Plist_xml.from_channel ic)
# ^^^^^^^^^^^^^^^^^^^^^^
# Error: Unbound value Plist_xml.from_channel
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I lib/.ochre.objs/byte -I lib/.ochre.objs/native -I /home/opam/.opam/5.4/lib/ISO8601 -I /home/opam/.opam/5.4/lib/base64 -I /home/opam/.opam/5.4/lib/base64/rfc2045 -I /home/opam/.opam/5.4/lib/markup -I /home/opam/.opam/5.4/lib/melange-json-native -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/plist-xml -I /home/opam/.opam/5.4/lib/uutf -I /home/opam/.opam/5.4/lib/yojson -I vendor/ocaml-oniguruma/src/.oniguruma.objs/byte -I vendor/ocaml-oniguruma/src/.oniguruma.objs/native -I vendor/ocaml-textmate-language/src/.tmLanguage.objs/byte -I vendor/ocaml-textmate-language/src/.tmLanguage.objs/native -cmi-file lib/.ochre.objs/byte/ochre__Grammar_loader.cmi -no-alias-deps -open Ochre__ -o lib/.ochre.objs/native/ochre__Grammar_loader.cmx -c -impl lib/grammar_loader.pp.ml)
# File "lib/grammar_loader.ml", line 78, characters 21-43:
# 78 | (fun () -> Plist_xml.from_channel ic)
# ^^^^^^^^^^^^^^^^^^^^^^
# Error: Unbound value Plist_xml.from_channel
# (cd _build/default/_doc/_odocls/ochre && /home/opam/.opam/5.4/bin/odoc link -I ../../_odoc/pkg/ochre -I ../../../lib/.ochre.objs/byte -I ../../../vendor/ocaml-oniguruma/src/.oniguruma.objs/byte -I ../../../vendor/ocaml-textmate-language/src/.tmLanguage.objs/byte -o oniguruma.odocl ../../../vendor/ocaml-oniguruma/src/.oniguruma.objs/byte/oniguruma.odoc)
# File "vendor/ocaml-oniguruma/src/oniguruma.mli", line 203, characters 6-35:
# Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
# File "vendor/ocaml-oniguruma/src/oniguruma.mli", line 197, characters 6-35:
# Warning: Failed to resolve reference unresolvedroot(Invalid_argument) Couldn't find "Invalid_argument"
# (cd _build/default/_doc/_odocls/ochre && /home/opam/.opam/5.4/bin/odoc link -I ../../_odoc/pkg/ochre -I ../../../lib/.ochre.objs/byte -I ../../../vendor/ocaml-oniguruma/src/.oniguruma.objs/byte -I ../../../vendor/ocaml-textmate-language/src/.tmLanguage.objs/byte -o ochre.odocl ../../../lib/.ochre.objs/byte/ochre.odoc)
# File "lib/ochre.mli", line 143, characters 42-49:
# Warning: Reference to 'load' is ambiguous. Please specify its kind: section-load, val-load.
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ochre 1.0.0
+-
+- The following changes have been performed (the rest was aborted)
| - install astring 0.8.5
| - install base64 3.5.2
| - install camlp-streams 5.0.1
| - install cmdliner 2.1.0
| - install conf-oniguruma 1
| - install conf-pkg-config 4
| - install cppo 1.8.0
| - install crunch 4.0.0
| - install csexp 1.5.2
| - install dune 3.22.1
| - install dune-configurator 3.22.1
| - install fmt 0.11.0
| - install fpath 0.7.3
| - install ISO8601 0.2.6
| - install markup 1.0.3
| - install melange-json-native 2.0.0
| - install ocaml-compiler-libs v0.17.0
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install odoc 3.1.0
| - install odoc-parser 3.1.0
| - install plist-xml 0.3.0
| - install ppx_derivers 1.2.1
| - install ppxlib 0.38.0
| - install ptime 1.2.0
| - install re 1.14.0
| - install seq base
| - install sexplib0 v0.17.0
| - install stdlib-shims 0.3.0
| - install tm-grammars 1.1.0
| - install topkg 1.1.1
| - install tyxml 4.6.0
| - install uchar 0.0.2
| - install uutf 1.0.4
| - install yojson 3.0.0
+-
# Run eval $(opam env) to update the current shell environment
The former state can be restored with:
opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260410133141.export"
opam-repo-ci detected dependencies failing: ochre.1.0.0
"/usr/bin/env" "bash" "-c" "opam depext ochre-cli.1.0.0 && 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" failed with exit status 1
2026-04-10 13:32.57: Job failed: Failed: Build failed
2026-04-10 13:32.57: Log analysis:
2026-04-10 13:32.57: >>>
[ERROR] The compilation of ochre failed at "/home/opam/.opam/opam-init/hooks/sandbox.sh build dune build -p ochre -j 71 @install".
(score = 20)
2026-04-10 13:32.57: >>>
# Error: Unbound value Plist_xml.from_channel
(score = 48)
2026-04-10 13:32.57: >>>
# Error: Unbound value Plist_xml.from_channel
(score = 48)
2026-04-10 13:32.57: >>>
opam-repo-ci detected dependencies failing: ochre.1.0.0
(score = 75)
2026-04-10 13:32.57: ochre.1.0.0 failed to build