Build:
  1. 0
2026-06-20 18:49.58: New job: build MlFront_Cache.2.4.2.30 (56661db1e8ce)
2026-06-20 18:49.58: Waiting for resource in pool day11-builds
2026-06-20 19:12.00: Got resource from pool day11-builds
2026-06-20 19:12.00: [profile full] build MlFront_Cache.2.4.2.30
2026-06-20 19:12.00: build MlFront_Cache.2.4.2.30 (56661db1e8ce)
=== DEPENDENCIES (27 transitive) ===
  astring.0.8.5                                      c9b7741b1ba7
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bos.0.3.0                                          e5ef89ad6515
  compiler-cloning.enabled                           0d2606125f88
  csexp.1.5.2                                        315ecef51574
  digestif.1.3.0                                     8774fc1fcba3
  dune.3.23.1                                        dbfeecb5ca10
  dune-configurator.3.23.1                           8afe79196456
  duration.0.3.1                                     5f56d26b47cd
  eqaf.0.10                                          13f4586b79bb
  fmt.0.11.0                                         13e83cd80bf7
  fpath.0.7.3                                        5652a682081f
  logs.0.10.0                                        fac801fbd78e
  MlFront_Core.2.4.2.30                              5eeacaa76fad
  MlFront_Errors.2.4.2.30                            cfd3653bc072
  mirage-crypto.2.1.0                                1f5372c422de
  mirage-crypto-rng.2.1.0                            0fd316da3a39
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
  rresult.0.7.0                                      673600dffe08
  stringext.1.6.0                                    2d737b0d4e97
  topkg.1.1.1                                        8e3718e4cf5c
  uuidm.0.9.10                                       028d55fd3486
=== STDOUT ===
Processing: [default: loading data]
[MlFront_Cache.2.4.2.30: extract]
-> retrieved MlFront_Cache.2.4.2.30  (cached)
[MlFront_Cache: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "MlFront_Cache" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/MlFront_Cache.2.4.2.30)
- MlFront_Cache discovered:
- ; -word_size 64
- ; -ccomp_type cc
- ; env(MLFRONT_STUBS_BUILD_TYPE) 
- ; -bytecomp_c_compiler gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64
- (-Ic -DSQLITE_API=static -DSQLITE_EXTERN= -fPIC -std=c99 -Wall -Wextra -Wno-implicit-function-declaration)
- (cd _build/default/src/MlFront_Cache && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Ic -DSQLITE_API=static -DSQLITE_EXTERN= -fPIC -std=c99 -Wall -Wextra -Wno-implicit-function-declaration -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/MlFront_Errors -I /home/opam/.opam/default/lib/astring -I /home/opam/.opam/default/lib/bos -I /home/opam/.opam/default/lib/digestif -I /home/opam/.opam/default/lib/eqaf -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/fpath -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/mirage-crypto -I /home/opam/.opam/default/lib/mirage-crypto-rng -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/stringext -I /home/opam/.opam/default/lib/uuidm -o sqlite3_embed.o -c sqlite3_embed.c)
- sqlite3_embed.c:5396:24: warning: 'sqlite3_column_database_name' declared 'static' but never defined [-Wunused-function]
-  5396 | SQLITE_API const char *sqlite3_column_database_name(sqlite3_stmt*,int);
-       |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:5397:24: warning: 'sqlite3_column_database_name16' declared 'static' but never defined [-Wunused-function]
-  5397 | SQLITE_API const void *sqlite3_column_database_name16(sqlite3_stmt*,int);
-       |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:5398:24: warning: 'sqlite3_column_table_name' declared 'static' but never defined [-Wunused-function]
-  5398 | SQLITE_API const char *sqlite3_column_table_name(sqlite3_stmt*,int);
-       |                        ^~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:5399:24: warning: 'sqlite3_column_table_name16' declared 'static' but never defined [-Wunused-function]
-  5399 | SQLITE_API const void *sqlite3_column_table_name16(sqlite3_stmt*,int);
-       |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:5400:24: warning: 'sqlite3_column_origin_name' declared 'static' but never defined [-Wunused-function]
-  5400 | SQLITE_API const char *sqlite3_column_origin_name(sqlite3_stmt*,int);
-       |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:5401:24: warning: 'sqlite3_column_origin_name16' declared 'static' but never defined [-Wunused-function]
-  5401 | SQLITE_API const void *sqlite3_column_origin_name16(sqlite3_stmt*,int);
-       |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:7080:16: warning: 'sqlite3_win32_set_directory' declared 'static' but never defined [-Wunused-function]
-  7080 | SQLITE_API int sqlite3_win32_set_directory(
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:7084:16: warning: 'sqlite3_win32_set_directory8' declared 'static' but never defined [-Wunused-function]
-  7084 | SQLITE_API int sqlite3_win32_set_directory8(unsigned long type, const char *zValue);
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:7085:16: warning: 'sqlite3_win32_set_directory16' declared 'static' but never defined [-Wunused-function]
-  7085 | SQLITE_API int sqlite3_win32_set_directory16(unsigned long type, const void *zValue);
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:17803:16: warning: 'sqlite3_mutex_held' declared 'static' but never defined [-Wunused-function]
- 17803 | SQLITE_API int sqlite3_mutex_held(sqlite3_mutex*);
-       |                ^~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:8729:16: warning: 'sqlite3_mutex_notheld' declared 'static' but never defined [-Wunused-function]
-  8729 | SQLITE_API int sqlite3_mutex_notheld(sqlite3_mutex*);
-       |                ^~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:9998:16: warning: 'sqlite3_unlock_notify' declared 'static' but never defined [-Wunused-function]
-  9998 | SQLITE_API int sqlite3_unlock_notify(
-       |                ^~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:10840:16: warning: 'sqlite3_stmt_scanstatus' declared 'static' but never defined [-Wunused-function]
- 10840 | SQLITE_API int sqlite3_stmt_scanstatus(
-       |                ^~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:10846:16: warning: 'sqlite3_stmt_scanstatus_v2' declared 'static' but never defined [-Wunused-function]
- 10846 | SQLITE_API int sqlite3_stmt_scanstatus_v2(
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:10869:17: warning: 'sqlite3_stmt_scanstatus_reset' declared 'static' but never defined [-Wunused-function]
- 10869 | SQLITE_API void sqlite3_stmt_scanstatus_reset(sqlite3_stmt*);
-       |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:11109:36: warning: 'sqlite3_snapshot_get' declared 'static' but never defined [-Wunused-function]
- 11109 | SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_snapshot_get(
-       |                                    ^~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:11158:36: warning: 'sqlite3_snapshot_open' declared 'static' but never defined [-Wunused-function]
- 11158 | SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_snapshot_open(
-       |                                    ^~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:11175:37: warning: 'sqlite3_snapshot_free' declared 'static' but never defined [-Wunused-function]
- 11175 | SQLITE_API SQLITE_EXPERIMENTAL void sqlite3_snapshot_free(sqlite3_snapshot*);
-       |                                     ^~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:11202:36: warning: 'sqlite3_snapshot_cmp' declared 'static' but never defined [-Wunused-function]
- 11202 | SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_snapshot_cmp(
-       |                                    ^~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:11230:36: warning: 'sqlite3_snapshot_recover' declared 'static' but never defined [-Wunused-function]
- 11230 | SQLITE_API SQLITE_EXPERIMENTAL int sqlite3_snapshot_recover(sqlite3 *db, const char *zDb);
-       |                                    ^~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:11440:16: warning: 'sqlite3_rtree_geometry_callback' declared 'static' but never defined [-Wunused-function]
- 11440 | SQLITE_API int sqlite3_rtree_geometry_callback(
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:11466:16: warning: 'sqlite3_rtree_query_callback' declared 'static' but never defined [-Wunused-function]
- 11466 | SQLITE_API int sqlite3_rtree_query_callback(
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:186510:16: warning: 'sqlite3_global_recover' defined but not used [-Wunused-function]
- 186510 | SQLITE_API int sqlite3_global_recover(void){
-        |                ^~~~~~~~~~~~~~~~~~~~~~
- sqlite3_embed.c:183013:16: warning: 'sqlite3_shutdown' defined but not used [-Wunused-function]
- 183013 | SQLITE_API int sqlite3_shutdown(void){
-        |                ^~~~~~~~~~~~~~~~
- sqlite3_embed.c:30801:16: warning: 'sqlite3_memory_alarm' defined but not used [-Wunused-function]
- 30801 | SQLITE_API int sqlite3_memory_alarm(
-       |                ^~~~~~~~~~~~~~~~~~~~
-> compiled  MlFront_Cache.2.4.2.30
-> installed MlFront_Cache.2.4.2.30

=== STDERR ===

2026-06-20 19:13.41: OK: build MlFront_Cache.2.4.2.30 (runc: 87.2s, disk: 15KB)
2026-06-20 19:13.41: Job succeeded