Build:
  1. 1
  2. 0
2026-09-04 17:39.38: New job: build ahrocksdb.0.2.2 (a57a2c2bf913)
2026-09-04 17:39.38: Waiting for resource in pool day11-builds
2026-09-04 18:24.13: Got resource from pool day11-builds
2026-09-04 18:24.13: [profile full] build ahrocksdb.0.2.2
2026-09-04 18:24.13: build ahrocksdb.0.2.2 (a57a2c2bf913)
=== DEPENDENCIES (19 transitive) ===
  astring.0.8.5                                      dd9bc4900cb4
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  compiler-cloning.enabled                           966a2e6839f0
  conf-pkg-config.5                                  74f50f3cfe72
  conf-rocksdb.2                                     132c635d243f
  csexp.1.5.2                                        8c096e7de322
  ctypes.0.24.0                                      df76887af7b0
  dune.3.24.2                                        25fbaa318de6
  dune-configurator.3.24.2                           517e3f9cad4b
  integers.0.8.0                                     9e0dce9e7394
  ocaml.5.5.1                                        70ca0c66e0e8
  ocaml-base-compiler.5.5.1                          59841d7ed85e
  ocaml-compiler.5.5.1                               492c0c740bd1
  ocamlbuild.0.16.1                                  e25cf731aeb5
  ocamlfind.1.9.9~preview                            5e0261154b58
  rresult.0.7.0                                      bd921cc3de54
  stdlib-shims.0.3.0                                 cc542b70be6c
  topkg.1.1.1                                        2919b4412ec4
=== 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_13bb5e_dune/ocaml-configuratore74f4a/c-test-0/test.exe /tmp/build_13bb5e_dune/ocaml-configuratore74f4a/c-test-0/test.c -lm -lpthread -lrocksdb
- -> process exited with code 1
- -> stdout:
- -> stderr:
-  | /tmp/build_13bb5e_dune/ocaml-configuratore74f4a/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_13bb5e_dune/ocaml-configuratore74f4a/c-test-2/test.exe /tmp/build_13bb5e_dune/ocaml-configuratore74f4a/c-test-2/test.c -lm -lpthread -lrocksdb
- -> process exited with code 1
- -> stdout:
- -> stderr:
-  | In file included from /tmp/build_13bb5e_dune/ocaml-configuratore74f4a/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-09-04 18:24.33: FAILED: build ahrocksdb.0.2.2
2026-09-04 18:24.33: Job failed: build failed: ahrocksdb.0.2.2