[02:28:09.281] su postgres <<-EOF [02:28:09.281] set -e [02:28:09.281] ulimit -c unlimited [02:28:09.281] # Otherwise tests will fail on OpenBSD, due to inability to start enough [02:28:09.281] # processes. [02:28:09.281] ulimit -p 256 [02:28:09.281] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} ${MTEST_SUITES} [02:28:09.281] EOF [02:28:11.086] 1/10 postgresql:setup / tmp_install OK 1.35s [02:28:11.192] 2/10 postgresql:setup / install_test_files OK 0.10s [02:28:12.284] 3/10 postgresql:setup / initdb_cache OK 1.09s [02:28:13.197] ▶ 4/10 - src/test/pytest/pyt/test_something.py::test_something FAIL [02:28:13.263] 5/10 postgresql:pytest / pytest/test_libpq OK 0.97s 9 subtests passed [02:28:13.273] 4/10 postgresql:pytest / pytest/test_something FAIL 0.99s 1/2 subtests passed [02:28:13.274] >>> PYTHONPATH=/home/postgres/postgres/src/test/pytest/plugins UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 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 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 top_builddir=/home/postgres/postgres/build MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=71 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so /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:28:13.274] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [02:28:13.274] stderr: [02:28:13.274] ____________________________ test_something ____________________________ [02:28:13.274] [02:28:13.274] hey = None [02:28:13.274] [02:28:13.274] def test_something(hey): [02:28:13.274] > assert 2 == 4 [02:28:13.274] E assert 2 == 4 [02:28:13.274] [02:28:13.274] pyt/test_something.py:13: AssertionError [02:28:13.274] [02:28:13.274] _______________ Error during teardown of test_something ________________ [02:28:13.274] [02:28:13.274] @pytest.fixture [02:28:13.274] def hey(): [02:28:13.274] yield [02:28:13.274] > raise "uh-oh" [02:28:13.274] E TypeError: exceptions must derive from BaseException [02:28:13.274] [02:28:13.274] pyt/test_something.py:9: TypeError [02:28:13.274] [02:28:13.274] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [02:28:13.274] [02:28:17.018] 6/10 postgresql:ssl / ssl/002_scram OK 4.71s 24 subtests passed [02:28:17.062] 7/10 postgresql:ssl / ssl/003_sslinfo OK 4.74s 20 subtests passed [02:28:17.210] 8/10 postgresql:ssl / ssl/test_client OK 4.85s 4 subtests passed [02:28:18.120] 9/10 postgresql:ssl / ssl/test_server OK 5.76s 12 subtests passed [02:28:23.176] 10/10 postgresql:ssl / ssl/001_ssltests OK 10.88s 243 subtests passed [02:28:23.190] [02:28:23.190] Summary of Failures: [02:28:23.190] [02:28:23.190] 4/10 postgresql:pytest / pytest/test_something FAIL 0.99s 1/2 subtests passed [02:28:23.190] [02:28:23.190] Ok: 9 [02:28:23.190] Expected Fail: 0 [02:28:23.190] Fail: 1 [02:28:23.190] Unexpected Pass: 0 [02:28:23.190] Skipped: 0 [02:28:23.190] Timeout: 0 [02:28:23.190] [02:28:23.190] Full log written to /home/postgres/postgres/build/meson-logs/testlog.txt