(for PR #29883)

2026-05-08 18:45.20: New job: build lstar-rocq.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29883/head (e5ab047b033e89fa4026a3a78b062664a0cf8a36)
                              on fedora-43-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/29883/head" && git reset --hard e5ab047b
git fetch origin master
git merge --no-edit fc08333d1ba03c1ffbc960479a92aa94085c5f78
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5
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-rocq.1.0 1.0
RUN opam reinstall lstar-rocq.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-43\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lstar-rocq.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-43-ocaml-5.4@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5-lstar-rocq.1.0-e5ab047b033e89fa4026a3a78b062664a0cf8a36"
2026-05-08 18:45.20: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-5.4@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5)
 (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-rocq.1.0 1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall lstar-rocq.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-43\\\"\"; 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-rocq.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-43-ocaml-5.4@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5)
Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5' locally
docker.io/ocaml/opam@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5: Pulling from ocaml/opam
50ce27f2221c: Pulling fs layer
3ccb16ecd06a: Pulling fs layer
18a377ee2211: Pulling fs layer
24696ad16a7d: Pulling fs layer
8744e7b07a32: Pulling fs layer
24696ad16a7d: Waiting
746a7bdd7f8d: Pulling fs layer
8744e7b07a32: Waiting
1e47388f4ea5: Pulling fs layer
746a7bdd7f8d: Waiting
41b1a1f463b9: Pulling fs layer
1e47388f4ea5: Waiting
5868caaaf0e7: Pulling fs layer
41b1a1f463b9: Waiting
01f88b26a62f: Pulling fs layer
5868caaaf0e7: Waiting
3062c281500e: Pulling fs layer
01f88b26a62f: Waiting
f23c0901fd91: Pulling fs layer
3062c281500e: Waiting
f23c0901fd91: Waiting
bb71b61a2dbf: Pulling fs layer
64c251290fa4: Pulling fs layer
bb71b61a2dbf: Waiting
e6b3fe10d9c1: Pulling fs layer
e6b3fe10d9c1: Waiting
613b6db8f7f4: Pulling fs layer
613b6db8f7f4: Waiting
b43bd16707f4: Pulling fs layer
bcad4e8ea004: Pulling fs layer
b43bd16707f4: Waiting
d32804fac8a5: Pulling fs layer
bcad4e8ea004: Waiting
352c29937de7: Pulling fs layer
4f4fb700ef54: Pulling fs layer
aee283e5cc19: Pulling fs layer
4f4fb700ef54: Waiting
d32804fac8a5: Waiting
352c29937de7: Waiting
0631df02fc85: Pulling fs layer
1ccf8aeabfe9: Pulling fs layer
b7daf5d47bae: Pulling fs layer
1ccf8aeabfe9: Waiting
d37e67d77209: Pulling fs layer
b7daf5d47bae: Waiting
d502e88f737f: Pulling fs layer
f95a28285639: Pulling fs layer
d502e88f737f: Waiting
8f5886fda347: Pulling fs layer
d37e67d77209: Waiting
787e690a1058: Pulling fs layer
8f5886fda347: Waiting
eed0bc701c15: Pulling fs layer
3ad0cbb8a1ac: Pulling fs layer
eed0bc701c15: Waiting
787e690a1058: Waiting
1e5ac47a6173: Pulling fs layer
3ad0cbb8a1ac: Waiting
648ebe006734: Pulling fs layer
1e5ac47a6173: Waiting
0b6fb4712c65: Pulling fs layer
648ebe006734: Waiting
527cd0966637: Pulling fs layer
f85109368e9e: Pulling fs layer
527cd0966637: Waiting
799ed026485d: Pulling fs layer
f85109368e9e: Waiting
7b5a97a038e5: Pulling fs layer
799ed026485d: Waiting
a263a65fd7e2: Pulling fs layer
7b5a97a038e5: Waiting
9b12ed645fd0: Pulling fs layer
11b24a37883f: Pulling fs layer
a263a65fd7e2: Waiting
77a05218131d: Pulling fs layer
9b12ed645fd0: Waiting
11b24a37883f: Waiting
604d098adb5f: Pulling fs layer
77a05218131d: Waiting
604d098adb5f: Waiting
3ccb16ecd06a: Download complete
18a377ee2211: Verifying Checksum
18a377ee2211: Download complete
50ce27f2221c: Download complete
746a7bdd7f8d: Verifying Checksum
746a7bdd7f8d: Download complete
8744e7b07a32: Verifying Checksum
8744e7b07a32: Download complete
1e47388f4ea5: Verifying Checksum
1e47388f4ea5: Download complete
41b1a1f463b9: Verifying Checksum
41b1a1f463b9: Download complete
24696ad16a7d: Verifying Checksum
24696ad16a7d: Download complete
5868caaaf0e7: Verifying Checksum
5868caaaf0e7: Download complete
01f88b26a62f: Verifying Checksum
01f88b26a62f: Download complete
3062c281500e: Verifying Checksum
3062c281500e: Download complete
f23c0901fd91: Verifying Checksum
f23c0901fd91: Download complete
64c251290fa4: Verifying Checksum
64c251290fa4: Download complete
e6b3fe10d9c1: Verifying Checksum
bb71b61a2dbf: Verifying Checksum
bb71b61a2dbf: Download complete
613b6db8f7f4: Verifying Checksum
613b6db8f7f4: Download complete
b43bd16707f4: Download complete
bcad4e8ea004: Download complete
d32804fac8a5: Download complete
352c29937de7: Verifying Checksum
352c29937de7: Download complete
4f4fb700ef54: Download complete
aee283e5cc19: Download complete
0631df02fc85: Verifying Checksum
0631df02fc85: Download complete
1ccf8aeabfe9: Verifying Checksum
1ccf8aeabfe9: Download complete
50ce27f2221c: Pull complete
3ccb16ecd06a: Pull complete
b7daf5d47bae: Verifying Checksum
b7daf5d47bae: Download complete
d37e67d77209: Verifying Checksum
d37e67d77209: Download complete
d502e88f737f: Verifying Checksum
d502e88f737f: Download complete
f95a28285639: Verifying Checksum
f95a28285639: Download complete
8f5886fda347: Download complete
787e690a1058: Verifying Checksum
787e690a1058: Download complete
eed0bc701c15: Verifying Checksum
eed0bc701c15: Download complete
1e5ac47a6173: Verifying Checksum
1e5ac47a6173: Download complete
0b6fb4712c65: Download complete
f85109368e9e: Download complete
799ed026485d: Download complete
18a377ee2211: Pull complete
7b5a97a038e5: Verifying Checksum
7b5a97a038e5: Download complete
a263a65fd7e2: Verifying Checksum
a263a65fd7e2: Download complete
648ebe006734: Verifying Checksum
648ebe006734: Download complete
11b24a37883f: Download complete
77a05218131d: Download complete
604d098adb5f: Download complete
9b12ed645fd0: Verifying Checksum
9b12ed645fd0: Download complete
527cd0966637: Verifying Checksum
527cd0966637: Download complete
24696ad16a7d: Pull complete
8744e7b07a32: Pull complete
746a7bdd7f8d: Pull complete
1e47388f4ea5: Pull complete
41b1a1f463b9: Pull complete
5868caaaf0e7: Pull complete
01f88b26a62f: Pull complete
3062c281500e: Pull complete
f23c0901fd91: Pull complete
bb71b61a2dbf: Pull complete
64c251290fa4: Pull complete
e6b3fe10d9c1: Pull complete
613b6db8f7f4: Pull complete
b43bd16707f4: Pull complete
bcad4e8ea004: Pull complete
d32804fac8a5: Pull complete
352c29937de7: Pull complete
4f4fb700ef54: Pull complete
aee283e5cc19: Pull complete
0631df02fc85: Pull complete
1ccf8aeabfe9: Pull complete
b7daf5d47bae: Pull complete
d37e67d77209: Pull complete
d502e88f737f: Pull complete
f95a28285639: Pull complete
8f5886fda347: Pull complete
787e690a1058: Pull complete
eed0bc701c15: Pull complete
3ad0cbb8a1ac: Pull complete
1e5ac47a6173: Pull complete
648ebe006734: Pull complete
0b6fb4712c65: Pull complete
527cd0966637: Pull complete
f85109368e9e: Pull complete
799ed026485d: Pull complete
7b5a97a038e5: Pull complete
a263a65fd7e2: Pull complete
9b12ed645fd0: Pull complete
11b24a37883f: Pull complete
77a05218131d: Pull complete
604d098adb5f: Pull complete
Digest: sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5
Status: Downloaded newer image for ocaml/opam@sha256:58b07539f168834c2fad05f6d03b8159db692b31ea027a78325740edb5176ea5
2026-05-08 18:48.06 ---> saved as "956009ef50dc2790f4c1e333f30b21719e15f74ff467190be798ee2e493f82ca"

/: (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:48.07 ---> saved as "36543369d93f0b522a975bd4a4fc58bb0b27654dee8ef5a443be2b0a92ef4fae"

/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-05-08 18:48.29 ---> saved as "c6eaf119ac4bb65e52b2eb1c889d99e33f42e6b12690ab6e2eedc1efb399ccce"

/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=43
# 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.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-05-08 18:48.30 ---> saved as "9cb37fbf7b710a64ee13b31de100b9270f968646fe4a87277cc0f7013271261d"

/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:48.39 ---> saved as "ebaaf4614dd601617dd6447bf12d013a40b3efcdcb6f0c66f7a0c7c75fa29483"

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-08 18:48.49 ---> saved as "7acb6837d50f03d152e2fd4ad7f834ef9e31c5623de47cec226e43cd897257e5"

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

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

/home/opam: (run (shell "opam pin add -k version -yn lstar-rocq.1.0 1.0"))
lstar-rocq is now pinned to version 1.0
2026-05-08 18:49.10 ---> saved as "961e1ed4fa96d3881c51709bebe76a16b107c235d7c3651c87dfd315d42ffd8f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall lstar-rocq.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-43\\\"\"; 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-rocq.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-rocq.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 11 packages
  - install conf-gmp            5            [required by zarith]
  - install conf-linux-libc-dev 0            [required by rocq-runtime]
  - install conf-pkg-config     4            [required by zarith]
  - install dune                3.23.0       [required by lstar-rocq]
  - install lstar-rocq          1.0 (pinned)
  - install ocamlfind           1.9.8        [required by rocq-runtime]
  - install rocq-core           9.1.1        [required by rocq-prover]
  - install rocq-prover         meta.1       [required by lstar-rocq]
  - install rocq-runtime        9.1.1        [required by rocq-core, rocq-stdlib]
  - install rocq-stdlib         9.0.0        [required by rocq-prover]
  - install zarith              1.14         [required by rocq-runtime]

The following system packages will first need to be installed:
    gmp-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum 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/sbin/sudo "yum" "install" "-y" "gmp-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package    Arch   Version        Repository      Size
- Installing:
-  gmp-devel x86_64 1:6.3.0-4.fc43 fedora     352.3 KiB
- Installing dependencies:
-  gmp-c++   x86_64 1:6.3.0-4.fc43 fedora      27.6 KiB
- 
- Transaction Summary:
-  Installing:         2 packages
- 
- Total size of inbound packages is 193 KiB. Need to download 193 KiB.
- After this operation, 380 KiB extra will be used (install 380 KiB, remove 0 B).
- [1/2] gmp-c++-1:6.3.0-4.fc43.x86_64     100% | 375.6 KiB/s |  18.4 KiB |  00m00s
- [2/2] gmp-devel-1:6.3.0-4.fc43.x86_64   100% |   1.3 MiB/s | 174.3 KiB |  00m00s
- --------------------------------------------------------------------------------
- [2/2] Total                             100% | 600.4 KiB/s | 192.7 KiB |  00m00s
- Running transaction
- [1/4] Verify package files              100% |   2.0 KiB/s |   2.0   B |  00m00s
- [2/4] Prepare transaction               100% |  71.0   B/s |   2.0   B |  00m00s
- [3/4] Installing gmp-c++-1:6.3.0-4.fc43 100% |  27.8 MiB/s |  28.5 KiB |  00m00s
- [4/4] Installing gmp-devel-1:6.3.0-4.fc 100% |   8.4 MiB/s | 354.1 KiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel"
- gmp-devel-6.3.0-4.fc43.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> installed conf-linux-libc-dev.0
-> retrieved dune.3.23.0  (cached)
-> retrieved lstar-rocq.1.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved rocq-core.9.1.1, rocq-runtime.9.1.1  (https://opam.ocaml.org/cache)
-> retrieved rocq-stdlib.9.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.23.0
-> installed rocq-runtime.9.1.1
-> installed rocq-core.9.1.1
-> installed rocq-stdlib.9.0.0
-> installed rocq-prover.meta.1
-> installed lstar-rocq.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-08 18:52.38 ---> saved as "dc07c859f7cee680e88fefce71a6e777ae7e4efc10f8020acb668d544f33be42"
Job succeeded
2026-05-08 18:52.46: Job succeeded