Build:
  1. 0
2026-06-20 18:30.51: New job: build ahrocksdb.0.2.2 (cab64b335b33)
2026-06-20 18:30.51: Waiting for resource in pool day11-builds
2026-06-20 18:57.38: Got resource from pool day11-builds
2026-06-20 18:57.38: [profile full] build ahrocksdb.0.2.2
2026-06-20 18:57.38: build ahrocksdb.0.2.2 (cab64b335b33)
=== DEPENDENCIES (19 transitive) ===
  astring.0.8.5                                      c9b7741b1ba7
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  compiler-cloning.enabled                           0d2606125f88
  conf-pkg-config.5                                  64c6b37d622b
  conf-rocksdb.2                                     8d72c9a1094f
  csexp.1.5.2                                        315ecef51574
  ctypes.0.24.0                                      f65fb152010a
  dune.3.23.1                                        dbfeecb5ca10
  dune-configurator.3.23.1                           8afe79196456
  integers.0.8.0                                     750e68af49a4
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
  rresult.0.7.0                                      673600dffe08
  stdlib-shims.0.3.0                                 9047e6396dc4
  topkg.1.1.1                                        8e3718e4cf5c
=== STDOUT ===
Processing: [default: loading data]
[ahrocksdb.0.2.2: dl]
[ahrocksdb.0.2.2: extract]
-> retrieved ahrocksdb.0.2.2  (https://opam.ocaml.org/cache)
[ahrocksdb: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ahrocksdb" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ahrocksdb.0.2.2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w no-unused-parameter -g -bin-annot -bin-annot-occurrences -I ffi/bindings/.rocksdb_bindings.objs/byte -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/stdlib-shims -I ffi/structs/.rocksdb_types.objs/byte -no-alias-deps -open Rocksdb_bindings__ -o ffi/bindings/.rocksdb_bindings.objs/byte/rocksdb_bindings__Views.cmo -c -impl ffi/bindings/views.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters,
- like 'arameter', is deprecated.
- Use the equivalent signed form: -n-o-u-n-u-s-e-d-p-a-r-a-m-e-t-e-r.
- Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix.
- Hint: Did you make a spelling mistake when using a mnemonic name?
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w no-unused-parameter -g -I ffi/bindings/.rocksdb_bindings.objs/byte -I ffi/bindings/.rocksdb_bindings.objs/native -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/stdlib-shims -I ffi/structs/.rocksdb_types.objs/byte -I ffi/structs/.rocksdb_types.objs/native -cmi-file ffi/bindings/.rocksdb_bindings.objs/byte/rocksdb_bindings__Views.cmi -no-alias-deps -open Rocksdb_bindings__ -o ffi/bindings/.rocksdb_bindings.objs/native/rocksdb_bindings__Views.cmx -c -impl ffi/bindings/views.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_cli: Setting a warning with a sequence of lowercase or uppercase letters,
- like 'arameter', is deprecated.
- Use the equivalent signed form: -n-o-u-n-u-s-e-d-p-a-r-a-m-e-t-e-r.
- Hint: Enabling or disabling a warning by its mnemonic name requires a + or - prefix.
- Hint: Did you make a spelling mistake when using a mnemonic name?
- File "ffi/lib/dune", lines 23-26, characters 0-155:
- 23 | (rule
- 24 |  (targets c_flags.sexp c_library_flags.sexp c_flags.txt c_library_flags.txt)
- 25 |  (deps    (:discover config/discover.exe))
- 26 |  (action  (run %{discover})))
- (cd _build/default/ffi/lib && config/discover.exe)
- failed to find an include path for RocksDB: are development headers installed on your system ?
- tested paths: /usr/local/include/rocksdb /usr/include/rocksdb
- compiling c program:
-  | 
-  | 
-  | #include <c.h>
-  | #include <version.h>
-  | 
-  | int main() {
-  |   rocksdb_options_t* opt = rocksdb_options_create();
-  |   rocksdb_options_destroy(opt);
-  |   return 0;
-  | };
-  | 
- run: gcc -O2 -fno-strict-aliasing -fwrapv -fPIC  -pthread  -I/usr/local/include/rocksdb -I /home/opam/.opam/default/lib/ocaml -o /tmp/build_17dc37_dune/ocaml-configurator08cfd4/c-test-0/test.exe /tmp/build_17dc37_dune/ocaml-configurator08cfd4/c-test-0/test.c -lm -lpthread -lrocksdb
- -> process exited with code 1
- -> stdout:
- -> stderr:
-  | /tmp/build_17dc37_dune/ocaml-configurator08cfd4/c-test-0/test.c:3:10: fatal error: c.h: No such file or directory
-  |     3 | #include <c.h>
-  |       |          ^~~~~
-  | compilation terminated.
- compiling c program:
-  | 
-  | 
-  | #include <c.h>
-  | #include <version.h>
-  | 
-  | int main() {
-  |   rocksdb_options_t* opt = rocksdb_options_create();
-  |   rocksdb_options_destroy(opt);
-  |   return 0;
-  | };
-  | 
- run: gcc -O2 -fno-strict-aliasing -fwrapv -fPIC  -pthread  -I/usr/include/rocksdb -I /home/opam/.opam/default/lib/ocaml -o /tmp/build_17dc37_dune/ocaml-configurator08cfd4/c-test-2/test.exe /tmp/build_17dc37_dune/ocaml-configurator08cfd4/c-test-2/test.c -lm -lpthread -lrocksdb
- -> process exited with code 1
- -> stdout:
- -> stderr:
-  | In file included from /tmp/build_17dc37_dune/ocaml-configurator08cfd4/c-test-2/test.c:4:
-  | /usr/include/rocksdb/version.h:7:10: fatal error: string: No such file or directory
-  |     7 | #include <string>
-  |       |          ^~~~~~~~
-  | compilation terminated.
- Error: discover error
[ERROR] The compilation of ahrocksdb.0.2.2 failed at "dune build -p ahrocksdb -j 39".
build failed... 

=== STDERR ===

2026-06-20 19:00.55: FAILED: build ahrocksdb.0.2.2
2026-06-20 19:00.55: Job failed: build failed: ahrocksdb.0.2.2