Build:
- 0
2026-07-10 00:55.50: New job: build tensorflow.0.0.11 (fd16cf461664)
2026-07-10 00:55.50: Waiting for resource in pool day11-builds
2026-07-10 02:07.37: Got resource from pool day11-builds
2026-07-10 02:07.37: [profile full] build tensorflow.0.0.11
2026-07-10 02:07.37: build tensorflow.0.0.11 (fd16cf461664)
=== DEPENDENCIES (22 transitive) ===
base.v0.13.2 dd7114fcc060
base-threads.base 44df48f3da5c
base-unix.base 4103cdc1c2b0
bigarray-compat.1.1.0 e0f22c448a25
cmdliner.2.1.1 edf8871acf03
conf-libffi.2.0.0 444f470392e9
conf-pkg-config.5 f20b8fd18442
conf-wget.1 1dd8e7207014
conf-which.1 13bfcc4b0361
ctypes.0.20.2 cc0cc9ef767b
ctypes-foreign.0.18.0 587c1fbf754f
dune.1.11.4 72ef2efb5c69
dune-configurator.1.0.0 174d55c25f9a
integers.0.8.0 65262d96ec88
libtensorflow.0.1 426041a5f401
ocaml.4.11.2 be45f0ba56b5
ocaml-base-compiler.4.11.2 a7c945f6d69b
ocaml-config.1 15b59377a07b
ocamlfind.1.9.8 8125d628083d
sexplib0.v0.13.0 e8a7917c123c
stdio.v0.13.0 4564027288f5
stdlib-shims.0.3.0 b6e20631fc25
=== 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-10 02:08.03: FAILED: build tensorflow.0.0.11
2026-07-10 02:08.03: Job failed: build failed: tensorflow.0.0.11