Build:
  1. 0
2026-09-03 22:56.34: New job: build postgresql.4.4.0 (70cddcf2f8be)
2026-09-03 22:56.34: Waiting for resource in pool day11-builds
2026-09-03 23:46.01: Got resource from pool day11-builds
2026-09-03 23:46.01: [profile full] build postgresql.4.4.0
2026-09-03 23:46.01: build postgresql.4.4.0 (70cddcf2f8be)
=== DEPENDENCIES (15 transitive) ===
  base.v0.13.2                                       2e06242c09de
  base-bytes.base                                    f1ce9672d75a
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  configurator.v0.11.0                               c955689fc2a0
  csexp.1.5.2                                        67f9dc836ab0
  dune.3.22.2                                        7240d0a5a88c
  dune-configurator.3.22.2                           7fb534e4fa20
  jbuilder.1.0+beta20.2                              abd15a0bbd82
  ocaml.4.11.2                                       9044b53bfe17
  ocaml-base-compiler.4.11.2                         d1ed934bdaf0
  ocaml-config.1                                     51b78fd13520
  ocamlfind.1.9.8                                    67e30f343c55
  sexplib0.v0.13.0                                   6045cc4d61f1
  stdio.v0.13.0                                      d3b9fd72ad28
=== STDOUT ===
Processing: [default: loading data]

The following system packages will first need to be installed:
    libpq-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libpq-dev"
- Selecting previously unselected package libpq5:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20117 files and directories currently installed.)
- Preparing to unpack .../libpq5_17.11-0+deb13u1_amd64.deb ...
- Unpacking libpq5:amd64 (17.11-0+deb13u1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../libssl-dev_3.5.7-1~deb13u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.7-1~deb13u2) ...
- Selecting previously unselected package libpq-dev.
- Preparing to unpack .../libpq-dev_17.11-0+deb13u1_amd64.deb ...
- Unpacking libpq-dev (17.11-0+deb13u1) ...
- Setting up libpq5:amd64 (17.11-0+deb13u1) ...
- Setting up libssl-dev:amd64 (3.5.7-1~deb13u2) ...
- Setting up libpq-dev (17.11-0+deb13u1) ...
- Processing triggers for libc-bin (2.41-12+deb13u3) ...
[postgresql.4.4.0: dl]
[postgresql.4.4.0: extract]
-> retrieved postgresql.4.4.0  (https://opam.ocaml.org/cache)
[postgresql: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "postgresql" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/postgresql.4.4.0)
-       ocamlc src/postgresql_stubs.o
- postgresql_stubs.c: In function 'PQocaml_init':
- postgresql_stubs.c:142:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   142 |   v_exc_Oid = caml_named_value("Postgresql.Oid");
-       |             ^
- postgresql_stubs.c:143:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   143 |   v_null_param = caml_named_value("Postgresql.null");
-       |                ^
- postgresql_stubs.c: In function 'copy_params_shallow':
- postgresql_stubs.c:613:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   613 |     params[i] = (v_param == *v_null_param) ? NULL : String_val(v_param);
-       |               ^
- In file included from postgresql_stubs.c:48:
- postgresql_stubs.c: In function 'PQgetvalue_stub':
- /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))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- postgresql_stubs.c:811:12: note: in expansion of macro 'String_val'
-   811 |     memcpy(String_val(v_str), str, len);
-       |            ^~~~~~~~~~
- In file included from postgresql_stubs.c:44:
- /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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- postgresql_stubs.c: In function 'unescape_bytea':
- /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))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- postgresql_stubs.c:866:12: note: in expansion of macro 'String_val'
-   866 |     memcpy(String_val(v_res), buf, res_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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- postgresql_stubs.c: In function 'PQgetescval_stub':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of 'decode_bytea_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- postgresql_stubs.c:912:29: note: in expansion of macro 'String_val'
-   912 |       decode_bytea_hex(str, String_val(v_str), n_hex_pairs);
-       |                             ^~~~~~~~~~
- postgresql_stubs.c:882:53: note: expected 'char *' but argument is of type 'const char *'
-   882 | static void decode_bytea_hex(const char *src, char *dst, size_t dst_len)
-       |                                               ~~~~~~^~~
- /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))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- postgresql_stubs.c:918:12: note: in expansion of macro 'String_val'
-   918 |     memcpy(String_val(v_str), str, 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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- postgresql_stubs.c: In function 'PQescapeStringConn_stub':
- /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))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- postgresql_stubs.c:1132:12: note: in expansion of macro 'String_val'
-  1132 |     memcpy(String_val(v_res), buf, n_written);
-       |            ^~~~~~~~~~
- /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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- postgresql_stubs.c: In function 'PQescapeByteaConn_stub':
- /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))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- postgresql_stubs.c:1155:10: note: in expansion of macro 'String_val'
-  1155 |   memcpy(String_val(v_res), buf, res_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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- postgresql_stubs.c: In function 'PQunescapeBytea_stub':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of 'decode_bytea_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   265 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- postgresql_stubs.c:1180:46: note: in expansion of macro 'String_val'
-  1180 |     decode_bytea_hex(String_val(v_from) + 2, String_val(v_res), res_len);
-       |                                              ^~~~~~~~~~
- postgresql_stubs.c:882:53: note: expected 'char *' but argument is of type 'const char *'
-   882 | static void decode_bytea_hex(const char *src, char *dst, size_t dst_len)
-       |                                               ~~~~~~^~~
- postgresql_stubs.c: In function 'PQgetline_stub':
- postgresql_stubs.c:1224:28: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  1224 |   memcpy(String_val(v_buf) + pos, buf, 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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- postgresql_stubs.c: In function 'PQgetlineAsync_stub':
- postgresql_stubs.c:1238:61: warning: passing argument 2 of 'PQgetlineAsync' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  1238 |   return PQgetlineAsync(get_conn(v_conn), String_val(v_buf) + pos, len);
- In file included from postgresql_stubs.c:57:
- /usr/include/postgresql/libpq-fe.h:537:52: note: expected 'char *' but argument is of type 'const char *'
-   537 | extern int      PQgetlineAsync(PGconn *conn, char *buffer, int bufsize);
-       |                                              ~~~~~~^~~~~~
- postgresql_stubs.c: In function 'lo_read_stub':
- postgresql_stubs.c:1461:28: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  1461 |   memcpy(String_val(v_buf) + pos, buf, 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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
-> compiled  postgresql.4.4.0
-> installed postgresql.4.4.0

=== STDERR ===

2026-09-03 23:46.20: OK: build postgresql.4.4.0 (runc: 10.1s, disk: 0KB)
2026-09-03 23:46.20: Job succeeded