Hi, On Sun, May 10, 2026 at 08:04:23AM +0200, John Paul Adrian Glaubitz wrote: > Source: postgresql-common > Version: 290 > Severity: normal > Tags: patch > X-Debbugs-Cc: [email protected] > User: [email protected] > Usertags: m68k > > Hello, > > postgreql-18 fails during a local build with gcc-16 with [1]: > > -drop cascades to table testschema.atable > -drop cascades to materialized view testschema.amv > -drop cascades to table testschema.tablespace_acl > -DROP ROLE regress_tablespace_user1; > -DROP ROLE regress_tablespace_user2; > +psql: error: connection to server on socket > "/tmp/pg_regress-LH8ELi/.s.PGSQL.65315" failed: No such file or directory > + Is the server running locally and accepting connections on that > socket? > make[1]: *** [/usr/share/postgresql-common/server/postgresql.mk:283: > override_dh_auto_test-arch] Error 1 > make[1]: Leaving directory '/build/reproducible-path/postgresql-18-18.3' > make: *** [/usr/share/postgresql-common/server/postgresql.mk:173: > binary-arch] Error 2 > dpkg-buildpackage: error: debian/rules binary-arch subprocess failed with > exit status 2
I think the real error is this: |2026-05-09 22:54:05.199 UTC client backend[3478032] [unknown] PANIC: stuck spinlock detected at LWLockWaitListLock, ./build/../src/backend/storage/lmgr/lwlock.c:888 |qemu: uncaught target signal 6 (Aborted) - core dumped |2026-05-09 22:54:05.436 UTC postmaster[3477436] LOG: client backend (PID 3478032) was terminated by signal 6: Aborted |2026-05-09 22:54:05.436 UTC postmaster[3477436] LOG: terminating any other active server processes |2026-05-09 22:54:05.446 UTC postmaster[3477436] LOG: all server processes terminated; reinitializing Michael

