+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PGSQL_VERSION_REQD=15 WRKLOG=/tmp/bulklog/postgresql15-wal2json-2.3/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PGSQL_VERSION_REQD=15 WRKLOG=/tmp/bulklog/postgresql15-wal2json-2.3/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for postgresql15-wal2json-2.3 cc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/pkg/include -I/usr/include/readline -I/usr/include/krb5 -DLDAP_DEPRECATED -fPIC -DPIC -I. -I./ -I/usr/pkg/include/postgresql/server -I/usr/pkg/include/postgresql/internal -I/usr/include -I/usr/pkg/include -I/usr/include/readline -I/usr/include/krb5 -DLDAP_DEPRECATED -I/usr/pkg/include/libxml2 -I/usr/pkg/include -c -o wal2json.o wal2json.c wal2json.c: In function 'pg_decode_begin_txn_v1': wal2json.c:817:103: error: 'ReorderBufferTXN' has no member named 'commit_time' 817 | appendStringInfo(ctx->out, "%s\"timestamp\":%s\"%s\",%s", data->ht, data->sp, timestamptz_to_str(txn->commit_time), data->nl); | ^~ wal2json.c: In function 'pg_decode_begin_txn_v2': wal2json.c:844:78: error: 'ReorderBufferTXN' has no member named 'commit_time' 844 | appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); | ^~ wal2json.c: In function 'pg_decode_commit_txn_v2': wal2json.c:926:78: error: 'ReorderBufferTXN' has no member named 'commit_time' 926 | appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); | ^~ wal2json.c: In function 'pg_decode_write_change': wal2json.c:2287:77: error: 'ReorderBufferTXN' has no member named 'commit_time' 2287 | appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); | ^~ wal2json.c: In function 'pg_decode_message_v2': wal2json.c:2658:78: error: 'ReorderBufferTXN' has no member named 'commit_time' 2658 | appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); | ^~ wal2json.c: In function 'pg_decode_truncate_v2': wal2json.c:2879:78: error: 'ReorderBufferTXN' has no member named 'commit_time' 2879 | appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); | ^~ In file included from /usr/include/ctype.h:100, from /home/pbulk/build/databases/postgresql-wal2json/work/.buildlink/include/postgresql/server/port.h:16, from /home/pbulk/build/databases/postgresql-wal2json/work/.buildlink/include/postgresql/server/c.h:1387, from /home/pbulk/build/databases/postgresql-wal2json/work/.buildlink/include/postgresql/server/postgres.h:46, from wal2json.c:13: wal2json.c: In function 'string_to_SelectTable': wal2json.c:2996:17: warning: array subscript has type 'char' [-Wchar-subscripts] 2996 | while (isspace(*nextp)) | ^ wal2json.c:3010:52: warning: array subscript has type 'char' [-Wchar-subscripts] 3010 | while (*nextp && *nextp != separator && !isspace(*nextp)) | ^ wal2json.c:3020:18: warning: array subscript has type 'char' [-Wchar-subscripts] 3020 | while (isspace(*nextp)) | ^ wal2json.c:3026:19: warning: array subscript has type 'char' [-Wchar-subscripts] 3026 | while (isspace(*nextp)) | ^ wal2json.c: In function 'split_string_to_list': wal2json.c:3063:17: warning: array subscript has type 'char' [-Wchar-subscripts] 3063 | while (isspace(*nextp)) | ^ wal2json.c:3077:52: warning: array subscript has type 'char' [-Wchar-subscripts] 3077 | while (*nextp && *nextp != separator && !isspace(*nextp)) | ^ wal2json.c:3087:18: warning: array subscript has type 'char' [-Wchar-subscripts] 3087 | while (isspace(*nextp)) | ^ wal2json.c:3093:19: warning: array subscript has type 'char' [-Wchar-subscripts] 3093 | while (isspace(*nextp)) | ^ wal2json.c: In function 'split_string_to_oid_list': wal2json.c:3128:17: warning: array subscript has type 'char' [-Wchar-subscripts] 3128 | while (isspace(*nextp)) | ^ wal2json.c:3142:52: warning: array subscript has type 'char' [-Wchar-subscripts] 3142 | while (*nextp && *nextp != separator && !isspace(*nextp)) | ^ wal2json.c:3150:18: warning: array subscript has type 'char' [-Wchar-subscripts] 3150 | while (isspace(*nextp)) | ^ wal2json.c:3156:19: warning: array subscript has type 'char' [-Wchar-subscripts] 3156 | while (isspace(*nextp)) | ^ gmake: *** [: wal2json.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/databases/postgresql-wal2json *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/databases/postgresql-wal2json