(not at the head of any monitored branch or PR)
2024-11-29 14:13.18: New job: build async_rpc_kernel.v0.17.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/26999/head (394dddfef783ef51335d5943ba8851f06f1d0adf)
                              on debian-12-ocaml-4.14/arm32v7

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/26999/head" && git reset --hard 394dddfe
git fetch origin master
git merge --no-edit 1b58d8c4dd40d1b4a0893c7b9182b698c1b34c44
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:679f7654e3edf0510a4dcc1bc4d46ef6b4eca4d7d58edbca2746f2bede00051c
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
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="1000"
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 async_rpc_kernel.v0.17.0 v0.17.0
RUN opam reinstall async_rpc_kernel.v0.17.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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'async_rpc_kernel.v0.17.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 .

2024-11-29 14:13.18: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:679f7654e3edf0510a4dcc1bc4d46ef6b4eca4d7d58edbca2746f2bede00051c-async_rpc_kernel.v0.17.0-394dddfef783ef51335d5943ba8851f06f1d0adf"
2024-11-29 14:13.18: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:679f7654e3edf0510a4dcc1bc4d46ef6b4eca4d7d58edbca2746f2bede00051c)
 (shell /usr/bin/linux32 /bin/sh -c)
 (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 1000)
 (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 async_rpc_kernel.v0.17.0 v0.17.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall async_rpc_kernel.v0.17.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 \"\\\"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\" != 'async_rpc_kernel.v0.17.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-11-29 14:13.18: Waiting for resource in pool OCluster
2024-11-29 14:13.19: Waiting for worker…
2024-11-29 14:18.24: Got resource from pool OCluster
Building on molpadia.caelum.ci.dev
All commits already cached
Updating files:  38% (12665/32800)
Updating files:  39% (12792/32800)
Updating files:  40% (13120/32800)
Updating files:  41% (13448/32800)
Updating files:  42% (13776/32800)
Updating files:  43% (14104/32800)
Updating files:  44% (14432/32800)
Updating files:  45% (14760/32800)
Updating files:  46% (15088/32800)
Updating files:  47% (15416/32800)
Updating files:  48% (15744/32800)
Updating files:  49% (16072/32800)
Updating files:  50% (16400/32800)
Updating files:  51% (16728/32800)
Updating files:  52% (17056/32800)
Updating files:  53% (17384/32800)
Updating files:  54% (17712/32800)
Updating files:  55% (18040/32800)
Updating files:  56% (18368/32800)
Updating files:  57% (18696/32800)
Updating files:  58% (19024/32800)
Updating files:  59% (19352/32800)
Updating files:  60% (19680/32800)
Updating files:  61% (20008/32800)
Updating files:  62% (20336/32800)
Updating files:  63% (20664/32800)
Updating files:  64% (20992/32800)
Updating files:  65% (21320/32800)
Updating files:  66% (21648/32800)
Updating files:  67% (21976/32800)
Updating files:  68% (22304/32800)
Updating files:  69% (22632/32800)
Updating files:  70% (22960/32800)
Updating files:  71% (23288/32800)
Updating files:  72% (23616/32800)
Updating files:  73% (23944/32800)
Updating files:  74% (24272/32800)
Updating files:  75% (24600/32800)
Updating files:  76% (24928/32800)
Updating files:  77% (25256/32800)
Updating files:  78% (25584/32800)
Updating files:  79% (25912/32800)
Updating files:  80% (26240/32800)
Updating files:  81% (26568/32800)
Updating files:  82% (26896/32800)
Updating files:  83% (27224/32800)
Updating files:  84% (27552/32800)
Updating files:  85% (27880/32800)
Updating files:  86% (28208/32800)
Updating files:  87% (28536/32800)
Updating files:  88% (28864/32800)
Updating files:  89% (29192/32800)
Updating files:  90% (29520/32800)
Updating files:  90% (29684/32800)
Updating files:  91% (29848/32800)
Updating files:  92% (30176/32800)
Updating files:  93% (30504/32800)
Updating files:  94% (30832/32800)
Updating files:  95% (31160/32800)
Updating files:  96% (31488/32800)
Updating files:  97% (31816/32800)
Updating files:  98% (32144/32800)
Updating files:  99% (32472/32800)
Updating files: 100% (32800/32800)
Updating files: 100% (32800/32800), done.
HEAD is now at 1b58d8c4dd Merge pull request #26975 from maiste/release-dune-3.17.0
Updating 1b58d8c4dd..394dddfef7
Fast-forward
 packages/async_rpc_kernel/async_rpc_kernel.v0.17.0/opam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:679f7654e3edf0510a4dcc1bc4d46ef6b4eca4d7d58edbca2746f2bede00051c)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:679f7654e3edf0510a4dcc1bc4d46ef6b4eca4d7d58edbca2746f2bede00051c' locally
docker.io/ocaml/opam@sha256:679f7654e3edf0510a4dcc1bc4d46ef6b4eca4d7d58edbca2746f2bede00051c: Pulling from ocaml/opam
bb8efad6bf77: Pulling fs layer
bb8efad6bf77: Verifying Checksum
bb8efad6bf77: Download complete
bb8efad6bf77: Pull complete
Digest: sha256:679f7654e3edf0510a4dcc1bc4d46ef6b4eca4d7d58edbca2746f2bede00051c
Status: Downloaded newer image for ocaml/opam@sha256:679f7654e3edf0510a4dcc1bc4d46ef6b4eca4d7d58edbca2746f2bede00051c
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2024-11-29 14:18.27 ---> using "732c6ab5b00b7b065c49a952311d7071b65be2d3088aa519dbb77e980dfd20bb" from cache

/: (shell /usr/bin/linux32 /bin/sh -c)

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-11-29 14:18.27 ---> using "ce93006c29d2a84ac22c64401195fca309605eebba99b17c395d95e18d6e9c4d" 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.

Continue? [Y/n] y
This development 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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-11-29 14:18.27 ---> using "c7fa86ce8145bd829e10eee3ad4c758a1caeb5307021892768c455791088ed5d" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-126-generic
The OCaml toplevel, version 4.14.2
2.4.0~alpha1~dev
2024-11-29 14:18.27 ---> using "17c57d533888225ea9478effe2449baef23caf8af1a597737366342e14e6da46" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 1000)

/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-11-29 14:18.27 ---> using "e13fda6b83fe1473c61be04b3bc079b951668a6dc259492ef9c11f8475603da3" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-11-29 14:18.45 ---> saved as "96cd16b863dd3f9db336db2e2e615d1a657fc42b1ef0180cb27ab3d1c617b9dc"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-11-29 14:20.06 ---> saved as "00e39034605436f1474cb0293fa2d0a82a84dadb83b75e18e41b8d2a55205fb1"

/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 armhf Packages.diff/Index [12.8 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages T-2024-11-27-1405.46-F-2024-11-27-1405.46.pdiff [435 B]
- Get:5 http://deb.debian.org/debian bookworm-updates/main armhf Packages T-2024-11-27-1405.46-F-2024-11-27-1405.46.pdiff [435 B]
- Get:6 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [206 kB]
- Fetched 323 kB in 1s (505 kB/s)
- Reading package lists...
- 
2024-11-29 14:20.08 ---> saved as "6c697bbf4bd8fea32930b6575f7c3a51d6ecb75cc605b2c0a6b488db89c2491b"

/home/opam: (run (shell "opam pin add -k version -yn async_rpc_kernel.v0.17.0 v0.17.0"))
async_rpc_kernel is now pinned to version v0.17.0
2024-11-29 14:20.10 ---> saved as "769e2bb0c78ba6a443d279b065be1a034028d81293d1b4f1c679af4cdbd5abe8"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall async_rpc_kernel.v0.17.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 \"\\\"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\" != 'async_rpc_kernel.v0.17.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
[ERROR] async_rpc_kernel = v0.17.0: unmet availability conditions: 'arch != "arm32" & arch != "x86_32"'
"/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall async_rpc_kernel.v0.17.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 "\"debian-12\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'async_rpc_kernel.v0.17.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 5
2024-11-29 14:20.32: Job failed: Failed: Build failed
2024-11-29 14:20.32: Log analysis:
2024-11-29 14:20.32: >>> 
[ERROR] async_rpc_kernel = v0.17.0: unmet availability conditions: 'arch != "arm32" & arch != "x86_32"'
 (score = 100)
2024-11-29 14:20.32: [SKIP] Package not available