Build:
- 0
2026-06-16 16:18.03: New job: build ahrocksdb.0.2.0 (2f0d20e94bd8)
2026-06-16 16:18.03: Waiting for resource in pool day11-builds
2026-06-16 16:59.43: Got resource from pool day11-builds
2026-06-16 16:59.43: [profile full] build ahrocksdb.0.2.0
2026-06-16 16:59.43: build ahrocksdb.0.2.0 (2f0d20e94bd8)
=== DEPENDENCIES (23 transitive) ===
astring.0.8.5 af0a355c6a41
base.v0.17.3 876ca94bfeea
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
conf-pkg-config.5 64c6b37d622b
conf-rocksdb.2 8d72c9a1094f
csexp.1.5.2 e2491a88a8e9
ctypes.0.24.0 5b2d1c971bbe
dune.3.23.1 d50060dd2cab
dune-configurator.3.23.1 83dd42d9abe2
integers.0.8.0 724bb489596a
ocaml.5.4.1 708fed352b2a
ocaml-base-compiler.5.4.1 89b85703f841
ocaml-compiler.5.4.1 a719b8419b8e
ocaml-config.3 aa27f63940d8
ocaml_intrinsics_kernel.v0.17.2 faf575551ca9
ocamlbuild.0.16.1 069fc1e567af
ocamlfind.1.9.8 5cfa73ef65e7
rresult.0.7.0 02b516a972ff
sexplib0.v0.17.0 3a274f46ef22
stdio.v0.17.0 21fc57d63ba6
stdlib-shims.0.3.0 b64bd5274094
topkg.1.1.1 4a88955a28b6
=== 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_f34c25_dune/ocaml-configurator35c29d/c-test-0/test.exe /tmp/build_f34c25_dune/ocaml-configurator35c29d/c-test-0/test.c -lm -lpthread -lrocksdb
- -> process exited with code 1
- -> stdout:
- -> stderr:
- | /tmp/build_f34c25_dune/ocaml-configurator35c29d/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_f34c25_dune/ocaml-configurator35c29d/c-test-2/test.exe /tmp/build_f34c25_dune/ocaml-configurator35c29d/c-test-2/test.c -lm -lpthread -lrocksdb
- -> process exited with code 1
- -> stdout:
- -> stderr:
- | In file included from /tmp/build_f34c25_dune/ocaml-configurator35c29d/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-16 16:59.59: FAILED: build ahrocksdb.0.2.0
2026-06-16 16:59.59: Job failed: build failed: ahrocksdb.0.2.0