=== Applying patches on top of PostgreSQL commit ID 5d39becf8ba0080c98fee4b63575552f6800b012 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v7-0001-Add-a-Postgres-SQL-function-for-crc32c-benchmarki.patch patching file src/test/modules/meson.build patching file src/test/modules/test_crc32c/Makefile patching file src/test/modules/test_crc32c/meson.build patching file src/test/modules/test_crc32c/test_crc32c--1.0.sql patching file src/test/modules/test_crc32c/test_crc32c.c patching file src/test/modules/test_crc32c/test_crc32c.control [cf/5100 d578615068] 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 ./v7-0002-Refactor-consolidate-x86-ISA-and-OS-runtime-check.patch patching file src/include/port/pg_bitutils.h patching file src/include/port/pg_hw_feat_check.h patching file src/port/Makefile patching file src/port/meson.build Hunk #1 FAILED at 10. 1 out of 1 hunk FAILED -- saving rejects to file src/port/meson.build.rej patching file src/port/pg_bitutils.c patching file src/port/pg_crc32c_sse42_choose.c Hunk #1 succeeded at 20 with fuzz 2 (offset -3 lines). Hunk #2 FAILED at 41. 1 out of 2 hunks FAILED -- saving rejects to file src/port/pg_crc32c_sse42_choose.c.rej patching file src/port/pg_hw_feat_check.c patching file src/port/pg_popcount_avx512.c