Build:
  1. 0
2026-01-15 18:36.38: New job: test kind2.1.3.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29225/head (5f76f044a019270a1300f34d81512a11265b041c)
                              on debian-13-ocaml-4.14/arm64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29225/head" && git reset --hard 5f76f044
git fetch origin master
git merge --no-edit 513e85b5a99db7912c4e7ed5e9675a808b7107a6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1
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 kind2.1.3.0 1.3.0
RUN opam reinstall kind2.1.3.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'kind2.1.3.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test kind2.1.3.0) || true
RUN opam reinstall --with-test --verbose kind2.1.3.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-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'kind2.1.3.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-15 18:36.38: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1-kind2.1.3.0-5f76f044a019270a1300f34d81512a11265b041c"
2026-01-15 18:36.38: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1)
 (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 kind2.1.3.0 1.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall kind2.1.3.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-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\" != 'kind2.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test kind2.1.3.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose kind2.1.3.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-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\" != 'kind2.1.3.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-15 18:36.38: Waiting for resource in pool OCluster
2026-01-15 18:36.39: Waiting for worker…
2026-01-15 19:27.51: Got resource from pool OCluster
Building on ainia.caelum.ci.dev
All commits already cached
Updating files:  58% (11323/19200)
Updating files:  59% (11328/19200)
Updating files:  60% (11520/19200)
Updating files:  61% (11712/19200)
Updating files:  62% (11904/19200)
Updating files:  63% (12096/19200)
Updating files:  64% (12288/19200)
Updating files:  65% (12480/19200)
Updating files:  66% (12672/19200)
Updating files:  67% (12864/19200)
Updating files:  68% (13056/19200)
Updating files:  69% (13248/19200)
Updating files:  70% (13440/19200)
Updating files:  71% (13632/19200)
Updating files:  72% (13824/19200)
Updating files:  73% (14016/19200)
Updating files:  74% (14208/19200)
Updating files:  75% (14400/19200)
Updating files:  76% (14592/19200)
Updating files:  77% (14784/19200)
Updating files:  78% (14976/19200)
Updating files:  79% (15168/19200)
Updating files:  80% (15360/19200)
Updating files:  81% (15552/19200)
Updating files:  82% (15744/19200)
Updating files:  83% (15936/19200)
Updating files:  84% (16128/19200)
Updating files:  85% (16320/19200)
Updating files:  86% (16512/19200)
Updating files:  87% (16704/19200)
Updating files:  88% (16896/19200)
Updating files:  89% (17088/19200)
Updating files:  90% (17280/19200)
Updating files:  91% (17472/19200)
Updating files:  92% (17664/19200)
Updating files:  93% (17856/19200)
Updating files:  94% (18048/19200)
Updating files:  95% (18240/19200)
Updating files:  96% (18432/19200)
Updating files:  97% (18624/19200)
Updating files:  98% (18816/19200)
Updating files:  99% (19008/19200)
Updating files: 100% (19200/19200)
Updating files: 100% (19200/19200), done.
HEAD is now at 513e85b5a9 Merge pull request #29217 from c-cube/release-containers-v3.17
Updating 513e85b5a9..5f76f044a0
Fast-forward
 packages/kind2/kind2.1.3.0/opam | 1 +
 packages/kind2/kind2.1.3.1/opam | 1 +
 packages/kind2/kind2.1.4.0/opam | 1 +
 packages/kind2/kind2.1.5.0/opam | 1 +
 packages/kind2/kind2.1.5.1/opam | 1 +
 packages/kind2/kind2.1.6.0/opam | 3 ++-
 packages/kind2/kind2.1.7.0/opam | 3 ++-
 packages/kind2/kind2.1.8.0/opam | 3 ++-
 packages/kind2/kind2.1.9.0/opam | 3 ++-
 packages/kind2/kind2.2.0.0/opam | 3 ++-
 packages/kind2/kind2.2.1.0/opam | 3 ++-
 packages/kind2/kind2.2.1.1/opam | 3 ++-
 packages/kind2/kind2.2.2.0/opam | 3 ++-
 packages/kind2/kind2.2.3.0/opam | 2 +-
 14 files changed, 22 insertions(+), 9 deletions(-)

(from ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1' locally
docker.io/ocaml/opam@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1: Pulling from ocaml/opam
08530324e2a8: Pulling fs layer
08530324e2a8: Download complete
08530324e2a8: Pull complete
Digest: sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1
Status: Downloaded newer image for ocaml/opam@sha256:cbf6017e6b185111bfeb6ea0ee24ddc6296fa2ea756a5b334a13d5bdd29d3fd1
2026-01-15 19:27.54 ---> using "e361c22c5363e81b9c8c24dc824228979d283e71aa561f1da7b3298d2bf27e9f" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-15 19:27.54 ---> using "bd1e238314890df61787720815da795c4465d3f5ceafb6d6394612ffdc3a7587" 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 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] Initialised
2026-01-15 19:27.54 ---> using "f3601c24a10dc523a15105f91de0bc76172749e1f4a8f6fb6ea23b0e953d9b88" from cache

/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=arm64 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                 79
# 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-15 19:27.54 ---> using "71eb34f3066859d99e9dbabeed250e87aef4209c13a51b78a3ae8c5c4069b73b" from cache

/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-15 19:27.54 ---> using "a06b65e9004733c962358b0e35456162a45a0953b5b7e59215d14f85ad365696" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-15 19:27.55 ---> using "377b2d3ac709e8d4a230138d96d99f8adfc876c0f6935c782272c0b2f02e3a7d" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-15 19:27.55 ---> using "fe6675de2910da8984ded389dd906aafad87926bbd78e1ca20a295c6dcb2556d" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main arm64 Packages [9607 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [96.2 kB]
- Fetched 9935 kB in 1s (8513 kB/s)
- Reading package lists...
2026-01-15 19:27.55 ---> using "943ce844b109bb9c73f0c24e6b18615395a04ffdbecaa8bc76c1807ffd441bce" from cache

/home/opam: (run (shell "opam pin add -k version -yn kind2.1.3.0 1.3.0"))
kind2 is now pinned to version 1.3.0
2026-01-15 19:27.55 ---> using "fff51e090a82604cefbc08520dc2930ca05974a0930d713048ed40b9f944fad8" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall kind2.1.3.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-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\" != 'kind2.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
kind2.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
  - install conf-pkg-config   4              [required by conf-zmq]
  - install conf-zmq          0.1            [required by zmq]
  - install csexp             1.5.2          [required by dune-configurator]
  - install dune              3.20.2         [required by kind2]
  - install dune-build-info   3.20.2         [required by kind2]
  - install dune-configurator 3.20.2         [required by zmq]
  - install kind2             1.3.0 (pinned)
  - install menhir            20211128       [required by kind2]
  - install menhirLib         20211128       [required by menhir]
  - install menhirSdk         20211128       [required by menhir]
  - install num               1.6            [required by kind2]
  - install seq               base           [required by yojson]
  - install stdint            0.7.2          [required by zmq]
  - install yojson            2.2.2          [required by kind2]
  - install zmq               5.1.3          [required by kind2]

The following system packages will first need to be installed:
    libzmq3-dev pkg-config

<><> 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" "libzmq3-dev" "pkg-config"
- (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 ... 20736 files and directories currently installed.)
- Preparing to unpack .../00-libcom-err2_1.47.2-3+b7_arm64.deb ...
- Unpacking libcom-err2:arm64 (1.47.2-3+b7) over (1.47.2-3+b3) ...
- Selecting previously unselected package comerr-dev:arm64.
- Preparing to unpack .../01-comerr-dev_2.1-1.47.2-3+b7_arm64.deb ...
- Unpacking comerr-dev:arm64 (2.1-1.47.2-3+b7) ...
- Selecting previously unselected package libnorm1t64:arm64.
- Preparing to unpack .../02-libnorm1t64_1.5.9+dfsg-3.1+b2_arm64.deb ...
- Unpacking libnorm1t64:arm64 (1.5.9+dfsg-3.1+b2) ...
- Selecting previously unselected package libpgm-5.3-0t64:arm64.
- Preparing to unpack .../03-libpgm-5.3-0t64_5.3.128~dfsg-2.1+b1_arm64.deb ...
- Unpacking libpgm-5.3-0t64:arm64 (5.3.128~dfsg-2.1+b1) ...
- Selecting previously unselected package libsodium23:arm64.
- Preparing to unpack .../04-libsodium23_1.0.18-1+deb13u1_arm64.deb ...
- Unpacking libsodium23:arm64 (1.0.18-1+deb13u1) ...
- Selecting previously unselected package libzmq5:arm64.
- Preparing to unpack .../05-libzmq5_4.3.5-1+b3_arm64.deb ...
- Unpacking libzmq5:arm64 (4.3.5-1+b3) ...
- Selecting previously unselected package libpgm-dev:arm64.
- Preparing to unpack .../06-libpgm-dev_5.3.128~dfsg-2.1+b1_arm64.deb ...
- Unpacking libpgm-dev:arm64 (5.3.128~dfsg-2.1+b1) ...
- Selecting previously unselected package libsodium-dev:arm64.
- Preparing to unpack .../07-libsodium-dev_1.0.18-1+deb13u1_arm64.deb ...
- Unpacking libsodium-dev:arm64 (1.0.18-1+deb13u1) ...
- Selecting previously unselected package libxml2:arm64.
- Preparing to unpack .../08-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_arm64.deb ...
- Unpacking libxml2:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libxml2-dev:arm64.
- Preparing to unpack .../09-libxml2-dev_2.12.7+dfsg+really2.9.14-2.1+deb13u2_arm64.deb ...
- Unpacking libxml2-dev:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package libnorm-dev:arm64.
- Preparing to unpack .../10-libnorm-dev_1.5.9+dfsg-3.1+b2_arm64.deb ...
- Unpacking libnorm-dev:arm64 (1.5.9+dfsg-3.1+b2) ...
- Selecting previously unselected package libgssrpc4t64:arm64.
- Preparing to unpack .../11-libgssrpc4t64_1.21.3-5_arm64.deb ...
- Unpacking libgssrpc4t64:arm64 (1.21.3-5) ...
- Selecting previously unselected package libkadm5clnt-mit12:arm64.
- Preparing to unpack .../12-libkadm5clnt-mit12_1.21.3-5_arm64.deb ...
- Unpacking libkadm5clnt-mit12:arm64 (1.21.3-5) ...
- Selecting previously unselected package libkdb5-10t64:arm64.
- Preparing to unpack .../13-libkdb5-10t64_1.21.3-5_arm64.deb ...
- Unpacking libkdb5-10t64:arm64 (1.21.3-5) ...
- Selecting previously unselected package libkadm5srv-mit12:arm64.
- Preparing to unpack .../14-libkadm5srv-mit12_1.21.3-5_arm64.deb ...
- Unpacking libkadm5srv-mit12:arm64 (1.21.3-5) ...
- Selecting previously unselected package krb5-multidev:arm64.
- Preparing to unpack .../15-krb5-multidev_1.21.3-5_arm64.deb ...
- Unpacking krb5-multidev:arm64 (1.21.3-5) ...
- Selecting previously unselected package libkrb5-dev:arm64.
- Preparing to unpack .../16-libkrb5-dev_1.21.3-5_arm64.deb ...
- Unpacking libkrb5-dev:arm64 (1.21.3-5) ...
- Selecting previously unselected package libmd-dev:arm64.
- Preparing to unpack .../17-libmd-dev_1.1.0-2+b1_arm64.deb ...
- Unpacking libmd-dev:arm64 (1.1.0-2+b1) ...
- Selecting previously unselected package libbsd-dev:arm64.
- Preparing to unpack .../18-libbsd-dev_0.12.2-2_arm64.deb ...
- Unpacking libbsd-dev:arm64 (0.12.2-2) ...
- Selecting previously unselected package libzmq3-dev:arm64.
- Preparing to unpack .../19-libzmq3-dev_4.3.5-1+b3_arm64.deb ...
- Unpacking libzmq3-dev:arm64 (4.3.5-1+b3) ...
- Selecting previously unselected package cppzmq-dev:arm64.
- Preparing to unpack .../20-cppzmq-dev_4.10.0-1+b2_arm64.deb ...
- Unpacking cppzmq-dev:arm64 (4.10.0-1+b2) ...
- Selecting previously unselected package libpkgconf3:arm64.
- Preparing to unpack .../21-libpkgconf3_1.8.1-4_arm64.deb ...
- Unpacking libpkgconf3:arm64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../22-pkgconf-bin_1.8.1-4_arm64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:arm64.
- Preparing to unpack .../23-pkgconf_1.8.1-4_arm64.deb ...
- Unpacking pkgconf:arm64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:arm64.
- Preparing to unpack .../24-pkg-config_1.8.1-4_arm64.deb ...
- Unpacking pkg-config:arm64 (1.8.1-4) ...
- Setting up libnorm1t64:arm64 (1.5.9+dfsg-3.1+b2) ...
- Setting up libsodium23:arm64 (1.0.18-1+deb13u1) ...
- Setting up libcom-err2:arm64 (1.47.2-3+b7) ...
- Setting up libpgm-5.3-0t64:arm64 (5.3.128~dfsg-2.1+b1) ...
- Setting up libpkgconf3:arm64 (1.8.1-4) ...
- Setting up libgssrpc4t64:arm64 (1.21.3-5) ...
- Setting up libpgm-dev:arm64 (5.3.128~dfsg-2.1+b1) ...
- Setting up comerr-dev:arm64 (2.1-1.47.2-3+b7) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libsodium-dev:arm64 (1.0.18-1+deb13u1) ...
- Setting up libmd-dev:arm64 (1.1.0-2+b1) ...
- Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up libbsd-dev:arm64 (0.12.2-2) ...
- Setting up libkadm5clnt-mit12:arm64 (1.21.3-5) ...
- Setting up libzmq5:arm64 (4.3.5-1+b3) ...
- Setting up libkdb5-10t64:arm64 (1.21.3-5) ...
- Setting up pkgconf:arm64 (1.8.1-4) ...
- Setting up libxml2-dev:arm64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up pkg-config:arm64 (1.8.1-4) ...
- Setting up libkadm5srv-mit12:arm64 (1.21.3-5) ...
- Setting up krb5-multidev:arm64 (1.21.3-5) ...
- Setting up libnorm-dev:arm64 (1.5.9+dfsg-3.1+b2) ...
- Setting up libkrb5-dev:arm64 (1.21.3-5) ...
- Setting up libzmq3-dev:arm64 (4.3.5-1+b3) ...
- Setting up cppzmq-dev:arm64 (4.10.0-1+b2) ...
- Processing triggers for libc-bin (2.41-12) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-zmq.0.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> installed conf-zmq.0.1
-> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved kind2.1.3.0  (https://opam.ocaml.org/cache)
-> retrieved menhir.20211128, menhirLib.20211128, menhirSdk.20211128  (cached)
-> retrieved num.1.6  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdint.0.7.2  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved zmq.5.1.3  (cached)
-> installed num.1.6
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed menhirLib.20211128
-> installed menhirSdk.20211128
-> installed stdint.0.7.2
-> installed yojson.2.2.2
-> installed dune-build-info.3.20.2
-> installed dune-configurator.3.20.2
-> installed zmq.5.1.3
-> installed menhir.20211128
-> installed kind2.1.3.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-15 19:28.50 ---> saved as "8b78e7fea75fa973c38521fce1a2da248f547ac2f8b46612cdbeae6a41295a74"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test kind2.1.3.0) || true"))
  * Missing dependency:
    - kind2 < 1.3.1 -> z3 < 4.8.9 -> conf-python-2-7
    depends on the unavailable system package 'python2.7'. Use `--no-depexts' to attempt installation anyway, or it is possible that a depext package name in the opam file is incorrect.

No solution found, exiting
2026-01-15 19:28.58 ---> saved as "202eaf973c724c0722abb40fcd9bd0850cb3e35971951b9190f706cf7ce9cb1c"

/home/opam: (run (shell  "opam reinstall --with-test --verbose kind2.1.3.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-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\" != 'kind2.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
  * Missing dependency:
    - kind2 < 1.3.1 -> z3 < 4.8.9 -> conf-python-2-7
    depends on the unavailable system package 'python2.7'. Use `--no-depexts' to attempt installation anyway, or it is possible that a depext package name in the opam file is incorrect.

No solution found, exiting
'opam reinstall --with-test --verbose kind2.1.3.0' failed.
"/usr/bin/env" "bash" "-c" "opam reinstall --with-test --verbose kind2.1.3.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-13\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'kind2.1.3.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 20
2026-01-15 19:29.16: Job failed: Failed: Build failed
2026-01-15 19:29.16: Log analysis:
2026-01-15 19:29.16: >>> 
No solution found, exiting
 (score = 100)
2026-01-15 19:29.16: >>> 
No solution found, exiting
 (score = 100)
2026-01-15 19:29.16: [SKIP] Package not available