(for PR #29613)

2026-04-04 05:27.28: New job: test bddrand.2.71.10 with conf-perl-string-shellquote.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29613/head (5f64e545c42823195503816088208e2d89a257c4)
                              on debian-13-ocaml-5.4/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/29613/head" && git reset --hard 5f64e545
git fetch origin master
git merge --no-edit d28e8bf13a73691f040f863e87466580aa116aff
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e
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 conf-perl-string-shellquote.4 4
RUN opam reinstall conf-perl-string-shellquote.4; \
    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" != 'conf-perl-string-shellquote.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall bddrand.2.71.10; \
    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" != 'bddrand.2.71.10' && 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 bddrand.2.71.10) || true
RUN opam reinstall --with-test --verbose bddrand.2.71.10; \
    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" != 'bddrand.2.71.10' && 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-04-04 05:27.28: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e-conf-perl-string-shellquote.4-bddrand.2.71.10-5f64e545c42823195503816088208e2d89a257c4"
2026-04-04 05:27.28: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e)
 (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 conf-perl-string-shellquote.4 4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-perl-string-shellquote.4;\
             \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\" != 'conf-perl-string-shellquote.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall bddrand.2.71.10;\
             \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\" != 'bddrand.2.71.10' && 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 bddrand.2.71.10) || true"))
 (run (shell  "opam reinstall --with-test --verbose bddrand.2.71.10;\
             \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\" != 'bddrand.2.71.10' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-04 05:27.28: Waiting for resource in pool OCluster
2026-04-04 05:27.28: Waiting for worker…
2026-04-04 05:27.28: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at d28e8bf13a Merge pull request #29642 from talex5/release-lwt_eio-v0.6
Updating d28e8bf13a..5f64e545c4
Fast-forward
 .../conf-perl-ipc-system-simple.4/opam             | 39 ++++++++++
 .../conf-perl-string-shellquote.4/opam             | 36 +++++++++
 packages/conf-perl/conf-perl.3/opam                | 91 ++++++++++++++++++++++
 3 files changed, 166 insertions(+)
 create mode 100644 packages/conf-perl-ipc-system-simple/conf-perl-ipc-system-simple.4/opam
 create mode 100644 packages/conf-perl-string-shellquote/conf-perl-string-shellquote.4/opam
 create mode 100644 packages/conf-perl/conf-perl.3/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e' locally
docker.io/ocaml/opam@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e: Pulling from ocaml/opam
8f6ad858d0a4: Pulling fs layer
69e44424a5e2: Pulling fs layer
afd8aac863c4: Pulling fs layer
8e947a2e98f4: Pulling fs layer
1497695495be: Pulling fs layer
dd8dde667620: Pulling fs layer
6c8e24e09389: Pulling fs layer
82df42eb8f87: Pulling fs layer
417be57df8b6: Pulling fs layer
1497695495be: Waiting
93469ace0d3c: Pulling fs layer
690b7fb3c88e: Pulling fs layer
8e947a2e98f4: Waiting
5e945797c48b: Pulling fs layer
dd8dde667620: Waiting
f89359597c07: Pulling fs layer
6c8e24e09389: Waiting
82df42eb8f87: Waiting
3d24804be6e1: Pulling fs layer
417be57df8b6: Waiting
6223b4e8927d: Pulling fs layer
e5255e6ad093: Pulling fs layer
93469ace0d3c: Waiting
690b7fb3c88e: Waiting
4b8862d5191b: Pulling fs layer
5e945797c48b: Waiting
6223b4e8927d: Waiting
e5255e6ad093: Waiting
3d24804be6e1: Waiting
f89359597c07: Waiting
a97ae6909f09: Pulling fs layer
4b8862d5191b: Waiting
9272e1b13a44: Pulling fs layer
a97ae6909f09: Waiting
4c4ae8dea517: Pulling fs layer
58f4c74b02ad: Pulling fs layer
d7f5bb85343b: Pulling fs layer
4f4fb700ef54: Pulling fs layer
4c4ae8dea517: Waiting
9272e1b13a44: Waiting
5686dd9b80db: Pulling fs layer
58f4c74b02ad: Waiting
d7f5bb85343b: Waiting
4f4fb700ef54: Waiting
d6655929e91b: Pulling fs layer
5686dd9b80db: Waiting
202821e2f84c: Pulling fs layer
dbfe37502a36: Pulling fs layer
03d1d76306ab: Pulling fs layer
d6655929e91b: Waiting
0cb61df4dd2b: Pulling fs layer
202821e2f84c: Waiting
dbfe37502a36: Waiting
9de51b48aa3e: Pulling fs layer
7a569ae42189: Pulling fs layer
03d1d76306ab: Waiting
9f66e60fc7d0: Pulling fs layer
9de51b48aa3e: Waiting
7a569ae42189: Waiting
9f66e60fc7d0: Waiting
9c0e93e6cde6: Pulling fs layer
52a878b8deac: Pulling fs layer
7d5c1811ebd2: Pulling fs layer
9c0e93e6cde6: Waiting
08ac39eb016e: Pulling fs layer
fa3d624a019d: Pulling fs layer
bcdad67ff203: Pulling fs layer
5535de7c8bad: Pulling fs layer
7d5c1811ebd2: Waiting
52a878b8deac: Waiting
1ffb933c7297: Pulling fs layer
08ac39eb016e: Waiting
01124907da27: Pulling fs layer
fa3d624a019d: Waiting
5535de7c8bad: Waiting
bcdad67ff203: Waiting
38bbb8f0d7fa: Pulling fs layer
1ffb933c7297: Waiting
01124907da27: Waiting
febbd5812f34: Pulling fs layer
38bbb8f0d7fa: Waiting
e8f0f9c0d59b: Pulling fs layer
0c7aa72a45ed: Pulling fs layer
158aa78833f4: Pulling fs layer
399caeac96eb: Pulling fs layer
b9eb903b1f1c: Pulling fs layer
158aa78833f4: Waiting
0c7aa72a45ed: Waiting
febbd5812f34: Waiting
e8f0f9c0d59b: Waiting
399caeac96eb: Waiting
afd8aac863c4: Verifying Checksum
afd8aac863c4: Download complete
69e44424a5e2: Verifying Checksum
69e44424a5e2: Download complete
1497695495be: Verifying Checksum
1497695495be: Download complete
8f6ad858d0a4: Verifying Checksum
8f6ad858d0a4: Download complete
6c8e24e09389: Verifying Checksum
6c8e24e09389: Download complete
8e947a2e98f4: Download complete
82df42eb8f87: Verifying Checksum
82df42eb8f87: Download complete
417be57df8b6: Verifying Checksum
417be57df8b6: Download complete
93469ace0d3c: Verifying Checksum
93469ace0d3c: Download complete
690b7fb3c88e: Verifying Checksum
690b7fb3c88e: Download complete
5e945797c48b: Verifying Checksum
5e945797c48b: Download complete
f89359597c07: Verifying Checksum
f89359597c07: Download complete
3d24804be6e1: Verifying Checksum
3d24804be6e1: Download complete
6223b4e8927d: Verifying Checksum
6223b4e8927d: Download complete
8f6ad858d0a4: Pull complete
69e44424a5e2: Pull complete
afd8aac863c4: Pull complete
e5255e6ad093: Verifying Checksum
e5255e6ad093: Download complete
dd8dde667620: Verifying Checksum
dd8dde667620: Download complete
4b8862d5191b: Verifying Checksum
4b8862d5191b: Download complete
8e947a2e98f4: Pull complete
1497695495be: Pull complete
9272e1b13a44: Verifying Checksum
9272e1b13a44: Download complete
4c4ae8dea517: Verifying Checksum
4c4ae8dea517: Download complete
58f4c74b02ad: Verifying Checksum
58f4c74b02ad: Download complete
d7f5bb85343b: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
5686dd9b80db: Verifying Checksum
5686dd9b80db: Download complete
202821e2f84c: Download complete
dbfe37502a36: Verifying Checksum
dbfe37502a36: Download complete
d6655929e91b: Verifying Checksum
d6655929e91b: Download complete
03d1d76306ab: Verifying Checksum
03d1d76306ab: Download complete
0cb61df4dd2b: Verifying Checksum
0cb61df4dd2b: Download complete
9de51b48aa3e: Verifying Checksum
9de51b48aa3e: Download complete
7a569ae42189: Download complete
9f66e60fc7d0: Verifying Checksum
9f66e60fc7d0: Download complete
9c0e93e6cde6: Verifying Checksum
9c0e93e6cde6: Download complete
52a878b8deac: Download complete
7d5c1811ebd2: Download complete
fa3d624a019d: Verifying Checksum
fa3d624a019d: Download complete
5535de7c8bad: Verifying Checksum
5535de7c8bad: Download complete
1ffb933c7297: Verifying Checksum
1ffb933c7297: Download complete
01124907da27: Verifying Checksum
01124907da27: Download complete
38bbb8f0d7fa: Verifying Checksum
38bbb8f0d7fa: Download complete
febbd5812f34: Verifying Checksum
febbd5812f34: Download complete
e8f0f9c0d59b: Verifying Checksum
e8f0f9c0d59b: Download complete
bcdad67ff203: Verifying Checksum
bcdad67ff203: Download complete
158aa78833f4: Verifying Checksum
158aa78833f4: Download complete
08ac39eb016e: Verifying Checksum
08ac39eb016e: Download complete
399caeac96eb: Verifying Checksum
399caeac96eb: Download complete
b9eb903b1f1c: Verifying Checksum
b9eb903b1f1c: Download complete
dd8dde667620: Pull complete
6c8e24e09389: Pull complete
82df42eb8f87: Pull complete
417be57df8b6: Pull complete
93469ace0d3c: Pull complete
690b7fb3c88e: Pull complete
5e945797c48b: Pull complete
0c7aa72a45ed: Verifying Checksum
0c7aa72a45ed: Download complete
f89359597c07: Pull complete
3d24804be6e1: Pull complete
6223b4e8927d: Pull complete
e5255e6ad093: Pull complete
4b8862d5191b: Pull complete
a97ae6909f09: Pull complete
9272e1b13a44: Pull complete
4c4ae8dea517: Pull complete
58f4c74b02ad: Pull complete
d7f5bb85343b: Pull complete
4f4fb700ef54: Pull complete
5686dd9b80db: Pull complete
d6655929e91b: Pull complete
202821e2f84c: Pull complete
dbfe37502a36: Pull complete
03d1d76306ab: Pull complete
0cb61df4dd2b: Pull complete
9de51b48aa3e: Pull complete
7a569ae42189: Pull complete
9f66e60fc7d0: Pull complete
9c0e93e6cde6: Pull complete
52a878b8deac: Pull complete
7d5c1811ebd2: Pull complete
08ac39eb016e: Pull complete
fa3d624a019d: Pull complete
bcdad67ff203: Pull complete
5535de7c8bad: Pull complete
1ffb933c7297: Pull complete
01124907da27: Pull complete
38bbb8f0d7fa: Pull complete
febbd5812f34: Pull complete
e8f0f9c0d59b: Pull complete
0c7aa72a45ed: Pull complete
158aa78833f4: Pull complete
399caeac96eb: Pull complete
b9eb903b1f1c: Pull complete
Digest: sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e
Status: Downloaded newer image for ocaml/opam@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e
2026-04-04 05:27.41 ---> using "04accec92e2bf0fc058f8f78760257a004a3abe580d28a2e712fdd6bd38bbb3e" 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-04-04 05:27.41 ---> using "55be5c75d97cce6d0c85146d99e2d19cbd4b6c23bbab392b149f23269ad44f5a" 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 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.

[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-04 05:27.41 ---> using "cb81601bf5ca0a036e701f32d1dd52e883da5e6a376ec0e2e934250247bea436" 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=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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-04 05:27.41 ---> using "c8d363e61eb558daaf2125e55111985ec4782dc41b9492241350e7418f36d4d8" 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-04-04 05:27.41 ---> using "951cf337435093db2a2fde4866f1fda5737c4cc37e34b0d936972f7c5053b176" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-04 05:27.48 ---> saved as "449be46811154630d1785e326ee91e01f436185dc771b2838974032d614004fa"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-04 05:28.06 ---> saved as "3dab25a1af08bfe4d47dd6bd48b19274cca80c7b52776bf0d863c5ab3ce8d1de"

/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 [119 kB]
- Fetched 210 kB in 3s (62.0 kB/s)
- Reading package lists...
- 
2026-04-04 05:28.10 ---> saved as "70798104345713f9021e82ea3f1dd012a67e4bf68cfcdad277887c2948de847f"

/home/opam: (run (shell "opam pin add -k version -yn conf-perl-string-shellquote.4 4"))
conf-perl-string-shellquote is now pinned to version 4
2026-04-04 05:28.11 ---> saved as "507cc44c715b8a82d02c1df82e1c064dfbf94effc48c2555a2c16509488f2aca"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall conf-perl-string-shellquote.4;\
                        \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\" != 'conf-perl-string-shellquote.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
conf-perl-string-shellquote.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
  - install conf-perl                   3          [required by conf-perl-string-shellquote]
  - install conf-perl-string-shellquote 4 (pinned)

The following system packages will first need to be installed:
    libstring-shellquote-perl

<><> 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" "libstring-shellquote-perl"
- Selecting previously unselected package libstring-shellquote-perl.
- (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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../libstring-shellquote-perl_1.04-3_all.deb ...
- Unpacking libstring-shellquote-perl (1.04-3) ...
- Setting up libstring-shellquote-perl (1.04-3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-perl.3
-> installed conf-perl-string-shellquote.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-04 05:28.16 ---> saved as "22a0f1ecd10b8c579eb367a45f32ccdcef67f949b4f9c6f111322820a26917da"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall bddrand.2.71.10;\
                        \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\" != 'bddrand.2.71.10' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
bddrand.2.71.10 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 45 packages
  - install astring           0.8.5   [required by bos]
  - install bddrand           2.71.10
  - install bigarray-compat   1.1.0   [required by mlgmpidl]
  - install bos               0.2.1   [required by yaml]
  - install camlidl           1.13    [required by lutin]
  - install camlp-streams     5.0.1   [required by lutin]
  - install conf-findutils    1       [required by ez-conf-lib]
  - install conf-gmp          5       [required by lutin]
  - install conf-gmp-paths    1       [required by mlgmpidl]
  - install conf-libX11       1       [required by graphics]
  - install conf-libXft       1       [required by graphics]
  - install conf-m4           1       [required by lutin]
  - install conf-mpfr         3       [required by lutin]
  - install conf-mpfr-paths   1       [required by mlgmpidl]
  - install conf-pkg-config   4       [required by conf-mpfr, graphics]
  - install cppo              1.8.0   [required by extlib]
  - install csexp             1.5.2   [required by dune-configurator]
  - install ctypes            0.24.0  [required by yaml]
  - install dune              3.22.1  [required by bddrand]
  - install dune-configurator 3.22.1  [required by graphics]
  - install extlib            1.8.0   [required by lutin]
  - install ez-conf-lib       2       [required by conf-gmp-paths, conf-mpfr-paths]
  - install ezdl              2.71.15 [required by lutin]
  - install fmt               0.11.0  [required by bos]
  - install fpath             0.7.3   [required by bos]
  - install gbddml            2.71.15 [required by lutin]
  - install graphics          5.2.0   [required by lutin]
  - install integers          0.7.0   [required by ctypes]
  - install logs              0.10.0  [required by bos]
  - install lustre-v6         6.107.1 [required by lutin]
  - install lutils            1.54.1  [required by lutin]
  - install lutin             2.71.15 [required by bddrand]
  - install mlgmpidl          1.3.0   [required by lutin]
  - install num               1.6     [required by lutin]
  - install ocamlbuild        0.16.1  [required by bos]
  - install ocamlfind         1.9.8   [required by lutin]
  - install ounit             2.2.7   [required by rdbg]
  - install ounit2            2.2.7   [required by ounit]
  - install polka             2.71.15 [required by lutin]
  - install rdbg              1.199.0 [required by lutin]
  - install rresult           0.7.0   [required by bos]
  - install seq               base    [required by ounit2]
  - install stdlib-shims      0.3.0   [required by ounit2, integers]
  - install topkg             1.1.1   [required by bos]
  - install yaml              3.2.0   [required by lustre-v6]

The following system packages will first need to be installed:
    libgmp-dev libmpfr-dev libxft-dev m4 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" "libgmp-dev" "libmpfr-dev" "libxft-dev" "m4" "pkg-config"
- Preconfiguring packages ...
- Selecting previously unselected package bzip2-doc.
- (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 ... 20663 files and directories currently installed.)
- Preparing to unpack .../00-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../01-fonts-dejavu-mono_2.37-8_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-8) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../02-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../03-fontconfig-config_2.15.0-2.3_amd64.deb ...
- Unpacking fontconfig-config (2.15.0-2.3) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../04-libbrotli-dev_1.1.0-2+b7_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.1.0-2+b7) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../05-libbz2-dev_1.0.8-6_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-6) ...
- Selecting previously unselected package libexpat1-dev:amd64.
- Preparing to unpack .../06-libexpat1-dev_2.7.1-2_amd64.deb ...
- Unpacking libexpat1-dev:amd64 (2.7.1-2) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../07-libpng16-16t64_1.6.48-1+deb13u4_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.48-1+deb13u4) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../08-libfreetype6_2.13.3+dfsg-1+deb13u1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.13.3+dfsg-1+deb13u1) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../09-libfontconfig1_2.15.0-2.3_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.15.0-2.3) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../10-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../11-libpng-dev_1.6.48-1+deb13u4_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.48-1+deb13u4) ...
- Selecting previously unselected package libfreetype-dev:amd64.
- Preparing to unpack .../12-libfreetype-dev_2.13.3+dfsg-1+deb13u1_amd64.deb ...
- Unpacking libfreetype-dev:amd64 (2.13.3+dfsg-1+deb13u1) ...
- Selecting previously unselected package uuid-dev:amd64.
- Preparing to unpack .../13-uuid-dev_2.41-5_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.41-5) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../14-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../15-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../16-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package libfontconfig-dev:amd64.
- Preparing to unpack .../17-libfontconfig-dev_2.15.0-2.3_amd64.deb ...
- Unpacking libfontconfig-dev:amd64 (2.15.0-2.3) ...
- Selecting previously unselected package libfontconfig1-dev:amd64.
- Preparing to unpack .../18-libfontconfig1-dev_2.15.0-2.3_amd64.deb ...
- Unpacking libfontconfig1-dev:amd64 (2.15.0-2.3) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../19-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../20-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libmpfr-dev:amd64.
- Preparing to unpack .../21-libmpfr-dev_4.2.2-1_amd64.deb ...
- Unpacking libmpfr-dev:amd64 (4.2.2-1) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../22-libpng-tools_1.6.48-1+deb13u4_amd64.deb ...
- Unpacking libpng-tools (1.6.48-1+deb13u4) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../23-libxrender1_1%3a0.9.12-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.12-1) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../24-libxft2_2.3.6-1+b4_amd64.deb ...
- Unpacking libxft2:amd64 (2.3.6-1+b4) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../25-libxrender-dev_1%3a0.9.12-1_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.12-1) ...
- Selecting previously unselected package libxft-dev:amd64.
- Preparing to unpack .../26-libxft-dev_2.3.6-1+b4_amd64.deb ...
- Unpacking libxft-dev:amd64 (2.3.6-1+b4) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../27-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../28-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up libxrender1:amd64 (1:0.9.12-1) ...
- Setting up m4 (1.4.19-8) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libexpat1-dev:amd64 (2.7.1-2) ...
- Setting up uuid-dev:amd64 (2.41-5) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:amd64 (1.6.48-1+deb13u4) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libxrender-dev:amd64 (1:0.9.12-1) ...
- Setting up libbrotli-dev:amd64 (1.1.0-2+b7) ...
- Setting up libbz2-dev:amd64 (1.0.8-6) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libpng-tools (1.6.48-1+deb13u4) ...
- Setting up fontconfig-config (2.15.0-2.3) ...
- Setting up libpng-dev:amd64 (1.6.48-1+deb13u4) ...
- Setting up libmpfr-dev:amd64 (4.2.2-1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libfreetype6:amd64 (2.13.3+dfsg-1+deb13u1) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libfontconfig1:amd64 (2.15.0-2.3) ...
- Setting up libxft2:amd64 (2.3.6-1+b4) ...
- Setting up libfreetype-dev:amd64 (2.13.3+dfsg-1+deb13u1) ...
- Setting up libfontconfig-dev:amd64 (2.15.0-2.3) ...
- Setting up libxft-dev:amd64 (2.3.6-1+b4) ...
- Setting up libfontconfig1-dev:amd64 (2.15.0-2.3) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bddrand.2.71.10  (cached)
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlidl.1.13  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-paths.1  (cached)
-> retrieved conf-mpfr.3  (cached)
-> retrieved conf-mpfr-paths.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-findutils.1
-> installed conf-gmp.5
-> installed conf-m4.1
-> installed conf-pkg-config.4
-> installed conf-mpfr.3
-> installed conf-libX11.1
-> installed conf-libXft.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> installed camlidl.1.13
-> retrieved extlib.1.8.0  (cached)
-> retrieved ez-conf-lib.2  (cached)
-> retrieved ezdl.2.71.15, gbddml.2.71.15, lutin.2.71.15, polka.2.71.15  (cached)
-> installed ez-conf-lib.2
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved graphics.5.2.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lustre-v6.6.107.1  (cached)
-> retrieved lutils.1.54.1  (cached)
-> retrieved mlgmpidl.1.3.0  (cached)
-> retrieved num.1.6  (cached)
-> installed conf-gmp-paths.1
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ounit.2.2.7, ounit2.2.2.7  (cached)
-> retrieved rdbg.1.199.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed conf-mpfr-paths.1
-> retrieved yaml.3.2.0  (cached)
-> installed num.1.6
-> installed ocamlbuild.0.16.1
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed ezdl.2.71.15
-> installed gbddml.2.71.15
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed extlib.1.8.0
-> installed ounit2.2.2.7
-> installed dune-configurator.3.22.1
-> installed graphics.5.2.0
-> installed ctypes.0.24.0
-> installed ocamlfind.1.9.8
-> installed ounit.2.2.7
-> installed lutils.1.54.1
-> installed mlgmpidl.1.3.0
[ERROR] The compilation of polka.2.71.15 failed at "dune build -p polka -j 255".
-> installed rdbg.1.199.0
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed yaml.3.2.0
-> installed lustre-v6.6.107.1

#=== ERROR while compiling polka.2.71.15 ======================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.1 | file:///home/opam/opam-repository
# path                 ~/.opam/5.4/.opam-switch/build/polka.2.71.15
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p polka -j 255
# exit-code            1
# env-file             ~/.opam/log/polka-7-752d95.env
# output-file          ~/.opam/log/polka-7-752d95.out
### output ###
# (cd _build/default/lib/polka && /usr/bin/make)
# echo "\
# s/vector__t/t/g; \
# s/matrix__t/t/g; \
# s/poly__t/t/g; \
# s/dimsup_t/dimsup/g; \
# s/equation_t/equation/g; \
# s/external vector_/external /g; \
# s/external matrix_/external /g; \
# s/external poly_/external /g; \
# s/Tbool_bottom/Bottom/; \
# s/Tbool_true/True/; \
# s/Tbool_false/False/; \
# s/Tbool_top/Top/; \
# " >sedscript
# mkdir -p tmp
# cp vector.idl tmp
# camlidl -nocpp -I . tmp/vector.idl
# cp tmp/vector_stubs.c vector_caml.c
# sed -f sedscript tmp/vector.ml >vector.ml
# sed -f sedscript tmp/vector.mli >vector.mli
# mkdir -p tmp
# cp matrix.idl tmp
# camlidl -nocpp -I . tmp/matrix.idl
# cp tmp/matrix_stubs.c matrix_caml.c
# sed -f sedscript tmp/matrix.ml >matrix.ml
# sed -f sedscript tmp/matrix.mli >matrix.mli
# mkdir -p tmp
# cp poly.idl tmp
# camlidl -nocpp -I . tmp/poly.idl
# cp tmp/poly_stubs.c poly_caml.c
# sed -f sedscript tmp/poly.ml >poly.ml
# sed -f sedscript tmp/poly.mli >poly.mli
# File "lib/polka/dune", line 9, characters 37-46:
# 9 |              vector_caml matrix_caml poly_caml polka_caml)
#                                          ^^^^^^^^^
# (cd _build/default/lib/polka && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -O3 -fPIC -DPOLKA_NUM=3 -I$pkg_camlidl -I/usr/local/include/ -g -I /home/opam/.opam/5.4/lib/ocaml -I /home/opam/.opam/5.4/lib/bigarray-compat -I /home/opam/.opam/5.4/lib/camlidl -I /home/opam/.opam/5.4/lib/gmp -I /home/opam/.opam/5.4/lib/num -o poly_caml.o -c poly_caml.c)
# poly_caml.c: In function 'camlidl_poly_poly_inter_array':
# poly_caml.c:756:32: error: passing argument 1 of 'poly_intersection_array' from incompatible pointer type [-Wincompatible-pointer-types]
#   756 | _res = poly_intersection_array(po,size);
#       |                                ^~
#       |                                |
#       |                                poly_t **
# In file included from poly_caml.c:17:
# poly.h:91:55: note: expected 'const poly_t * const*' but argument is of type 'poly_t **'
#    91 | poly_t*  poly_intersection_array(const poly_t* const *po, int size);
#       |                                  ~~~~~~~~~~~~~~~~~~~~~^~
# poly_caml.c: In function 'camlidl_poly_poly_union_array':
# poly_caml.c:848:31: error: passing argument 1 of 'poly_convex_hull_array' from incompatible pointer type [-Wincompatible-pointer-types]
#   848 | _res = poly_convex_hull_array(po,size);
#       |                               ^~
#       |                               |
#       |                               poly_t **
# poly.h:96:54: note: expected 'const poly_t * const*' but argument is of type 'poly_t **'
#    96 | poly_t*  poly_convex_hull_array(const poly_t* const *po, int size);
#       |                                 ~~~~~~~~~~~~~~~~~~~~~^~
# poly_caml.c: In function 'camlidl_poly_poly_inter_array_lazy':
# poly_caml.c:940:37: error: passing argument 1 of 'poly_intersection_array_lazy' from incompatible pointer type [-Wincompatible-pointer-types]
#   940 | _res = poly_intersection_array_lazy(po,size);
#       |                                     ^~
#       |                                     |
#       |                                     poly_t **
# poly.h:101:60: note: expected 'const poly_t * const*' but argument is of type 'poly_t **'
#   101 | poly_t*  poly_intersection_array_lazy(const poly_t* const *po, int size);
#       |                                       ~~~~~~~~~~~~~~~~~~~~~^~
# poly_caml.c: In function 'camlidl_poly_poly_union_array_lazy':
# poly_caml.c:1032:36: error: passing argument 1 of 'poly_convex_hull_array_lazy' from incompatible pointer type [-Wincompatible-pointer-types]
#  1032 | _res = poly_convex_hull_array_lazy(po,size);
#       |                                    ^~
#       |                                    |
#       |                                    poly_t **
# poly.h:106:59: note: expected 'const poly_t * const*' but argument is of type 'poly_t **'
#   106 | poly_t*  poly_convex_hull_array_lazy(const poly_t* const *po, int size);
#       |                                      ~~~~~~~~~~~~~~~~~~~~~^~



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build polka 2.71.15
+- 
+- The following changes have been performed (the rest was aborted)
| - install astring           0.8.5
| - install bigarray-compat   1.1.0
| - install bos               0.2.1
| - install camlidl           1.13
| - install camlp-streams     5.0.1
| - install conf-findutils    1
| - install conf-gmp          5
| - install conf-gmp-paths    1
| - install conf-libX11       1
| - install conf-libXft       1
| - install conf-m4           1
| - install conf-mpfr         3
| - install conf-mpfr-paths   1
| - install conf-pkg-config   4
| - install cppo              1.8.0
| - install csexp             1.5.2
| - install ctypes            0.24.0
| - install dune              3.22.1
| - install dune-configurator 3.22.1
| - install extlib            1.8.0
| - install ez-conf-lib       2
| - install ezdl              2.71.15
| - install fmt               0.11.0
| - install fpath             0.7.3
| - install gbddml            2.71.15
| - install graphics          5.2.0
| - install integers          0.7.0
| - install logs              0.10.0
| - install lustre-v6         6.107.1
| - install lutils            1.54.1
| - install mlgmpidl          1.3.0
| - install num               1.6
| - install ocamlbuild        0.16.1
| - install ocamlfind         1.9.8
| - install ounit             2.2.7
| - install ounit2            2.2.7
| - install rdbg              1.199.0
| - install rresult           0.7.0
| - install seq               base
| - install stdlib-shims      0.3.0
| - install topkg             1.1.1
| - install yaml              3.2.0
+- 

<><> rdbg.1.199.0 installed successfully ><><><><><><><><><><><><><><><><><><><>
=> The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/

<><> lutils.1.54.1 installed successfully <><><><><><><><><><><><><><><><><><><>
=> The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/

<><> lustre-v6.6.107.1 installed successfully <><><><><><><><><><><><><><><><><>
=> The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/

<><> gbddml.2.71.15 installed successfully ><><><><><><><><><><><><><><><><><><>
=> The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/

<><> ezdl.2.71.15 installed successfully ><><><><><><><><><><><><><><><><><><><>
=> The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/

<><> conf-mpfr-paths.1 installed successfully <><><><><><><><><><><><><><><><><>
=> header file found in /usr/include
=> library file found in /usr/lib/x86_64-linux-gnu

<><> conf-gmp-paths.1 installed successfully ><><><><><><><><><><><><><><><><><>
=> header file found in /usr/include/x86_64-linux-gnu
=> library file found in /usr/lib/x86_64-linux-gnu

<><> polka.2.71.15 troubleshooting ><><><><><><><><><><><><><><><><><><><><><><>
=> The last version can be obtained via (opam repo add) http://www-verimag.imag.fr/DIST-TOOLS/SYNCHRONE/opam-repository/
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260404052817.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing:  polka.2.71.15
"/usr/bin/env" "bash" "-c" "opam reinstall bddrand.2.71.10;
        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" != 'bddrand.2.71.10' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-04-04 05:30.27: Job failed: Failed: Build failed
2026-04-04 05:30.27: Log analysis:
2026-04-04 05:30.27: >>> 
[ERROR] The compilation of polka.2.71.15 failed at "dune build -p polka -j 255".
 (score = 20)
2026-04-04 05:30.27: >>> 
# poly_caml.c:756:32: error: passing argument 1 of 'poly_intersection_array' from incompatible pointer type [-Wincompatible-pointer-types]
 (score = 30)
2026-04-04 05:30.27: >>> 
# poly_caml.c:848:31: error: passing argument 1 of 'poly_convex_hull_array' from incompatible pointer type [-Wincompatible-pointer-types]
 (score = 30)
2026-04-04 05:30.27: >>> 
# poly_caml.c:940:37: error: passing argument 1 of 'poly_intersection_array_lazy' from incompatible pointer type [-Wincompatible-pointer-types]
 (score = 30)
2026-04-04 05:30.27: >>> 
# poly_caml.c:1032:36: error: passing argument 1 of 'poly_convex_hull_array_lazy' from incompatible pointer type [-Wincompatible-pointer-types]
 (score = 30)
2026-04-04 05:30.27: >>> 
opam-repo-ci detected dependencies failing:  polka.2.71.15
 (score = 75)
2026-04-04 05:30.27:  polka.2.71.15 failed to build