+ case "${usergroup_phase}" in + 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 -std=gnu99 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -pipe -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/krb5 -DLDAP_DEPRECATED -I/usr/pkg/include/db4 -fPIC -I. -I./ -I/usr/pkg/include/postgresql/server -I/usr/pkg/include/postgresql/internal -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/ncurses -I/usr/pkg/include/krb5 -DLDAP_DEPRECATED -I/usr/pkg/include/db4 -D_GNU_SOURCE -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' 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' 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' 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' 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' 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' appendStringInfo(ctx->out, ",\"timestamp\":\"%s\"", timestamptz_to_str(txn->commit_time)); ^ make: *** [wal2json.o] Error 1 *** Error code 2 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/postgresql-wal2json *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/databases/postgresql-wal2json