- github
- ocaml
- opam-repository
- 1056c9
- extras,opam-2.0-ocaml-4.14,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-4.14/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-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
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-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4-ochre-cli.1.0.0-1056c9e3aa958c55270fdea393f7373de26e7ec8"
2026-04-10 13:27.45: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
(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:27.47: Got resource from pool OCluster
Building on phoebe.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-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4' locally
docker.io/ocaml/opam@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4: 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
3dfb608b80df: Pulling fs layer
35294222fbdf: Pulling fs layer
3dfb608b80df: Waiting
b427a5ce3ccf: Pulling fs layer
35294222fbdf: Waiting
159615597ae3: Pulling fs layer
159615597ae3: Waiting
b427a5ce3ccf: Waiting
3dfb608b80df: Verifying Checksum
3dfb608b80df: Download complete
35294222fbdf: Download complete
b427a5ce3ccf: Verifying Checksum
b427a5ce3ccf: Download complete
159615597ae3: Download complete
3dfb608b80df: Pull complete
35294222fbdf: Pull complete
b427a5ce3ccf: Pull complete
159615597ae3: Pull complete
Digest: sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
Status: Downloaded newer image for ocaml/opam@sha256:4457c533769cd1c32fd9fb5fb13e5a0a285ba114860db7ac2f34c1c21e5690e4
2026-04-10 13:29.05 ---> using "e7349b5faa6e8ea47e3f73a0784842b9d8524e468ce596e92633dbea53bd1c16" 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.05 ---> saved as "c10282e0dbd394c173c8629599c0cf8ef48b99364becd04fb81c193278a0e3cf"
/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:30.29 ---> saved as "61002cb1496beab5433c4322c54f65efb70dca8afbb20314e2699af4a83c5228"
/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 4.14
2026-04-10 13:30.30 ---> saved as "3aad554ebb8c056a22b107991820ba4faef0f0455b19dbb5c71b258cdee811a7"
/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:30.40 ---> saved as "07e3bc0230d74032e5f3dff15fb95968d47b1e35511d36218822ddd36839b6bd"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 13:31.21 ---> saved as "b6c253e78f92e2ea9617f5151c65b0372fe2e7c01722977de5e6f0e41c0e2e7b"
/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.39 ---> saved as "cf9621ce11b7f5a6675aace58e03036f53d49e9fe3b9f0725f3d9175df75726c"
/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 (1531 kB/s)
Reading package lists...
# OS package update successful
2026-04-10 13:31.42 ---> saved as "7e4d519a2e66c2e053cd41bd56d591bfa63647a29978b3c4aed30a67e8c99266"
/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.43 ---> saved as "7682f7a74305da943bc661f8023f798799310a926fb275e8178b3536bf917e03"
/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 ... 20623 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.12.4 [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.12.4] 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 ocaml-compiler-libs.v0.12.4
-> installed markup.1.0.3
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed tm-grammars.1.1.0
-> installed yojson.3.0.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.4.14.3 | file:///home/opam/opam-repository
# path ~/.opam/4.14/.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-aedb23.env
# output-file ~/.opam/log/ochre-149-aedb23.out
### output ###
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.ochre.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/base64/rfc2045 -I /home/opam/.opam/4.14/lib/markup -I /home/opam/.opam/4.14/lib/melange-json-native -I /home/opam/.opam/4.14/lib/plist-xml -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/lib/yojson -I vendor/ocaml-oniguruma/src/.oniguruma.objs/byte -I vendor/ocaml-textmate-language/src/.tmLanguage.objs/byte -intf-suffix .ml -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/4.14/bin/ocamlopt.opt -w -40 -g -I lib/.ochre.objs/byte -I lib/.ochre.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/base64/rfc2045 -I /home/opam/.opam/4.14/lib/markup -I /home/opam/.opam/4.14/lib/melange-json-native -I /home/opam/.opam/4.14/lib/plist-xml -I /home/opam/.opam/4.14/lib/uutf -I /home/opam/.opam/4.14/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 -intf-suffix .ml -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/4.14/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/4.14/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.12.4
| - 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/4.14/.opam-switch/backup/state-20260410133159.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:33.43: Job failed: Failed: Build failed
2026-04-10 13:33.43: Log analysis:
2026-04-10 13:33.43: >>>
[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:33.43: >>>
# Error: Unbound value Plist_xml.from_channel
(score = 48)
2026-04-10 13:33.43: >>>
# Error: Unbound value Plist_xml.from_channel
(score = 48)
2026-04-10 13:33.43: >>>
opam-repo-ci detected dependencies failing: ochre.1.0.0
(score = 75)
2026-04-10 13:33.43: ochre.1.0.0 failed to build