Comment 7 for bug 1850136

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

While more of the postgresql migration goes on the former bug is resolved.
Just to hit another FTBFS which effectively means it still fails to build.
One solved, more to go ...

The new error is about:
1529 E asyncpg.cluster.ClusterError: pg_ctl stop exited with status 1: pg_ctl: PID file "/tmp/tmp5jss46lb/postmaster.pid" does not exist
1530 E Is server running?

and
E asyncpg.exceptions._base.InternalClientError: cannot switch to state 11; another operation (19) is in progress

and most of the time:
E AssertionError: unexpected exceptions in asynchronous code:
E 09. An open stream object is being garbage collected; call "stream.close()" explicitly.:
ERROR asyncio:base_events.py:1692 An open stream object is being garbage collected; call "stream.close()" explicitly.

And more ...

Maybe a python 3.8 issue in regard to those tests?