(for PR #29883)
2026-05-08 18:45.20: New job: build lstar.1.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29883/head (e5ab047b033e89fa4026a3a78b062664a0cf8a36)
on debian-testing-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/29883/head" && git reset --hard e5ab047b
git fetch origin master
git merge --no-edit fc08333d1ba03c1ffbc960479a92aa94085c5f78
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-testing-ocaml-4.14@sha256:a5716742719098ba21506f1dba8cf35339198483fdeb909fa39328841d21e398
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 lstar.1.0 1.0
RUN opam reinstall lstar.1.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-testing\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'lstar.1.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-05-08 18:45.20: Using cache hint "ocaml/opam:debian-testing-ocaml-4.14@sha256:a5716742719098ba21506f1dba8cf35339198483fdeb909fa39328841d21e398-lstar.1.0-e5ab047b033e89fa4026a3a78b062664a0cf8a36"
2026-05-08 18:45.20: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-4.14@sha256:a5716742719098ba21506f1dba8cf35339198483fdeb909fa39328841d21e398)
(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 lstar.1.0 1.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lstar.1.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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lstar.1.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-05-08 18:45.20: Waiting for resource in pool OCluster
2026-05-08 18:45.20: Waiting for worker…
2026-05-08 18:45.22: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at fc08333d1b Merge pull request #29875 from ocaml/mseri-patch-3
Updating fc08333d1b..e5ab047b03
Fast-forward
packages/lstar-rocq/lstar-rocq.1.0/opam | 39 +++++++++++++++++++++++++++++++++
packages/lstar/lstar.1.0/opam | 38 ++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
create mode 100644 packages/lstar-rocq/lstar-rocq.1.0/opam
create mode 100644 packages/lstar/lstar.1.0/opam
(from ocaml/opam:debian-testing-ocaml-4.14@sha256:a5716742719098ba21506f1dba8cf35339198483fdeb909fa39328841d21e398)
Unable to find image 'ocaml/opam:debian-testing-ocaml-4.14@sha256:a5716742719098ba21506f1dba8cf35339198483fdeb909fa39328841d21e398' locally
docker.io/ocaml/opam@sha256:a5716742719098ba21506f1dba8cf35339198483fdeb909fa39328841d21e398: Pulling from ocaml/opam
abac6300560e: Pulling fs layer
b96adbde1d0d: Pulling fs layer
e55f176c7620: Pulling fs layer
dc63a1660cd8: Pulling fs layer
6aae0baf072d: Pulling fs layer
32dc6909cf8a: Pulling fs layer
fd659cea9570: Pulling fs layer
e55f176c7620: Waiting
0c8dcc9fc73b: Pulling fs layer
dc63a1660cd8: Waiting
abac6300560e: Waiting
6aae0baf072d: Waiting
32dc6909cf8a: Waiting
fd659cea9570: Waiting
b96adbde1d0d: Waiting
bc4402dd237c: Pulling fs layer
50172bb3d767: Pulling fs layer
0c8dcc9fc73b: Waiting
966ac9463ee0: Pulling fs layer
bc4402dd237c: Waiting
50172bb3d767: Waiting
966ac9463ee0: Waiting
59b9e3afc631: Pulling fs layer
4e804050eda8: Pulling fs layer
3f2601492f49: Pulling fs layer
c964b169e8a5: Pulling fs layer
4e804050eda8: Waiting
8ecc5a745bba: Pulling fs layer
3f2601492f49: Waiting
8bdc3c3824b2: Pulling fs layer
8ecc5a745bba: Waiting
59b9e3afc631: Waiting
c964b169e8a5: Waiting
8bdc3c3824b2: Waiting
a283b6d5a882: Pulling fs layer
147c81485eb1: Pulling fs layer
a283b6d5a882: Waiting
5531e40d5e03: Pulling fs layer
147c81485eb1: Waiting
ed93207d7c4e: Pulling fs layer
4f4fb700ef54: Pulling fs layer
d471db3cd9d0: Pulling fs layer
5531e40d5e03: Waiting
774b0b2d1978: Pulling fs layer
ed93207d7c4e: Waiting
4f4fb700ef54: Waiting
bbf422704a9e: Pulling fs layer
774b0b2d1978: Waiting
7d178f126a38: Pulling fs layer
bbf422704a9e: Waiting
1e25091b9328: Pulling fs layer
7d178f126a38: Waiting
d67b6f6334f3: Pulling fs layer
1e25091b9328: Waiting
7f797402a5ef: Pulling fs layer
d67b6f6334f3: Waiting
1e831c43891c: Pulling fs layer
7f797402a5ef: Waiting
bf9924230009: Pulling fs layer
1e831c43891c: Waiting
0490692006cc: Pulling fs layer
a588858338eb: Pulling fs layer
0490692006cc: Waiting
413fcd23a356: Pulling fs layer
bf9924230009: Waiting
a588858338eb: Waiting
a4f78f56f756: Pulling fs layer
9d711119fa53: Pulling fs layer
d23e1727795b: Pulling fs layer
0945e9502a49: Pulling fs layer
9d711119fa53: Waiting
413fcd23a356: Waiting
d23e1727795b: Waiting
e6b4f54a9f53: Pulling fs layer
0945e9502a49: Waiting
a4f78f56f756: Waiting
1223008edcda: Pulling fs layer
76119e11ef1a: Pulling fs layer
e6b4f54a9f53: Waiting
1223008edcda: Waiting
022655d5374f: Pulling fs layer
76119e11ef1a: Waiting
da75738a874a: Pulling fs layer
022655d5374f: Waiting
907dfc6e21f7: Pulling fs layer
681d81a52f66: Pulling fs layer
907dfc6e21f7: Waiting
681d81a52f66: Waiting
b96adbde1d0d: Verifying Checksum
b96adbde1d0d: Download complete
e55f176c7620: Verifying Checksum
e55f176c7620: Download complete
dc63a1660cd8: Verifying Checksum
dc63a1660cd8: Download complete
6aae0baf072d: Verifying Checksum
6aae0baf072d: Download complete
32dc6909cf8a: Verifying Checksum
32dc6909cf8a: Download complete
fd659cea9570: Verifying Checksum
fd659cea9570: Download complete
0c8dcc9fc73b: Verifying Checksum
0c8dcc9fc73b: Download complete
bc4402dd237c: Verifying Checksum
bc4402dd237c: Download complete
50172bb3d767: Verifying Checksum
50172bb3d767: Download complete
966ac9463ee0: Verifying Checksum
966ac9463ee0: Download complete
59b9e3afc631: Verifying Checksum
59b9e3afc631: Download complete
4e804050eda8: Verifying Checksum
4e804050eda8: Download complete
3f2601492f49: Download complete
c964b169e8a5: Verifying Checksum
c964b169e8a5: Download complete
8ecc5a745bba: Download complete
8bdc3c3824b2: Verifying Checksum
8bdc3c3824b2: Download complete
a283b6d5a882: Verifying Checksum
a283b6d5a882: Download complete
147c81485eb1: Download complete
5531e40d5e03: Verifying Checksum
5531e40d5e03: Download complete
ed93207d7c4e: Verifying Checksum
ed93207d7c4e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
d471db3cd9d0: Verifying Checksum
d471db3cd9d0: Download complete
774b0b2d1978: Verifying Checksum
774b0b2d1978: Download complete
7d178f126a38: Verifying Checksum
7d178f126a38: Download complete
bbf422704a9e: Download complete
1e25091b9328: Download complete
d67b6f6334f3: Verifying Checksum
d67b6f6334f3: Download complete
1e831c43891c: Download complete
abac6300560e: Verifying Checksum
abac6300560e: Download complete
0490692006cc: Download complete
bf9924230009: Verifying Checksum
bf9924230009: Download complete
7f797402a5ef: Verifying Checksum
7f797402a5ef: Download complete
a588858338eb: Verifying Checksum
a588858338eb: Download complete
9d711119fa53: Verifying Checksum
9d711119fa53: Download complete
413fcd23a356: Download complete
0945e9502a49: Verifying Checksum
0945e9502a49: Download complete
e6b4f54a9f53: Verifying Checksum
e6b4f54a9f53: Download complete
abac6300560e: Pull complete
b96adbde1d0d: Pull complete
e55f176c7620: Pull complete
1223008edcda: Download complete
dc63a1660cd8: Pull complete
6aae0baf072d: Pull complete
32dc6909cf8a: Pull complete
fd659cea9570: Pull complete
0c8dcc9fc73b: Pull complete
bc4402dd237c: Pull complete
50172bb3d767: Pull complete
966ac9463ee0: Pull complete
59b9e3afc631: Pull complete
4e804050eda8: Pull complete
3f2601492f49: Pull complete
c964b169e8a5: Pull complete
8ecc5a745bba: Pull complete
8bdc3c3824b2: Pull complete
a283b6d5a882: Pull complete
147c81485eb1: Pull complete
5531e40d5e03: Pull complete
ed93207d7c4e: Pull complete
4f4fb700ef54: Pull complete
d471db3cd9d0: Pull complete
774b0b2d1978: Pull complete
bbf422704a9e: Pull complete
7d178f126a38: Pull complete
1e25091b9328: Pull complete
d67b6f6334f3: Pull complete
7f797402a5ef: Pull complete
1e831c43891c: Pull complete
bf9924230009: Pull complete
0490692006cc: Pull complete
a588858338eb: Pull complete
413fcd23a356: Pull complete
d23e1727795b: Verifying Checksum
d23e1727795b: Download complete
022655d5374f: Verifying Checksum
022655d5374f: Download complete
da75738a874a: Verifying Checksum
da75738a874a: Download complete
907dfc6e21f7: Verifying Checksum
907dfc6e21f7: Download complete
681d81a52f66: Verifying Checksum
681d81a52f66: Download complete
a4f78f56f756: Verifying Checksum
a4f78f56f756: Download complete
76119e11ef1a: Verifying Checksum
76119e11ef1a: Download complete
a4f78f56f756: Pull complete
9d711119fa53: Pull complete
d23e1727795b: Pull complete
0945e9502a49: Pull complete
e6b4f54a9f53: Pull complete
1223008edcda: Pull complete
76119e11ef1a: Pull complete
022655d5374f: Pull complete
da75738a874a: Pull complete
907dfc6e21f7: Pull complete
681d81a52f66: Pull complete
Digest: sha256:a5716742719098ba21506f1dba8cf35339198483fdeb909fa39328841d21e398
Status: Downloaded newer image for ocaml/opam@sha256:a5716742719098ba21506f1dba8cf35339198483fdeb909fa39328841d21e398
2026-05-08 18:50.33 ---> using "61c5df15a8103efaf1a71cfa3c99422600caff5f64ab003fc96e8cce4eb5a534" 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-05-08 18:50.33 ---> using "c5ed6f6d9009f980b299c3388e825bd3896e821ca7ae29ec27b0ae7c6be95bca" 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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-05-08 18:50.33 ---> using "cba669f6cb4c366e80fd89c84849fefda3f0af04861fdd4f8d5d75b7af5356b0" from cache
/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.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=debian os-version=unknown
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# 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.3
2026-05-08 18:50.33 ---> using "333c9c567e94dddc56ebdf629b029c17d970bf1a2ed6baaf6afc51fa383b562a" from cache
/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-05-08 18:50.33 ---> using "a5d950079bd6b4bcde3c984eda091c6e198ff2401f17c3742464670b8cfacc89" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-08 18:50.41 ---> saved as "8cfd2f9ff19d21c140e907198de78b354c1d8142bcabf2a7a2cab3d35de67175"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-08 18:51.06 ---> saved as "47767627c5f0670656cef64093070eb84082ba8fd03200ede6580447d2c6d130"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [151 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [63.6 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-05-08-0800.34-F-2026-04-25-0800.24.pdiff [1539 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages T-2026-05-08-0800.34-F-2026-04-25-0800.24.pdiff [1539 kB]
- Fetched 1846 kB in 4s (453 kB/s)
- Reading package lists...
-
2026-05-08 18:51.12 ---> saved as "1bf9b6377d14b6d626a0ad5e3104137e9c6993e0760c7238b265874b0220252e"
/home/opam: (run (shell "opam pin add -k version -yn lstar.1.0 1.0"))
lstar is now pinned to version 1.0
2026-05-08 18:51.13 ---> saved as "33ba7bb4f0270ab6de1ca4ad5290388efc006a59c9cf6f805523879686426b91"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall lstar.1.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-testing\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'lstar.1.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
lstar.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.23.0 [required by lstar]
- install lstar 1.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0 (cached)
-> retrieved lstar.1.0 (cached)
-> installed dune.3.23.0
[ERROR] The compilation of lstar.1.0 failed at "dune build -p lstar -j 71 @install".
#=== ERROR while compiling lstar.1.0 ==========================================#
# context 2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/CharlesAverill/lstar-rocq/releases/download/v1.0/lstar-rocq-1.0.tbz)
# path ~/.opam/4.14/.opam-switch/build/lstar.1.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p lstar -j 71 @install
# exit-code 1
# env-file ~/.opam/log/lstar-7-c6b902.env
# output-file ~/.opam/log/lstar-7-c6b902.out
### output ###
# File "lib/dune", lines 1-5, characters 0-138:
# 1 | (rocq.extraction
# 2 | (prelude Extraction)
# 3 | (extracted_modules Lstar Datatypes
# 4 | Language Specif ListLemmas List)
# 5 | (theories Stdlib lstar))
# Error: Program rocq not found in the tree or in PATH
# (context: default)
# Hint: opam install rocq-runtime
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build lstar 1.0
+-
+- The following changes have been performed
| - install dune 3.23.0
+-
# 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/4.14/.opam-switch/backup/state-20260508185114.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.
"/usr/bin/env" "bash" "-c" "opam reinstall lstar.1.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-testing\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'lstar.1.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-05-08 18:52.04: Job failed: Failed: Build failed
2026-05-08 18:52.04: Log analysis:
2026-05-08 18:52.04: >>>
[ERROR] The compilation of lstar.1.0 failed at "dune build -p lstar -j 71 @install".
(score = 20)
2026-05-08 18:52.04: >>>
# Error: Program rocq not found in the tree or in PATH
(score = 48)
2026-05-08 18:52.04: Program rocq not found in the tree or in PATH