(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 fedora-42-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:fedora-42-ocaml-4.14@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8
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 "\"fedora-42\""; 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:fedora-42-ocaml-4.14@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8-lstar.1.0-e5ab047b033e89fa4026a3a78b062664a0cf8a36"
2026-05-08 18:45.20: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8)
 (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 \"\\\"fedora-42\\\"\"; 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 doris.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:fedora-42-ocaml-4.14@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8' locally
docker.io/ocaml/opam@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8: Pulling from ocaml/opam
accf5bbc0c67: Pulling fs layer
416e4a8866bb: Pulling fs layer
09b2fb3c52f4: Pulling fs layer
7d4fe74f60d8: Pulling fs layer
bbcb95d43ae8: Pulling fs layer
3f7fabcf058b: Pulling fs layer
ff1c331d0685: Pulling fs layer
331e430b8678: Pulling fs layer
7d4fe74f60d8: Waiting
d5e4a38d5ea5: Pulling fs layer
bbcb95d43ae8: Waiting
c1a3ce5bdca8: Pulling fs layer
9342fbfb684e: Pulling fs layer
3f7fabcf058b: Waiting
331e430b8678: Waiting
ff1c331d0685: Waiting
d5e4a38d5ea5: Waiting
3375aa3a4fe2: Pulling fs layer
c1a3ce5bdca8: Waiting
5c38790d9336: Pulling fs layer
72348a58b27c: Pulling fs layer
d3107028d218: Pulling fs layer
9342fbfb684e: Waiting
3375aa3a4fe2: Waiting
acc50758812d: Pulling fs layer
5c38790d9336: Waiting
5541e1f5d877: Pulling fs layer
72348a58b27c: Waiting
cb8423aba67b: Pulling fs layer
d3107028d218: Waiting
20ce582547ae: Pulling fs layer
cb8423aba67b: Waiting
acc50758812d: Waiting
fb0d2b872ab9: Pulling fs layer
f1096ea2d911: Pulling fs layer
5541e1f5d877: Waiting
20ce582547ae: Waiting
4f4fb700ef54: Pulling fs layer
4231f9ddfd79: Pulling fs layer
fb0d2b872ab9: Waiting
56c8f50d04a2: Pulling fs layer
4f4fb700ef54: Waiting
f1096ea2d911: Waiting
0de1101c66b0: Pulling fs layer
4231f9ddfd79: Waiting
2b6f30660798: Pulling fs layer
56c8f50d04a2: Waiting
71262bc25423: Pulling fs layer
2b6f30660798: Waiting
82f047011835: Pulling fs layer
0de1101c66b0: Waiting
71262bc25423: Waiting
51d173a1a638: Pulling fs layer
015738513758: Pulling fs layer
51d173a1a638: Waiting
67d6409b44b2: Pulling fs layer
82f047011835: Waiting
015738513758: Waiting
ae464ebac889: Pulling fs layer
bc2b87fa0f07: Pulling fs layer
67d6409b44b2: Waiting
be711664ce89: Pulling fs layer
ae464ebac889: Waiting
56bf139c19f6: Pulling fs layer
bc2b87fa0f07: Waiting
be711664ce89: Waiting
c966532ae346: Pulling fs layer
56bf139c19f6: Waiting
bb570b3445ea: Pulling fs layer
2177d8ae4e51: Pulling fs layer
ee87dad70b9f: Pulling fs layer
2177d8ae4e51: Waiting
d3ef71eb7ea1: Pulling fs layer
bb570b3445ea: Waiting
c966532ae346: Waiting
ee87dad70b9f: Waiting
9cd50ca93877: Pulling fs layer
d3ef71eb7ea1: Waiting
493e1b867d81: Pulling fs layer
9cd50ca93877: Waiting
c067bb53a0df: Pulling fs layer
b9f9d57239d8: Pulling fs layer
493e1b867d81: Waiting
c067bb53a0df: Waiting
f3425112f577: Pulling fs layer
b9f9d57239d8: Waiting
f3425112f577: Waiting
416e4a8866bb: Download complete
accf5bbc0c67: Verifying Checksum
accf5bbc0c67: Download complete
09b2fb3c52f4: Verifying Checksum
09b2fb3c52f4: Download complete
bbcb95d43ae8: Verifying Checksum
bbcb95d43ae8: Download complete
ff1c331d0685: Verifying Checksum
ff1c331d0685: Download complete
3f7fabcf058b: Verifying Checksum
3f7fabcf058b: Download complete
331e430b8678: Verifying Checksum
331e430b8678: Download complete
c1a3ce5bdca8: Verifying Checksum
c1a3ce5bdca8: Download complete
accf5bbc0c67: Pull complete
416e4a8866bb: Pull complete
7d4fe74f60d8: Verifying Checksum
7d4fe74f60d8: Download complete
d5e4a38d5ea5: Verifying Checksum
d5e4a38d5ea5: Download complete
9342fbfb684e: Verifying Checksum
9342fbfb684e: Download complete
3375aa3a4fe2: Verifying Checksum
3375aa3a4fe2: Download complete
5c38790d9336: Verifying Checksum
5c38790d9336: Download complete
72348a58b27c: Download complete
d3107028d218: Verifying Checksum
d3107028d218: Download complete
acc50758812d: Download complete
5541e1f5d877: Download complete
cb8423aba67b: Verifying Checksum
cb8423aba67b: Download complete
20ce582547ae: Download complete
fb0d2b872ab9: Download complete
f1096ea2d911: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
56c8f50d04a2: Download complete
4231f9ddfd79: Verifying Checksum
4231f9ddfd79: Download complete
0de1101c66b0: Verifying Checksum
0de1101c66b0: Download complete
71262bc25423: Verifying Checksum
71262bc25423: Download complete
2b6f30660798: Verifying Checksum
82f047011835: Verifying Checksum
2b6f30660798: Download complete
82f047011835: Download complete
51d173a1a638: Verifying Checksum
51d173a1a638: Download complete
09b2fb3c52f4: Pull complete
015738513758: Download complete
67d6409b44b2: Verifying Checksum
67d6409b44b2: Download complete
ae464ebac889: Download complete
be711664ce89: Verifying Checksum
be711664ce89: Download complete
c966532ae346: Download complete
2177d8ae4e51: Verifying Checksum
2177d8ae4e51: Download complete
ee87dad70b9f: Download complete
d3ef71eb7ea1: Verifying Checksum
d3ef71eb7ea1: Download complete
bb570b3445ea: Verifying Checksum
bb570b3445ea: Download complete
56bf139c19f6: Verifying Checksum
56bf139c19f6: Download complete
9cd50ca93877: Verifying Checksum
9cd50ca93877: Download complete
c067bb53a0df: Verifying Checksum
c067bb53a0df: Download complete
b9f9d57239d8: Download complete
f3425112f577: Download complete
493e1b867d81: Verifying Checksum
493e1b867d81: Download complete
7d4fe74f60d8: Pull complete
bbcb95d43ae8: Pull complete
3f7fabcf058b: Pull complete
ff1c331d0685: Pull complete
331e430b8678: Pull complete
d5e4a38d5ea5: Pull complete
c1a3ce5bdca8: Pull complete
9342fbfb684e: Pull complete
3375aa3a4fe2: Pull complete
5c38790d9336: Pull complete
72348a58b27c: Pull complete
d3107028d218: Pull complete
acc50758812d: Pull complete
5541e1f5d877: Pull complete
cb8423aba67b: Pull complete
20ce582547ae: Pull complete
fb0d2b872ab9: Pull complete
f1096ea2d911: Pull complete
4f4fb700ef54: Pull complete
4231f9ddfd79: Pull complete
56c8f50d04a2: Pull complete
0de1101c66b0: Pull complete
2b6f30660798: Pull complete
71262bc25423: Pull complete
82f047011835: Pull complete
51d173a1a638: Pull complete
015738513758: Pull complete
67d6409b44b2: Pull complete
ae464ebac889: Pull complete
bc2b87fa0f07: Pull complete
be711664ce89: Pull complete
56bf139c19f6: Pull complete
c966532ae346: Pull complete
bb570b3445ea: Pull complete
2177d8ae4e51: Pull complete
ee87dad70b9f: Pull complete
d3ef71eb7ea1: Pull complete
9cd50ca93877: Pull complete
493e1b867d81: Pull complete
c067bb53a0df: Pull complete
b9f9d57239d8: Pull complete
f3425112f577: Pull complete
Digest: sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8
Status: Downloaded newer image for ocaml/opam@sha256:e817bced11a8436d48dc7700c9c66384c21308853bf2007c63fcb26a872e98f8
2026-05-08 18:45.53 ---> using "0398d0d62f0468026d3a13e5e3ef7aceb1d727abb2677c2544eaa1ce32b5871a" 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:45.53 ---> using "acccb3eac3c18fbce4a6c9cb9671c0482332c76344ac5190c765e9ec08f7d22a" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-05-08 18:45.53 ---> using "f00aa2197af42280ee32b23df0b62a9aaa61d36f22abd4552e76a312644c4a5a" 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=fedora os-version=42
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# 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:45.53 ---> using "4f0db4ec80d3f2215cbfd673500a02a5dbc75606596398dbe76b823c979704e4" 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:45.53 ---> using "bd4122cd95fc4d9a9f76723da98d0f7aa8aa924771e7054c930280e395f1e45b" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-08 18:46.05 ---> saved as "51c9d281c7858518e57e8132d0ce2ec9cb5f33f05a54e654de0e1470f0b5eff3"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-08 18:46.23 ---> saved as "eeae474f18ae20768c8d64feb76475953c48043d34b56b271bcb65027261dd7f"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
-  Fedora 42 - x86_64 - Updates           100% |  14.2 KiB/s |  15.3 KiB |  00m01s
- Repositories loaded.
- Metadata cache created.
2026-05-08 18:46.30 ---> saved as "3cff2132f2e4e766577612bbf0ae1131fc286b289a070b4e9de294986ad5a09e"

/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:46.31 ---> saved as "1452a9f828525b7bf8eb0b58519771bda94a43ae5cf522090aaae6593f47b597"

/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 \"\\\"fedora-42\\\"\"; 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 255 @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 255 @install
# exit-code            1
# env-file             ~/.opam/log/lstar-7-6fe528.env
# output-file          ~/.opam/log/lstar-7-6fe528.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-20260508184631.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 "\"fedora-42\""; 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:47.04: Job failed: Failed: Build failed
2026-05-08 18:47.04: Log analysis:
2026-05-08 18:47.04: >>> 
[ERROR] The compilation of lstar.1.0 failed at "dune build -p lstar -j 255 @install".
 (score = 20)
2026-05-08 18:47.04: >>> 
# Error: Program rocq not found in the tree or in PATH
 (score = 48)
2026-05-08 18:47.04: Program rocq not found in the tree or in PATH