Skip to content

Implement listen / notify for Postgres backend #446

Implement listen / notify for Postgres backend

Implement listen / notify for Postgres backend #446

Triggered via pull request December 5, 2025 18:24
Status Failure
Total duration 19m 52s
Artifacts

linux-cxx20-vcpkg.yaml

on: pull_request
Matrix: linux
Fit to window
Zoom out
Zoom in

Annotations

50 errors
(llvm-16-postgres): tests/postgres/test_listen_notify.cpp#L140
no member named 'listen' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-16-postgres): tests/postgres/test_listen_notify.cpp#L121
use of undeclared identifier 'creds'
(llvm-16-postgres): tests/postgres/test_listen_notify.cpp#L118
no member named 'unlisten' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-16-postgres): tests/postgres/test_listen_notify.cpp#L115
no member named 'listen' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-16-postgres): tests/postgres/test_listen_notify.cpp#L114
no member named 'listen' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-16-postgres): tests/postgres/test_listen_notify.cpp#L86
use of undeclared identifier 'creds'
(llvm-16-postgres): tests/postgres/test_listen_notify.cpp#L73
no member named 'notify' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-16-postgres): tests/postgres/test_listen_notify.cpp#L53
no matching function for call to 'wait_for_notifications'
(llvm-16-postgres): tests/postgres/test_listen_notify.cpp#L49
no member named 'notify' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-16-postgres): tests/postgres/test_listen_notify.cpp#L45
no member named 'listen' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(gcc-12-postgres): tests/postgres/test_listen_notify.cpp#L140
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(gcc-12-postgres): tests/postgres/test_listen_notify.cpp#L121
‘creds’ was not declared in this scope
(gcc-12-postgres): tests/postgres/test_listen_notify.cpp#L118
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘unlisten’
(gcc-12-postgres): tests/postgres/test_listen_notify.cpp#L115
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(gcc-12-postgres): tests/postgres/test_listen_notify.cpp#L114
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(gcc-12-postgres): tests/postgres/test_listen_notify.cpp#L86
‘creds’ was not declared in this scope
(gcc-12-postgres): tests/postgres/test_listen_notify.cpp#L73
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘notify’
(gcc-12-postgres): tests/postgres/test_listen_notify.cpp#L53
invalid initialization of reference of type ‘sqlgen::postgres::Connection&’ from expression of type ‘rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’
(gcc-12-postgres): tests/postgres/test_listen_notify.cpp#L49
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘notify’
(gcc-12-postgres): tests/postgres/test_listen_notify.cpp#L45
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(gcc-11-postgres): tests/postgres/test_listen_notify.cpp#L140
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(gcc-11-postgres): tests/postgres/test_listen_notify.cpp#L121
‘creds’ was not declared in this scope
(gcc-11-postgres): tests/postgres/test_listen_notify.cpp#L118
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘unlisten’
(gcc-11-postgres): tests/postgres/test_listen_notify.cpp#L115
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(gcc-11-postgres): tests/postgres/test_listen_notify.cpp#L114
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(gcc-11-postgres): tests/postgres/test_listen_notify.cpp#L86
‘creds’ was not declared in this scope
(gcc-11-postgres): tests/postgres/test_listen_notify.cpp#L73
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘notify’
(gcc-11-postgres): tests/postgres/test_listen_notify.cpp#L53
invalid initialization of reference of type ‘sqlgen::postgres::Connection&’ from expression of type ‘rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’
(gcc-11-postgres): tests/postgres/test_listen_notify.cpp#L49
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘notify’
(gcc-11-postgres): tests/postgres/test_listen_notify.cpp#L45
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(llvm-18-postgres): tests/postgres/test_listen_notify.cpp#L140
no member named 'listen' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-18-postgres): tests/postgres/test_listen_notify.cpp#L121
use of undeclared identifier 'creds'
(llvm-18-postgres): tests/postgres/test_listen_notify.cpp#L118
no member named 'unlisten' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-18-postgres): tests/postgres/test_listen_notify.cpp#L115
no member named 'listen' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-18-postgres): tests/postgres/test_listen_notify.cpp#L114
no member named 'listen' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-18-postgres): tests/postgres/test_listen_notify.cpp#L86
use of undeclared identifier 'creds'
(llvm-18-postgres): tests/postgres/test_listen_notify.cpp#L73
no member named 'notify' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-18-postgres): tests/postgres/test_listen_notify.cpp#L53
no matching function for call to 'wait_for_notifications'
(llvm-18-postgres): tests/postgres/test_listen_notify.cpp#L49
no member named 'notify' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(llvm-18-postgres): tests/postgres/test_listen_notify.cpp#L45
no member named 'listen' in 'rfl::Result<rfl::Ref<sqlgen::postgres::Connection>>'
(gcc-14-postgres): tests/postgres/test_listen_notify.cpp#L140
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(gcc-14-postgres): tests/postgres/test_listen_notify.cpp#L121
‘creds’ was not declared in this scope
(gcc-14-postgres): tests/postgres/test_listen_notify.cpp#L118
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘unlisten’
(gcc-14-postgres): tests/postgres/test_listen_notify.cpp#L115
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(gcc-14-postgres): tests/postgres/test_listen_notify.cpp#L114
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’
(gcc-14-postgres): tests/postgres/test_listen_notify.cpp#L86
‘creds’ was not declared in this scope
(gcc-14-postgres): tests/postgres/test_listen_notify.cpp#L73
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘notify’
(gcc-14-postgres): tests/postgres/test_listen_notify.cpp#L53
invalid initialization of reference of type ‘sqlgen::postgres::Connection&’ from expression of type ‘rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’
(gcc-14-postgres): tests/postgres/test_listen_notify.cpp#L49
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘notify’
(gcc-14-postgres): tests/postgres/test_listen_notify.cpp#L45
‘class rfl::Result<rfl::Ref<sqlgen::postgres::Connection> >’ has no member named ‘listen’