Build:
  1. 0
2026-06-23 18:58.08: New job: build tensorflow.0.0.11 (c9a14c1c9ee9)
2026-06-23 18:58.08: Waiting for resource in pool day11-builds
2026-06-23 20:04.14: Got resource from pool day11-builds
2026-06-23 20:04.14: [profile full] build tensorflow.0.0.11
2026-06-23 20:04.14: build tensorflow.0.0.11 (c9a14c1c9ee9)
=== DEPENDENCIES (22 transitive) ===
  base.v0.13.2                                       ea9bf421f381
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              c18eb3cd600e
  cmdliner.2.1.1                                     e80ae271a91c
  conf-libffi.2.0.0                                  b59b18e08302
  conf-pkg-config.5                                  4b60827fc174
  conf-wget.1                                        deb7f78d28bd
  conf-which.1                                       9799649fc020
  ctypes.0.20.2                                      bc3a0c536b4c
  ctypes-foreign.0.18.0                              ca8ab2dd114b
  dune.1.11.4                                        29dd7ef124f2
  dune-configurator.1.0.0                            3e249db1eb1c
  integers.0.8.0                                     b83d78c33f67
  libtensorflow.0.1                                  e4988645f3d9
  ocaml.4.11.2                                       82527a3d9959
  ocaml-base-compiler.4.11.2                         853adb80bee7
  ocaml-config.1                                     73dc523c3cc6
  ocamlfind.1.9.8                                    df35b34caa16
  sexplib0.v0.13.0                                   9ee6deb6b630
  stdio.v0.13.0                                      af7e019a7f75
  stdlib-shims.0.3.0                                 30ed8df192d0
=== 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
- 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: warning: 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: warning: 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: warning: 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: warning: 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: warning: 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: warning: 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: warning: 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,
-       |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
-   ocamlmklib src/wrapper/dlltensorflow_core_stubs.so,src/wrapper/libtensorflow_core_stubs.a
- /usr/bin/ld: /home/opam/.opam/default/lib/tensorflow/libtensorflow.so: .dynsym local symbol at index 1890 (>= sh_info of 2)
-     ocamlopt src/wrapper/tensorflow_core.cmxs
- /usr/bin/ld: /home/opam/.opam/default/lib/tensorflow/libtensorflow.so: .dynsym local symbol at index 1890 (>= sh_info of 2)
-       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
-> compiled  tensorflow.0.0.11
-> installed tensorflow.0.0.11
[WARNING] Opam packages conf-libffi.2.0.0 and conf-pkg-config.5 depend on the following system packages that are no longer installed: libffi-dev pkg-config
  - conf-libffi.2.0.0: depends on libffi-dev
  - conf-pkg-config.5: depends on pkg-config

=== STDERR ===

2026-06-23 20:05.48: OK: build tensorflow.0.0.11 (runc: 20.1s, disk: 15KB)
2026-06-23 20:05.48: Job succeeded