Build:
- 0
2026-01-14 02:15.55: New job: test ocp-browser.1.3.7 with lambda-term.3.3.3, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29221/head (b16fd653ce009251cba64fe7499008163b7de109)
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/29221/head" && git reset --hard b16fd653
git fetch origin master
git merge --no-edit df0b753b90c59d2c65314c8e4154cd110d69be87
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17
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 lambda-term.3.3.3 3.3.3
RUN opam reinstall lambda-term.3.3.3; \
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" != 'lambda-term.3.3.3' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN opam reinstall ocp-browser.1.3.7; \
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" != 'ocp-browser.1.3.7' && 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 ocp-browser.1.3.7) || true
RUN opam reinstall --with-test --verbose ocp-browser.1.3.7; \
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" != 'ocp-browser.1.3.7' && 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-01-14 02:15.55: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17-lambda-term.3.3.3-ocp-browser.1.3.7-b16fd653ce009251cba64fe7499008163b7de109"
2026-01-14 02:15.55: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17)
(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 lambda-term.3.3.3 3.3.3"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lambda-term.3.3.3;\
\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\" != 'lambda-term.3.3.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocp-browser.1.3.7;\
\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\" != 'ocp-browser.1.3.7' && 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 ocp-browser.1.3.7) || true"))
(run (shell "opam reinstall --with-test --verbose ocp-browser.1.3.7;\
\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\" != 'ocp-browser.1.3.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-14 02:15.55: Waiting for resource in pool OCluster
2026-01-14 02:15.55: Waiting for worker…
2026-01-14 02:35.18: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at df0b753b90 Merge pull request #29180 from dx3mod/master
Updating df0b753b90..b16fd653ce
Fast-forward
packages/lambda-term/lambda-term.3.3.3/opam | 49 +++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 packages/lambda-term/lambda-term.3.3.3/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:fc4475154a81e45c7a4fe10ae1ce9017b16705b50ae99ec37ca5504484b8ff17)
2026-01-14 02:42.32 ---> using "03f0951594c938350775771f8c8fede6d107f2d2eee244220b7b8b4b1567de6e" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-14 02:42.32 ---> using "c933f036b19f2f0c0887f671ec993a9dc79755040cbb635c24c9b9c241c841cd" 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 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-14 02:42.39 ---> saved as "7ecc7f75a5bf9dcfd6502f8a59ae1f7ab294c7cb737f8dd9abe743475bc57ced"
/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=x86_64 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 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-01-14 02:42.40 ---> saved as "f03eee248d01b26761fba1ca57252b7a2d5a4073d6250967ee99f663b30113e2"
/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-01-14 02:42.48 ---> saved as "bf0379b82096b6ba5dc91e9f0222794ba43ccc18e72cfb20cf13ead08a8436d8"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-14 02:42.53 ---> saved as "e906bb529c4c06ffc316816978a408ff408a3223a3c7046ef5d5b4f54a0bfa68"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-14 02:43.09 ---> saved as "8a4f320ac71f282d325495ac97ab3c62f1593ad023dccca78abd7ac84a74a7b8"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.5 kB]
- Fetched 9997 kB in 1s (9754 kB/s)
- Reading package lists...
2026-01-14 02:43.11 ---> saved as "2f5b8334d029505e69be6c387a7f72c390ff492e292a50f6f25c95311f545e51"
/home/opam: (run (shell "opam pin add -k version -yn lambda-term.3.3.3 3.3.3"))
lambda-term is now pinned to version 3.3.3
2026-01-14 02:43.12 ---> saved as "ebb3c13007c8a429298f148be6713c3f8b7c17515c482ac12c27ba5fca6fa66f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lambda-term.3.3.3;\
\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\" != 'lambda-term.3.3.3' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lambda-term.3.3.3 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 23 packages
- install base-bytes base [required by ocplib-endian]
- install cppo 1.8.0 [required by lwt_react]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.20.2 [required by lambda-term]
- install dune-configurator 3.20.2 [required by lwt]
- install lambda-term 3.3.3 (pinned)
- install logs 0.10.0 [required by lambda-term]
- install lwt 6.0.0 [required by lambda-term]
- install lwt_react 1.2.0 [required by lambda-term]
- install mew 0.1.0 [required by mew_vi]
- install mew_vi 0.5.0 [required by lambda-term]
- install ocamlbuild 0.16.1 [required by logs]
- install ocamlfind 1.9.8 [required by logs]
- install ocplib-endian 1.2 [required by lwt]
- install react 1.2.2 [required by lambda-term]
- install result 1.5 [required by zed]
- install topkg 1.1.1 [required by logs]
- install trie 1.0.0 [required by mew]
- install uchar 0.0.2 [required by zed]
- install uucp 17.0.0 [required by zed]
- install uuseg 17.0.0 [required by zed]
- install uutf 1.0.4 [required by zed]
- install zed 3.2.3 [required by lambda-term]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> retrieved lambda-term.3.3.3 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.6.0.0 (cached)
-> retrieved lwt_react.1.2.0 (cached)
-> retrieved mew.0.1.0 (cached)
-> retrieved mew_vi.0.5.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved react.1.2.2 (cached)
-> retrieved result.1.5 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved trie.1.0.0 (cached)
-> retrieved uchar.0.0.2 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uuseg.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved zed.3.2.3 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed uchar.0.0.2
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed react.1.2.2
-> installed dune.3.20.2
-> installed trie.1.0.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed result.1.5
-> installed ocplib-endian.1.2
-> installed mew.0.1.0
-> installed mew_vi.0.5.0
-> installed dune-configurator.3.20.2
-> installed lwt.6.0.0
-> installed lwt_react.1.2.0
-> installed logs.0.10.0
-> installed uucp.17.0.0
-> installed uuseg.17.0.0
-> installed zed.3.2.3
-> installed lambda-term.3.3.3
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-14 02:43.49 ---> saved as "80a0451431476a28904e018270a4a6c3fda23c0b18826ba4bde873d09ad04bec"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocp-browser.1.3.7;\
\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\" != 'ocp-browser.1.3.7' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocp-browser.1.3.7 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== recompile 6 packages
- recompile lambda-term 3.3.3 (pinned) [uses logs]
- recompile logs 0.10.0 [uses cmdliner]
- recompile uucp 17.0.0 [uses cmdliner]
- recompile uuseg 17.0.0 [uses cmdliner]
- recompile uutf 1.0.4 [uses cmdliner]
- recompile zed 3.2.3 [uses uucp, uutf]
=== install 5 packages
- install cmdliner 1.3.0 [required by ocp-browser]
- install ocp-browser 1.3.7
- install ocp-indent 1.9.0 [required by ocp-index]
- install ocp-index 1.3.7 [required by ocp-browser]
- install re 1.14.0 [required by ocp-index]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved lambda-term.3.3.3 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved ocp-browser.1.3.7, ocp-index.1.3.7 (cached)
-> retrieved ocp-indent.1.9.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uuseg.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved zed.3.2.3 (cached)
-> installed re.1.14.0
-> removed lambda-term.3.3.3
-> removed logs.0.10.0
-> removed zed.3.2.3
-> removed uuseg.17.0.0
-> removed uucp.17.0.0
-> removed uutf.1.0.4
-> installed cmdliner.1.3.0
-> installed logs.0.10.0
-> installed uutf.1.0.4
-> installed ocp-indent.1.9.0
[ERROR] The compilation of ocp-index.1.3.7 failed at "dune build -p ocp-index -j 255".
-> installed uucp.17.0.0
-> installed uuseg.17.0.0
-> installed zed.3.2.3
-> installed lambda-term.3.3.3
#=== ERROR while compiling ocp-index.1.3.7 ====================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository
# path ~/.opam/5.4/.opam-switch/build/ocp-index.1.3.7
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ocp-index -j 255
# exit-code 1
# env-file ~/.opam/log/ocp-index-7-ca928e.env
# output-file ~/.opam/log/ocp-index-7-ca928e.out
### output ###
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -bin-annot-occurrences -I libs/.indexLib.objs/byte -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocp-indent/lexer -I /home/opam/.opam/5.4/lib/ocp-indent/utils -cmi-file libs/.indexLib.objs/byte/indexPredefined.cmi -no-alias-deps -o libs/.indexLib.objs/byte/indexPredefined.cmo -c -impl libs/indexPredefined.pp.ml)
# File "libs/indexPredefined.ml", line 191, characters 24-31:
# Error: This expression has type Outcometree.out_type
# but an expression was expected of type
# string option * Outcometree.out_type
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -w -9 -g -bin-annot -bin-annot-occurrences -I libs/.indexLib.objs/byte -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocp-indent/lexer -I /home/opam/.opam/5.4/lib/ocp-indent/utils -cmi-file libs/.indexLib.objs/byte/indexBuild.cmi -no-alias-deps -o libs/.indexLib.objs/byte/indexBuild.cmo -c -impl libs/indexBuild.pp.ml)
# File "libs/indexBuild.ml", line 283, characters 18-27:
# Error: This pattern matches values of type 'a * 'b
# but a pattern was expected which matches values of type
# Outcometree.out_package
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -w -9 -g -I libs/.indexLib.objs/byte -I libs/.indexLib.objs/native -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocp-indent/lexer -I /home/opam/.opam/5.4/lib/ocp-indent/utils -cmi-file libs/.indexLib.objs/byte/indexPredefined.cmi -no-alias-deps -o libs/.indexLib.objs/native/indexPredefined.cmx -c -impl libs/indexPredefined.pp.ml)
# File "libs/indexPredefined.ml", line 191, characters 24-31:
# Error: This expression has type Outcometree.out_type
# but an expression was expected of type
# string option * Outcometree.out_type
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ocp-index 1.3.7
+-
+- The following changes have been performed (the rest was aborted)
| - recompile lambda-term 3.3.3
| - recompile logs 0.10.0
| - recompile uucp 17.0.0
| - recompile uuseg 17.0.0
| - recompile uutf 1.0.4
| - recompile zed 3.2.3
| - install cmdliner 1.3.0
| - install ocp-indent 1.9.0
| - install re 1.14.0
+-
<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:
* for Emacs, add these lines to ~/.emacs:
(add-to-list 'load-path "/home/opam/.opam/5.4/share/emacs/site-lisp")
(require 'ocp-indent)
* for Vim, add this line to ~/.vimrc:
set rtp^="/home/opam/.opam/5.4/share/ocp-indent/vim"
# 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-20260114024350.export"
[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.
opam-repo-ci detected dependencies failing: ocp-index.1.3.7
"/usr/bin/env" "bash" "-c" "opam reinstall ocp-browser.1.3.7;
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" != 'ocp-browser.1.3.7' && 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-01-14 02:44.23: Job failed: Failed: Build failed
2026-01-14 02:44.23: Log analysis:
2026-01-14 02:44.23: >>>
[ERROR] The compilation of ocp-index.1.3.7 failed at "dune build -p ocp-index -j 255".
(score = 20)
2026-01-14 02:44.23: >>>
# Error: This expression has type Outcometree.out_type
(score = 48)
2026-01-14 02:44.23: >>>
# Error: This pattern matches values of type 'a * 'b
(score = 48)
2026-01-14 02:44.23: >>>
# Error: This expression has type Outcometree.out_type
(score = 48)
2026-01-14 02:44.23: >>>
opam-repo-ci detected dependencies failing: ocp-index.1.3.7
(score = 75)
2026-01-14 02:44.23: ocp-index.1.3.7 failed to build