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.
| 57/4351 | Index Prefetching |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [11:44:02.075] ../src/backend/access/index/indexam.c(435): warning C4098: 'index_markpos': 'void' function returning a v... |
| 56/5938 | Enhancing Memory Context Statistics Reporting |
| CompilerWarnings | |
| compiler | [23:14:35.715] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
| compiler | [23:14:35.715] Makefile:29: warning: overriding recipe for target 'check' |
| compiler | [23:14:35.715] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
| compiler | [23:14:35.715] Makefile:32: warning: overriding recipe for target 'installcheck' |
| compiler | [23:12:01.160] Makefile:32: warning: overriding recipe for target 'installcheck' |
| compiler | [23:12:01.160] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
| compiler | [23:12:01.160] Makefile:29: warning: overriding recipe for target 'check' |
| compiler | [23:12:01.160] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
| compiler | [23:09:10.664] Makefile:32: warning: overriding recipe for target 'installcheck' |
| compiler | [23:09:10.664] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
| compiler | [23:09:10.664] Makefile:29: warning: overriding recipe for target 'check' |
| compiler | [23:09:10.664] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
| compiler | [23:06:50.531] Makefile:32: warning: overriding recipe for target 'installcheck' |
| compiler | [23:06:50.531] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
| compiler | [23:06:50.530] Makefile:29: warning: overriding recipe for target 'check' |
| compiler | [23:06:50.531] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
| compiler | [23:17:35.935] Makefile:32: warning: overriding recipe for target 'installcheck' |
| compiler | [23:17:35.935] Makefile:29: warning: overriding recipe for target 'check' |
| compiler | [23:17:35.935] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
| compiler | [23:17:35.935] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
| 57/6229 | Have BackendXidGetPid return pid_t |
| CompilerWarnings | |
| compiler | [00:26:13.897] pgrowlocks.c:213:73: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘pid_t’ {... |
| compiler | [00:26:13.897] pgrowlocks.c:260:73: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘pid_t’ {... |
| 56/6004 | Reset recovery target parameters in pg_createsubscriber |
| CompilerWarnings | |
| compiler | [16:32:10.914] pg_createsubscriber.c:207:36: error: implicit declaration of function ‘truncate’; did you mean ‘ftruncate... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [16:22:41.737] pg_createsubscriber.c.obj : error LNK2019: unresolved external symbol truncate referenced in function cle... |
| 54/5829 | VCI (columnar store extension) |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [04:01:28.091] ../contrib/vci/storage/vci_ros_command.c(505): warning C4146: unary minus operator applied to unsigned ty... |
| 56/6103 | Make GiST waldump output more descriptive |
| CompilerWarnings | |
| compiler | [16:15:15.074] gistdesc.c:70:102: error: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘Gist... |
| 57/6242 | parallel pgbench -i |
| CompilerWarnings | |
| compiler | [16:46:48.166] pgbench.c:1813:57: error: ‘pthread_t’ undeclared (first use in this function); did you mean ‘nthreads’? |
| compiler | [16:46:48.166] pgbench.c:1798:16: error: returning ‘void *’ from a function with return type ‘unsigned int’ makes intege... |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [16:46:01.918] ../src/bin/pgbench/pgbench.c(1813): error C2065: 'pthread_t': undeclared identifier |
| compiler | [16:46:01.918] ../src/bin/pgbench/pgbench.c(1798): warning C4047: 'return': 'unsigned int' differs in levels of indirect... |
| 56/6041 | Fix pg_rewind false positives caused by shutdown-only WAL |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [13:09:14.635] c:\cirrus\src\bin\pg_rewind\parsexlog.c(342) : warning C4715: 'findLastCheckpoint': not all control paths... |
| CompilerWarnings | |
| compiler | [13:13:58.398] parsexlog.c:200:9: error: mixing declarations and code is incompatible with standards before C99 [-Werror... |
| compiler | [13:13:58.398] parsexlog.c:185:17: error: variable 'seen_running_xacts' set but not used [-Werror,-Wunused-but-set-varia... |
| compiler | [13:13:58.398] parsexlog.c:342:1: error: non-void function does not return a value in all control paths [-Werror,-Wretur... |
| compiler | [13:12:29.433] parsexlog.c:200:9: error: mixing declarations and code is incompatible with standards before C99 [-Werror... |
| compiler | [13:12:29.602] pg_rewind.c:483:17: error: mixing declarations and code is incompatible with standards before C99 [-Werro... |
| compiler | [13:12:29.433] parsexlog.c:185:17: error: variable 'seen_running_xacts' set but not used [-Werror,-Wunused-but-set-varia... |
| compiler | [13:12:29.433] parsexlog.c:342:1: error: non-void function does not return a value in all control paths [-Werror,-Wretur... |
| compiler | [13:10:44.677] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function] |
| compiler | [13:10:44.677] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme... |
| compiler | [13:10:44.677] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type] |
| compiler | [13:09:23.809] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme... |
| compiler | [13:09:24.000] pg_rewind.c:489:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
| compiler | [13:09:24.000] pg_rewind.c:483:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
| compiler | [13:09:23.809] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function] |
| compiler | [13:09:23.809] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type] |
| compiler | [13:16:51.085] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type] |
| compiler | [13:16:51.085] parsexlog.c:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme... |
| compiler | [13:16:51.085] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function] |
| 56/5319 | Changing shared_buffers without restart |
| CompilerWarnings | |
| compiler | [22:38:24.789] pg_sema.c:47:1: error: conflicting types for ‘PGReserveSemaphores’; have ‘void(int, int)’ |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [22:26:12.375] ../src/backend/port/win32_shmem.c(224): error C2146: syntax error: missing ';' before identifier 'ShmemPr... |
| compiler | [22:26:12.375] ../src/backend/port/win32_shmem.c(400): warning C4311: 'type cast': pointer truncation from 'HANDLE' to '... |
| compiler | [22:26:12.313] ../src/backend/port/win32_sema.c(48): warning C4029: declared formal parameter list different from defini... |
| 56/6012 | pgbench: extend variable usage in scripts |
| CompilerWarnings | |
| compiler | [19:00:45.217] pgbench.c:1958:10: error: enumeration value 'PQUOTE_SHELL_ARG' not handled in switch [-Werror,-Wswitch] |
| compiler | [19:00:45.217] pgbench.c:1955:8: error: unused variable 'quotechar' [-Werror,-Wunused-variable] |
| compiler | [19:00:24.476] pgbench.c:1955:8: error: unused variable 'quotechar' [-Werror,-Wunused-variable] |
| compiler | [19:00:24.476] pgbench.c:1958:10: error: enumeration value 'PQUOTE_SHELL_ARG' not handled in switch [-Werror,-Wswitch] |
| compiler | [18:59:40.898] pgbench.c:1955:25: error: unused variable ‘quotechar’ [-Werror=unused-variable] |
| compiler | [18:59:40.898] pgbench.c:1958:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch] |
| compiler | [18:59:40.898] pgbench.c:1998:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized] |
| compiler | [18:59:20.306] pgbench.c:1958:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch] |
| compiler | [18:59:20.306] pgbench.c:1998:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized] |
| compiler | [18:59:20.306] pgbench.c:1955:25: error: unused variable ‘quotechar’ [-Werror=unused-variable] |
| compiler | [19:01:29.618] pgbench.c:1998:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized] |
| compiler | [19:01:29.618] pgbench.c:1958:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch] |
| compiler | [19:01:29.618] pgbench.c:1955:25: error: unused variable ‘quotechar’ [-Werror=unused-variable] |
| Windows - Server 2022, VS 2019 - Meson & ninja | |
| compiler | [19:00:18.427] ../src/bin/pgbench/pgbench.c(1996): warning C4062: enumerator 'PQUOTE_SHELL_ARG' in switch of enum 'PsqlS... |