Build:
  1. 0
2026-06-20 16:55.50: New job: build sqlite3.5.0.1 (eecfcfcab912)
2026-06-20 16:55.50: Waiting for resource in pool day11-builds
2026-06-20 18:00.00: Got resource from pool day11-builds
2026-06-20 18:00.00: [profile full] build sqlite3.5.0.1
2026-06-20 18:00.00: build sqlite3.5.0.1 (eecfcfcab912)
=== DEPENDENCIES (11 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  compiler-cloning.enabled                           0d2606125f88
  conf-pkg-config.5                                  64c6b37d622b
  conf-sqlite3.1                                     1f516559c70a
  csexp.1.5.2                                        315ecef51574
  dune.3.23.1                                        dbfeecb5ca10
  dune-configurator.3.23.1                           8afe79196456
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
=== 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-06-20 18:04.23: OK: build sqlite3.5.0.1 (runc: 4.6s, disk: 12KB)
2026-06-20 18:04.23: Job succeeded