Current commitfest | Next commitfest | FAQ | Statistics | Highlights
Highlight type: all assertion compiler core linker panic regress sanitizer tap test
Time range: current 7-day 30-day 90-day
This robot generates gigabytes of CI logs every week. Here is an attempt to search for "highlights", so it's easier to find actionable information quickly. New ideas for what patterns to search for are very welcome. "Current" shows only the most recent results from each submission. The wider time ranges also show information about historical versions, which may be useful for flapping tests, and also for hunting for bugs in master.
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [12:52:29.778] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:52:29.778] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:52:29.778] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:51:48.619] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:51:48.619] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:51:48.619] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:57:35.759] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:57:35.759] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [12:57:35.759] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [09:02:56.044] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence |
51/4984 | Serverside SNI for SSL connections |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [08:41:27.096] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S... |
51/4620 | CRC32C Parallel Computation Optimization on ARM |
CompilerWarnings | |
compiler | [06:52:55.601] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable] |
compiler | [06:50:37.056] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [06:51:16.606] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [05:17:38.475] pgstat_backend.c:157:10: error: enumeration values 'B_DATACHECKSUMSWORKER_LAUNCHER' and 'B_DATACHECKSUMSW... |
compiler | [05:16:03.123] pgstat_backend.c:157:10: error: enumeration values 'B_DATACHECKSUMSWORKER_LAUNCHER' and 'B_DATACHECKSUMSW... |
compiler | [05:14:15.684] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_WORKER’ not handled in switch [-W... |
compiler | [05:14:15.684] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [... |
compiler | [05:12:47.904] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_WORKER’ not handled in switch [-W... |
compiler | [05:12:47.904] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [... |
compiler | [05:19:28.529] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
51/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [04:30:16.511] postgres.c:2826:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [04:30:16.511] postgres.c:2822:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [04:30:16.511] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
compiler | [04:30:16.511] postgres.c:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [04:21:49.485] ../src/backend/tcop/postgres.c(2826): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [04:21:59.937] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [04:21:59.937] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [04:21:49.485] ../src/backend/tcop/postgres.c(2822): warning C4047: 'initializing': 'char *' differs in levels of indire... |
51/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [13:09:45.063] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [13:09:45.158] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [13:10:02.055] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [13:10:02.157] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [11:16:31.581] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [11:15:52.137] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [11:23:47.100] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5242 | Fix RelationTruncate() corruption |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [02:43:01.046] ../src/backend/storage/smgr/smgr.c(731): warning C4098: 'smgrtruncate': 'void' function returning a value |
51/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [16:33:09.842] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [16:33:09.842] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [16:32:38.717] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [16:32:38.717] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [16:31:49.179] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [16:31:49.179] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [16:31:21.452] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [16:31:21.452] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [16:33:46.110] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [16:33:46.110] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [23:54:45.689] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [23:54:26.059] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [23:57:45.586] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
51/4971 | Revisiting {CREATE INDEX, REINDEX} CONCURRENTLY improvements |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [20:15:53.586] c:\cirrus\src\backend\access\stir\stir.c(422) : warning C4715: 'stirbeginscan': not all control paths ret... |
51/5447 | log_min_messages per backend type |
CompilerWarnings | |
compiler | [15:44:30.209] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri... |
compiler | [15:42:37.772] guc_tables.c:522:10: error: no previous extern declaration for non-static variable 'log_min_messages_stri... |
51/5404 | Self contradictory examining on rel's baserestrictinfo |
CompilerWarnings | |
compiler | [13:11:35.602] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:11:35.602] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:11:35.602] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:10:53.593] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:10:53.593] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:10:53.593] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:17:01.748] contradictory.c:757:25: error: ‘btest’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:17:01.748] contradictory.c:1413:12: error: ‘varcollid’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [13:17:01.748] contradictory.c:1638:38: error: ‘one_elem’ may be used uninitialized [-Werror=maybe-uninitialized] |
51/5117 | VACUUM FULL / CLUSTER CONCURRENTLY |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [08:29:00.552] ../src/backend/commands/cluster.c(4401): warning C4129: '%': unrecognized character escape sequence |
51/4984 | Serverside SNI for SSL connections |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [08:07:24.468] ../src/test/modules/ssl_passphrase_callback/ssl_passphrase_func.c(52): warning C4113: 'void (__cdecl *)(S... |
51/4620 | CRC32C Parallel Computation Optimization on ARM |
CompilerWarnings | |
compiler | [07:10:49.022] pg_crc32c_sse42.c:29:18: error: unused variable 'orig_crc' [-Werror,-Wunused-variable] |
compiler | [07:08:32.424] pg_crc32c_sse42.c:29:25: error: unused variable ‘orig_crc’ [-Werror=unused-variable] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [07:09:16.350] test_crc32c.c.obj : error LNK2001: unresolved external symbol pg_comp_crc32c |
51/5323 | Support enabling checksums online |
CompilerWarnings | |
compiler | [06:09:54.043] pgstat_backend.c:157:10: error: enumeration values 'B_DATACHECKSUMSWORKER_LAUNCHER' and 'B_DATACHECKSUMSW... |
compiler | [06:08:19.826] pgstat_backend.c:157:10: error: enumeration values 'B_DATACHECKSUMSWORKER_LAUNCHER' and 'B_DATACHECKSUMSW... |
compiler | [06:06:23.997] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [... |
compiler | [06:06:23.997] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_WORKER’ not handled in switch [-W... |
compiler | [06:04:53.826] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_WORKER’ not handled in switch [-W... |
compiler | [06:04:53.826] pgstat_backend.c:157:9: error: enumeration value ‘B_DATACHECKSUMSWORKER_LAUNCHER’ not handled in switch [... |
compiler | [06:12:12.217] datachecksumsworker.c:590:67: error: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ... |
51/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [05:19:11.727] postgres.c:2826:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [05:19:11.727] postgres.c:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [05:19:11.727] postgres.c:2822:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [05:19:11.727] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [05:11:41.254] ../src/backend/tcop/postgres.c(2826): warning C4047: '=': 'char *' differs in levels of indirection from ... |
compiler | [05:11:52.043] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [05:11:52.043] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [05:11:41.254] ../src/backend/tcop/postgres.c(2822): warning C4047: 'initializing': 'char *' differs in levels of indire... |
51/4390 | add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1566): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
compiler | [14:21:32.524] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notAfter referenced in... |
compiler | [14:21:32.461] libpq_be-secure-openssl.c.obj : error LNK2019: unresolved external symbol X509_get_notBefore referenced i... |
compiler | [14:21:15.802] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4024: 'ASN1_TIME_to_timestamptz': different type... |
compiler | [14:21:15.692] ../src/backend/libpq/be-secure-openssl.c(1575): warning C4047: 'function': 'ASN1_TIME *' differs in level... |
51/5413 | INSERT ... ON CONFLICT DO SELECT [FOR ...] |
CompilerWarnings | |
compiler | [05:21:01.531] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:20:06.796] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [05:28:00.443] explain.c:5156:9: error: ‘resolution’ may be used uninitialized [-Werror=maybe-uninitialized] |