[12:24:34.211] su postgres <<-EOF [12:24:34.211] ulimit -c unlimited [12:24:34.211] # Otherwise tests will fail on OpenBSD, due to inability to start enough [12:24:34.211] # processes. [12:24:34.211] ulimit -p 256 [12:24:34.211] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} ${MTEST_SUITES} [12:24:34.211] EOF [12:24:35.959] 1/10 postgresql:setup / tmp_install OK 1.31s [12:24:36.064] 2/10 postgresql:setup / install_test_files OK 0.10s [12:24:37.117] 3/10 postgresql:setup / initdb_cache OK 1.05s [12:24:37.888] ▶ 4/10 - src/test/pytest/pyt/test_something.py::test_something FAIL [12:24:37.952] 4/10 postgresql:pytest / pytest/test_something FAIL 0.83s 1/2 subtests passed [12:24:37.953] >>> 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 top_builddir=/home/postgres/postgres/build MSAN_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 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=127 MESON_TEST_ITERATION=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PYTHONPATH=/home/postgres/postgres/src/test/pytest/plugins 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 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=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 [12:24:37.953] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [12:24:37.953] stderr: [12:24:37.953] ____________________________ test_something ____________________________ [12:24:37.953] [12:24:37.953] hey = None [12:24:37.953] [12:24:37.953] def test_something(hey): [12:24:37.953] > assert 2 == 4 [12:24:37.953] E assert 2 == 4 [12:24:37.953] [12:24:37.953] pyt/test_something.py:13: AssertionError [12:24:37.953] [12:24:37.953] _______________ Error during teardown of test_something ________________ [12:24:37.953] [12:24:37.953] @pytest.fixture [12:24:37.953] def hey(): [12:24:37.953] yield [12:24:37.953] > raise "uh-oh" [12:24:37.953] E TypeError: exceptions must derive from BaseException [12:24:37.953] [12:24:37.953] pyt/test_something.py:9: TypeError [12:24:37.953] [12:24:37.953] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [12:24:37.953] [12:24:38.028] 5/10 postgresql:pytest / pytest/test_libpq OK 0.90s 9 subtests passed [12:24:41.446] 6/10 postgresql:ssl / ssl/002_scram OK 4.30s 24 subtests passed [12:24:41.857] 7/10 postgresql:ssl / ssl/003_sslinfo OK 4.70s 20 subtests passed [12:24:41.950] 8/10 postgresql:ssl / ssl/test_client OK 4.78s 4 subtests passed [12:24:42.594] 9/10 postgresql:ssl / ssl/test_server OK 5.37s 12 subtests passed [12:24:47.515] 10/10 postgresql:ssl / ssl/001_ssltests OK 10.38s 234 subtests passed [12:24:47.528] [12:24:47.528] Summary of Failures: [12:24:47.528] [12:24:47.528] 4/10 postgresql:pytest / pytest/test_something FAIL 0.83s 1/2 subtests passed [12:24:47.528] [12:24:47.528] Ok: 9 [12:24:47.528] Expected Fail: 0 [12:24:47.528] Fail: 1 [12:24:47.528] Unexpected Pass: 0 [12:24:47.528] Skipped: 0 [12:24:47.528] Timeout: 0 [12:24:47.528] [12:24:47.528] Full log written to /home/postgres/postgres/build/meson-logs/testlog.txt