Build:
- 0
2026-07-09 22:53.27: New job: build ahrocksdb.0.2.0 (32805871f6f3)
2026-07-09 22:53.27: Waiting for resource in pool day11-builds
2026-07-09 23:39.38: Got resource from pool day11-builds
2026-07-09 23:39.38: [profile full] build ahrocksdb.0.2.0
2026-07-09 23:39.38: build ahrocksdb.0.2.0 (32805871f6f3)
=== DEPENDENCIES (23 transitive) ===
astring.0.8.5 f6be5eb4b38e
base.v0.17.3 2554b8a38b64
base-threads.base 44df48f3da5c
base-unix.base 4103cdc1c2b0
compiler-cloning.enabled 66bfb9f05f4a
conf-pkg-config.5 f20b8fd18442
conf-rocksdb.2 820997991a28
csexp.1.5.2 ff64121cd3d2
ctypes.0.24.0 b8f281bec3f5
dune.3.24.0 a6f8cb91c5a0
dune-configurator.3.24.0 a70654ffc3a4
integers.0.8.0 25c7a2dfdf18
ocaml.5.5.0 86e14e3aea8d
ocaml-base-compiler.5.5.0 1bf93bba4295
ocaml-compiler.5.5.0 eb7e9cf1c298
ocaml_intrinsics_kernel.v0.17.2 6a6997dc63a6
ocamlbuild.0.16.1 c30dabfcec04
ocamlfind.1.9.8 a7666fb12940
rresult.0.7.0 31ac33b224e2
sexplib0.v0.17.0 fba3f4796f64
stdio.v0.17.0 8df3c48fa99d
stdlib-shims.0.3.0 4cecf6455df6
topkg.1.1.1 bd61c1c58bce
=== 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 ?
[ERROR] The compilation of ahrocksdb.0.2.0 failed at "dune build -p ahrocksdb -j 39".
- 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_295079_dune/ocaml-configuratorf08d3a/c-test-0/test.exe /tmp/build_295079_dune/ocaml-configuratorf08d3a/c-test-0/test.c -lm -lpthread -lrocksdb
- -> process exited with code 1
- -> stdout:
- -> stderr:
- | /tmp/build_295079_dune/ocaml-configuratorf08d3a/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_295079_dune/ocaml-configuratorf08d3a/c-test-2/test.exe /tmp/build_295079_dune/ocaml-configuratorf08d3a/c-test-2/test.c -lm -lpthread -lrocksdb
- -> process exited with code 1
- -> stdout:
- -> stderr:
- | In file included from /tmp/build_295079_dune/ocaml-configuratorf08d3a/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
build failed...
=== STDERR ===
2026-07-09 23:40.06: FAILED: build ahrocksdb.0.2.0
2026-07-09 23:40.06: Job failed: build failed: ahrocksdb.0.2.0