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/6061 | MPTCP - multiplexing many TCP connections through one socket to get better bandwidth |
CompilerWarnings | |
compiler | [22:34:06.719] pqcomm.c:557:52: error: ‘IPPROTO_MPTCP’ undeclared (first use in this function); did you mean ‘IPPROTO_TC... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [22:31:44.494] ../src/interfaces/libpq/fe-connect.c(3337): error C2065: 'IPPROTO_MPTCP': undeclared identifier |
56/5726 | Enable auto-vectorization for page checksum calculations |
CompilerWarnings | |
compiler | [13:54:33.236] checksum.c:88:1: error: no previous prototype for function 'pg_checksum_page' [-Werror,-Wmissing-prototyp... |
compiler | [13:54:25.351] checksum.c:88:1: error: no previous prototype for function 'pg_checksum_page' [-Werror,-Wmissing-prototyp... |
compiler | [13:53:51.661] checksum.c:88:1: error: no previous prototype for ‘pg_checksum_page’ [-Werror=missing-prototypes] |
compiler | [13:53:46.026] checksum.c:88:1: error: no previous prototype for ‘pg_checksum_page’ [-Werror=missing-prototypes] |
compiler | [13:55:02.034] checksum.c:88:1: error: no previous prototype for ‘pg_checksum_page’ [-Werror=missing-prototypes] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [13:54:38.027] libpgport_srv.a(checksum.c.obj) : error LNK2019: unresolved external symbol __builtin_cpu_supports refere... |
56/4351 | Index Prefetching |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [10:43:12.041] ../src/backend/access/index/indexam.c(2101): warning C4047: 'return': 'bool' differs in levels of indirec... |
compiler | [10:43:12.041] ../src/backend/access/index/indexam.c(2084): warning C4047: 'return': 'bool' differs in levels of indirec... |
56/6041 | Fix pg_rewind false positives caused by shutdown-only WAL |
CompilerWarnings | |
compiler | [07:50:10.840] parsexlog.c:264:54: error: declaration of ‘checkPoint’ shadows a previous local [-Werror=shadow=compatibl... |
compiler | [07:49:56.784] parsexlog.c:264:54: error: declaration of ‘checkPoint’ shadows a previous local [-Werror=shadow=compatibl... |
compiler | [07:51:44.180] parsexlog.c:264:54: error: declaration of ‘checkPoint’ shadows a previous local [-Werror=shadow=compatibl... |
56/5570 | Bump soft open file limit (RLIMIT_NOFILE) to hard limit on startup |
CompilerWarnings | |
compiler | [04:56:08.402] shell_archive.c:78:7: error: implicit declaration of function 'pg_system' is invalid in C99 [-Werror,-Wim... |
compiler | [04:55:52.319] shell_archive.c:78:7: error: implicit declaration of function 'pg_system' is invalid in C99 [-Werror,-Wim... |
compiler | [04:55:13.710] shell_archive.c:78:14: error: implicit declaration of function ‘pg_system’; did you mean ‘system’? [-Werr... |
compiler | [04:54:59.371] shell_archive.c:78:14: error: implicit declaration of function ‘pg_system’; did you mean ‘system’? [-Werr... |
compiler | [04:56:45.852] shell_archive.c:78:14: error: implicit declaration of function ‘pg_system’; did you mean ‘_wsystem’? [-We... |
56/6012 | pgbench: extend variable usage in scripts |
CompilerWarnings | |
compiler | [22:52:35.095] pgbench.c:1987:8: error: unused variable 'quotechar' [-Werror,-Wunused-variable] |
compiler | [22:52:35.095] pgbench.c:1990:10: error: enumeration value 'PQUOTE_SHELL_ARG' not handled in switch [-Werror,-Wswitch] |
compiler | [22:52:22.679] pgbench.c:1987:8: error: unused variable 'quotechar' [-Werror,-Wunused-variable] |
compiler | [22:52:22.679] pgbench.c:1990:10: error: enumeration value 'PQUOTE_SHELL_ARG' not handled in switch [-Werror,-Wswitch] |
compiler | [22:51:49.338] pgbench.c:1987:25: error: unused variable ‘quotechar’ [-Werror=unused-variable] |
compiler | [22:51:49.338] pgbench.c:1990:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch] |
compiler | [22:51:49.338] pgbench.c:2030:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:51:36.908] pgbench.c:1990:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch] |
compiler | [22:51:36.908] pgbench.c:2030:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:51:36.908] pgbench.c:1987:25: error: unused variable ‘quotechar’ [-Werror=unused-variable] |
compiler | [22:53:01.782] pgbench.c:1990:9: error: enumeration value ‘PQUOTE_SHELL_ARG’ not handled in switch [-Werror=switch] |
compiler | [22:53:01.782] pgbench.c:2030:19: error: ‘quoted_value’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:53:01.782] pgbench.c:1987:25: error: unused variable ‘quotechar’ [-Werror=unused-variable] |
54/5829 | VCI (columnar store extension) |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [13:54:47.241] ../contrib/vci/storage/vci_ros_command.c(506): warning C4146: unary minus operator applied to unsigned ty... |
56/5773 | Disallow concurrent ALTER DOMAIN and DROP DOMAIN |
CompilerWarnings | |
compiler | [01:31:59.344] typecmds.c:2977:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro... |
compiler | [01:31:59.344] typecmds.c:3086:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro... |
compiler | [01:31:59.344] typecmds.c:2866:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro... |
compiler | [01:31:59.344] typecmds.c:2768:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro... |
compiler | [01:31:59.344] typecmds.c:2639:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro... |
compiler | [01:31:52.547] typecmds.c:2866:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro... |
compiler | [01:31:52.547] typecmds.c:3086:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro... |
compiler | [01:31:52.547] typecmds.c:2977:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro... |
compiler | [01:31:52.547] typecmds.c:2639:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro... |
compiler | [01:31:52.547] typecmds.c:2768:2: error: implicit declaration of function 'LockDatabaseObject' is invalid in C99 [-Werro... |
compiler | [01:31:22.853] typecmds.c:2639:9: error: implicit declaration of function ‘LockDatabaseObject’ [-Werror=implicit-functio... |
compiler | [01:31:16.025] typecmds.c:2639:9: error: implicit declaration of function ‘LockDatabaseObject’ [-Werror=implicit-functio... |
compiler | [01:32:20.409] typecmds.c:2639:9: error: implicit declaration of function ‘LockDatabaseObject’ [-Werror=implicit-functio... |
56/6103 | Make GiST waldump output more descriptive |
CompilerWarnings | |
compiler | [14:09:31.605] gistdesc.c:70:102: error: format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type ‘Gist... |
56/5938 | Enhancing Memory Context Statistics Reporting |
CompilerWarnings | |
compiler | [04:15:32.622] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
compiler | [04:15:32.622] Makefile:29: warning: overriding recipe for target 'check' |
compiler | [04:15:32.622] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
compiler | [04:15:32.622] Makefile:32: warning: overriding recipe for target 'installcheck' |
compiler | [04:12:38.721] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
compiler | [04:12:38.720] Makefile:29: warning: overriding recipe for target 'check' |
compiler | [04:12:38.721] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
compiler | [04:12:38.721] Makefile:32: warning: overriding recipe for target 'installcheck' |
compiler | [04:09:23.932] Makefile:29: warning: overriding recipe for target 'check' |
compiler | [04:09:23.932] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
compiler | [04:09:23.932] Makefile:32: warning: overriding recipe for target 'installcheck' |
compiler | [04:09:23.932] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
compiler | [04:06:45.847] Makefile:29: warning: overriding recipe for target 'check' |
compiler | [04:06:45.847] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
compiler | [04:06:45.847] Makefile:32: warning: overriding recipe for target 'installcheck' |
compiler | [04:06:45.848] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
compiler | [04:18:54.043] Makefile:29: warning: overriding recipe for target 'check' |
compiler | [04:18:54.044] ../../../../src/makefiles/pgxs.mk:451: warning: ignoring old recipe for target 'check' |
compiler | [04:18:54.044] Makefile:32: warning: overriding recipe for target 'installcheck' |
compiler | [04:18:54.044] ../../../../src/makefiles/pgxs.mk:433: warning: ignoring old recipe for target 'installcheck' |
56/6044 | PostgreSQL crashes with ThreadSanitizer during early initialization |
CompilerWarnings | |
compiler | [08:43:44.354] main.c:45:6: error: no previous extern declaration for non-static variable 'reached_main' [-Werror,-Wmiss... |
compiler | [08:43:03.195] sanitizer_hook.c:44:1: error: no previous prototype for function '__ubsan_default_options' [-Werror,-Wmis... |
compiler | [08:43:03.213] main.c:45:6: error: no previous extern declaration for non-static variable 'reached_main' [-Werror,-Wmiss... |
compiler | [08:41:59.676] sanitizer_hook.c:44:1: error: no previous prototype for ‘__ubsan_default_options’ [-Werror=missing-protot... |
compiler | [08:41:18.750] sanitizer_hook.c:44:1: error: no previous prototype for ‘__ubsan_default_options’ [-Werror=missing-protot... |
compiler | [08:44:38.106] sanitizer_hook.c:44:1: error: no previous prototype for ‘__ubsan_default_options’ [-Werror=missing-protot... |
55/5382 | Adding compression of temporary files |
CompilerWarnings | |
compiler | [14:52:10.761] buffile.c:725:95: error: passing argument 2 of ‘uncompress’ from incompatible pointer type [-Werror=incom... |
compiler | [14:52:10.761] buffile.c:854:101: error: passing argument 2 of ‘compress2’ from incompatible pointer type [-Werror=incom... |
55/5952 | Speed up COPY FROM text/CSV parsing using SIMD |
CompilerWarnings | |
compiler | [14:34:59.510] /usr/lib/gcc/x86_64-linux-gnu/12/include/emmintrin.h:1323:21: error: ‘match’ may be used uninitialized [-... |
compiler | [14:34:52.506] /usr/lib/gcc/x86_64-linux-gnu/12/include/emmintrin.h:1323:21: error: ‘match’ may be used uninitialized [-... |
compiler | [14:36:15.891] /usr/lib/gcc/x86_64-w64-mingw32/12-win32/include/emmintrin.h:1323:21: error: ‘match’ may be used uninitia... |
53/5631 | Allow table AMs to define their own reloptions |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [12:49:27.801] ../src/test/modules/dummy_table_am/dummy_table_am.c(512): warning C4028: formal parameter 2 different fro... |
53/4966 | Parallel CREATE INDEX for GIN indexes |
CompilerWarnings | |
compiler | [09:16:54.043] gininsert.c:1619:16: error: unused variable 'oldCtx' [-Werror,-Wunused-variable] |
compiler | [09:16:43.543] gininsert.c:1619:16: error: unused variable 'oldCtx' [-Werror,-Wunused-variable] |
compiler | [09:16:07.405] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l... |
compiler | [09:16:07.405] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable] |
compiler | [09:15:54.878] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l... |
compiler | [09:15:54.878] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable] |
compiler | [09:17:18.055] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable] |
compiler | [09:17:18.055] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l... |