Build:
- 0
2026-06-19 18:36.06: New job: build ahrocksdb.0.2.0 (bc640ac8441c)
2026-06-19 18:36.06: Waiting for resource in pool day11-builds
2026-06-19 19:50.33: Got resource from pool day11-builds
2026-06-19 19:50.33: [profile full] build ahrocksdb.0.2.0
2026-06-19 19:50.33: build ahrocksdb.0.2.0 (bc640ac8441c)
=== DEPENDENCIES (22 transitive) ===
astring.0.8.5 a4f99eb8200d
base.v0.17.3 c7e5188298bb
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
conf-pkg-config.5 64c6b37d622b
conf-rocksdb.2 8d72c9a1094f
csexp.1.5.2 6a11fd34e537
ctypes.0.24.0 0a8c20b4cf31
dune.3.23.1 b9e31df96092
dune-configurator.3.23.1 cdae849f232e
integers.0.8.0 763956e97e66
ocaml.5.5.0 7bdffd2f55d9
ocaml-base-compiler.5.5.0 88ac983b1a28
ocaml-compiler.5.5.0 8d77bbea3746
ocaml_intrinsics_kernel.v0.17.2 f1834f130868
ocamlbuild.0.16.1 b61d8be21b8c
ocamlfind.1.9.8 1872268d1aec
rresult.0.7.0 bcecdf850d77
sexplib0.v0.17.0 4906aac5ee08
stdio.v0.17.0 d8b232f85035
stdlib-shims.0.3.0 4aecff888649
topkg.1.1.1 ecfbf436618b
=== STDOUT ===
Processing: [default: loading data]
[ahrocksdb.0.2.0: dl]
[ahrocksdb.0.2.0: extract]
-> retrieved ahrocksdb.0.2.0 (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.0)
- (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_21a1e7_dune/ocaml-configuratord71f7e/c-test-0/test.exe /tmp/build_21a1e7_dune/ocaml-configuratord71f7e/c-test-0/test.c -lm -lpthread -lrocksdb
- -> process exited with code 1
- -> stdout:
- -> stderr:
- | /tmp/build_21a1e7_dune/ocaml-configuratord71f7e/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_21a1e7_dune/ocaml-configuratord71f7e/c-test-2/test.exe /tmp/build_21a1e7_dune/ocaml-configuratord71f7e/c-test-2/test.c -lm -lpthread -lrocksdb
- -> process exited with code 1
- -> stdout:
- -> stderr:
- | In file included from /tmp/build_21a1e7_dune/ocaml-configuratord71f7e/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.0 failed at "dune build -p ahrocksdb -j 39".
build failed...
=== STDERR ===
2026-06-19 19:50.54: FAILED: build ahrocksdb.0.2.0
2026-06-19 19:50.54: Job failed: build failed: ahrocksdb.0.2.0