Build:
  1. 0
2026-06-24 18:03.04: New job: build sqlite3.4.2.0 (0960c16182a1)
2026-06-24 18:03.04: Waiting for resource in pool day11-builds
2026-06-24 18:42.26: Got resource from pool day11-builds
2026-06-24 18:42.26: [profile full] build sqlite3.4.2.0
2026-06-24 18:42.26: build sqlite3.4.2.0 (0960c16182a1)
=== DEPENDENCIES (18 transitive) ===
  base.v0.13.2                                       445ab4e87bb6
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  conf-pkg-config.5                                  d5de2c6a88f9
  conf-sqlite3.1                                     73da1b580604
  configurator.v0.11.0                               a377266ae86c
  csexp.1.5.2                                        a67dab4a5af5
  dune.3.23.1                                        1a2b61be1be6
  dune-configurator.3.22.2                           6f90990f864e
  jbuilder.1.0+beta20.2                              7404f20e3bd0
  ocaml.4.11.2                                       dc018a4b7397
  ocaml-base-compiler.4.11.2                         81f0dd8b8651
  ocaml-config.1                                     2489653e51e5
  ocaml-secondary-compiler.4.14.2                    fb63d435ed9e
  ocamlfind.1.9.6                                    60aba0323008
  ocamlfind-secondary.1.9.6                          080d23d694f6
  sexplib0.v0.13.0                                   78623362cb15
  stdio.v0.13.0                                      9d1e311d3eca
=== STDOUT ===
Processing: [default: loading data]
[sqlite3.4.2.0: dl]
[sqlite3.4.2.0: extract]
-> retrieved sqlite3.4.2.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.2.0)
-       ocamlc src/config/.discover.eobjs/discover.{cmi,cmo,cmt}
- File "src/config/discover.ml", line 57, characters 17-26:
- 57 |             with Not_found -> false
-                       ^^^^^^^^^
- Alert deprecated: Not_found
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Instead of raising [Not_found], consider using [raise_s] with an informative error
- message.  If code needs to distinguish [Not_found] from other exceptions, please change
- it to handle both [Not_found] and [Not_found_s].  Then, instead of raising [Not_found],
- raise [Not_found_s] with an informative error message.
-     ocamlopt src/config/.discover.eobjs/discover.{cmx,o}
- File "src/config/discover.ml", line 57, characters 17-26:
- 57 |             with Not_found -> false
-                       ^^^^^^^^^
- Alert deprecated: Not_found
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Instead of raising [Not_found], consider using [raise_s] with an informative error
- message.  If code needs to distinguish [Not_found] from other exceptions, please change
- it to handle both [Not_found] and [Not_found_s].  Then, instead of raising [Not_found],
- raise [Not_found_s] with an informative error message.
-       ocamlc src/sqlite3_stubs.o
- sqlite3_stubs.c: In function 'caml_sqlite3_init':
- sqlite3_stubs.c:257:30: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   257 |   caml_sqlite3_InternalError = caml_named_value("Sqlite3.InternalError");
-       |                              ^
- sqlite3_stubs.c:258:22: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   258 |   caml_sqlite3_Error = caml_named_value("Sqlite3.Error");
-       |                      ^
- sqlite3_stubs.c:259:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   259 |   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:863:21: note: in expansion of macro 'String_val'
-   863 |   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:963:12: note: in expansion of macro 'String_val'
-   963 |     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:990:14: note: in expansion of macro 'String_val'
-   990 |       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:997:14: note: in expansion of macro 'String_val'
-   997 |       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:1047:18: note: in expansion of macro 'String_val'
-  1047 |           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:1054:18: note: in expansion of macro 'String_val'
-  1054 |           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:1151:16: note: in expansion of macro 'String_val'
-  1151 |   char *name = String_val(v_name);
-       |                ^~~~~~~~~~
-> compiled  sqlite3.4.2.0
-> installed sqlite3.4.2.0
[WARNING] Opam package conf-sqlite3.1 depends on the following system package that can no longer be found: libsqlite3-dev

=== STDERR ===

2026-06-24 18:42.49: OK: build sqlite3.4.2.0 (runc: 3.6s, disk: 14KB)
2026-06-24 18:42.49: Job succeeded