Hi,

On 2022-03-04 09:54:28 -0500, Tom Lane wrote:
> Thomas Munro <thomas.mu...@gmail.com> writes:
> > https://github.com/postgres/postgres/commits/master
> 
> > I don't see what that patch has to do with the symptoms.
> 
> The buildfarm is not unhappy, so I'd be looking at what changed
> recently in the cfbot's setup.

Very odd.


> I find it a little suspicious that startcreate is merrily starting
> the postmaster on port 5432, without concern for the possibility
> that that port is in use or blocked by a packet filter.

It's a container that's just created for that run, so there shouldn't be
anything else running. We also see that the server successfully starts:

2022-03-03 23:24:15.261 GMT [5504][postmaster] LOG:  starting PostgreSQL 
15devel, compiled by Visual C++ build 1929, 64-bit
2022-03-03 23:24:15.270 GMT [5504][postmaster] LOG:  listening on IPv6 address 
"::1", port 5432
2022-03-03 23:24:15.270 GMT [5504][postmaster] LOG:  listening on IPv4 address 
"127.0.0.1", port 5432
2022-03-03 23:24:15.321 GMT [5808][startup] LOG:  database system was shut down 
at 2022-03-03 23:24:15 GMT
2022-03-03 23:24:15.341 GMT [5504][postmaster] LOG:  database system is ready 
to accept connections

Greetings,

Andres Freund


Reply via email to