Build:
- 0
2026-03-14 21:40.00: New job: build ocaml-lsp-server.1.21.0-4.14, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29544/head (795fe89e9cf21e4fcdfc2f486774c5a05a2dd4bd)
on debian-13-ocaml-4.14-nnp/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/29544/head" && git reset --hard 795fe89e
git fetch origin master
git merge --no-edit 8d34e0cf3c0ccacb6c8a26c24d0e5eb0b17fbf9d
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5
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 ocaml-lsp-server.1.21.0-4.14 1.21.0-4.14
RUN opam reinstall ocaml-lsp-server.1.21.0-4.14; \
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" != 'ocaml-lsp-server.1.21.0-4.14' && 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-03-14 21:40.00: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5-ocaml-lsp-server.1.21.0-4.14-795fe89e9cf21e4fcdfc2f486774c5a05a2dd4bd"
2026-03-14 21:40.00: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5)
(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 ocaml-lsp-server.1.21.0-4.14 1.21.0-4.14"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-lsp-server.1.21.0-4.14;\
\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\" != 'ocaml-lsp-server.1.21.0-4.14' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-14 21:40.00: Waiting for resource in pool OCluster
2026-03-14 21:40.01: Waiting for worker…
2026-03-14 21:40.04: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 8d34e0cf3c Merge pull request #29540 from davesnx/release-melange-fest-0.2.0
Updating 8d34e0cf3c..795fe89e9c
Fast-forward
packages/ocaml-lsp-server/ocaml-lsp-server.1.21.0-4.14/opam | 2 +-
packages/ocaml-lsp-server/ocaml-lsp-server.1.25.0/opam | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
(from ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:28efc09ef3384eaea3c2918c4124d6b2aae69595b81a6cf5ffa2b71a5512a4e5)
2026-03-14 21:44.12 ---> saved as "633a6be9cb06e94b7cb2f1f37c352a5466089da6af1739ae1540236cdefc88d1"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-14 21:44.12 ---> saved as "214abcfc49c6f86de9d22b5eb65ffc987553a67637f7f75047b8bf108509103c"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-14 21:44.46 ---> saved as "b8fb7e6c9f66f7020a875ac576a144ff6ecf50eb05c412c1ab57f635ceaca374"
/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 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-options-only-nnp"]
# compiler-packages ocaml-option-nnp.1, ocaml-options-only-nnp.1, ocaml-variants.4.14.2+options
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2+options+nnp
2026-03-14 21:44.47 ---> saved as "d499a65f3088bba4d33a04e739c3c711c146300c0850f02bc76085f24ecc5403"
/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-03-14 21:44.56 ---> saved as "a6dd2f47a654c211355821581bcea4416df9207fe4bc5b757c94143af722f59f"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-14 21:45.03 ---> saved as "1bfab5c3f842b602a16d7fa0f608f38cf5ddd1d099c84b5f0bd1099a7a53ac37"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-14 21:45.27 ---> saved as "13ebc144e18d228993dfa2da9da16041d7d5538c04c52ebff71eeb9f64db524a"
/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 [9671 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]
- Fetched 10.0 MB in 2s (6101 kB/s)
- Reading package lists...
-
2026-03-14 21:45.30 ---> saved as "e8deb4e4115d894254539e76bb89bb7778cf16674b7d86537749a9bc965314de"
/home/opam: (run (shell "opam pin add -k version -yn ocaml-lsp-server.1.21.0-4.14 1.21.0-4.14"))
ocaml-lsp-server is now pinned to version 1.21.0-4.14
2026-03-14 21:45.31 ---> saved as "bd4e81ee5a1cf4c24a22ede5c76776923ead7db2e057484218f5d70133cd8676"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocaml-lsp-server.1.21.0-4.14;\
\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\" != 'ocaml-lsp-server.1.21.0-4.14' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocaml-lsp-server.1.21.0-4.14 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 33 packages
- install astring 0.8.5 [required by ocaml-lsp-server]
- install base v0.16.4 [required by ocaml-lsp-server]
- install camlp-streams 5.0.1 [required by ocaml-lsp-server]
- install chrome-trace 3.21.1 [required by ocaml-lsp-server]
- install csexp 1.5.2 [required by ocaml-lsp-server]
- install dune 3.21.1 [required by ocaml-lsp-server]
- install dune-build-info 3.21.1 [required by ocaml-lsp-server]
- install dune-configurator 3.21.1 [required by base]
- install dune-rpc 3.21.1 [required by ocaml-lsp-server]
- install dyn 3.21.1 [required by ocaml-lsp-server]
- install fiber 3.7.0 [required by ocaml-lsp-server]
- install fs-io 3.21.1 [required by stdune]
- install jsonrpc 1.21.0-4.14 [required by ocaml-lsp-server]
- install lsp 1.21.0-4.14 [required by ocaml-lsp-server]
- install merlin-lib 4.19-414 [required by ocaml-lsp-server]
- install ocaml-lsp-server 1.21.0-4.14 (pinned)
- install ocamlbuild 0.16.1 [required by astring]
- install ocamlc-loc 3.21.1 [required by ocaml-lsp-server]
- install ocamlfind 1.9.8 [required by astring]
- install ocamlformat-rpc-lib 0.28.1 [required by ocaml-lsp-server]
- install ordering 3.21.1 [required by ocaml-lsp-server]
- install pp 2.0.0 [required by ocaml-lsp-server]
- install ppx_yojson_conv_lib v0.16.0 [required by ocaml-lsp-server]
- install re 1.14.0 [required by ocaml-lsp-server]
- install seq base [required by yojson]
- install sexplib0 v0.16.0 [required by base]
- install spawn v0.17.0 [required by ocaml-lsp-server]
- install stdune 3.21.1 [required by ocaml-lsp-server]
- install top-closure 3.21.1 [required by stdune]
- install topkg 1.1.1 [required by astring]
- install uutf 1.0.4 [required by lsp]
- install xdg 3.21.1 [required by ocaml-lsp-server]
- install yojson 2.2.2 [required by ocaml-lsp-server]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved chrome-trace.3.21.1, dune.3.21.1, dune-build-info.3.21.1, dune-configurator.3.21.1, dune-rpc.3.21.1, dyn.3.21.1, fs-io.3.21.1, ocamlc-loc.3.21.1, ordering.3.21.1, stdune.3.21.1, top-closure.3.21.1, xdg.3.21.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved fiber.3.7.0 (cached)
-> retrieved jsonrpc.1.21.0-4.14, lsp.1.21.0-4.14, ocaml-lsp-server.1.21.0-4.14 (cached)
-> retrieved merlin-lib.4.19-414 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlformat-rpc-lib.0.28.1 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_yojson_conv_lib.v0.16.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved spawn.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed astring.0.8.5
-> installed dune.3.21.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed jsonrpc.1.21.0-4.14
-> installed pp.2.0.0
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed spawn.v0.17.0
-> installed yojson.2.2.2
-> installed ocamlformat-rpc-lib.0.28.1
-> installed ppx_yojson_conv_lib.v0.16.0
-> installed ordering.3.21.1
-> installed chrome-trace.3.21.1
-> installed dune-build-info.3.21.1
-> installed fs-io.3.21.1
-> installed top-closure.3.21.1
-> installed xdg.3.21.1
-> installed dune-configurator.3.21.1
-> installed dyn.3.21.1
-> installed ocamlc-loc.3.21.1
-> installed base.v0.16.4
-> installed stdune.3.21.1
-> installed lsp.1.21.0-4.14
-> installed fiber.3.7.0
-> installed merlin-lib.4.19-414
-> installed dune-rpc.3.21.1
-> installed ocaml-lsp-server.1.21.0-4.14
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-14 21:46.51 ---> saved as "2cb11686800ff2072462d51e0f1a1b60e202ee1f4003aa32c9af00f5ac09636a"
Job succeeded
2026-03-14 21:46.57: Job succeeded