[22:47:26.947] su postgres <<-EOF [22:47:26.947] ulimit -c unlimited [22:47:26.947] # Otherwise tests will fail on OpenBSD, due to inability to start enough [22:47:26.947] # processes. [22:47:26.947] ulimit -p 256 [22:47:26.947] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} ${MTEST_SUITES} [22:47:26.947] EOF [22:47:28.724] 1/10 postgresql:setup / tmp_install OK 1.32s [22:47:28.831] 2/10 postgresql:setup / install_test_files OK 0.10s [22:47:29.935] 3/10 postgresql:setup / initdb_cache OK 1.10s [22:47:30.886] ▶ 4/10 - src/test/pytest/pyt/test_something.py::test_something FAIL [22:47:30.917] 5/10 postgresql:pytest / pytest/test_libpq OK 0.97s 9 subtests passed [22:47:30.957] 4/10 postgresql:pytest / pytest/test_something FAIL 1.02s 1/2 subtests passed [22:47:30.957] >>> REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PYTHONPATH=/home/postgres/postgres/src/test/pytest/plugins LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=161 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MESON_TEST_ITERATION=1 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 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /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:47:30.957] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:47:30.957] stderr: [22:47:30.957] ____________________________ test_something ____________________________ [22:47:30.957] [22:47:30.957] hey = None [22:47:30.957] [22:47:30.957] def test_something(hey): [22:47:30.957] > assert 2 == 4 [22:47:30.957] E assert 2 == 4 [22:47:30.957] [22:47:30.957] pyt/test_something.py:13: AssertionError [22:47:30.957] [22:47:30.957] _______________ Error during teardown of test_something ________________ [22:47:30.957] [22:47:30.957] @pytest.fixture [22:47:30.957] def hey(): [22:47:30.957] yield [22:47:30.957] > raise "uh-oh" [22:47:30.957] E TypeError: exceptions must derive from BaseException [22:47:30.957] [22:47:30.957] pyt/test_something.py:9: TypeError [22:47:30.957] [22:47:30.957] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:47:30.957] [22:47:31.405] 6/10 postgresql:ssl / ssl/test_client OK 1.43s 4 subtests passed [22:47:34.175] 7/10 postgresql:ssl / ssl/002_scram OK 4.22s 24 subtests passed [22:47:34.581] 8/10 postgresql:ssl / ssl/003_sslinfo OK 4.61s 20 subtests passed [22:47:35.141] 9/10 postgresql:ssl / ssl/test_server OK 5.15s 12 subtests passed [22:47:40.322] 10/10 postgresql:ssl / ssl/001_ssltests OK 10.37s 234 subtests passed [22:47:40.335] [22:47:40.335] Summary of Failures: [22:47:40.335] [22:47:40.335] 4/10 postgresql:pytest / pytest/test_something FAIL 1.02s 1/2 subtests passed [22:47:40.335] [22:47:40.335] Ok: 9 [22:47:40.335] Expected Fail: 0 [22:47:40.335] Fail: 1 [22:47:40.335] Unexpected Pass: 0 [22:47:40.335] Skipped: 0 [22:47:40.335] Timeout: 0 [22:47:40.335] [22:47:40.335] Full log written to /home/postgres/postgres/build/meson-logs/testlog.txt