Build:
- 0
2026-09-04 00:35.07: New job: build sqlite3.4.4.0 (c3a1f712e358)
2026-09-04 00:35.07: Waiting for resource in pool day11-builds
2026-09-04 00:57.02: Got resource from pool day11-builds
2026-09-04 00:57.02: [profile full] build sqlite3.4.4.0
2026-09-04 00:57.02: build sqlite3.4.4.0 (c3a1f712e358)
=== DEPENDENCIES (18 transitive) ===
base.v0.13.2 2f090cafef62
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
conf-pkg-config.5 74f50f3cfe72
conf-sqlite3.1 fbaed90e46f1
configurator.v0.11.0 28e55cb67806
csexp.1.5.2 0f82e505b19f
dune.3.24.2 07555548a43d
dune-configurator.3.22.2 fa3e8c35a3f6
jbuilder.1.0+beta20.2 abd15a0bbd82
ocaml.4.11.2 9044b53bfe17
ocaml-base-compiler.4.11.2 d1ed934bdaf0
ocaml-config.1 51b78fd13520
ocaml-secondary-compiler.4.14.2 d66c1c5ac958
ocamlfind.1.9.6 dccd79a91021
ocamlfind-secondary.1.9.6 553c1faeba22
sexplib0.v0.13.0 617a84f7f1c5
stdio.v0.13.0 8705806743c0
=== STDOUT ===
Processing: [default: loading data]
[sqlite3.4.4.0: dl]
[sqlite3.4.4.0: extract]
-> retrieved sqlite3.4.4.0 (https://opam.ocaml.org/cache)
[sqlite3: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "sqlite3" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/sqlite3.4.4.0)
- ocamlc src/sqlite3_stubs.o
- sqlite3_stubs.c: In function 'caml_sqlite3_init':
- sqlite3_stubs.c:265:30: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 265 | caml_sqlite3_InternalError = caml_named_value("Sqlite3.InternalError");
- | ^
- sqlite3_stubs.c:266:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 266 | caml_sqlite3_Error = caml_named_value("Sqlite3.Error");
- | ^
- sqlite3_stubs.c:267:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 267 | caml_sqlite3_RangeError = caml_named_value("Sqlite3.RangeError");
- | ^
- In file included from sqlite3_stubs.c:31:
- sqlite3_stubs.c: In function 'caml_sqlite3_bind_parameter_index':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 265 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- sqlite3_stubs.c:932:21: note: in expansion of macro 'String_val'
- 932 | 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:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 265 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_stubs.c:1052:12: note: in expansion of macro 'String_val'
- 1052 | memcpy(String_val(v_str), blob, 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':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 265 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_stubs.c:1084:14: note: in expansion of macro 'String_val'
- 1084 | memcpy(String_val(v_tmp), (char *) sqlite3_column_text(stmt, i), 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:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 265 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_stubs.c:1091:14: note: in expansion of macro 'String_val'
- 1091 | memcpy(String_val(v_tmp), (char *) sqlite3_column_blob(stmt, i), 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:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 265 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_stubs.c:1152:18: note: in expansion of macro 'String_val'
- 1152 | 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:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 265 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_stubs.c:1159:18: note: in expansion of macro 'String_val'
- 1159 | 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:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 265 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- sqlite3_stubs.c:1256:16: note: in expansion of macro 'String_val'
- 1256 | char *name = String_val(v_name);
- | ^~~~~~~~~~
-> compiled sqlite3.4.4.0
-> installed sqlite3.4.4.0
[WARNING] Opam package conf-sqlite3.1 depends on the following system package that can no longer be found: libsqlite3-dev
=== STDERR ===
2026-09-04 00:57.08: OK: build sqlite3.4.4.0 (runc: 4.1s, disk: 12KB)
2026-09-04 00:57.08: Job succeeded