Build:
- 0
2026-06-24 13:54.51: New job: build tensorflow.0.0.11 (a55b24109ebb)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 16:01.23: Got resource from pool day11-builds
2026-06-24 16:01.23: [profile full] build tensorflow.0.0.11
2026-06-24 16:01.23: build tensorflow.0.0.11 (a55b24109ebb)
=== DEPENDENCIES (22 transitive) ===
base.v0.13.2 8fb64073d002
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bigarray-compat.1.1.0 b6c74729d8ce
cmdliner.2.1.1 861fc7b6374a
conf-libffi.2.0.0 61d8d9bdb420
conf-pkg-config.5 d5de2c6a88f9
conf-wget.1 db287525054c
conf-which.1 84b48e007e35
ctypes.0.20.2 a4c9b5dee9ce
ctypes-foreign.0.18.0 d3f82bb8f299
dune.1.11.4 306d9076d3e7
dune-configurator.1.0.0 5ee2dda44891
integers.0.8.0 ddf42fa35028
libtensorflow.0.1 f96c370c137f
ocaml.4.11.2 dc018a4b7397
ocaml-base-compiler.4.11.2 81f0dd8b8651
ocaml-config.1 2489653e51e5
ocamlfind.1.9.8 c048fc0ddff1
sexplib0.v0.13.0 db4180d7755e
stdio.v0.13.0 1672f41fc0f1
stdlib-shims.0.3.0 ba79146f6770
=== 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-24 16:02.05: OK: build tensorflow.0.0.11 (runc: 13.6s, disk: 15KB)
2026-06-24 16:02.05: Job succeeded