Build:
  1. 0
2026-02-12 22:59.44: New job: build lintcstubs-arity.0.5.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29371/head (3e7d204b697cfce90eb03e382450e10b58e6e858)
                              on debian-13-ocaml-4.14-nnp/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/29371/head" && git reset --hard 3e7d204b
git fetch origin master
git merge --no-edit 119f3176b84ac93d55f4af1cc6bd934272d3cde6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:5e7ef2f0613936c8621d2a74b4c159a55d9a1fc4fc41474aa7cc4456b1800c5a
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 lintcstubs-arity.0.5.1 0.5.1
RUN opam reinstall lintcstubs-arity.0.5.1; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'lintcstubs-arity.0.5.1' && 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-12 22:59.44: Using cache hint "ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:5e7ef2f0613936c8621d2a74b4c159a55d9a1fc4fc41474aa7cc4456b1800c5a-lintcstubs-arity.0.5.1-3e7d204b697cfce90eb03e382450e10b58e6e858"
2026-02-12 22:59.44: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:5e7ef2f0613936c8621d2a74b4c159a55d9a1fc4fc41474aa7cc4456b1800c5a)
 (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 lintcstubs-arity.0.5.1 0.5.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall lintcstubs-arity.0.5.1;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'lintcstubs-arity.0.5.1' && 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-12 22:59.44: Waiting for resource in pool OCluster
2026-02-12 22:59.45: Waiting for worker…
2026-02-12 23:00.44: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files:  73% (13288/18192)
Updating files:  74% (13463/18192)
Updating files:  75% (13644/18192)
Updating files:  76% (13826/18192)
Updating files:  77% (14008/18192)
Updating files:  78% (14190/18192)
Updating files:  79% (14372/18192)
Updating files:  80% (14554/18192)
Updating files:  81% (14736/18192)
Updating files:  82% (14918/18192)
Updating files:  83% (15100/18192)
Updating files:  84% (15282/18192)
Updating files:  85% (15464/18192)
Updating files:  86% (15646/18192)
Updating files:  87% (15828/18192)
Updating files:  88% (16009/18192)
Updating files:  89% (16191/18192)
Updating files:  90% (16373/18192)
Updating files:  91% (16555/18192)
Updating files:  92% (16737/18192)
Updating files:  93% (16919/18192)
Updating files:  94% (17101/18192)
Updating files:  95% (17283/18192)
Updating files:  96% (17465/18192)
Updating files:  97% (17647/18192)
Updating files:  98% (17829/18192)
Updating files:  99% (18011/18192)
Updating files: 100% (18192/18192)
Updating files: 100% (18192/18192), done.
HEAD is now at 119f3176b8 Merge pull request #29377 from xvw/release-yocaml-v3.0.0
Updating 119f3176b8..3e7d204b69
Fast-forward
 .../lintcstubs-arity/lintcstubs-arity.0.5.1/opam   | 41 ++++++++++++++++++++++
 packages/lintcstubs-gen/lintcstubs-gen.0.4.7/opam  |  6 ++--
 2 files changed, 43 insertions(+), 4 deletions(-)
 create mode 100644 packages/lintcstubs-arity/lintcstubs-arity.0.5.1/opam

(from ocaml/opam:debian-13-ocaml-4.14-nnp@sha256:5e7ef2f0613936c8621d2a74b4c159a55d9a1fc4fc41474aa7cc4456b1800c5a)
2026-02-12 23:01.50 ---> saved as "af6c4129d166d58e27b85d6606e5bb442e307301b4f88807cd1aa01610c9c6a2"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-12 23:01.51 ---> saved as "84085225b9ca1ae1e1a0deb1661c75dd23057f917d80c9ecc568e45b3c134e4c"

/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-12 23:02.18 ---> saved as "668f8f0f833639b63bfc538cfdbf80068e23edcee4c2eba105a44e0f27dd8a39"

/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=debian os-version=13
# 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-options-only-nnp"]
# compiler-packages    ocaml-option-nnp.1, ocaml-options-only-nnp.1, ocaml-variants.4.14.2+options
# 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+options+nnp
2026-02-12 23:02.18 ---> saved as "76924d49645f54473e26eb795f54752a8f50cf62ada94b2a25acfd8db07e8b3b"

/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-12 23:02.26 ---> saved as "be5f742ccb0ca348c7349cb6ce32dfece1be97faa8091556fa02f9067e8e7024"

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-12 23:02.35 ---> saved as "f306d6395f774e118279c3df6a591fa0da0063f63729bc3fc827d9bc9a9ab8ca"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-12 23:02.54 ---> saved as "15c2ed37308d37e0f437df9b7188ddea32de1f1d755a3b60c5944a5052c75f43"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [108 kB]
- Fetched 198 kB in 0s (1961 kB/s)
- Reading package lists...
2026-02-12 23:02.55 ---> saved as "dface40ab52fb3a93a2da8afc3e5e02a20775a86ed185f8830f8e66d84cb25e0"

/home/opam: (run (shell "opam pin add -k version -yn lintcstubs-arity.0.5.1 0.5.1"))
lintcstubs-arity is now pinned to version 0.5.1
2026-02-12 23:02.56 ---> saved as "8e04e773cc8ae65af04973ea41493154095d94564a2b1d25d1de644e25b0e2fd"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall lintcstubs-arity.0.5.1;\
                        \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 \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'lintcstubs-arity.0.5.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
lintcstubs-arity.0.5.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install dune             3.21.0         [required by lintcstubs-arity]
  - install lintcstubs-arity 0.5.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0  (cached)
-> retrieved lintcstubs-arity.0.5.1  (cached)
-> installed dune.3.21.0
-> installed lintcstubs-arity.0.5.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-12 23:03.23 ---> saved as "f332313c56c76597e686c825fd9cecdc650f5528f81de072e63e9cb5218eb4f5"
Job succeeded
2026-02-12 23:03.30: Job succeeded