+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/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 /opt/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 gcc -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 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include -fPIC -I. -I./ -I/opt/pkg/include/postgresql/server -I/opt/pkg/include/postgresql/internal -I/opt/pkg/include/gettext -I/opt/pkg/include -I/opt/pkg/include/ncurses -I/usr/include/kerberosv5 -I/usr/include/gssapi -I/usr/include -D_POSIX_PTHREAD_SEMANTICS -I/opt/pkg/include/libxml2 -I/opt/pkg/include -I/opt/pkg/include -c -o wal2json.o wal2json.c wal2json.c: In function 'pg_decode_begin_txn_v1': wal2json.c:817:117: 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:99: 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:99: 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:91: 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:99: 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:99: error: 'ReorderBufferTXN' has no member named 'commit_time' 2879 | appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); | ^~ gmake: *** [: wal2json.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/databases/postgresql-wal2json *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-upstream-trunk/databases/postgresql-wal2json