In the gather_report.sql file, this error happens: psql:gather_report.sql:275: ERROR: invalid input syntax for type inet: "/"
It happens on the tblhba WITH code block, at this point: (addr||'/'||cidr_mask)::inet network_block
My workaround was: set_masklen(addr::inet, masklen(mask::inet)) AS network_block