Build:
  1. 0
2026-06-16 13:48.20: New job: build sqlite3.5.0.1 (4d3f108819a5)
2026-06-16 13:48.20: Waiting for resource in pool day11-builds
2026-06-16 14:35.27: Got resource from pool day11-builds
2026-06-16 14:35.27: [profile full] build sqlite3.5.0.1
2026-06-16 14:35.27: build sqlite3.5.0.1 (4d3f108819a5)
=== DEPENDENCIES (11 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-pkg-config.5                                  64c6b37d622b
  conf-sqlite3.1                                     1f516559c70a
  csexp.1.5.2                                        e2491a88a8e9
  dune.3.23.1                                        d50060dd2cab
  dune-configurator.3.23.1                           83dd42d9abe2
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
=== 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-16 14:38.02: OK: build sqlite3.5.0.1 (runc: 8.6s, disk: 12KB)
2026-06-16 14:42.48: Job succeeded