(not at the head of any monitored branch or PR)
2026-04-10 07:32.33: New job: test polka.2.71.10 with camlidl.1.13-1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29653/head (b9d7118cf3faa156fd1d38b7ca78f7c13edaaaad)
                              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/29653/head" && git reset --hard b9d7118c
git fetch origin master
git merge --no-edit 89ac3ba6f35eff1809bbb75e061fb0eb1090d8ec
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03
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 camlidl.1.13-1 1.13-1
RUN opam reinstall camlidl.1.13-1; \
    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" != 'camlidl.1.13-1' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall polka.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" != 'polka.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 polka.2.71.10) || true
RUN opam reinstall --with-test --verbose polka.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" != 'polka.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-10 07:32.33: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03-camlidl.1.13-1-polka.2.71.10-b9d7118cf3faa156fd1d38b7ca78f7c13edaaaad"
2026-04-10 07:32.33: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03)
 (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 camlidl.1.13-1 1.13-1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall camlidl.1.13-1;\
             \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\" != 'camlidl.1.13-1' && 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 polka.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\" != 'polka.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 polka.2.71.10) || true"))
 (run (shell  "opam reinstall --with-test --verbose polka.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\" != 'polka.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-10 07:32.33: Waiting for resource in pool OCluster
2026-04-10 07:32.33: Waiting for worker…
2026-04-10 07:32.33: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 89ac3ba6f3 Merge pull request #29692 from mseri/js_of_Ocam
Merge made by the 'ort' strategy.
 packages/camlidl/camlidl.1.13-1/opam | 46 ++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
 create mode 100644 packages/camlidl/camlidl.1.13-1/opam

(from ocaml/opam:debian-13-ocaml-5.4@sha256:a32e708a4134e2a41db640ce8876b2475794c7cd5c0ce822b17aeaf65592bf03)
2026-04-10 07:32.35 ---> using "4e852d2e6c9ac39a43c0cb8d1ef92ecff46d16da630bff560bb4811e0bb278c3" 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-10 07:32.35 ---> using "c82a131037ae9ff29ac79f02306f126bd36264ccb683d2324f553289b0d4a496" 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.

Continue? [Y/n] y
[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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-10 07:32.35 ---> using "983e4dc58d26f7046c0fe6fbe642bc66995d2abecd6409a14b0c538d3f1a7bd2" 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-10 07:32.35 ---> using "8b346866360ce3a934df95a88d3a1520ccbf589f659a7e26aa97be0b96b1083a" 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-10 07:32.35 ---> using "8be7be6786c965fdad4454d936ba98cc5fa516f8de8fee90f280618661533faa" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 07:32.49 ---> saved as "42def81412233e61f736d24f7198c7df8ad4314d8ee8a2eb0cfbe46e89a2cba8"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 07:33.06 ---> saved as "36efbb27a47302bad19469e0bc990aeb6f3b6299d309a4cdfc6d7fc496211eaa"

/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 [121 kB]
- Fetched 211 kB in 0s (1636 kB/s)
- Reading package lists...
2026-04-10 07:33.07 ---> saved as "80027944b6545d67d80723af6a488f904f799508e766c84bef9acf81b63e27c2"

/home/opam: (run (shell "opam pin add -k version -yn camlidl.1.13-1 1.13-1"))
camlidl is now pinned to version 1.13-1
2026-04-10 07:33.09 ---> saved as "8107ae09c05e0230e6382e25de7e36aa3ff8e069bcda3947b1068815e880104c"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlidl.1.13-1  (cached)
-> installed camlidl.1.13-1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-10 07:33.15 ---> saved as "4b942c4af48c22ee353c848c44dda150e54167df3c31a4a0716da38092b55107"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall polka.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\" != 'polka.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"))
polka.2.71.10 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 17 packages
  - install bigarray-compat 1.1.0   [required by mlgmpidl]
  - install conf-findutils  1       [required by ez-conf-lib]
  - install conf-gmp        5       [required by polka]
  - install conf-gmp-paths  1       [required by mlgmpidl]
  - install conf-m4         1       [required by polka]
  - install conf-mpfr       3       [required by polka]
  - install conf-mpfr-paths 1       [required by mlgmpidl]
  - install conf-perl       2       [required by polka]
  - install conf-pkg-config 4       [required by conf-mpfr]
  - install cppo            1.8.0   [required by extlib]
  - install dune            3.22.1  [required by polka]
  - install extlib          1.8.0   [required by polka]
  - install ez-conf-lib     2       [required by conf-gmp-paths, conf-mpfr-paths]
  - install mlgmpidl        1.3.0   [required by polka]
  - install num             1.6     [required by polka]
  - install ocamlfind       1.9.8   [required by polka]
  - install polka           2.71.10

The following system packages will first need to be installed:
    libgmp-dev libmpfr-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" "m4" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl: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 ... 20654 files and directories currently installed.)
- Preparing to unpack .../0-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 .../1-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 .../2-libmpfr-dev_4.2.2-1_amd64.deb ...
- Unpacking libmpfr-dev:amd64 (4.2.2-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../3-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../4-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../5-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../6-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../7-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- 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 pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libmpfr-dev:amd64 (4.2.2-1) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (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)
-> installed conf-findutils.1
-> installed conf-gmp.5
-> installed conf-m4.1
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-mpfr.3
-> retrieved dune.3.22.1  (cached)
-> retrieved extlib.1.8.0  (cached)
-> retrieved ez-conf-lib.2  (cached)
-> retrieved mlgmpidl.1.3.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> installed ez-conf-lib.2
-> retrieved polka.2.71.10  (cached)
-> installed conf-gmp-paths.1
-> installed conf-mpfr-paths.1
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed dune.3.22.1
-> installed bigarray-compat.1.1.0
-> installed cppo.1.8.0
-> installed extlib.1.8.0
-> installed mlgmpidl.1.3.0
[ERROR] The compilation of polka.2.71.10 failed at "dune build -p polka -j 255".

#=== ERROR while compiling polka.2.71.10 ======================================#
# 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.10
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p polka -j 255
# exit-code            1
# env-file             ~/.opam/log/polka-7-00159e.env
# output-file          ~/.opam/log/polka-7-00159e.out
### output ###
# File "lib/polka/dune", line 8, characters 40-46:
# 8 |      (names polka_c internal bit satmat cherni vector_c matrix_c poly_c
#                                             ^^^^^^
# (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 cherni.o -c cherni.c)
# cherni.c: In function 'cherni_conversion':
# cherni.c:210:21: error: implicit declaration of function 'failwith'; did you mean 'caml_failwith'? [-Wimplicit-function-declaration]
#   210 |                     failwith("Chernikova: out of table space\n");
#       |                     ^~~~~~~~
#       |                     caml_failwith
# File "lib/polka/dune", line 9, characters 47-57:
# 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 polka_caml.o -c polka_caml.c)
# polka_caml.c: In function 'camlidl_polka_vector_c2ml':
# polka_caml.c:111:10: error: implicit declaration of function 'alloc_custom'; did you mean 'caml_alloc_custom'? [-Wimplicit-function-declaration]
#   111 |   vvec = alloc_custom(&camlidl_polka_vector_custom, sizeof(struct vector__t),
#       |          ^~~~~~~~~~~~
#       |          caml_alloc_custom
# polka_caml.c: In function 'camlidl_polka_poly_constraints':
# polka_caml.c:233:14: error: implicit declaration of function 'alloc_small'; did you mean 'caml_alloc_small'? [-Wimplicit-function-declaration]
#   233 |     _v_res = alloc_small(1,0);
#       |              ^~~~~~~~~~~
#       |              caml_alloc_small
# (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 25-36:
# 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 matrix_caml.o -c matrix_caml.c)
# matrix_caml.c: In function 'camlidl_matrix_matrix_make':
# matrix_caml.c:64:1: error: implicit declaration of function 'invalid_argument'; did you mean 'caml_invalid_argument'? [-Wimplicit-function-declaration]
#    64 | invalid_argument("Matrix.make: at least one argument is negative !");
#       | ^~~~~~~~~~~~~~~~
#       | caml_invalid_argument
# File "lib/polka/dune", line 9, characters 13-24:
# 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 vector_caml.o -c vector_caml.c)
# vector_caml.c: In function 'camlidl_vector_vector_make':
# vector_caml.c:43:13: error: implicit declaration of function 'invalid_argument'; did you mean 'caml_invalid_argument'? [-Wimplicit-function-declaration]
#    43 | if (size<0) invalid_argument("Vector.make: size is negative !");
#       |             ^~~~~~~~~~~~~~~~
#       |             caml_invalid_argument
# 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_poly_versus_constraint':
# poly_caml.c:394:1: error: implicit declaration of function 'invalid_argument'; did you mean 'caml_invalid_argument'? [-Wimplicit-function-declaration]
#   394 | invalid_argument("Poly.poly_versus_constraint: incompatible dimensions");
#       | ^~~~~~~~~~~~~~~~
#       | caml_invalid_argument
# 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.10
+- 
+- The following changes have been performed
| - install bigarray-compat 1.1.0
| - install conf-findutils  1
| - install conf-gmp        5
| - install conf-gmp-paths  1
| - install conf-m4         1
| - install conf-mpfr       3
| - install conf-mpfr-paths 1
| - install conf-perl       2
| - install conf-pkg-config 4
| - install cppo            1.8.0
| - install dune            3.22.1
| - install extlib          1.8.0
| - install ez-conf-lib     2
| - install mlgmpidl        1.3.0
| - install num             1.6
| - install ocamlfind       1.9.8
+- 

<><> 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.10 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-20260410073316.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.
"/usr/bin/env" "bash" "-c" "opam reinstall polka.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" != 'polka.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-10 07:33.56: Job failed: Failed: Build failed
2026-04-10 07:33.56: Log analysis:
2026-04-10 07:33.56: >>> 
[ERROR] The compilation of polka.2.71.10 failed at "dune build -p polka -j 255".
 (score = 20)
2026-04-10 07:33.56: >>> 
# cherni.c:210:21: error: implicit declaration of function 'failwith'; did you mean 'caml_failwith'? [-Wimplicit-function-declaration]
 (score = 30)
2026-04-10 07:33.56: >>> 
# polka_caml.c:111:10: error: implicit declaration of function 'alloc_custom'; did you mean 'caml_alloc_custom'? [-Wimplicit-function-declaration]
 (score = 30)
2026-04-10 07:33.56: >>> 
# polka_caml.c:233:14: error: implicit declaration of function 'alloc_small'; did you mean 'caml_alloc_small'? [-Wimplicit-function-declaration]
 (score = 30)
2026-04-10 07:33.56: >>> 
# matrix_caml.c:64:1: error: implicit declaration of function 'invalid_argument'; did you mean 'caml_invalid_argument'? [-Wimplicit-function-declaration]
 (score = 30)
2026-04-10 07:33.56: >>> 
# vector_caml.c:43:13: error: implicit declaration of function 'invalid_argument'; did you mean 'caml_invalid_argument'? [-Wimplicit-function-declaration]
 (score = 30)
2026-04-10 07:33.56: >>> 
# poly_caml.c:394:1: error: implicit declaration of function 'invalid_argument'; did you mean 'caml_invalid_argument'? [-Wimplicit-function-declaration]
 (score = 30)
2026-04-10 07:33.56: >>> 
# poly_caml.c:756:32: error: passing argument 1 of 'poly_intersection_array' from incompatible pointer type [-Wincompatible-pointer-types]
 (score = 30)
2026-04-10 07:33.56: >>> 
# 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-10 07:33.56: >>> 
# 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-10 07:33.56: >>> 
# 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-10 07:33.56: implicit declaration of function 'failwith'; did you mean 'caml_failwith'? [-Wimplicit-function-declaration]