(not at the head of any monitored branch or PR)
2024-04-26 14:56.34: New job: build conf-libsvm.3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25730/head (b9cf173c2648209e44e8b3a0e4b0e65199edf460)
                              on debian-12-ocaml-4.11/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/25730/head" && git reset --hard b9cf173c
git fetch origin master
git merge --no-edit 01db0f1d8c7b59beff7b97ab33a28f2a46de9d77
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.11@sha256:519c66168817720c0082fc16b7855e5134f2614f44cda3e10c67ef128ce5e831
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
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
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN opam pin add -k version -yn conf-libsvm.3 3
RUN opam reinstall conf-libsvm.3; \
    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-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-libsvm.3' && 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 .

2024-04-26 14:56.34: Using cache hint "ocaml/opam:debian-12-ocaml-4.11@sha256:519c66168817720c0082fc16b7855e5134f2614f44cda3e10c67ef128ce5e831-conf-libsvm.3-b9cf173c2648209e44e8b3a0e4b0e65199edf460"
2024-04-26 14:56.34: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.11@sha256:519c66168817720c0082fc16b7855e5134f2614f44cda3e10c67ef128ce5e831)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (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"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (shell "opam pin add -k version -yn conf-libsvm.3 3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-libsvm.3;\
             \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-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'conf-libsvm.3' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-04-26 14:56.34: Waiting for resource in pool OCluster
2024-04-26 14:56.35: Waiting for worker…
2024-04-26 14:56.35: Got resource from pool OCluster
Building on x86-bm-c18.sw.ocaml.org
Updating files:  95% (31999/33560)
Updating files:  96% (32218/33560)
Updating files:  97% (32554/33560)
Updating files:  98% (32889/33560)
Updating files:  99% (33225/33560)
Updating files: 100% (33560/33560)
Updating files: 100% (33560/33560), done.
HEAD is now at 4e8afdff33 Merge commit '7b7603255966c18a60e63e8dc7de3c44961d349a'
HEAD is now at 01db0f1d8c Merge pull request #25712 from toots/opam-publish-mad.0.5.3
Merge made by the 'ort' strategy.
 packages/conf-libsvm/conf-libsvm.3/files/test.c |  3 ++-
 packages/conf-libsvm/conf-libsvm.3/opam         | 14 +++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)

(from ocaml/opam:debian-12-ocaml-4.11@sha256:519c66168817720c0082fc16b7855e5134f2614f44cda3e10c67ef128ce5e831)
2024-04-26 14:56.40 ---> using "b4c5ce4824983143031f86df38287418fd42b396a9f28ce881c40b2866d8f449" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-04-26 14:56.40 ---> using "a5554e3625c662ded2846109aea5dca33a7ecd119fc8576c0e27f2edfc522a1f" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2~alpha, 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] synchronised from file:///home/opam/opam-repository
2024-04-26 14:56.40 ---> using "17c9f396ab80f9598bb8b24792758ac372f311aa28422f91753f765dbc5969a7" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.11.2
2.2.0~beta3~dev
2024-04-26 14:56.40 ---> using "a0685ddf3d1322c729e48db71fb160acfae2499dd8091a0596504a56cdaf6c9a" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/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/"))
2024-04-26 14:56.40 ---> using "7eb49f98125e1169a383f84fa4b2f454578ba5eaaa651b8bb22a870b525439cc" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-26 14:56.49 ---> saved as "d8ada1232543704414d350088c5befcfd8cf759564cb889a5b451d1df45eb29f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-26 14:57.36 ---> saved as "d27e96a1314f15e216b6c952cf94ea059c6ee875fc4232e578e0ee472f51550a"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 270 kB in 0s (1107 kB/s)
- Reading package lists...
2024-04-26 14:57.37 ---> saved as "274b2779bcf6cf303e4286cf940315b85a0af18c8ee81068cdf5005839fcf583"

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (shell "opam pin add -k version -yn conf-libsvm.3 3"))
conf-libsvm is now pinned to version 3
2024-04-26 14:57.39 ---> saved as "2dd1cc22aa91ea61a6b571515fd647bbf9890848f9bf6b0b3c5fc8a8e9e866b0"

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

The following system packages will first need to be installed:
    libsvm-dev

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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/bin/sudo "apt-get" "install" "-qq" "-yy" "libsvm-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libsvm3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18735 files and directories currently installed.)
- Preparing to unpack .../libsvm3_3.24+ds-6_amd64.deb ...
- Unpacking libsvm3:amd64 (3.24+ds-6) ...
- Selecting previously unselected package libsvm-dev:amd64.
- Preparing to unpack .../libsvm-dev_3.24+ds-6_amd64.deb ...
- Unpacking libsvm-dev:amd64 (3.24+ds-6) ...
- Setting up libsvm3:amd64 (3.24+ds-6) ...
- Setting up libsvm-dev:amd64 (3.24+ds-6) ...
- Processing triggers for libc-bin (2.36-9+deb12u4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-libsvm.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-26 14:57.55 ---> saved as "19a6506fce45a49e74c34f3ec5480c3c3596306d0d55a5a127611709a9a70f9b"
Job succeeded
2024-04-26 14:58.04: Job succeeded