(not at the head of any monitored branch or PR)
2026-04-02 22:05.53: New job: build curses.1.0.12, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29634/head (4b172f8fb04e73775fb03ade1369a3fe5802d19c)
                              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/29634/head" && git reset --hard 4b172f8f
git fetch origin master
git merge --no-edit c0deda526f99d43a05c065e9218404492897c64b
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810
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 curses.1.0.12 1.0.12
RUN opam reinstall curses.1.0.12; \
    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" != 'curses.1.0.12' && 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-04-02 22:05.53: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810-curses.1.0.12-4b172f8fb04e73775fb03ade1369a3fe5802d19c"
2026-04-02 22:05.53: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810)
 (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 curses.1.0.12 1.0.12"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall curses.1.0.12;\
             \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\" != 'curses.1.0.12' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-02 22:05.53: Waiting for resource in pool OCluster
2026-04-02 22:05.54: Waiting for worker…
2026-04-02 22:05.54: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at c0deda526f Merge pull request #29625 from xvw/release-lunar-v1.0.0
Merge made by the 'ort' strategy.
 packages/curses/curses.1.0.12/opam | 40 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 packages/curses/curses.1.0.12/opam

(from ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810' locally
docker.io/ocaml/opam@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810: Pulling from ocaml/opam
bcbfb8588268: Pulling fs layer
177e1f254839: Pulling fs layer
655adffc1f8a: Pulling fs layer
bcbfb8588268: Waiting
d6ed8efb8316: Pulling fs layer
1a6c35db77da: Pulling fs layer
177e1f254839: Waiting
79d5bc1da842: Pulling fs layer
655adffc1f8a: Waiting
1a6c35db77da: Waiting
2190dc5cbef5: Pulling fs layer
79d5bc1da842: Waiting
ce330abd384f: Pulling fs layer
67bc7d8e66df: Pulling fs layer
24527802ed75: Pulling fs layer
2190dc5cbef5: Waiting
ce330abd384f: Waiting
67bc7d8e66df: Waiting
520c28f8516b: Pulling fs layer
6a6b2b2d7ec6: Pulling fs layer
520c28f8516b: Waiting
72f13160e8f8: Pulling fs layer
24527802ed75: Waiting
9670083e7cc5: Pulling fs layer
6a6b2b2d7ec6: Waiting
72f13160e8f8: Waiting
c29dc6590a62: Pulling fs layer
9670083e7cc5: Waiting
15ab2cb50fb4: Pulling fs layer
c29dc6590a62: Waiting
f118a3f7dabd: Pulling fs layer
a7328888141e: Pulling fs layer
d75e61fee8b9: Pulling fs layer
f118a3f7dabd: Waiting
a7328888141e: Waiting
e7949c901465: Pulling fs layer
d75e61fee8b9: Waiting
4f4fb700ef54: Pulling fs layer
b21d69666f8c: Pulling fs layer
4f4fb700ef54: Waiting
e7949c901465: Waiting
70dc372f8604: Pulling fs layer
b21d69666f8c: Waiting
7146a2be46d6: Pulling fs layer
09661dac5cd7: Pulling fs layer
70dc372f8604: Waiting
7146a2be46d6: Waiting
99f18d0cfa67: Pulling fs layer
09661dac5cd7: Waiting
e354f9d35980: Pulling fs layer
7a8154ed763e: Pulling fs layer
99f18d0cfa67: Waiting
e354f9d35980: Waiting
bda029a65dcb: Pulling fs layer
7a8154ed763e: Waiting
d433bc6e6776: Pulling fs layer
bda029a65dcb: Waiting
1f2da96e7761: Pulling fs layer
74994bea8077: Pulling fs layer
d433bc6e6776: Waiting
1f2da96e7761: Waiting
bcca2b9caea1: Pulling fs layer
d38dc009427f: Pulling fs layer
74994bea8077: Waiting
bcca2b9caea1: Waiting
8b994e343c24: Pulling fs layer
3ae1b5004e99: Pulling fs layer
8b994e343c24: Waiting
1ea09864b795: Pulling fs layer
3ae1b5004e99: Waiting
e798746be216: Pulling fs layer
1ea09864b795: Waiting
e31216579b0a: Pulling fs layer
e798746be216: Waiting
421cab9e5f5b: Pulling fs layer
e31216579b0a: Waiting
d4400110fd0d: Pulling fs layer
2560d9bd6dd2: Pulling fs layer
b0d47e6fe935: Pulling fs layer
c19ac7a5f3ab: Pulling fs layer
2560d9bd6dd2: Waiting
d4400110fd0d: Waiting
421cab9e5f5b: Waiting
b0d47e6fe935: Waiting
c19ac7a5f3ab: Waiting
177e1f254839: Verifying Checksum
177e1f254839: Download complete
bcbfb8588268: Verifying Checksum
bcbfb8588268: Download complete
655adffc1f8a: Verifying Checksum
655adffc1f8a: Download complete
1a6c35db77da: Verifying Checksum
1a6c35db77da: Download complete
79d5bc1da842: Verifying Checksum
79d5bc1da842: Download complete
bcbfb8588268: Pull complete
177e1f254839: Pull complete
2190dc5cbef5: Download complete
ce330abd384f: Verifying Checksum
ce330abd384f: Download complete
d6ed8efb8316: Verifying Checksum
d6ed8efb8316: Download complete
67bc7d8e66df: Verifying Checksum
67bc7d8e66df: Download complete
520c28f8516b: Verifying Checksum
520c28f8516b: Download complete
24527802ed75: Verifying Checksum
24527802ed75: Download complete
6a6b2b2d7ec6: Verifying Checksum
6a6b2b2d7ec6: Download complete
655adffc1f8a: Pull complete
72f13160e8f8: Verifying Checksum
72f13160e8f8: Download complete
9670083e7cc5: Verifying Checksum
9670083e7cc5: Download complete
c29dc6590a62: Verifying Checksum
c29dc6590a62: Download complete
15ab2cb50fb4: Verifying Checksum
15ab2cb50fb4: Download complete
f118a3f7dabd: Verifying Checksum
f118a3f7dabd: Download complete
a7328888141e: Download complete
d75e61fee8b9: Verifying Checksum
d75e61fee8b9: Download complete
e7949c901465: Download complete
b21d69666f8c: Verifying Checksum
b21d69666f8c: Download complete
70dc372f8604: Verifying Checksum
70dc372f8604: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
7146a2be46d6: Verifying Checksum
7146a2be46d6: Download complete
09661dac5cd7: Verifying Checksum
09661dac5cd7: Download complete
99f18d0cfa67: Download complete
7a8154ed763e: Verifying Checksum
7a8154ed763e: Download complete
e354f9d35980: Verifying Checksum
e354f9d35980: Download complete
bda029a65dcb: Download complete
d433bc6e6776: Verifying Checksum
d433bc6e6776: Download complete
1f2da96e7761: Verifying Checksum
1f2da96e7761: Download complete
74994bea8077: Download complete
bcca2b9caea1: Verifying Checksum
bcca2b9caea1: Download complete
8b994e343c24: Verifying Checksum
8b994e343c24: Download complete
1ea09864b795: Verifying Checksum
1ea09864b795: Download complete
e798746be216: Download complete
e31216579b0a: Verifying Checksum
e31216579b0a: Download complete
d38dc009427f: Verifying Checksum
d38dc009427f: Download complete
d6ed8efb8316: Pull complete
d4400110fd0d: Verifying Checksum
d4400110fd0d: Download complete
3ae1b5004e99: Verifying Checksum
3ae1b5004e99: Download complete
b0d47e6fe935: Download complete
1a6c35db77da: Pull complete
421cab9e5f5b: Verifying Checksum
2560d9bd6dd2: Download complete
79d5bc1da842: Pull complete
c19ac7a5f3ab: Verifying Checksum
c19ac7a5f3ab: Download complete
2190dc5cbef5: Pull complete
ce330abd384f: Pull complete
67bc7d8e66df: Pull complete
24527802ed75: Pull complete
520c28f8516b: Pull complete
6a6b2b2d7ec6: Pull complete
72f13160e8f8: Pull complete
9670083e7cc5: Pull complete
c29dc6590a62: Pull complete
15ab2cb50fb4: Pull complete
f118a3f7dabd: Pull complete
a7328888141e: Pull complete
d75e61fee8b9: Pull complete
e7949c901465: Pull complete
4f4fb700ef54: Pull complete
b21d69666f8c: Pull complete
70dc372f8604: Pull complete
7146a2be46d6: Pull complete
09661dac5cd7: Pull complete
99f18d0cfa67: Pull complete
e354f9d35980: Pull complete
7a8154ed763e: Pull complete
bda029a65dcb: Pull complete
d433bc6e6776: Pull complete
1f2da96e7761: Pull complete
74994bea8077: Pull complete
bcca2b9caea1: Pull complete
d38dc009427f: Pull complete
8b994e343c24: Pull complete
3ae1b5004e99: Pull complete
1ea09864b795: Pull complete
e798746be216: Pull complete
e31216579b0a: Pull complete
421cab9e5f5b: Pull complete
d4400110fd0d: Pull complete
2560d9bd6dd2: Pull complete
b0d47e6fe935: Pull complete
c19ac7a5f3ab: Pull complete
Digest: sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810
Status: Downloaded newer image for ocaml/opam@sha256:4cb7b4fbc0cae68d73b864e79976c353d2099ec24e593983c6378a3d57081810
2026-04-02 22:06.08 ---> using "ac57600c6456bfde68a4690ee1d8d3c81a036404063cf1ba91bc1e5681d7650f" 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-04-02 22:06.08 ---> using "231fe02d63b9b8cbab50e134ae0012120d129b88e1be00776c4170744e33f6f8" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-04-02 22:06.08 ---> using "f9b76f2bcbc692d3daaf78afc65dd2bb6274a431a200ff3b85f56f5668aef452" 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.0
# 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-04-02 22:06.08 ---> using "c2dea958d335690208a67016669d838ff72e66873c86df67146fc289b9690c58" 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-04-02 22:06.08 ---> using "c1493e039c982d8ac60fd6ecb6efe07ae262a744c0fcbb17597f667afe2b4cdc" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-02 22:06.20 ---> saved as "f5ca594e36f4c53436108f242679fd762f6eda6351f0dd7f355c83e6646f96eb"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-02 22:06.38 ---> saved as "b936a2def1818269adde8f2bf762109efd4f7b860d9b2ca8fc8e36d6b4d675ca"

/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% | 108.8 KiB/s |  17.1 KiB |  00m00s
- Repositories loaded.
- Metadata cache created.
2026-04-02 22:06.42 ---> saved as "ae4a7c12bab4b82747078e59a1c25635cbf198ba1f1ea5ed64ebfa43dd14f0a5"

/home/opam: (run (shell "opam pin add -k version -yn curses.1.0.12 1.0.12"))
curses is now pinned to version 1.0.12
2026-04-02 22:06.42 ---> saved as "856d89ad175b8f45b7ef2ed47298a2627fbc9be6d745326bb7db058e92072146"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall curses.1.0.12;\
                        \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\" != 'curses.1.0.12' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
curses.1.0.12 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 6 packages
  - install conf-ncurses      1               [required by curses]
  - install conf-pkg-config   4               [required by curses]
  - install csexp             1.5.2           [required by dune-configurator]
  - install curses            1.0.12 (pinned)
  - install dune              3.22.0          [required by curses]
  - install dune-configurator 3.22.0          [required by curses]

The following system packages will first need to be installed:
    ncurses-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" "ncurses-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package           Arch   Version             Repository      Size
- Installing:
-  ncurses-devel    x86_64 6.5-5.20250125.fc42 fedora     883.7 KiB
- Installing dependencies:
-  ncurses-c++-libs x86_64 6.5-5.20250125.fc42 fedora     153.6 KiB
- 
- Transaction Summary:
-  Installing:         2 packages
- 
- Total size of inbound packages is 621 KiB. Need to download 621 KiB.
- After this operation, 1 MiB extra will be used (install 1 MiB, remove 0 B).
- [1/2] ncurses-c++-libs-0:6.5-5.20250125 100% | 824.4 KiB/s |  37.9 KiB |  00m00s
- [2/2] ncurses-devel-0:6.5-5.20250125.fc 100% |   9.8 MiB/s | 583.5 KiB |  00m00s
- --------------------------------------------------------------------------------
- [2/2] Total                             100% |   2.8 MiB/s | 621.4 KiB |  00m00s
- Running transaction
- [1/4] Verify package files              100% |   1.0 KiB/s |   2.0   B |  00m00s
- [2/4] Prepare transaction               100% |  44.0   B/s |   2.0   B |  00m00s
- [3/4] Installing ncurses-c++-libs-0:6.5 100% |  50.4 MiB/s | 154.8 KiB |  00m00s
- [4/4] Installing ncurses-devel-0:6.5-5. 100% |  12.6 MiB/s |   1.0 MiB |  00m00s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "ncurses-devel"
- ncurses-devel-6.5-5.20250125.fc42.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved curses.1.0.12  (cached)
-> installed conf-ncurses.1
-> retrieved dune.3.22.0, dune-configurator.3.22.0  (cached)
-> installed dune.3.22.0
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.0
-> installed curses.1.0.12
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-02 22:07.18 ---> saved as "e9b2ba31f8fca9036a2cd81318952d965bedcb6931ead87ffa38ac9fd59d4e1f"
Job succeeded
2026-04-02 22:07.24: Job succeeded