Build:
  1. 0
2026-07-26 11:14.54: New job: build tensorflow.0.0.11 (3abc590ade0e)
2026-07-26 11:14.54: Waiting for resource in pool day11-builds
2026-07-26 12:50.46: Got resource from pool day11-builds
2026-07-26 12:50.46: [profile full] build tensorflow.0.0.11
2026-07-26 12:50.46: build tensorflow.0.0.11 (3abc590ade0e)
=== DEPENDENCIES (22 transitive) ===
  base.v0.13.2                                       86d34d0fc717
  base-threads.base                                  afe16a8e71c3
  base-unix.base                                     73c0a5fdd34a
  bigarray-compat.1.1.0                              4b565481245d
  cmdliner.2.1.1                                     eee42f270868
  conf-libffi.2.0.0                                  59537f7edda9
  conf-pkg-config.5                                  2c611009363a
  conf-wget.1                                        1cd6f1a68f54
  conf-which.1                                       7e87285502f2
  ctypes.0.20.2                                      9a286e505fdd
  ctypes-foreign.0.18.0                              aac85c5aefaf
  dune.1.11.4                                        99d001940001
  dune-configurator.1.0.0                            5f4141562c60
  integers.0.8.0                                     de492363821b
  libtensorflow.0.1                                  3f8b2742e9b4
  ocaml.4.11.2                                       fb1af90d0ba2
  ocaml-base-compiler.4.11.2                         60632dcf213f
  ocaml-config.1                                     b767fc6a08e2
  ocamlfind.1.9.8                                    1a55b7e9d5ea
  sexplib0.v0.13.0                                   a8062cb64b96
  stdio.v0.13.0                                      e198c879c026
  stdlib-shims.0.3.0                                 58f1e06a2a18
=== STDOUT ===
Processing: [default: loading data]
[tensorflow.0.0.11: dl]
[tensorflow.0.0.11: extract]
-> retrieved tensorflow.0.0.11  (https://opam.ocaml.org/cache)
[tensorflow: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-j" "39" "-p" "tensorflow" (CWD=/home/opam/.opam/default/.opam-switch/build/tensorflow.0.0.11)
- Info: Creating file dune-project with this contents:
- | (lang dune 1.11)
- | (name tensorflow)
-       ocamlc src/wrapper/tf_stubs.o (exit 2)
- (cd _build/default/src/wrapper && /home/opam/.opam/default/bin/ocamlc.opt -g -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/stdlib-shims -ccopt -O2 -ccopt -fno-strict-aliasing -ccopt -fwrapv -ccopt -fPIC -ccopt -g -o tf_stubs.o tf_stubs.c)
- tf_stubs.c: In function 'caml__13_TF_Message':
- tf_stubs.c:101:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   101 |    char* x85 = TF_Message(x84);
-       |                ^~~~~~~~~~
- tf_stubs.c: In function 'caml__14_TF_OperationName':
- tf_stubs.c:107:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   107 |    char* x88 = TF_OperationName(x87);
-       |                ^~~~~~~~~~~~~~~~
- tf_stubs.c: In function 'caml__15_TF_OperationOpType':
- tf_stubs.c:113:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   113 |    char* x91 = TF_OperationOpType(x90);
-       |                ^~~~~~~~~~~~~~~~~~
- tf_stubs.c: In function 'caml__16_TF_OperationDevice':
- tf_stubs.c:119:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   119 |    char* x94 = TF_OperationDevice(x93);
-       |                ^~~~~~~~~~~~~~~~~~
- tf_stubs.c: In function 'caml__36_TF_SetAttrStringList':
- tf_stubs.c:291:37: error: passing argument 3 of 'TF_SetAttrStringList' from incompatible pointer type [-Wincompatible-pointer-types]
-   291 |    TF_SetAttrStringList(x237, x238, x239, x240, x241);
-       |                                     ^~~~
-       |                                     |
-       |                                     void **
- In file included from tf_stubs.c:1:
- c_api.h:489:68: note: expected 'const void * const*' but argument is of type 'void **'
-   489 |                                                 const void* const* values,
-       |                                                 ~~~~~~~~~~~~~~~~~~~^~~~~~
- tf_stubs.c: In function 'caml__44_TF_SetAttrTypeList':
- tf_stubs.c:363:35: error: passing argument 3 of 'TF_SetAttrTypeList' from incompatible pointer type [-Wincompatible-pointer-types]
-   363 |    TF_SetAttrTypeList(x318, x319, x320, x321);
-       |                                   ^~~~
-       |                                   |
-       |                                   int *
- c_api.h:516:66: note: expected 'const TF_DataType *' but argument is of type 'int *'
-   516 |                                               const TF_DataType* values,
-       |                                               ~~~~~~~~~~~~~~~~~~~^~~~~~
- tf_stubs.c: In function 'caml__46_TF_SetAttrShapeList':
- tf_stubs.c:384:36: error: passing argument 3 of 'TF_SetAttrShapeList' from incompatible pointer type [-Wincompatible-pointer-types]
-   384 |    TF_SetAttrShapeList(x341, x342, x343, x344, x345);
-       |                                    ^~~~
-       |                                    |
-       |                                    int64_t ** {aka long int **}
- c_api.h:536:70: note: expected 'const int64_t * const*' {aka 'const long int * const*'} but argument is of type 'int64_t **' {aka 'long int **'}
-   536 |                                                const int64_t* const* dims,
-       |                                                ~~~~~~~~~~~~~~~~~~~~~~^~~~
- tf_stubs.c: In function 'caml__48_TF_SetAttrTensorList':
- tf_stubs.c:405:37: error: passing argument 3 of 'TF_SetAttrTensorList' from incompatible pointer type [-Wincompatible-pointer-types]
-   405 |    TF_SetAttrTensorList(x363, x364, x365, x366, x369);
-       |                                     ^~~~
-       |                                     |
-       |                                     void **
- c_api.h:558:67: note: expected 'TF_Tensor * const*' but argument is of type 'void **'
-   558 |                                                 TF_Tensor* const* values,
-       |                                                 ~~~~~~~~~~~~~~~~~~^~~~~~
- tf_stubs.c: In function 'caml__56_TF_SessionRun':
- tf_stubs.c:473:36: error: passing argument 4 of 'TF_SessionRun' from incompatible pointer type [-Wincompatible-pointer-types]
-   473 |    TF_SessionRun(x421, x422, x423, x424, x425, x428, x429, x430, x433,
-       |                                    ^~~~
-       |                                    |
-       |                                    void **
- c_api.h:1375:48: note: expected 'TF_Tensor * const*' but argument is of type 'void **'
-  1375 |     const TF_Output* inputs, TF_Tensor* const* input_values, int ninputs,
-       |                              ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
- tf_stubs.c:473:54: error: passing argument 7 of 'TF_SessionRun' from incompatible pointer type [-Wincompatible-pointer-types]
-   473 |    TF_SessionRun(x421, x422, x423, x424, x425, x428, x429, x430, x433,
-       |                                                      ^~~~
-       |                                                      |
-       |                                                      void **
- c_api.h:1377:43: note: expected 'TF_Tensor **' but argument is of type 'void **'
-  1377 |     const TF_Output* outputs, TF_Tensor** output_values, int noutputs,
-       |                               ~~~~~~~~~~~~^~~~~~~~~~~~~
- tf_stubs.c:473:66: error: passing argument 9 of 'TF_SessionRun' from incompatible pointer type [-Wincompatible-pointer-types]
-   473 |    TF_SessionRun(x421, x422, x423, x424, x425, x428, x429, x430, x433,
-       |                                                                  ^~~~
-       |                                                                  |
-       |                                                                  void **
- c_api.h:1379:32: note: expected 'const TF_Operation * const*' but argument is of type 'void **'
-  1379 |     const TF_Operation* const* target_opers, int ntargets,
-       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
-       ocamlc src/graph/.tensorflow.objs/byte/tensorflow__Checkpointing.{cmo,cmt}
- File "src/graph/checkpointing.ml", line 16, characters 24-47:
- 16 |   |> List.sort ~compare:Caml.Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt src/graph/.tensorflow.objs/native/tensorflow__Checkpointing.{cmx,o}
- File "src/graph/checkpointing.ml", line 16, characters 24-47:
- 16 |   |> List.sort ~compare:Caml.Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Caml.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
[ERROR] The compilation of tensorflow.0.0.11 failed at "dune build -j 39 -p tensorflow".
build failed... 

=== STDERR ===

2026-07-26 12:53.04: FAILED: build tensorflow.0.0.11
2026-07-26 12:53.04: Job failed: build failed: tensorflow.0.0.11