(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 ubuntu-22.04-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/25730/head" && git reset --hard b9cf173c
git fetch origin master
git merge --no-edit 01db0f1d8c7b59beff7b97ab33a28f2a46de9d77
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:0ad5fe9b975ccc7822f36eb4deb5190d7e0740192f107d197419740faaec36b8
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 "\"ubuntu-22.04\""; 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:ubuntu-22.04-ocaml-4.14@sha256:0ad5fe9b975ccc7822f36eb4deb5190d7e0740192f107d197419740faaec36b8-conf-libsvm.3-b9cf173c2648209e44e8b3a0e4b0e65199edf460"
2024-04-26 14:56.34: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:0ad5fe9b975ccc7822f36eb4deb5190d7e0740192f107d197419740faaec36b8)
 (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 \"\\\"ubuntu-22.04\\\"\"; 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-c5.sw.ocaml.org
All commits already cached
Updating files:  62% (20889/33560)
Updating files:  63% (21143/33560)
Updating files:  64% (21479/33560)
Updating files:  65% (21814/33560)
Updating files:  66% (22150/33560)
Updating files:  67% (22486/33560)
Updating files:  68% (22821/33560)
Updating files:  69% (23157/33560)
Updating files:  70% (23492/33560)
Updating files:  71% (23828/33560)
Updating files:  72% (24164/33560)
Updating files:  73% (24499/33560)
Updating files:  74% (24835/33560)
Updating files:  75% (25170/33560)
Updating files:  76% (25506/33560)
Updating files:  77% (25842/33560)
Updating files:  78% (26177/33560)
Updating files:  79% (26513/33560)
Updating files:  80% (26848/33560)
Updating files:  81% (27184/33560)
Updating files:  82% (27520/33560)
Updating files:  83% (27855/33560)
Updating files:  84% (28191/33560)
Updating files:  85% (28526/33560)
Updating files:  86% (28862/33560)
Updating files:  87% (29198/33560)
Updating files:  88% (29533/33560)
Updating files:  89% (29869/33560)
Updating files:  90% (30204/33560)
Updating files:  91% (30540/33560)
Updating files:  92% (30876/33560)
Updating files:  93% (31211/33560)
Updating files:  94% (31547/33560)
Updating files:  95% (31882/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 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:ubuntu-22.04-ocaml-4.14@sha256:0ad5fe9b975ccc7822f36eb4deb5190d7e0740192f107d197419740faaec36b8)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:0ad5fe9b975ccc7822f36eb4deb5190d7e0740192f107d197419740faaec36b8' locally
docker.io/ocaml/opam@sha256:0ad5fe9b975ccc7822f36eb4deb5190d7e0740192f107d197419740faaec36b8: Pulling from ocaml/opam
11d765498f0a: Pulling fs layer
11d765498f0a: Verifying Checksum
11d765498f0a: Download complete
11d765498f0a: Pull complete
Digest: sha256:0ad5fe9b975ccc7822f36eb4deb5190d7e0740192f107d197419740faaec36b8
Status: Downloaded newer image for ocaml/opam@sha256:0ad5fe9b975ccc7822f36eb4deb5190d7e0740192f107d197419740faaec36b8
2024-04-26 14:58.40 ---> saved as "641adc3b1fc277c5069b59b44a9481b3fc82d0b53bcf63fc094a9cead6b8a5be"

/: (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:58.40 ---> saved as "1c197f06fc1304b7573885ba928f0c5ec1b11187b872159e6c96114be8652d38"

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-26 14:59.53 ---> saved as "0458a2c4d1fe2b02bc3dde9ec3e6160c9c034f2168ec0e4e67f2782dfb5ff49f"

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.14.2
2.2.0~beta3~dev
2024-04-26 14:59.53 ---> saved as "2cfc124053d824285cb1ecb533702d42e50f68cf8c3e9edf65ead65fecece0c9"

/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 15:00.02 ---> saved as "19e4764129cd377ef97e16d434f1b5e27a087f23cfc688f945c6a6b84e06de19"

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-26 15:00.25 ---> saved as "53ef20b3f23f1c413d66a24c0ad9392c857b4813750223a2ddccf346ea74f399"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1755 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2035 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2265 kB]
- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2339 kB]
- Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1077 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1370 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [81.0 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [31.9 kB]
- Fetched 11.3 MB in 2s (7175 kB/s)
- Reading package lists...
- 
2024-04-26 15:01.18 ---> saved as "d901c2f6b2963cfb61f4b533873cfa1f6a2b498e0afd162785c0d4ba2d6c3975"

/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 15:01.18 ---> saved as "227462afa5c635dc1e84486fbda31db93949d6be24bb6c6e19f48a5098895373"

/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 \"\\\"ubuntu-22.04\\\"\"; 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 ... 15637 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.35-0ubuntu3.7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-libsvm.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-26 15:01.29 ---> saved as "54597a66bed0e0c874a37c312990b0f1124c6ff6c76304ed61c01a5287355b72"
Job succeeded
2024-04-26 15:01.35: Job succeeded