=== Applying patches on top of PostgreSQL commit ID 53a49365052026907afff7613929710d1e7f0da0 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Sat Feb 1 06:07:29 UTC 2025 On branch cf/5100 nothing to commit, working tree clean === applying patch ./v10-0001-Add-a-Postgres-SQL-function-for-crc32c-benchmark.patch Applied patch to 'src/test/modules/meson.build' cleanly. Falling back to direct application... Falling back to direct application... Falling back to direct application... Falling back to direct application... Falling back to direct application... [cf/5100 faa39ecaa1] Add a Postgres SQL function for crc32c benchmarking. Author: Paul Amonson Date: Mon May 6 08:34:17 2024 -0700 6 files changed, 95 insertions(+) create mode 100644 src/test/modules/test_crc32c/Makefile create mode 100644 src/test/modules/test_crc32c/meson.build create mode 100644 src/test/modules/test_crc32c/test_crc32c--1.0.sql create mode 100644 src/test/modules/test_crc32c/test_crc32c.c create mode 100644 src/test/modules/test_crc32c/test_crc32c.control === applying patch ./v10-0002-Refactor-consolidate-x86-ISA-and-OS-runtime-chec.patch Applied patch to 'src/include/port/pg_bitutils.h' cleanly. Falling back to direct application... Applied patch to 'src/port/Makefile' cleanly. Applied patch to 'src/port/meson.build' cleanly. Applied patch to 'src/port/pg_bitutils.c' cleanly. Applied patch to 'src/port/pg_crc32c_sse42_choose.c' cleanly. Falling back to direct application... /work/patches/./v10-0002-Refactor-consolidate-x86-ISA-and-OS-runtime-chec.patch:359: new blank line at EOF. + Applied patch to 'src/port/pg_popcount_avx512.c' cleanly. warning: 1 line adds whitespace errors. [cf/5100 b088b91978] Refactor: consolidate x86 ISA and OS runtime checks Author: Paul Amonson Date: Tue Jul 23 11:23:23 2024 -0700 8 files changed, 205 insertions(+), 117 deletions(-) create mode 100644 src/include/port/pg_hw_feat_check.h create mode 100644 src/port/pg_hw_feat_check.c === applying patch ./v10-0003-Add-AVX-512-CRC32C-algorithm-with-a-runtime-chec.patch /work/patches/./v10-0003-Add-AVX-512-CRC32C-algorithm-with-a-runtime-chec.patch:525: indent with spaces. /* /work/patches/./v10-0003-Add-AVX-512-CRC32C-algorithm-with-a-runtime-chec.patch:526: indent with spaces. * __i386__ is defined by gcc and Intel compiler on Linux, /work/patches/./v10-0003-Add-AVX-512-CRC32C-algorithm-with-a-runtime-chec.patch:527: indent with spaces. * _M_IX86 by VS compiler, /work/patches/./v10-0003-Add-AVX-512-CRC32C-algorithm-with-a-runtime-chec.patch:528: indent with spaces. * i386 by Sun compilers on opensolaris at least /work/patches/./v10-0003-Add-AVX-512-CRC32C-algorithm-with-a-runtime-chec.patch:529: indent with spaces. */ Applied patch to 'config/c-compiler.m4' cleanly. Applied patch to 'configure' cleanly. Applied patch to 'configure.ac' cleanly. Applied patch to 'meson.build' cleanly. Applied patch to 'src/include/pg_config.h.in' cleanly. Falling back to direct application... Applied patch to 'src/include/port/pg_crc32c.h' cleanly. Applied patch to 'src/include/port/pg_hw_feat_check.h' cleanly. Applied patch to 'src/port/meson.build' cleanly. Falling back to direct application... Applied patch to 'src/port/pg_crc32c_sse42.c' cleanly. Falling back to direct application... error: patch failed: src/port/pg_crc32c_sse42_choose.c:1 error: src/port/pg_crc32c_sse42_choose.c: patch does not apply Falling back to direct application... Applied patch to 'src/port/pg_hw_feat_check.c' cleanly.