Build:
- 0
2026-06-24 13:54.50: New job: build ezsqlite.0.4.1 (19eb451166a3)
2026-06-24 13:54.50: Waiting for resource in pool day11-builds
2026-06-24 14:13.44: Got resource from pool day11-builds
2026-06-24 14:13.44: [profile full] build ezsqlite.0.4.1
2026-06-24 14:13.44: build ezsqlite.0.4.1 (19eb451166a3)
=== DEPENDENCIES (9 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bigarray-compat.1.1.0 b6c74729d8ce
cstruct.5.1.1 d4b8efea46c7
dune.1.11.4 306d9076d3e7
hex.1.5.0 c7cb6910c336
ocaml.4.11.2 dc018a4b7397
ocaml-base-compiler.4.11.2 81f0dd8b8651
ocaml-config.1 2489653e51e5
=== STDOUT ===
Processing: [default: loading data]
[ezsqlite.0.4.1: dl]
[ezsqlite.0.4.1: extract]
-> retrieved ezsqlite.0.4.1 (https://opam.ocaml.org/cache)
[ezsqlite: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ezsqlite" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ezsqlite.0.4.1)
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- ocamlc lib/.ezsqlite.objs/byte/ezsqlite.{cmo,cmt}
- File "lib/ezsqlite.ml", lines 289-290, characters 16-46:
- 289 | ................Gc.finalise (fun x ->
- 290 | _ezsqlite_backup_finish(x.backup)).....
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- File "lib/ezsqlite.ml", lines 330-332, characters 16-24:
- 330 | ................Gc.finalise (fun x ->
- 331 | if not x.closed then
- 332 | close x).....
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- ocamlc lib/ezsqlite_stubs.o
- ezsqlite_stubs.c: In function 'sqlite3_error':
- ezsqlite_stubs.c:19:27: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 19 | value *sqlite_error = caml_named_value("sqlite error");
- | ^~~~~~~~~~~~~~~~
- In file included from ezsqlite_stubs.c:3:
- ezsqlite_stubs.c: In function 'copy_s':
- /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))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- ezsqlite_stubs.c:42:16: note: in expansion of macro 'String_val'
- 42 | memcpy(String_val(s), b, len);
- | ^~~~~~~~~~
- In file included from ezsqlite_stubs.c:11:
- /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,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- ezsqlite_stubs.c: In function '_ezsqlite_db_create_function':
- ezsqlite_stubs.c:122:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 122 | value *fn = caml_named_value (String_val(name));
- | ^~~~~~~~~~~~~~~~
- ezsqlite_stubs.c: In function 'commit_hook_callback':
- ezsqlite_stubs.c:129:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 129 | value *v = caml_named_value("commit hook");
- | ^~~~~~~~~~~~~~~~
- ezsqlite_stubs.c: In function 'update_hook_callback':
- ezsqlite_stubs.c:139:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 139 | value *v = caml_named_value("update hook");
- | ^~~~~~~~~~~~~~~~
- ezsqlite_stubs.c: In function 'auto_extension_callback':
- ezsqlite_stubs.c:148:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 148 | value *v = caml_named_value("auto extension");
- | ^~~~~~~~~~~~~~~~
- ezsqlite_stubs.c: In function '_ezsqlite_column_text':
- /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))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- ezsqlite_stubs.c:292:16: note: in expansion of macro 'String_val'
- 292 | memcpy(String_val(s), txt, 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,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- ezsqlite_stubs.c: In function '_ezsqlite_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))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- ezsqlite_stubs.c:304:16: note: in expansion of macro 'String_val'
- 304 | memcpy(String_val(s), blob, 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,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- ezsqlite_stubs.c: In function '_ezsqlite_blob_read':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of 'sqlite3_blob_read' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 265 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- ezsqlite_stubs.c:13:25: note: in definition of macro 'WRAP'
- 13 | #define WRAP(x) do{if ((x) != SQLITE_OK){\
- | ^
- ezsqlite_stubs.c:433:50: note: in expansion of macro 'String_val'
- 433 | WRAP(sqlite3_blob_read ((sqlite3_blob*)blob, String_val(s), Int_val(n), Int_val(offs)));
- | ^~~~~~~~~~
- In file included from ezsqlite_stubs.c:1:
- sqlite3.h:6339:56: note: expected 'void *' but argument is of type 'const char *'
- 6339 | SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
- | ~~~~~~^
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of 'sqlite3_blob_read' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 265 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- ezsqlite_stubs.c:14:19: note: in definition of macro 'WRAP'
- 14 | sqlite3_error(x);\
- | ^
- ezsqlite_stubs.c:433:50: note: in expansion of macro 'String_val'
- 433 | WRAP(sqlite3_blob_read ((sqlite3_blob*)blob, String_val(s), Int_val(n), Int_val(offs)));
- | ^~~~~~~~~~
- sqlite3.h:6339:56: note: expected 'void *' but argument is of type 'const char *'
- 6339 | SQLITE_API int sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
- | ~~~~~~^
- ocamlopt lib/.ezsqlite.objs/native/ezsqlite.{cmx,o}
- File "lib/ezsqlite.ml", lines 289-290, characters 16-46:
- 289 | ................Gc.finalise (fun x ->
- 290 | _ezsqlite_backup_finish(x.backup)).....
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- File "lib/ezsqlite.ml", lines 330-332, characters 16-24:
- 330 | ................Gc.finalise (fun x ->
- 331 | if not x.closed then
- 332 | close x).....
- Warning 5: this function application is partial,
- maybe some arguments are missing.
- ocamlc lib/sqlite3.o
- sqlite3.c: In function 'sqlite3SelectNew':
- sqlite3.c:115936:10: warning: function may return address of local variable [-Wreturn-local-addr]
- 115936 | return pNew;
- | ^~~~
- sqlite3.c:115896:10: note: declared here
- 115896 | Select standin;
- | ^~~~~~~
-> compiled ezsqlite.0.4.1
-> installed ezsqlite.0.4.1
=== STDERR ===
2026-06-24 14:14.47: OK: build ezsqlite.0.4.1 (runc: 39.7s, disk: 13KB)
2026-06-24 14:14.47: Job succeeded