Build:
  1. 0
2026-06-16 13:57.04: New job: build ezsqlite.0.4 (dfed7a18229d)
2026-06-16 13:57.04: Waiting for resource in pool day11-builds
2026-06-16 15:44.18: Got resource from pool day11-builds
2026-06-16 15:44.18: [profile full] build ezsqlite.0.4
2026-06-16 15:44.18: build ezsqlite.0.4 (dfed7a18229d)
=== DEPENDENCIES (9 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigarray-compat.1.1.0                              c18eb3cd600e
  cstruct.5.1.1                                      4590de6255ee
  dune.1.11.4                                        29dd7ef124f2
  hex.1.5.0                                          73253b5e35de
  ocaml.4.11.2                                       82527a3d9959
  ocaml-base-compiler.4.11.2                         853adb80bee7
  ocaml-config.1                                     73dc523c3cc6
=== STDOUT ===
Processing: [default: loading data]
[ezsqlite.0.4: dl]
[ezsqlite.0.4: extract]
-> retrieved ezsqlite.0.4  (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)
- 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.
-     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/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);
-       |                                                  ~~~~~~^
-       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
-> installed ezsqlite.0.4

=== STDERR ===

2026-06-16 15:45.14: OK: build ezsqlite.0.4 (runc: 48.6s, disk: 12KB)
2026-06-16 15:45.14: Job succeeded