[12:24:11.761] su postgres <<-EOF [12:24:11.761] ulimit -c unlimited [12:24:11.761] # Otherwise tests will fail on OpenBSD, due to inability to start enough [12:24:11.761] # processes. [12:24:11.761] ulimit -p 256 [12:24:11.761] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} ${MTEST_SUITES} [12:24:11.761] EOF [12:24:12.802] 1/10 postgresql:setup / tmp_install OK 0.71s [12:24:12.861] 2/10 postgresql:setup / install_test_files OK 0.06s [12:24:14.195] 3/10 postgresql:setup / initdb_cache OK 1.33s [12:24:14.675] ▶ 4/10 - src/test/pytest/pyt/test_something.py::test_something FAIL [12:24:14.792] 5/10 postgresql:pytest / pytest/test_libpq OK 0.59s 9 subtests passed [12:24:14.827] 4/10 postgresql:pytest / pytest/test_something FAIL 0.63s 1/2 subtests passed [12:24:14.827] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PYTHONPATH=/home/postgres/postgres/src/test/pytest/plugins ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=75 top_builddir=/home/postgres/postgres/build PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib 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 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=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 [12:24:14.827] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [12:24:14.827] stderr: [12:24:14.827] ____________________________ test_something ____________________________ [12:24:14.827] [12:24:14.827] hey = None [12:24:14.827] [12:24:14.827] def test_something(hey): [12:24:14.827] > assert 2 == 4 [12:24:14.827] E assert 2 == 4 [12:24:14.827] [12:24:14.827] pyt/test_something.py:13: AssertionError [12:24:14.827] [12:24:14.827] _______________ Error during teardown of test_something ________________ [12:24:14.827] [12:24:14.827] @pytest.fixture [12:24:14.827] def hey(): [12:24:14.827] yield [12:24:14.827] > raise "uh-oh" [12:24:14.827] E TypeError: exceptions must derive from BaseException [12:24:14.827] [12:24:14.827] pyt/test_something.py:9: TypeError [12:24:14.827] [12:24:14.827] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [12:24:14.827] [12:24:16.468] 6/10 postgresql:ssl / ssl/003_sslinfo OK 2.23s 21 subtests passed [12:24:16.632] 7/10 postgresql:ssl / ssl/002_scram OK 2.41s 28 subtests passed [12:24:17.848] 8/10 postgresql:ssl / ssl/test_client OK 3.58s 4 subtests passed [12:24:20.059] 9/10 postgresql:ssl / ssl/test_server OK 5.75s 12 subtests passed [12:24:22.484] 10/10 postgresql:ssl / ssl/001_ssltests OK 8.28s 247 subtests passed [12:24:22.505] [12:24:22.505] Summary of Failures: [12:24:22.505] [12:24:22.505] 4/10 postgresql:pytest / pytest/test_something FAIL 0.63s 1/2 subtests passed [12:24:22.505] [12:24:22.505] Ok: 9 [12:24:22.505] Fail: 1 [12:24:22.505] [12:24:22.505] Full log written to /home/postgres/postgres/build/meson-logs/testlog.txt