Build:
- 0
2026-06-16 16:34.32: New job: build postgresql.4.1.0 (4698238d87db)
2026-06-16 16:34.32: Waiting for resource in pool day11-builds
2026-06-16 17:10.48: Got resource from pool day11-builds
2026-06-16 17:10.48: [profile full] build postgresql.4.1.0
2026-06-16 17:10.48: build postgresql.4.1.0 (4698238d87db)
=== DEPENDENCIES (15 transitive) ===
base.v0.13.2 c8b25feed3c1
base-bytes.base eaa2bf0d3cbe
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
configurator.v0.11.0 d4be717c16c8
csexp.1.5.2 a92eee576734
dune.3.22.2 090db5ac3af6
dune-configurator.3.22.2 6886647e503c
jbuilder.1.0+beta20.2 e266e35949ef
ocaml.4.11.2 82527a3d9959
ocaml-base-compiler.4.11.2 853adb80bee7
ocaml-config.1 73dc523c3cc6
ocamlfind.1.9.8 df35b34caa16
sexplib0.v0.13.0 9edb0297d94b
stdio.v0.13.0 0b032b8658c6
=== 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"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18247 files and directories currently installed.)
- Preparing to unpack .../libpq5_15.18-0+deb12u1_amd64.deb ...
- Unpacking libpq5:amd64 (15.18-0+deb12u1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../libssl-dev_3.0.20-1~deb12u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.20-1~deb12u2) ...
- Selecting previously unselected package libpq-dev.
- Preparing to unpack .../libpq-dev_15.18-0+deb12u1_amd64.deb ...
- Unpacking libpq-dev (15.18-0+deb12u1) ...
- Setting up libpq5:amd64 (15.18-0+deb12u1) ...
- Setting up libssl-dev:amd64 (3.0.20-1~deb12u2) ...
- Setting up libpq-dev (15.18-0+deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u14) ...
[postgresql.4.1.0: dl]
[postgresql.4.1.0: extract]
-> retrieved postgresql.4.1.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.1.0)
- ocamlc src/postgresql_stubs.o
- postgresql_stubs.c: In function 'PQocaml_init':
- postgresql_stubs.c:141:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 141 | v_exc_Oid = caml_named_value("Postgresql.Oid");
- | ^
- postgresql_stubs.c:142:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 142 | v_null_param = caml_named_value("Postgresql.null");
- | ^
- postgresql_stubs.c: In function 'copy_params_shallow':
- postgresql_stubs.c:506:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 506 | 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:685:12: note: in expansion of macro 'String_val'
- 685 | 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:735:12: note: in expansion of macro 'String_val'
- 735 | 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:783:29: note: in expansion of macro 'String_val'
- 783 | decode_bytea_hex(str, String_val(v_str), n_hex_pairs);
- | ^~~~~~~~~~
- postgresql_stubs.c:751:53: note: expected 'char *' but argument is of type 'const char *'
- 751 | 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:789:12: note: in expansion of macro 'String_val'
- 789 | 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:964:12: note: in expansion of macro 'String_val'
- 964 | 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:980:10: note: in expansion of macro 'String_val'
- 980 | memcpy(String_val(v_res), 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 '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:998:46: note: in expansion of macro 'String_val'
- 998 | decode_bytea_hex(String_val(v_from) + 2, String_val(v_res), res_len);
- | ^~~~~~~~~~
- postgresql_stubs.c:751:53: note: expected 'char *' but argument is of type 'const char *'
- 751 | static void decode_bytea_hex(const char *src, char *dst, size_t dst_len)
- | ~~~~~~^~~
- postgresql_stubs.c: In function 'PQgetline_stub':
- postgresql_stubs.c:1043:28: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 1043 | memcpy(String_val(v_buf) + Long_val(v_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:1052:51: warning: passing argument 2 of 'PQgetlineAsync' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 1052 | String_val(v_buf) + Long_val(v_pos),
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:75:47: note: in definition of macro 'Val_long'
- 75 | #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1)
- | ^
- postgresql_stubs.c:1051:10: note: in expansion of macro 'Val_int'
- 1051 | return Val_int(PQgetlineAsync(get_conn(v_conn),
- | ^~~~~~~
- In file included from postgresql_stubs.c:56:
- /usr/include/postgresql/libpq-fe.h:488:52: note: expected 'char *' but argument is of type 'const char *'
- 488 | extern int PQgetlineAsync(PGconn *conn, char *buffer, int bufsize);
- | ~~~~~~^~~~~~
- postgresql_stubs.c: In function 'lo_read_stub':
- postgresql_stubs.c:1157:28: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 1157 | memcpy(String_val(v_buf) + Long_val(v_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.1.0
-> installed postgresql.4.1.0
=== STDERR ===
2026-06-16 17:11.01: OK: build postgresql.4.1.0 (runc: 8.1s, disk: 0KB)
2026-06-16 17:11.01: Job succeeded