[Bug 257505] ninja broken under Linuxulator: waitpid(5530): Interrupted system call

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 30 Jul 2021 15:14:31 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257505

--- Comment #1 from Edward Tomasz Napierala <trasz@FreeBSD.org> ---
The same problem seems to be breaking "make check" in Postgres 13.3:

PATH="/home/trasz/postgresql-13.3/tmp_install/usr/local/pgsql/bin:$PATH"
LD_LIBRARY_PATH="/home/trasz/postgresql-13.3/tmp_install/usr/local/pgsql/lib" 
../../../src/test/regress/pg_regress --temp-instance=./tmp_check --inputdir=.
--bindir=     --dlpath=. --max-concurrent-tests=20 
--schedule=./parallel_schedule  
============== creating temporary instance            ==============
============== initializing database system           ==============
============== starting postmaster                    ==============
running on port 64467 with PID 12318
============== creating database "regression"         ==============
CREATE DATABASE
ALTER DATABASE
============== running regression test queries        ==============
test tablespace                   ... failed to wait for subprocesses:
Interrupted system call
make[1]: *** [GNUmakefile:132: check] Error 2
make[1]: Leaving directory '/home/trasz/postgresql-13.3/src/test/regress'
make: *** [GNUmakefile:69: check] Error 2

-- 
You are receiving this mail because:
You are the assignee for the bug.