Build:
- 0
2026-09-04 16:49.59: New job: build sqlite3.5.0.1 (ee2b091d090c) 2026-09-04 16:49.59: Waiting for resource in pool day11-builds 2026-09-04 17:04.14: Got resource from pool day11-builds 2026-09-04 17:04.14: [profile full] build sqlite3.5.0.1 2026-09-04 17:04.14: build sqlite3.5.0.1 (ee2b091d090c) === DEPENDENCIES (11 transitive) === base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e compiler-cloning.enabled 966a2e6839f0 conf-pkg-config.5 74f50f3cfe72 conf-sqlite3.1 fbaed90e46f1 csexp.1.5.2 8c096e7de322 dune.3.24.2 25fbaa318de6 dune-configurator.3.24.2 517e3f9cad4b ocaml.5.5.1 70ca0c66e0e8 ocaml-base-compiler.5.5.1 59841d7ed85e ocaml-compiler.5.5.1 492c0c740bd1 === STDOUT === Processing: [default: loading data] [sqlite3.5.0.1: dl] [sqlite3.5.0.1: extract] -> retrieved sqlite3.5.0.1 (https://opam.ocaml.org/cache) [sqlite3: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "sqlite3" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/sqlite3.5.0.1) - (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -O2 -fPIC -DPIC -Wno-keyword-macro -g -I /home/opam/.opam/default/lib/ocaml -o sqlite3_stubs.o -c sqlite3_stubs.c) - In file included from sqlite3_stubs.c:32: - sqlite3_stubs.c: In function 'caml_sqlite3_prepare': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 366 | #define String_val(x) ((const char *) Bp_val(x)) - | ^ - sqlite3_stubs.c:941:33: note: in expansion of macro 'String_val' - 941 | char *loc = "prepare", *sql = String_val(v_sql); - | ^~~~~~~~~~ - sqlite3_stubs.c: In function 'caml_sqlite3_bind_parameter_index': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 366 | #define String_val(x) ((const char *) Bp_val(x)) - | ^ - sqlite3_stubs.c:1013:21: note: in expansion of macro 'String_val' - 1013 | char *parm_name = String_val(v_name); - | ^~~~~~~~~~ - sqlite3_stubs.c: In function 'caml_sqlite3_column_blob': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 366 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sqlite3_stubs.c:1221:10: note: in expansion of macro 'String_val' - 1221 | memcpy(String_val(v_str), sqlite3_column_blob(stmt, pos), len); - | ^~~~~~~~~~ - In file included from sqlite3_stubs.c:29: - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - sqlite3_stubs.c: In function 'caml_sqlite3_column_text': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 366 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sqlite3_stubs.c:1283:10: note: in expansion of macro 'String_val' - 1283 | memcpy(String_val(v_str), sqlite3_column_text(stmt, pos), len); - | ^~~~~~~~~~ - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - sqlite3_stubs.c: In function 'caml_sqlite3_column': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 366 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sqlite3_stubs.c:1316:14: note: in expansion of macro 'String_val' - 1316 | memcpy(String_val(v_tmp), (char *) sqlite3_column_text(stmt, pos), len); - | ^~~~~~~~~~ - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 366 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sqlite3_stubs.c:1323:14: note: in expansion of macro 'String_val' - 1323 | memcpy(String_val(v_tmp), (char *) sqlite3_column_blob(stmt, pos), len); - | ^~~~~~~~~~ - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - sqlite3_stubs.c: In function 'caml_sqlite3_wrap_values': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 366 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sqlite3_stubs.c:1384:18: note: in expansion of macro 'String_val' - 1384 | memcpy(String_val(v_tmp), (char *) sqlite3_value_text(arg), len); - | ^~~~~~~~~~ - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 366 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - sqlite3_stubs.c:1391:18: note: in expansion of macro 'String_val' - 1391 | memcpy(String_val(v_tmp), (char *) sqlite3_value_blob(arg), len); - | ^~~~~~~~~~ - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - sqlite3_stubs.c: In function 'unregister_user_function': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 366 | #define String_val(x) ((const char *) Bp_val(x)) - | ^ - sqlite3_stubs.c:1500:16: note: in expansion of macro 'String_val' - 1500 | char *name = String_val(v_name); - | ^~~~~~~~~~ - At top level: - cc1: note: unrecognized command-line option '-Wno-keyword-macro' may have been intended to silence earlier diagnostics -> compiled sqlite3.5.0.1 -> installed sqlite3.5.0.1 [WARNING] Opam package conf-sqlite3.1 depends on the following system package that can no longer be found: libsqlite3-dev === STDERR === 2026-09-04 17:07.05: OK: build sqlite3.5.0.1 (runc: 7.1s, disk: 12KB) 2026-09-04 17:07.05: Job succeeded