[22:34:51.999] su postgres <<-EOF [22:34:51.999] ulimit -c unlimited [22:34:51.999] # Otherwise tests will fail on OpenBSD, due to inability to start enough [22:34:51.999] # processes. [22:34:51.999] ulimit -p 256 [22:34:51.999] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} ${MTEST_SUITES} [22:34:51.999] EOF [22:34:53.454] 1/10 postgresql:setup / tmp_install OK 1.07s [22:34:53.524] 2/10 postgresql:setup / install_test_files OK 0.07s [22:34:55.188] 3/10 postgresql:setup / initdb_cache OK 1.66s [22:34:55.748] ▶ 4/10 - src/test/pytest/pyt/test_something.py::test_something FAIL [22:34:56.015] 4/10 postgresql:pytest / pytest/test_something FAIL 0.82s 1/2 subtests passed [22:34:56.016] >>> share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build 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/pkg/bin:/usr/pkg/sbin:/usr/bin:/bin:/usr/sbin:/sbin INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PYTHONPATH=/home/postgres/postgres/src/test/pytest/plugins REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=115 MESON_TEST_ITERATION=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 /usr/pkg/bin/python3.12 /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/pkg/bin/pytest -c /home/postgres/postgres/pytest.ini --verbose -p pgtap -ra /home/postgres/postgres/src/test/pytest/pyt/test_something.py [22:34:56.016] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [22:34:56.016] stderr: [22:34:56.016] ____________________________ test_something ____________________________ [22:34:56.016] [22:34:56.016] hey = None [22:34:56.016] [22:34:56.016] def test_something(hey): [22:34:56.016] > assert 2 == 4 [22:34:56.016] E assert 2 == 4 [22:34:56.016] [22:34:56.016] pyt/test_something.py:13: AssertionError [22:34:56.016] [22:34:56.016] _______________ Error during teardown of test_something ________________ [22:34:56.016] [22:34:56.016] @pytest.fixture [22:34:56.016] def hey(): [22:34:56.016] yield [22:34:56.016] > raise "uh-oh" [22:34:56.016] E TypeError: exceptions must derive from BaseException [22:34:56.016] [22:34:56.016] pyt/test_something.py:9: TypeError [22:34:56.016] [22:34:56.016] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [22:34:56.016] [22:34:56.024] 5/10 postgresql:pytest / pytest/test_libpq OK 0.83s 9 subtests passed [22:34:57.299] 6/10 postgresql:ssl / ssl/test_client OK 2.06s 4 subtests passed [22:34:57.728] 7/10 postgresql:ssl / ssl/003_sslinfo OK 2.49s 21 subtests passed [22:34:57.903] 8/10 postgresql:ssl / ssl/002_scram OK 2.69s 28 subtests passed [22:35:01.549] 9/10 postgresql:ssl / ssl/test_server OK 6.31s 12 subtests passed [22:35:04.136] 10/10 postgresql:ssl / ssl/001_ssltests OK 8.93s 247 subtests passed [22:35:04.148] [22:35:04.148] Summary of Failures: [22:35:04.148] [22:35:04.148] 4/10 postgresql:pytest / pytest/test_something FAIL 0.82s 1/2 subtests passed [22:35:04.148] [22:35:04.148] Ok: 9 [22:35:04.148] Fail: 1 [22:35:04.148] [22:35:04.148] Full log written to /home/postgres/postgres/build/meson-logs/testlog.txt