Build:
- 0
2026-06-24 13:54.51: New job: build polka.2.71.15 (035e2a22649d) 2026-06-24 13:54.51: Waiting for resource in pool day11-builds 2026-06-24 16:01.40: Got resource from pool day11-builds 2026-06-24 16:01.40: [profile full] build polka.2.71.15 2026-06-24 16:01.40: build polka.2.71.15 (035e2a22649d) === DEPENDENCIES (24 transitive) === base-bigarray.base 2e16f77d4cae base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb bigarray-compat.1.1.0 6a9ffb5ca493 camlidl.1.13-1 aa6b8b9d84b7 compiler-cloning.enabled 439a1fc77aa6 conf-findutils.1 26549b564faf conf-gmp.5 be11edf77089 conf-gmp-paths.1 f37da399e0a8 conf-m4.1 bd3d9b09c253 conf-mpfr.3 4ee405053a13 conf-mpfr-paths.1 41aee167ccbd conf-perl.2 bdcd7b1dce5e conf-pkg-config.5 d5de2c6a88f9 cppo.1.8.0 deac69f17b6b dune.3.23.1 a59dd9b14fe3 extlib.1.8.0 3e9d6f614db2 ez-conf-lib.2 abb9b9606ade mlgmpidl.1.3.0 0394ed3a4df6 num.1.6 efd5a307a10f ocaml.5.5.0 383268832c4b ocaml-base-compiler.5.5.0 522c248944c8 ocaml-compiler.5.5.0 eb1a8babf54c ocamlfind.1.9.8 b506a15fcd6c === STDOUT === Processing: [default: loading data] [polka.2.71.15: dl] [polka.2.71.15: extract] -> retrieved polka.2.71.15 (https://opam.ocaml.org/cache) [polka: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "polka" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/polka.2.71.15) - (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 - (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/default/lib/ocaml -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/camlidl -I /home/opam/.opam/default/lib/gmp -I /home/opam/.opam/default/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: warning: 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: warning: 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: warning: 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: warning: 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); - | ~~~~~~~~~~~~~~~~~~~~~^~ -> compiled polka.2.71.15 -> installed polka.2.71.15 [WARNING] Opam packages conf-m4.1, conf-mpfr.3, conf-mpfr-paths.1 and conf-pkg-config.5 depend on the following system packages that are no longer installed: libmpfr-dev m4 pkg-config - conf-m4.1: depends on m4 - conf-mpfr.3: depends on libmpfr-dev - conf-mpfr-paths.1: depends on libmpfr-dev - conf-pkg-config.5: depends on pkg-config === STDERR === 2026-06-24 16:02.21: OK: build polka.2.71.15 (runc: 6.2s, disk: 12KB) 2026-06-24 16:02.21: Job succeeded