Build:
- 0
2026-02-16 12:55.20: New job: build vsrocq-language-server.2.3.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29404/head (262663b80741d583eb396809884cd0279b7fe4ab)
on debian-13-ocaml-4.14-afl/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/29404/head" && git reset --hard 262663b8
git fetch origin master
git merge --no-edit 66fe1c299d8a0fe922268a88a05ccf4bee097900
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-afl@sha256:448f9897570bc1ea57795070cfbb59025af0c80dff23271d4781b9a8d28250e1
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 vsrocq-language-server.2.3.4 2.3.4
RUN opam reinstall vsrocq-language-server.2.3.4; \
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" != 'vsrocq-language-server.2.3.4' && 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-02-16 12:55.20: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-afl@sha256:448f9897570bc1ea57795070cfbb59025af0c80dff23271d4781b9a8d28250e1-vsrocq-language-server.2.3.4-262663b80741d583eb396809884cd0279b7fe4ab"
2026-02-16 12:55.20: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-afl@sha256:448f9897570bc1ea57795070cfbb59025af0c80dff23271d4781b9a8d28250e1)
(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 vsrocq-language-server.2.3.4 2.3.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall vsrocq-language-server.2.3.4;\
\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\" != 'vsrocq-language-server.2.3.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-16 12:55.20: Waiting for resource in pool OCluster
2026-02-16 12:55.20: Waiting for worker…
2026-02-16 12:55.22: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 66fe1c299d Merge pull request #29371 from edwintorok/release-lintcstubs-arity-0.5.0
Updating 66fe1c299d..262663b807
Fast-forward
packages/vsrocq-language-server/vsrocq-language-server.2.3.4/opam | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
(from ocaml/opam:debian-13-ocaml-4.14-afl@sha256:448f9897570bc1ea57795070cfbb59025af0c80dff23271d4781b9a8d28250e1)
2026-02-16 12:56.52 ---> saved as "cf6c4cf5c634c1ee6d7841dc9ff3217b2857a4f465e1a02d5344f4822f7808f2"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-16 12:56.53 ---> saved as "7210bcd28e3deb217202baa43e9718bfc3f5df489e9c7fc728f5ba381ef7ef3a"
/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-02-16 12:57.28 ---> saved as "28c66375809d0537fdce7ffa7ffbcd371b12cf0df72957cfd38fc18caadc098e"
/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-afl"]
# compiler-packages ocaml-option-afl.1, ocaml-options-only-afl.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+afl
2026-02-16 12:57.30 ---> saved as "55f15b19192a35828567edec64612d455709ebe1517da02a26fa753ce9238bff"
/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-02-16 12:57.43 ---> saved as "09e81a81aa08c0200071df769673ac8ef1edcb76e85f2d6cb5aaf64f07127e48"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-16 12:57.56 ---> saved as "b7ec601090a2eaf8ead2c57fbe93a13e3ed0bbd1cc9506a76dd45c620eb6997f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-16 12:58.23 ---> saved as "952e0ffcfe38d3c91d55647c68efa8415ef30b8508da76bb3381796f1a4acdbd"
/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 amd64 Packages [108 kB]
- Fetched 198 kB in 0s (1158 kB/s)
- Reading package lists...
-
2026-02-16 12:58.25 ---> saved as "db6c7384e2c3c31c3943e9d5cdd2e41ddcc4cc58cad81b3a5d24044f01c5ef12"
/home/opam: (run (shell "opam pin add -k version -yn vsrocq-language-server.2.3.4 2.3.4"))
vsrocq-language-server is now pinned to version 2.3.4
2026-02-16 12:58.26 ---> saved as "8b801d851eda71af7aaee91c86dd6298a7bad8b0e219c51dbb43c083b41d835c"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall vsrocq-language-server.2.3.4;\
\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\" != 'vsrocq-language-server.2.3.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
vsrocq-language-server.2.3.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 50 packages
- install base v0.16.4 [required by ppx_inline_test, ppx_assert, ppx_yojson_conv]
- install conf-gmp 5 [required by zarith]
- install conf-linux-libc-dev 0 [required by coq-core]
- install conf-pkg-config 4 [required by zarith]
- install coq-core 8.20.1 [required by vsrocq-language-server]
- install coq-stdlib 8.20.1 [required by vsrocq-language-server]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.21.1 [required by vsrocq-language-server]
- install dune-configurator 3.21.1 [required by base]
- install jane-street-headers v0.16.0 [required by time_now]
- install jsonrpc 1.25.0 [required by vsrocq-language-server]
- install jst-config v0.16.0 [required by time_now]
- install lsp 1.25.0 [required by vsrocq-language-server]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by uutf]
- install ocamlfind 1.9.8 [required by vsrocq-language-server]
- install octavius 1.2.2 [required by ppx_js_style]
- install parsexp v0.16.0 [required by sexplib]
- install ppx_assert v0.16.0 [required by vsrocq-language-server]
- install ppx_base v0.16.0 [required by time_now]
- install ppx_cold v0.16.0 [required by ppx_assert]
- install ppx_compare v0.16.0 [required by ppx_assert]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.0.3 [required by vsrocq-language-server]
- install ppx_enumerate v0.16.0 [required by ppx_base]
- install ppx_globalize v0.16.0 [required by ppx_base]
- install ppx_hash v0.16.0 [required by ppx_base]
- install ppx_here v0.16.0 [required by ppx_assert]
- install ppx_import 1.12.0 [required by vsrocq-language-server]
- install ppx_inline_test v0.16.1 [required by vsrocq-language-server]
- install ppx_js_style v0.16.0 [required by ppx_yojson_conv]
- install ppx_optcomp v0.16.0 [required by vsrocq-language-server]
- install ppx_sexp_conv v0.16.0 [required by vsrocq-language-server]
- install ppx_yojson_conv v0.16.0 [required by vsrocq-language-server]
- install ppx_yojson_conv_lib v0.16.0 [required by lsp, ppx_yojson_conv]
- install ppxlib 0.35.0 [required by ppx_inline_test, ppx_deriving, ppx_assert, etc.]
- install result 1.5 [required by vsrocq-language-server]
- install sel 0.8.0 [required by vsrocq-language-server]
- install sexplib v0.16.0 [required by vsrocq-language-server]
- install sexplib0 v0.16.0 [required by sexplib]
- install stdio v0.16.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install time_now v0.16.0 [required by ppx_inline_test]
- install topkg 1.1.1 [required by uutf]
- install uutf 1.0.4 [required by lsp]
- install vsrocq-language-server 2.3.4 (pinned)
- install yojson 3.0.0 [required by vsrocq-language-server]
- install zarith 1.14 [required by coq-core]
The following system packages will first need to be installed:
libgmp-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" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl: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-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- 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 libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- 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+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4 (cached)
-> retrieved conf-gmp.5 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-linux-libc-dev.0
-> retrieved coq-core.8.20.1, coq-stdlib.8.20.1 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved jane-street-headers.v0.16.0 (cached)
-> retrieved jsonrpc.1.25.0, lsp.1.25.0 (cached)
-> retrieved jst-config.v0.16.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved octavius.1.2.2 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved ppx_assert.v0.16.0 (cached)
-> retrieved ppx_base.v0.16.0 (cached)
-> retrieved ppx_cold.v0.16.0 (cached)
-> retrieved ppx_compare.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_enumerate.v0.16.0 (cached)
-> retrieved ppx_globalize.v0.16.0 (cached)
-> retrieved ppx_hash.v0.16.0 (cached)
-> retrieved ppx_here.v0.16.0 (cached)
-> retrieved ppx_import.1.12.0 (cached)
-> retrieved ppx_inline_test.v0.16.1 (cached)
-> retrieved ppx_js_style.v0.16.0 (cached)
-> retrieved ppx_optcomp.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppx_yojson_conv.v0.16.0 (cached)
-> retrieved ppx_yojson_conv_lib.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved sel.0.8.0 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.16.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved vsrocq-language-server.2.3.4 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.21.1
-> installed jane-street-headers.v0.16.0
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed cppo.1.8.0
-> installed octavius.1.2.2
-> installed yojson.3.0.0
-> installed ppx_yojson_conv_lib.v0.16.0
-> installed jsonrpc.1.25.0
-> installed parsexp.v0.16.0
-> installed dune-configurator.3.21.1
-> installed sexplib.v0.16.0
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed lsp.1.25.0
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_js_style.v0.16.0
-> installed ppx_import.1.12.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed sel.0.8.0
-> installed ppx_hash.v0.16.0
-> installed ppx_yojson_conv.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed coq-core.8.20.1
-> installed coq-stdlib.8.20.1
-> installed vsrocq-language-server.2.3.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-16 13:05.12 ---> saved as "fa65d40438fd4dc5e9d3ecc14c9f21277c519c918738df91e74cef52b59c3779"
Job succeeded
2026-02-16 13:05.18: Job succeeded