PostgreSQL Patch Tester

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.

56/5938 Enhancing Memory Context Statistics Reporting
CompilerWarnings
compiler
[08:07:19.627] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck'
compiler
[08:07:19.627] Makefile:29: warning: overriding recipe for target 'check'
compiler
[08:07:19.627] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check'
compiler
[08:07:19.627] Makefile:32: warning: overriding recipe for target 'installcheck'
compiler
[08:04:45.708] Makefile:29: warning: overriding recipe for target 'check'
compiler
[08:04:45.708] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck'
compiler
[08:04:45.708] Makefile:32: warning: overriding recipe for target 'installcheck'
compiler
[08:04:45.708] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check'
compiler
[08:01:59.115] Makefile:29: warning: overriding recipe for target 'check'
compiler
[08:01:59.115] Makefile:32: warning: overriding recipe for target 'installcheck'
compiler
[08:01:59.115] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check'
compiler
[08:01:59.115] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck'
compiler
[07:59:36.895] Makefile:32: warning: overriding recipe for target 'installcheck'
compiler
[07:59:36.893] Makefile:29: warning: overriding recipe for target 'check'
compiler
[07:59:36.895] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check'
compiler
[07:59:36.895] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck'
compiler
[08:10:23.231] Makefile:32: warning: overriding recipe for target 'installcheck'
compiler
[08:10:23.231] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check'
compiler
[08:10:23.231] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck'
compiler
[08:10:23.231] Makefile:29: warning: overriding recipe for target 'check'
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...
56/6004 Reset recovery target parameters in pg_createsubscriber
CompilerWarnings
compiler
[08:33:35.229] pg_createsubscriber.c:207:36: error: implicit declaration of function ‘truncate’; did you mean ‘ftruncate...
Windows - Server 2022, VS 2019 - Meson & ninja
compiler
[08:33:27.284] pg_createsubscriber.c.obj : error LNK2019: unresolved external symbol truncate referenced in function cle...
56/6070 MultiXact corruption and standby deadlock
CompilerWarnings
compiler
[20:24:19.692] multixact.c:3404:38: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘in...
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...
54/5829 VCI (columnar store extension)
Windows - Server 2022, VS 2019 - Meson & ninja
compiler
[01:48:21.398] ../contrib/vci/storage/vci_ros_command.c(505): warning C4146: unary minus operator applied to unsigned ty...
57/6229 Have BackendXidGetPid return pid_t
CompilerWarnings
compiler
[00:05:41.149] pgrowlocks.c:260:73: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘pid_t’ {...
compiler
[00:05:41.149] pgrowlocks.c:213:73: error: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘pid_t’ {...
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:342:1: error: non-void function does not return a value in all control paths [-Werror,-Wretur...
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:10:44.677] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type]
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: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:200:17: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-stateme...
compiler
[13:09:23.809] parsexlog.c:342:1: error: control reaches end of non-void function [-Werror=return-type]
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:24.000] pg_rewind.c:489:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen...
compiler
[13:16:51.085] parsexlog.c:182:1: error: ‘is_shutdown_only_sequence’ defined but not used [-Werror=unused-function]
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:342:1: error: control reaches end of non-void function [-Werror=return-type]
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(400): warning C4311: 'type cast': pointer truncation from 'HANDLE' to '...
compiler
[22:26:12.375] ../src/backend/port/win32_shmem.c(224): error C2146: syntax error: missing ';' before identifier 'ShmemPr...
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:1955:8: error: unused variable 'quotechar' [-Werror,-Wunused-variable]
compiler
[19:00:45.217] pgbench.c:1958:10: error: enumeration value 'PQUOTE_SHELL_ARG' not handled in switch [-Werror,-Wswitch]
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:1998:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized]
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:1955:25: error: unused variable ‘quotechar’ [-Werror=unused-variable]
compiler
[18:59:20.306] pgbench.c:1955:25: error: unused variable ‘quotechar’ [-Werror=unused-variable]
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:1958:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch]
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...
56/6044 PostgreSQL crashes with ThreadSanitizer during early initialization
CompilerWarnings
compiler
[23:28:47.449] sanitizer_hook.c:44:1: error: no previous prototype for function '__ubsan_default_options' [-Werror,-Wmis...
compiler
[23:28:47.523] main.c:45:6: error: no previous extern declaration for non-static variable 'reached_main' [-Werror,-Wmiss...
compiler
[23:28:39.893] main.c:45:6: error: no previous extern declaration for non-static variable 'reached_main' [-Werror,-Wmiss...
compiler
[23:28:39.904] sanitizer_hook.c:44:1: error: no previous prototype for function '__ubsan_default_options' [-Werror,-Wmis...
compiler
[23:28:12.449] sanitizer_hook.c:44:1: error: no previous prototype for ‘__ubsan_default_options’ [-Werror=missing-protot...
compiler
[23:28:12.429] main.c:45:6: error: no previous declaration for ‘reached_main’ [-Werror=missing-variable-declarations]
compiler
[23:28:06.230] main.c:45:6: error: no previous declaration for ‘reached_main’ [-Werror=missing-variable-declarations]
compiler
[23:29:09.130] sanitizer_hook.c:44:1: error: no previous prototype for ‘__ubsan_default_options’ [-Werror=missing-protot...
compiler
[23:29:09.045] main.c:45:6: error: no previous declaration for ‘reached_main’ [-Werror=missing-variable-declarations]