"go test -v -timeout 1h0m0s -remote TestSFTPRsyncNet: -verbose" - Starting (try 1/5) === RUN TestShellEscapeUnix --- PASS: TestShellEscapeUnix (0.00s) === RUN TestShellEscapeCmd --- PASS: TestShellEscapeCmd (0.00s) === RUN TestShellEscapePowerShell --- PASS: TestShellEscapePowerShell (0.00s) === RUN TestParseHash --- PASS: TestParseHash (0.00s) === RUN TestParseUsage --- PASS: TestParseUsage (0.00s) === RUN TestStringLock --- PASS: TestStringLock (1.17s) === RUN TestIntegration fstests.go:438: Using remote "TestSFTPRsyncNet:" 2025/08/03 01:53:13 NOTICE: TestSFTPRsyncNet: Starting server 2025/08/03 01:53:13 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-vamuvaj4cico" 2025/08/03 01:53:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/08/03 01:54:13 DEBUG : pacer: low level retry 1/10 (error couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout) 2025/08/03 01:54:13 DEBUG : pacer: Rate limited, increasing sleep to 200ms 2025/08/03 01:55:13 DEBUG : pacer: low level retry 2/10 (error couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout) 2025/08/03 01:55:13 DEBUG : pacer: Rate limited, increasing sleep to 400ms 2025/08/03 01:56:14 DEBUG : pacer: low level retry 3/10 (error couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout) 2025/08/03 01:56:14 DEBUG : pacer: Rate limited, increasing sleep to 800ms 2025/08/03 01:57:14 DEBUG : pacer: low level retry 4/10 (error couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout) 2025/08/03 01:57:14 DEBUG : pacer: Rate limited, increasing sleep to 1.6s 2025/08/03 01:58:14 DEBUG : pacer: low level retry 5/10 (error couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout) 2025/08/03 01:58:14 DEBUG : pacer: Rate limited, increasing sleep to 2s 2025/08/03 01:59:14 DEBUG : pacer: low level retry 6/10 (error couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout) 2025/08/03 02:00:14 DEBUG : pacer: low level retry 7/10 (error couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout) 2025/08/03 02:01:14 DEBUG : pacer: low level retry 8/10 (error couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout) 2025/08/03 02:02:14 DEBUG : pacer: low level retry 9/10 (error couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout) 2025/08/03 02:03:14 DEBUG : pacer: low level retry 10/10 (error couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout) fstests.go:462: Error Trace: /home/rclone/go/src/github.com/rclone/rclone/fstest/fstests/fstests.go:462 /home/rclone/go/src/github.com/rclone/rclone/backend/sftp/sftp_test.go:17 Error: Received unexpected error: NewFs: couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout Test: TestIntegration Messages: unexpected error: NewFs: couldn't connect SSH: dial tcp [2001:470:1:eb::9]:22: i/o timeout --- FAIL: TestIntegration (600.36s) === RUN TestIntegration2 sftp_test.go:25: skipping as -remote is set --- SKIP: TestIntegration2 (0.00s) === RUN TestIntegration3 sftp_test.go:35: skipping as -remote is set --- SKIP: TestIntegration3 (0.00s) FAIL exit status 1 FAIL github.com/rclone/rclone/backend/sftp 601.541s "go test -v -timeout 1h0m0s -remote TestSFTPRsyncNet: -verbose" - Finished ERROR in 10m2.510120259s (try 1/5): exit status 1: Failed [TestIntegration]