[02:10:20.093] su postgres <<-EOF [02:10:20.093] set -e [02:10:20.093] ulimit -c unlimited [02:10:20.093] # Otherwise tests will fail on OpenBSD, due to inability to start enough [02:10:20.093] # processes. [02:10:20.093] ulimit -p 256 [02:10:20.093] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} ${MTEST_SUITES} [02:10:20.093] EOF [02:10:22.079] 1/10 postgresql:setup / tmp_install OK 1.48s [02:10:22.194] 2/10 postgresql:setup / install_test_files OK 0.11s [02:10:23.401] 3/10 postgresql:setup / initdb_cache OK 1.20s [02:10:24.259] 4/10 postgresql:pytest / pytest/test_libpq OK 0.85s 9 subtests passed [02:10:24.261] ▶ 5/10 - src/test/pytest/pyt/test_something.py::test_something FAIL [02:10:24.342] 5/10 postgresql:pytest / pytest/test_something FAIL 0.94s 1/2 subtests passed [02:10:24.342] >>> MALLOC_PERTURB_=86 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MESON_TEST_ITERATION=1 PYTHONPATH=/home/postgres/postgres/src/test/pytest/plugins 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 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress 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 [02:10:24.342] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [02:10:24.342] stderr: [02:10:24.342] ____________________________ test_something ____________________________ [02:10:24.342] [02:10:24.342] hey = None [02:10:24.342] [02:10:24.342] def test_something(hey): [02:10:24.342] > assert 2 == 4 [02:10:24.342] E assert 2 == 4 [02:10:24.342] [02:10:24.342] pyt/test_something.py:13: AssertionError [02:10:24.342] [02:10:24.342] _______________ Error during teardown of test_something ________________ [02:10:24.342] [02:10:24.342] @pytest.fixture [02:10:24.342] def hey(): [02:10:24.342] yield [02:10:24.342] > raise "uh-oh" [02:10:24.342] E TypeError: exceptions must derive from BaseException [02:10:24.342] [02:10:24.342] pyt/test_something.py:9: TypeError [02:10:24.342] [02:10:24.342] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [02:10:24.342] [02:10:28.226] 6/10 postgresql:ssl / ssl/002_scram OK 4.80s 24 subtests passed [02:10:28.275] 7/10 postgresql:ssl / ssl/test_client OK 4.79s 4 subtests passed [02:10:28.484] 8/10 postgresql:ssl / ssl/003_sslinfo OK 5.04s 20 subtests passed [02:10:29.222] 9/10 postgresql:ssl / ssl/test_server OK 5.71s 12 subtests passed [02:10:34.523] 10/10 postgresql:ssl / ssl/001_ssltests OK 11.10s 234 subtests passed [02:10:34.539] [02:10:34.539] Summary of Failures: [02:10:34.539] [02:10:34.539] 5/10 postgresql:pytest / pytest/test_something FAIL 0.94s 1/2 subtests passed [02:10:34.539] [02:10:34.539] Ok: 9 [02:10:34.539] Expected Fail: 0 [02:10:34.539] Fail: 1 [02:10:34.539] Unexpected Pass: 0 [02:10:34.539] Skipped: 0 [02:10:34.539] Timeout: 0 [02:10:34.539] [02:10:34.539] Full log written to /home/postgres/postgres/build/meson-logs/testlog.txt