=== Applying patches on top of PostgreSQL commit ID c7301c3b6fe2feaf96d52cbf35a85ac6b95374dc === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v1-0001-Configure-interactive-instance-to-restart-timer.patch patching file src/bin/psql/t/010_tab_completion.pl [cf/4959 d074a24cf9] Configure interactive instance to restart timer Author: Daniel Gustafsson Date: Tue Apr 9 17:58:25 2024 +0200 1 file changed, 3 insertions(+), 4 deletions(-) === applying patch ./v1-0002-Report-test-failure-rather-than-aborting-in-case-.patch patching file src/test/modules/test_misc/t/005_timeouts.pl patching file src/test/perl/PostgreSQL/Test/BackgroundPsql.pm patching file src/test/recovery/t/031_recovery_conflict.pl patching file src/test/recovery/t/037_invalid_database.pl Hunk #1 succeeded at 91 (offset 4 lines). [cf/4959 8c92687aa8] Report test failure rather than aborting in case of timeout Author: Daniel Gustafsson Date: Tue Apr 9 18:00:17 2024 +0200 4 files changed, 13 insertions(+), 13 deletions(-) === applying patch ./v1-0003-Clean-up-BackgroundPsql-object-when-test-ends.patch can't find file to patch at input line 17 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |From 648898f8da9b3e75c56eaabaef44c1e493217ab4 Mon Sep 17 00:00:00 2001 |From: Daniel Gustafsson |Date: Tue, 9 Apr 2024 18:05:19 +0200 |Subject: [PATCH v1 3/3] Clean up BackgroundPsql object when test ends | |The BackgroundPsql object must be cleaned up at the end of tests to |avoid leaks, ensure that finish() is called before exiting the suite |with done_testing(). |--- | src/test/recovery/t/043_wal_replay_wait.pl | 1 + | 1 file changed, 1 insertion(+) | |diff --git a/src/test/recovery/t/043_wal_replay_wait.pl b/src/test/recovery/t/043_wal_replay_wait.pl |index bbd64aa67b..3a469ddf59 100644 |--- a/src/test/recovery/t/043_wal_replay_wait.pl |+++ b/src/test/recovery/t/043_wal_replay_wait.pl -------------------------- No file to patch. Skipping patch. 1 out of 1 hunk ignored