Build:
  1. 0
2026-02-20 03:53.41: New job: build poll.0.2.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29440/head (449ca33d050d5d3b32033ccb1018e26d3777b2e2)
                              on centos-10-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/29440/head" && git reset --hard 449ca33d
git fetch origin master
git merge --no-edit 198be18bb88a0b56489f5a35ddf3b455080fe905
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-4.14@sha256:ae4b3846e0ed80f1050bb7ebd10bdb593e752780ddd0314f390caa4f59d9b688
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 poll.0.2.0 0.2.0
RUN opam reinstall poll.0.2.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 "\"centos-10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'poll.0.2.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-02-20 03:53.41: Using cache hint "ocaml/opam:centos-10-ocaml-4.14@sha256:ae4b3846e0ed80f1050bb7ebd10bdb593e752780ddd0314f390caa4f59d9b688-poll.0.2.0-449ca33d050d5d3b32033ccb1018e26d3777b2e2"
2026-02-20 03:53.41: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-4.14@sha256:ae4b3846e0ed80f1050bb7ebd10bdb593e752780ddd0314f390caa4f59d9b688)
 (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 poll.0.2.0 0.2.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall poll.0.2.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 \"\\\"centos-10\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'poll.0.2.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-02-20 03:53.41: Waiting for resource in pool OCluster
2026-02-20 03:53.52: Waiting for worker…
2026-02-20 03:57.04: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 198be18bb8 Merge pull request #29403 from mlasson/opam-publish-gen_js_api.1.1.7
Updating 198be18bb8..449ca33d05
Fast-forward
 packages/kqueue/kqueue.0.5.0/opam | 36 ++++++++++++++++++++++++++++++++++++
 packages/poll/poll.0.1.0/opam     |  2 +-
 packages/poll/poll.0.2.0/opam     |  2 +-
 packages/poll/poll.0.3.0/opam     |  2 +-
 packages/poll/poll.0.3.1/opam     |  2 +-
 5 files changed, 40 insertions(+), 4 deletions(-)
 create mode 100644 packages/kqueue/kqueue.0.5.0/opam

(from ocaml/opam:centos-10-ocaml-4.14@sha256:ae4b3846e0ed80f1050bb7ebd10bdb593e752780ddd0314f390caa4f59d9b688)
2026-02-20 04:02.39 ---> using "220583de6a4652b4b3660c7fdb8fc15df51b712d98f1df9feb742fa535242141" 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-02-20 04:02.39 ---> using "cd9438bd772e35d7582f421ad1674b23cfb27a3a612c1d87fab416d08f322636" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-20 04:02.39 ---> using "6f480466c3655a32aaafdb14090fd4e8b1fe9d3488d3b75a7dfb4439ae0ba272" 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=centos os-version=10
# 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       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, 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.2
2026-02-20 04:02.39 ---> using "4811bda732f4df037513123d7c5ccb9c26cc7125602236ec68c49d1306756d8b" 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-02-20 04:02.39 ---> using "ea2c86bfc50e9ad780514ccf9e882ee956328a68dc83f7780c8656d35104c080" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-20 04:02.44 ---> saved as "8f624754205938b8ea06a64120af3f144cf6d45816ff0c817f4fa6483ae085c5"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-20 04:02.59 ---> saved as "078b90b2ee03f792e320a2cdd81e070c71af94156bfbb522c1a93d8a05908888"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        30 kB/s |  14 kB     00:00    
- CentOS Stream 10 - BaseOS                       7.5 MB/s | 6.9 MB     00:00    
- CentOS Stream 10 - AppStream                    208 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    5.2 MB/s | 3.5 MB     00:00    
- CentOS Stream 10 - CRB                          181 kB/s |  14 kB     00:00    
- CentOS Stream 10 - CRB                          1.6 MB/s | 802 kB     00:00    
- CentOS Stream 10 - Extras packages              162 kB/s |  16 kB     00:00    
- Metadata cache created.
2026-02-20 04:03.04 ---> saved as "6ffad018b6d2e3418ba313f2022f204acc165ec702e7b325679d388649348d96"

/home/opam: (run (shell "opam pin add -k version -yn poll.0.2.0 0.2.0"))
poll is now pinned to version 0.2.0
2026-02-20 04:03.05 ---> saved as "11732fdec491652598afee6fa6b82d05f5e5ae1ca88711df681bc02e2c93a7aa"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall poll.0.2.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 \"\\\"centos-10\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'poll.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
poll.0.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 13 packages
  - install base                v0.16.4        [required by ppx_optcomp]
  - install csexp               1.5.2          [required by dune-configurator]
  - install dune                3.21.1         [required by poll]
  - install dune-configurator   3.21.1         [required by poll]
  - install kqueue              0.4.0          [required by poll]
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install poll                0.2.0 (pinned)
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppx_optcomp         v0.16.0        [required by poll]
  - install ppxlib              0.35.0         [required by ppx_optcomp]
  - install sexplib0            v0.16.0        [required by base, ppxlib]
  - install stdio               v0.16.0        [required by ppx_optcomp]
  - install stdlib-shims        0.3.0          [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved kqueue.0.4.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved poll.0.2.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_optcomp.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdio.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.21.1
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.16.0
-> installed dune-configurator.3.21.1
-> installed base.v0.16.4
-> installed stdio.v0.16.0
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.16.0
-> installed kqueue.0.4.0
-> installed poll.0.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-20 04:03.42 ---> saved as "5f5d8623302f878766138bee2c3b4394ac18064982f48822b749daa373c56263"
Job succeeded
2026-02-20 04:03.47: Job succeeded