(not at the head of any monitored branch or PR)
2026-01-12 03:02.11: New job: build passe.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29209/head (7cf44dd59f3d701719ec977f781508489f6d4236)
                              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/29209/head" && git reset --hard 7cf44dd5
git fetch origin master
git merge --no-edit 2bf2bf6ea0c8867eede5e26c1c591999dd5a9ee1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-4.14@sha256:8e50d533339e725fca5bc6b678c815e0579eb3f561cfd764f51f5a46bbbfabcd
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 passe.0.1.0 0.1.0
RUN opam reinstall passe.0.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 "\"centos-10\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'passe.0.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-01-12 03:02.11: Using cache hint "ocaml/opam:centos-10-ocaml-4.14@sha256:8e50d533339e725fca5bc6b678c815e0579eb3f561cfd764f51f5a46bbbfabcd-passe.0.1.0-7cf44dd59f3d701719ec977f781508489f6d4236"
2026-01-12 03:02.11: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-4.14@sha256:8e50d533339e725fca5bc6b678c815e0579eb3f561cfd764f51f5a46bbbfabcd)
 (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 passe.0.1.0 0.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall passe.0.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 \"\\\"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\" != 'passe.0.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-01-12 03:02.11: Waiting for resource in pool OCluster
2026-01-12 03:08.27: Waiting for worker…
2026-01-12 03:11.13: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 2bf2bf6ea0 Merge pull request #29204 from jserot/opam-publish-rfsm.2.3
Updating 2bf2bf6ea0..7cf44dd59f
Fast-forward
 packages/passe/passe.0.1.0/opam | 44 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
 create mode 100644 packages/passe/passe.0.1.0/opam

(from ocaml/opam:centos-10-ocaml-4.14@sha256:8e50d533339e725fca5bc6b678c815e0579eb3f561cfd764f51f5a46bbbfabcd)
Unable to find image 'ocaml/opam:centos-10-ocaml-4.14@sha256:8e50d533339e725fca5bc6b678c815e0579eb3f561cfd764f51f5a46bbbfabcd' locally
docker.io/ocaml/opam@sha256:8e50d533339e725fca5bc6b678c815e0579eb3f561cfd764f51f5a46bbbfabcd: Pulling from ocaml/opam
17a26197ad8f: Already exists
9ea7ece1b831: Already exists
1b03b7b947fe: Already exists
01f5afc88486: Already exists
fef439373213: Already exists
6b906f25c34c: Already exists
37aa24f6a682: Already exists
31a0f8b2a8cb: Already exists
61650c3d8fc4: Already exists
a6c88236e2b4: Already exists
d14cdd335f42: Already exists
547b69b90212: Already exists
0bf03bca8ae2: Already exists
4f57a3c6fb77: Already exists
a8c9241caf6f: Already exists
9d47a05dc58d: Already exists
2838aa6cdd3d: Already exists
51f3af8cf0d9: Already exists
51f3af8cf0d9: Already exists
11bfde1f6884: Already exists
a6ba5fe028f8: Already exists
85d4e5e7e8ee: Already exists
75eb48a06272: Already exists
4f4fb700ef54: Already exists
dab8546d1117: Already exists
5251748ed820: Already exists
e318efffe4ed: Already exists
6a482ed61395: Already exists
8b69311596b4: Already exists
6a56dedadc2c: Already exists
69313fd62570: Already exists
1ec09ce4592c: Already exists
f77222158d4d: Already exists
9146448debba: Already exists
581ac7038b1c: Already exists
4a4184a5c4c3: Already exists
1871fb0ad2e5: Already exists
e35674cb7a7c: Already exists
e29c0c3785ee: Already exists
cc727f891f0f: Already exists
247643e962f4: Already exists
f22be88f7d3d: Already exists
f0cd22eb7c16: Pulling fs layer
f6a6e13cb0e3: Pulling fs layer
80db65d0733b: Pulling fs layer
540f18a82cd4: Pulling fs layer
540f18a82cd4: Waiting
f6a6e13cb0e3: Verifying Checksum
f6a6e13cb0e3: Download complete
80db65d0733b: Download complete
540f18a82cd4: Download complete
f0cd22eb7c16: Download complete
f0cd22eb7c16: Pull complete
f6a6e13cb0e3: Pull complete
80db65d0733b: Pull complete
540f18a82cd4: Pull complete
Digest: sha256:8e50d533339e725fca5bc6b678c815e0579eb3f561cfd764f51f5a46bbbfabcd
Status: Downloaded newer image for ocaml/opam@sha256:8e50d533339e725fca5bc6b678c815e0579eb3f561cfd764f51f5a46bbbfabcd
2026-01-12 03:12.32 ---> saved as "e5caecfc47885e3b270834fc2cbb6a9b046d8f809e9b3eb2b747d04ce663aac8"

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-12 03:12.32 ---> saved as "887a84fda3f1a2f1928e89392c7569bbcebae7da463c966c7b2d045f60795348"

/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 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-12 03:13.12 ---> saved as "9b38af9b57b157ffb648dad2cfdaf302977ea28d99ea4a78909533abb4d576f3"

/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                 71
# 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-01-12 03:13.13 ---> saved as "cd92de9a3c878de387cdea7aa591e0aa312ee759f831326454c4dd4d360160d3"

/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-01-12 03:13.22 ---> saved as "9e33e9ac65e0cd477b7f74226337f048f1fa25b0460015092a1e034511345c08"

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-12 03:13.47 ---> saved as "98eed74399780c95dcbb3fb8bc9bd14368e7ecb7c1d3b997a7bf2eca789b5517"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-12 03:14.10 ---> saved as "e3e911cd08e543e15503957178eecf6cebf8ff88f7175702accd9f3525f9885e"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS                        29 kB/s |  15 kB     00:00    
- CentOS Stream 10 - BaseOS                        12 MB/s | 6.8 MB     00:00    
- CentOS Stream 10 - AppStream                    115 kB/s |  15 kB     00:00    
- CentOS Stream 10 - AppStream                    8.5 MB/s | 3.5 MB     00:00    
- CentOS Stream 10 - CRB                           97 kB/s |  15 kB     00:00    
- CentOS Stream 10 - CRB                          3.4 MB/s | 780 kB     00:00    
- CentOS Stream 10 - Extras packages              131 kB/s |  16 kB     00:00    
- CentOS Stream 10 - Extras packages               54 kB/s | 8.3 kB     00:00    
- Metadata cache created.
2026-01-12 03:14.16 ---> saved as "1b9d23ab5bf5fb9c32560c11e17f353e16faaf5160e8494d383941f1d30f40d3"

/home/opam: (run (shell "opam pin add -k version -yn passe.0.1.0 0.1.0"))
passe is now pinned to version 0.1.0
2026-01-12 03:14.16 ---> saved as "d896c666fdeb49dff3abd75cebc4265e70cc10df98cb3ce820917e0c0af464b2"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall passe.0.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 \"\\\"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\" != 'passe.0.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"))
passe.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 13 packages
  - install csexp             1.5.2          [required by dune-configurator]
  - install digestif          1.3.0          [required by mirage-crypto-rng]
  - install dune              3.20.2         [required by passe]
  - install dune-configurator 3.20.2         [required by mirage-crypto, mirage-crypto-rng]
  - install duration          0.2.1          [required by mirage-crypto-rng]
  - install eqaf              0.10           [required by mirage-crypto]
  - install logs              0.10.0         [required by mirage-crypto-rng]
  - install mirage-crypto     2.0.2          [required by passe]
  - install mirage-crypto-rng 2.0.2          [required by passe]
  - install ocamlbuild        0.16.1         [required by logs]
  - install ocamlfind         1.9.8          [required by logs]
  - install passe             0.1.0 (pinned)
  - install topkg             1.1.1          [required by logs]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved mirage-crypto.2.0.2, mirage-crypto-rng.2.0.2  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved passe.0.1.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed logs.0.10.0
-> installed dune.3.20.2
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed eqaf.0.10
-> installed digestif.1.3.0
-> installed dune-configurator.3.20.2
-> installed mirage-crypto.2.0.2
-> installed mirage-crypto-rng.2.0.2
-> installed passe.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-12 03:15.01 ---> saved as "a5364ec83e2b8197feaaa9bbdda603d8c5f1a69f65ea3186ea1b843c1c442733"
Job succeeded
2026-01-12 03:15.06: Job succeeded