[22:34:59.498] su postgres <<-EOF [22:34:59.498] ulimit -c unlimited [22:34:59.498] # Otherwise tests will fail on OpenBSD, due to inability to start enough [22:34:59.498] # processes. [22:34:59.498] ulimit -p 256 [22:34:59.498] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} ${MTEST_SUITES} [22:34:59.498] EOF [22:35:01.354] 1/10 postgresql:setup / tmp_install OK 1.37s [22:35:01.460] 2/10 postgresql:setup / install_test_files OK 0.10s [22:35:02.612] 3/10 postgresql:setup / initdb_cache OK 1.15s [22:35:03.342] ▶ 4/10 - src/test/pytest/pyt/test_something.py::test_something FAIL [22:35:03.405] 4/10 postgresql:pytest / pytest/test_something FAIL 0.79s 1/2 subtests passed [22:35:03.405] >>> UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MESON_TEST_ITERATION=1 top_builddir=/home/postgres/postgres/build MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=55 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PYTHONPATH=/home/postgres/postgres/src/test/pytest/plugins LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/pytest:/home/postgres/postgres/build/src/test/pytest/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/pytest --pg-test-extra '' --testgroup pytest --testname test_something -- /usr/local/bin/py.test -c /home/postgres/postgres/pytest.ini --verbose -p pgtap -ra /home/postgres/postgres/src/test/pytest/pyt/test_something.py [22:35:03.405] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:35:03.405] stderr: [22:35:03.405] ____________________________ test_something ____________________________ [22:35:03.405] [22:35:03.405] hey = None [22:35:03.405] [22:35:03.405] def test_something(hey): [22:35:03.405] > assert 2 == 4 [22:35:03.405] E assert 2 == 4 [22:35:03.405] [22:35:03.405] pyt/test_something.py:13: AssertionError [22:35:03.405] [22:35:03.405] _______________ Error during teardown of test_something ________________ [22:35:03.405] [22:35:03.405] @pytest.fixture [22:35:03.405] def hey(): [22:35:03.405] yield [22:35:03.405] > raise "uh-oh" [22:35:03.405] E TypeError: exceptions must derive from BaseException [22:35:03.405] [22:35:03.405] pyt/test_something.py:9: TypeError [22:35:03.405] [22:35:03.405] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:35:03.405] [22:35:03.544] 5/10 postgresql:pytest / pytest/test_libpq OK 0.92s 9 subtests passed [22:35:03.953] 6/10 postgresql:ssl / ssl/test_client OK 1.29s 4 subtests passed [22:35:06.903] 7/10 postgresql:ssl / ssl/002_scram OK 4.26s 24 subtests passed [22:35:07.345] 8/10 postgresql:ssl / ssl/003_sslinfo OK 4.69s 20 subtests passed [22:35:07.968] 9/10 postgresql:ssl / ssl/test_server OK 5.30s 12 subtests passed [22:35:13.348] 10/10 postgresql:ssl / ssl/001_ssltests OK 10.72s 234 subtests passed [22:35:13.361] [22:35:13.361] Summary of Failures: [22:35:13.361] [22:35:13.361] 4/10 postgresql:pytest / pytest/test_something FAIL 0.79s 1/2 subtests passed [22:35:13.361] [22:35:13.361] Ok: 9 [22:35:13.361] Expected Fail: 0 [22:35:13.361] Fail: 1 [22:35:13.361] Unexpected Pass: 0 [22:35:13.361] Skipped: 0 [22:35:13.361] Timeout: 0 [22:35:13.361] [22:35:13.361] Full log written to /home/postgres/postgres/build/meson-logs/testlog.txt