=== Applying patches on top of PostgreSQL commit ID ef5f559b95e2883c32d20d309d316f0572fd84b5 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Sun Dec 14 02:23:24 UTC 2025 On branch cf/4677 nothing to commit, working tree clean === using 'git am' to apply patch ./v24-0001-Integrate-addition-of-attributes-for-sequences-w.patch === Applying: Integrate addition of attributes for sequences with ALTER TABLE === using 'git am' to apply patch ./v24-0002-Refactor-code-for-in-core-local-sequences.patch === Applying: Refactor code for in-core "local" sequences error: sha1 information is lacking or useless (src/backend/commands/sequence.c). error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Refactor code for in-core "local" sequences When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". === using patch(1) to apply patch ./v24-0002-Refactor-code-for-in-core-local-sequences.patch === patching file src/include/access/rmgrlist.h patching file src/include/access/seqlocalam.h patching file src/backend/access/rmgrdesc/Makefile patching file src/backend/access/rmgrdesc/meson.build patching file src/backend/access/rmgrdesc/seqlocaldesc.c (renamed from src/backend/access/rmgrdesc/seqdesc.c) Hunk #1 FAILED at 1. 1 out of 1 hunk FAILED -- saving rejects to file src/backend/access/rmgrdesc/seqlocaldesc.c.rej patching file src/backend/access/sequence/Makefile patching file src/backend/access/sequence/meson.build patching file src/backend/access/sequence/seqlocalam.c patching file src/backend/access/sequence/seqlocalxlog.c patching file src/backend/access/transam/rmgr.c patching file src/backend/commands/sequence.c Hunk #1 succeeded at 15 with fuzz 2 (offset -1 lines). Hunk #2 FAILED at 52. Hunk #3 succeeded at 87 (offset -11 lines). Hunk #4 succeeded at 120 (offset -11 lines). Hunk #5 succeeded at 154 (offset -11 lines). Hunk #6 succeeded at 166 (offset -11 lines). Hunk #7 succeeded at 228 (offset -11 lines). Hunk #8 succeeded at 238 (offset -11 lines). Hunk #9 succeeded at 246 (offset -11 lines). Hunk #10 succeeded at 256 (offset -11 lines). Hunk #11 succeeded at 267 (offset -11 lines). Hunk #12 succeeded at 276 (offset -11 lines). Hunk #13 succeeded at 303 (offset -11 lines). Hunk #14 succeeded at 314 (offset -11 lines). Hunk #15 succeeded at 346 (offset -11 lines). Hunk #16 succeeded at 360 (offset -11 lines). Hunk #17 succeeded at 423 (offset -11 lines). Hunk #18 succeeded at 476 (offset -11 lines). Hunk #19 succeeded at 488 (offset -11 lines). Hunk #20 succeeded at 577 (offset -11 lines). Hunk #21 succeeded at 610 (offset -11 lines). Hunk #22 succeeded at 631 (offset -11 lines). Hunk #23 succeeded at 773 (offset -11 lines). Hunk #24 succeeded at 1360 (offset -11 lines). Hunk #25 succeeded at 1396 (offset -11 lines). Hunk #26 succeeded at 1414 (offset -11 lines). Hunk #27 FAILED at 1437. Hunk #28 FAILED at 1500. 3 out of 28 hunks FAILED -- saving rejects to file src/backend/commands/sequence.c.rej patching file src/bin/pg_waldump/.gitignore patching file src/bin/pg_waldump/rmgrdesc.c patching file src/bin/pg_waldump/t/001_basic.pl Unstaged changes after reset: M src/backend/access/rmgrdesc/Makefile M src/backend/access/rmgrdesc/meson.build D src/backend/access/rmgrdesc/seqdesc.c M src/backend/access/sequence/Makefile M src/backend/access/sequence/meson.build M src/backend/access/transam/rmgr.c M src/backend/commands/sequence.c M src/bin/pg_waldump/.gitignore M src/bin/pg_waldump/rmgrdesc.c M src/bin/pg_waldump/t/001_basic.pl M src/include/access/rmgrlist.h Removing src/backend/access/rmgrdesc/seqlocaldesc.c Removing src/backend/access/rmgrdesc/seqlocaldesc.c.rej Removing src/backend/access/sequence/seqlocalam.c Removing src/backend/access/sequence/seqlocalxlog.c Removing src/backend/commands/sequence.c.rej Removing src/include/access/seqlocalam.h === using 'git apply' to apply patch ./v24-0002-Refactor-code-for-in-core-local-sequences.patch === Applied patch to 'src/include/access/rmgrlist.h' cleanly. Falling back to direct application... Applied patch to 'src/backend/access/rmgrdesc/Makefile' cleanly. Applied patch to 'src/backend/access/rmgrdesc/meson.build' cleanly. Applied patch to 'src/backend/access/rmgrdesc/seqlocaldesc.c' with conflicts. Applied patch to 'src/backend/access/sequence/Makefile' cleanly. Applied patch to 'src/backend/access/sequence/meson.build' cleanly. Falling back to direct application... Falling back to direct application... Applied patch to 'src/backend/access/transam/rmgr.c' cleanly. error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/backend/commands/sequence.c:16 error: src/backend/commands/sequence.c: patch does not apply Applied patch to 'src/bin/pg_waldump/.gitignore' cleanly. Applied patch to 'src/bin/pg_waldump/rmgrdesc.c' cleanly. Applied patch to 'src/bin/pg_waldump/t/001_basic.pl' cleanly.