"./operations.test -test.v -test.timeout 1h0m0s -remote TestSFTPRsyncNet: -verbose" - Starting (try 1/5) 2025/06/20 01:25:30 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-sikoqaz8xuja" 2025/06/20 01:25:30 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:25:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: New connection [2a01:4f9:c011:405e::1]:42680->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:25:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell type "unix" from config 2025/06/20 01:25:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Relative path resolved to "/data2/home/59018/rclone-test-sikoqaz8xuja" 2025/06/20 01:25:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Using root directory "/data2/home/59018/rclone-test-sikoqaz8xuja" 2025/06/20 01:25:32 DEBUG : Creating backend with remote "/tmp/rclone3473760077" === RUN TestDoMultiThreadCopy --- PASS: TestDoMultiThreadCopy (0.00s) === RUN TestMultithreadCalculateNumChunks === RUN TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} === RUN TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} === RUN TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} === RUN TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} --- PASS: TestMultithreadCalculateNumChunks (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1_chunkSize:65536_wantNumChunks:1} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:1_wantNumChunks:1048576} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048576_chunkSize:2_wantNumChunks:524288} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048577_chunkSize:2_wantNumChunks:524289} (0.00s) --- PASS: TestMultithreadCalculateNumChunks/{size:1048575_chunkSize:2_wantNumChunks:524288} (0.00s) === RUN TestMultithreadCopy run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" multithread_test.go:121: multithread writing not supported 2025/06/20 01:25:32 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.13s) === RUN TestMultithreadCopyAbort run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" multithread_test.go:121: multithread writing not supported 2025/06/20 01:25:33 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.13s) === RUN TestSizeDiffers --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2025/06/20 01:25:33 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/Seek 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/20 01:25:33 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2025/06/20 01:25:33 DEBUG : potato: Seek from 10 to 0 2025/06/20 01:25:33 DEBUG : potato: Seek from 10 to 0 2025/06/20 01:25:33 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2025/06/20 01:25:33 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/Seek 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/20 01:25:33 DEBUG : potato: Seek from 5 to 2 2025/06/20 01:25:33 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2025/06/20 01:25:33 DEBUG : potato: Seek from 7 to 0 2025/06/20 01:25:33 DEBUG : potato: Seek from 7 to 0 2025/06/20 01:25:33 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2025/06/20 01:25:33 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/Seek 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/20 01:25:33 DEBUG : potato: Seek from 5 to 2 2025/06/20 01:25:33 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2025/06/20 01:25:33 DEBUG : potato: Seek from 8 to 0 2025/06/20 01:25:33 DEBUG : potato: Seek from 8 to 0 2025/06/20 01:25:33 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2025/06/20 01:25:33 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2025/06/20 01:25:33 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/Seek 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2025/06/20 01:25:33 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2025/06/20 01:25:33 DEBUG : potato: Seek from 5 to 2 2025/06/20 01:25:33 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2025/06/20 01:25:33 DEBUG : potato: Seek from 9 to 0 2025/06/20 01:25:33 DEBUG : potato: Seek from 9 to 0 2025/06/20 01:25:33 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/AccountReadError --- PASS: TestReOpen (0.00s) --- PASS: TestReOpen/Normal (0.00s) --- PASS: TestReOpen/Normal/Basics (0.00s) --- PASS: TestReOpen/Normal/ErrorAtStart (0.00s) --- PASS: TestReOpen/Normal/WithErrors (0.00s) --- PASS: TestReOpen/Normal/TooManyErrors (0.00s) --- PASS: TestReOpen/Normal/Seek (0.00s) --- PASS: TestReOpen/Normal/AccountRead (0.00s) --- PASS: TestReOpen/Normal/AccountReadDelay (0.00s) --- PASS: TestReOpen/Normal/AccountReadError (0.00s) --- PASS: TestReOpen/WithRangeOption (0.00s) --- PASS: TestReOpen/WithRangeOption/Basics (0.00s) --- PASS: TestReOpen/WithRangeOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithRangeOption/WithErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithRangeOption/Seek (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountRead (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithRangeOption/AccountReadError (0.00s) --- PASS: TestReOpen/WithSeekOption (0.00s) --- PASS: TestReOpen/WithSeekOption/Basics (0.00s) --- PASS: TestReOpen/WithSeekOption/ErrorAtStart (0.00s) --- PASS: TestReOpen/WithSeekOption/WithErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/TooManyErrors (0.00s) --- PASS: TestReOpen/WithSeekOption/Seek (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountRead (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadDelay (0.00s) --- PASS: TestReOpen/WithSeekOption/AccountReadError (0.00s) --- PASS: TestReOpen/UnknownSize (0.00s) --- PASS: TestReOpen/UnknownSize/Basics (0.00s) --- PASS: TestReOpen/UnknownSize/ErrorAtStart (0.00s) --- PASS: TestReOpen/UnknownSize/WithErrors (0.00s) --- PASS: TestReOpen/UnknownSize/TooManyErrors (0.00s) --- PASS: TestReOpen/UnknownSize/Seek (0.00s) --- PASS: TestReOpen/UnknownSize/AccountRead (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadDelay (0.00s) --- PASS: TestReOpen/UnknownSize/AccountReadError (0.00s) === RUN TestCheck run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:25:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:35 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:25:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:35 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheck/1 === RUN TestCheck/2 2025/06/20 01:25:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:25:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:25:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:25:38 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:25:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:25:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:25:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:25:38 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:25:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:38 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:25:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:39 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheck/3 2025/06/20 01:25:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:25:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:25:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:25:41 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:25:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:25:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:25:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:25:41 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:25:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:25:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:25:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:25:42 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:25:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:25:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:25:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:25:42 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:25:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:42 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:25:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:42 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheck/4 === RUN TestCheck/5 2025/06/20 01:25:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:25:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:25:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:25:47 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:25:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:25:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:25:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:25:47 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:25:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:25:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:25:48 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:25:48 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato" 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:25:48 DEBUG : remotepotato: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato" 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:25:48 DEBUG : remotepotato: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:25:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:49 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:25:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:49 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheck/6 === RUN TestCheck/7 --- PASS: TestCheck (19.58s) --- PASS: TestCheck/1 (0.79s) --- PASS: TestCheck/2 (0.78s) --- PASS: TestCheck/3 (0.79s) --- PASS: TestCheck/4 (2.31s) --- PASS: TestCheck/5 (0.79s) --- PASS: TestCheck/6 (0.81s) --- PASS: TestCheck/7 (0.79s) === RUN TestCheckFsError 2025/06/20 01:25:52 DEBUG : Creating backend with remote "nonexistent" 2025/06/20 01:25:52 DEBUG : Config file has changed externally - reloading 2025/06/20 01:25:52 DEBUG : Creating backend with remote "nonexistent" 2025/06/20 01:25:52 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2025/06/20 01:25:52 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2025/06/20 01:25:52 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 differences found 2025/06/20 01:25:52 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:25:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:54 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:25:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:54 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2025/06/20 01:25:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:25:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:25:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:25:58 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:25:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:25:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:25:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:25:58 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:25:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:58 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:25:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:25:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:25:59 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheckDownload/3 2025/06/20 01:26:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:26:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:26:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:26:01 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:26:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:26:02 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:02 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:02 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:02 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:26:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:03 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2025/06/20 01:26:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:26:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:26:07 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:26:07 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:07 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:07 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:26:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato" 2025/06/20 01:26:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:26:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:26:08 DEBUG : remotepotato: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:26:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato" 2025/06/20 01:26:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:26:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:26:08 DEBUG : remotepotato: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:26:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:08 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:26:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:09 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 --- PASS: TestCheckDownload (20.30s) --- PASS: TestCheckDownload/1 (1.17s) --- PASS: TestCheckDownload/2 (1.16s) --- PASS: TestCheckDownload/3 (1.17s) --- PASS: TestCheckDownload/4 (1.17s) --- PASS: TestCheckDownload/5 (1.17s) --- PASS: TestCheckDownload/6 (1.16s) --- PASS: TestCheckDownload/7 (1.16s) === RUN TestCheckSizeOnly run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:26:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:14 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:26:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:14 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2025/06/20 01:26:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:26:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:26:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:26:17 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:26:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:26:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:26:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:26:17 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:26:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:17 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:26:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:18 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheckSizeOnly/3 2025/06/20 01:26:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:26:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:26:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:26:20 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:26:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:26:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:26:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:26:20 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:26:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:26:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2ff4ef815de0b426b7da66694360a4c4 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:20 DEBUG : potato2: Parsed hash: 2ff4ef815de0b426b7da66694360a4c4 2025/06/20 01:26:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:26:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e115e7e50dac0673c74cd7d01399dc706bd96500 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:21 DEBUG : potato2: Parsed hash: e115e7e50dac0673c74cd7d01399dc706bd96500 2025/06/20 01:26:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:21 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:26:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:21 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2025/06/20 01:26:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:26:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:26:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:26:24 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:26:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:26:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:26:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:26:24 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:26:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:26:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2ff4ef815de0b426b7da66694360a4c4 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:24 DEBUG : potato2: Parsed hash: 2ff4ef815de0b426b7da66694360a4c4 2025/06/20 01:26:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:26:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e115e7e50dac0673c74cd7d01399dc706bd96500 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:26:25 DEBUG : potato2: Parsed hash: e115e7e50dac0673c74cd7d01399dc706bd96500 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato" 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:26:25 DEBUG : remotepotato: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato" 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/remotepotato 2025/06/20 01:26:25 DEBUG : remotepotato: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a49405dcd1c6a545eace9d6825af944b /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:25 DEBUG : rutabaga: Parsed hash: a49405dcd1c6a545eace9d6825af944b 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga" 2025/06/20 01:26:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 /data2/home/59018/rclone-test-sikoqaz8xuja/rutabaga 2025/06/20 01:26:26 DEBUG : rutabaga: Parsed hash: 01be66a605e122b67db7a40bfb9f171f24c5c8f4 === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 --- PASS: TestCheckSizeOnly (15.77s) --- PASS: TestCheckSizeOnly/1 (0.52s) --- PASS: TestCheckSizeOnly/2 (0.52s) --- PASS: TestCheckSizeOnly/3 (0.52s) --- PASS: TestCheckSizeOnly/4 (0.52s) --- PASS: TestCheckSizeOnly/5 (0.52s) --- PASS: TestCheckSizeOnly/6 (0.52s) --- PASS: TestCheckSizeOnly/7 (0.52s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:26:30 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/20 01:26:30 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/20 01:26:30 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/20 01:26:30 NOTICE: test.sum: 2 warning(s) suppressed... 2025/06/20 01:26:31 NOTICE: test.sum: improperly formatted checksum line 4 2025/06/20 01:26:31 NOTICE: test.sum: improperly formatted checksum line 5 2025/06/20 01:26:31 NOTICE: test.sum: improperly formatted checksum line 6 2025/06/20 01:26:31 NOTICE: test.sum: 2 warning(s) suppressed... --- PASS: TestParseSumFile (4.27s) === RUN TestCheckSum run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:26:32 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-sikoqaz8xuja/data" 2025/06/20 01:26:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/data: New connection [2a01:4f9:c011:405e::1]:43034->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:26:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/data: Shell type "unix" from config 2025/06/20 01:26:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/data: Relative path resolved to "/data2/home/59018/rclone-test-sikoqaz8xuja/data" 2025/06/20 01:26:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/data: Using root directory "/data2/home/59018/rclone-test-sikoqaz8xuja/data" 2025/06/20 01:26:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:26:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a466e167cb278a07bb8a055a36371a12 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:38 DEBUG : test.sum: Parsed hash: a466e167cb278a07bb8a055a36371a12 2025/06/20 01:26:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:26:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9973c0a35d422c0e63cb58cca823568f1b70e229 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:38 DEBUG : test.sum: Parsed hash: 9973c0a35d422c0e63cb58cca823568f1b70e229 2025/06/20 01:26:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:26:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:38 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:26:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:26:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:38 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 === RUN TestCheckSum/subtest1 2025/06/20 01:26:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:26:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a466e167cb278a07bb8a055a36371a12 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:43 DEBUG : test.sum: Parsed hash: a466e167cb278a07bb8a055a36371a12 2025/06/20 01:26:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:26:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9973c0a35d422c0e63cb58cca823568f1b70e229 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:43 DEBUG : test.sum: Parsed hash: 9973c0a35d422c0e63cb58cca823568f1b70e229 2025/06/20 01:26:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:26:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:43 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:26:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:26:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:44 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:26:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:26:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:44 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:26:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:26:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:44 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSum/subtest2 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8b285896bf09dbe9c259309cb73ee53d /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:48 DEBUG : test.sum: Parsed hash: 8b285896bf09dbe9c259309cb73ee53d 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 260da9f0f50ac1c2adf43dfa9f364b0877bbf880 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:48 DEBUG : test.sum: Parsed hash: 260da9f0f50ac1c2adf43dfa9f364b0877bbf880 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:48 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:26:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:49 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:26:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:26:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:49 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:26:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:26:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:49 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSum/subtest3 2025/06/20 01:26:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:26:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: bc4c5fd365a3f676f5336d71b7149fd7 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:53 DEBUG : test.sum: Parsed hash: bc4c5fd365a3f676f5336d71b7149fd7 2025/06/20 01:26:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:26:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fa9a9f8a6425766dd8daaf18ff3bf1d33cc3263c /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:53 DEBUG : test.sum: Parsed hash: fa9a9f8a6425766dd8daaf18ff3bf1d33cc3263c 2025/06/20 01:26:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:26:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:54 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:26:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:26:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:54 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:26:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:26:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:54 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:26:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:26:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:54 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSum/subtest4 2025/06/20 01:26:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:26:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4b34b061f9d75ae495fb99d247dc697e /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:58 DEBUG : test.sum: Parsed hash: 4b34b061f9d75ae495fb99d247dc697e 2025/06/20 01:26:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:26:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5e4d1d62eb4cdb050b3effaa1ba3d8837f92788c /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:26:59 DEBUG : test.sum: Parsed hash: 5e4d1d62eb4cdb050b3effaa1ba3d8837f92788c 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:59 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:26:59 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:26:59 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:26:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:00 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSum/subtest5 2025/06/20 01:27:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2c79f55ba5d16d7967c510a0e4414333 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:04 DEBUG : test.sum: Parsed hash: 2c79f55ba5d16d7967c510a0e4414333 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5a3d554231a1f1f61f74fe4020d32031b7c89511 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:04 DEBUG : test.sum: Parsed hash: 5a3d554231a1f1f61f74fe4020d32031b7c89511 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:04 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:04 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:05 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:27:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:05 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSum/subtest6 2025/06/20 01:27:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b016be839d91d18cfaa786ab2a641504 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:10 DEBUG : test.sum: Parsed hash: b016be839d91d18cfaa786ab2a641504 2025/06/20 01:27:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e31190422ca8f45d44e5b5807695dba3493720a5 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:11 DEBUG : test.sum: Parsed hash: e31190422ca8f45d44e5b5807695dba3493720a5 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:11 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:11 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:11 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:27:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:12 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:12 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:12 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSum/subtest7 --- PASS: TestCheckSum (43.66s) --- PASS: TestCheckSum/subtest1 (1.57s) --- PASS: TestCheckSum/subtest2 (1.56s) --- PASS: TestCheckSum/subtest3 (1.83s) --- PASS: TestCheckSum/subtest4 (1.83s) --- PASS: TestCheckSum/subtest5 (1.83s) --- PASS: TestCheckSum/subtest6 (1.83s) --- PASS: TestCheckSum/subtest7 (1.83s) === RUN TestCheckSumDownload run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:27:16 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-sikoqaz8xuja/data" 2025/06/20 01:27:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/data: New connection [2a01:4f9:c011:405e::1]:44200->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:27:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/data: Shell type "unix" from config 2025/06/20 01:27:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/data: Relative path resolved to "/data2/home/59018/rclone-test-sikoqaz8xuja/data" 2025/06/20 01:27:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/data: Using root directory "/data2/home/59018/rclone-test-sikoqaz8xuja/data" 2025/06/20 01:27:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a466e167cb278a07bb8a055a36371a12 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:21 DEBUG : test.sum: Parsed hash: a466e167cb278a07bb8a055a36371a12 2025/06/20 01:27:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9973c0a35d422c0e63cb58cca823568f1b70e229 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:22 DEBUG : test.sum: Parsed hash: 9973c0a35d422c0e63cb58cca823568f1b70e229 2025/06/20 01:27:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:22 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:27:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:22 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 === RUN TestCheckSumDownload/subtest1 2025/06/20 01:27:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a466e167cb278a07bb8a055a36371a12 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:27 DEBUG : test.sum: Parsed hash: a466e167cb278a07bb8a055a36371a12 2025/06/20 01:27:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9973c0a35d422c0e63cb58cca823568f1b70e229 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:27 DEBUG : test.sum: Parsed hash: 9973c0a35d422c0e63cb58cca823568f1b70e229 2025/06/20 01:27:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:27 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:27:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:28 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:27:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:28 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:27:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:28 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSumDownload/subtest2 2025/06/20 01:27:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8b285896bf09dbe9c259309cb73ee53d /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:32 DEBUG : test.sum: Parsed hash: 8b285896bf09dbe9c259309cb73ee53d 2025/06/20 01:27:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 260da9f0f50ac1c2adf43dfa9f364b0877bbf880 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:33 DEBUG : test.sum: Parsed hash: 260da9f0f50ac1c2adf43dfa9f364b0877bbf880 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:33 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:33 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:33 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:34 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSumDownload/subtest3 2025/06/20 01:27:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: bc4c5fd365a3f676f5336d71b7149fd7 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:39 DEBUG : test.sum: Parsed hash: bc4c5fd365a3f676f5336d71b7149fd7 2025/06/20 01:27:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fa9a9f8a6425766dd8daaf18ff3bf1d33cc3263c /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:39 DEBUG : test.sum: Parsed hash: fa9a9f8a6425766dd8daaf18ff3bf1d33cc3263c 2025/06/20 01:27:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:40 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:27:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:40 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:27:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:40 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:27:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:40 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSumDownload/subtest4 2025/06/20 01:27:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4b34b061f9d75ae495fb99d247dc697e /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:44 DEBUG : test.sum: Parsed hash: 4b34b061f9d75ae495fb99d247dc697e 2025/06/20 01:27:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5e4d1d62eb4cdb050b3effaa1ba3d8837f92788c /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:45 DEBUG : test.sum: Parsed hash: 5e4d1d62eb4cdb050b3effaa1ba3d8837f92788c 2025/06/20 01:27:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:45 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:27:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:45 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:27:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:46 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:27:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:46 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSumDownload/subtest5 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2c79f55ba5d16d7967c510a0e4414333 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:50 DEBUG : test.sum: Parsed hash: 2c79f55ba5d16d7967c510a0e4414333 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5a3d554231a1f1f61f74fe4020d32031b7c89511 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:50 DEBUG : test.sum: Parsed hash: 5a3d554231a1f1f61f74fe4020d32031b7c89511 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:50 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:51 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:27:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:51 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:27:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:51 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSumDownload/subtest6 2025/06/20 01:27:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b016be839d91d18cfaa786ab2a641504 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:57 DEBUG : test.sum: Parsed hash: b016be839d91d18cfaa786ab2a641504 2025/06/20 01:27:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/test.sum" 2025/06/20 01:27:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e31190422ca8f45d44e5b5807695dba3493720a5 /data2/home/59018/rclone-test-sikoqaz8xuja/test.sum 2025/06/20 01:27:57 DEBUG : test.sum: Parsed hash: e31190422ca8f45d44e5b5807695dba3493720a5 2025/06/20 01:27:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 65a8e27d8879283831b664bd8b7f0ad4 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:57 DEBUG : data/banana: Parsed hash: 65a8e27d8879283831b664bd8b7f0ad4 2025/06/20 01:27:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/banana" 2025/06/20 01:27:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0a0a9f2a6772942557ab5355d76af442f8f65e01 /data2/home/59018/rclone-test-sikoqaz8xuja/data/banana 2025/06/20 01:27:58 DEBUG : data/banana: Parsed hash: 0a0a9f2a6772942557ab5355d76af442f8f65e01 2025/06/20 01:27:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 87396e030ef3f5b35bbf85c0a09a4fb3 /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:58 DEBUG : data/potato: Parsed hash: 87396e030ef3f5b35bbf85c0a09a4fb3 2025/06/20 01:27:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/data/potato" 2025/06/20 01:27:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 257cb4b154368a392ebe9338782e013cef25356f /data2/home/59018/rclone-test-sikoqaz8xuja/data/potato 2025/06/20 01:27:58 DEBUG : data/potato: Parsed hash: 257cb4b154368a392ebe9338782e013cef25356f === RUN TestCheckSumDownload/subtest7 --- PASS: TestCheckSumDownload (46.46s) --- PASS: TestCheckSumDownload/subtest1 (1.94s) --- PASS: TestCheckSumDownload/subtest2 (1.94s) --- PASS: TestCheckSumDownload/subtest3 (3.44s) --- PASS: TestCheckSumDownload/subtest4 (1.94s) --- PASS: TestCheckSumDownload/subtest5 (1.94s) --- PASS: TestCheckSumDownload/subtest6 (1.94s) --- PASS: TestCheckSumDownload/subtest7 (1.94s) === RUN TestApplyTransforms 2025/06/20 01:28:03 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-bawoxob8vohi" 2025/06/20 01:28:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:28:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: New connection [2a01:4f9:c011:405e::1]:43930->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:28:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: Shell type "unix" from config 2025/06/20 01:28:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: Relative path resolved to "/data2/home/59018/rclone-test-bawoxob8vohi" 2025/06/20 01:28:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: Using root directory "/data2/home/59018/rclone-test-bawoxob8vohi" 2025/06/20 01:28:04 DEBUG : Creating backend with remote "/tmp/rclone101180574" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi", Local "Local file system at /tmp/rclone101180574", Modify Window "1s" upper checkfile vs. lower remote (without normalization) 2025/06/20 01:28:07 ERROR : hello, world!: sum not found 2025/06/20 01:28:07 ERROR : HELLO, WORLD!: file not in sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi 2025/06/20 01:28:07 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: 1 files missing 2025/06/20 01:28:07 NOTICE: 1 hashes missing 2025/06/20 01:28:07 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: 2 differences found 2025/06/20 01:28:07 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2025/06/20 01:28:08 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 01:28:08 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: 0 differences found 2025/06/20 01:28:08 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: 1 matching files 2025/06/20 01:28:08 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-dubihim7faxo" 2025/06/20 01:28:08 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:28:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: New connection [2a01:4f9:c011:405e::1]:43932->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:28:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: Shell type "unix" from config 2025/06/20 01:28:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: Relative path resolved to "/data2/home/59018/rclone-test-dubihim7faxo" 2025/06/20 01:28:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: Using root directory "/data2/home/59018/rclone-test-dubihim7faxo" 2025/06/20 01:28:09 DEBUG : Creating backend with remote "/tmp/rclone4082551718" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo", Local "Local file system at /tmp/rclone4082551718", Modify Window "1s" lower checkfile vs. upper remote (without normalization) 2025/06/20 01:28:12 ERROR : HELLO, WORLD!: sum not found 2025/06/20 01:28:12 ERROR : hello, world!: file not in sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo 2025/06/20 01:28:12 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: 1 files missing 2025/06/20 01:28:12 NOTICE: 1 hashes missing 2025/06/20 01:28:12 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: 2 differences found 2025/06/20 01:28:12 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2025/06/20 01:28:13 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 01:28:13 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: 0 differences found 2025/06/20 01:28:13 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: 1 matching files 2025/06/20 01:28:13 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-fimatuw2quci" 2025/06/20 01:28:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:28:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/data: Closing 1 unused connections 2025/06/20 01:28:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: New connection [2a01:4f9:c011:405e::1]:46550->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:28:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: Shell type "unix" from config 2025/06/20 01:28:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: Relative path resolved to "/data2/home/59018/rclone-test-fimatuw2quci" 2025/06/20 01:28:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: Using root directory "/data2/home/59018/rclone-test-fimatuw2quci" 2025/06/20 01:28:15 DEBUG : Creating backend with remote "/tmp/rclone3606420366" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci", Local "Local file system at /tmp/rclone3606420366", Modify Window "1s" lower checkfile vs. upperlowermixed remote (without normalization) 2025/06/20 01:28:17 ERROR : HeLlO, wOrLd!: sum not found 2025/06/20 01:28:17 ERROR : hello, world!: file not in sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci 2025/06/20 01:28:17 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: 1 files missing 2025/06/20 01:28:17 NOTICE: 1 hashes missing 2025/06/20 01:28:17 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: 2 differences found 2025/06/20 01:28:17 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2025/06/20 01:28:18 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 01:28:18 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: 0 differences found 2025/06/20 01:28:18 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: 1 matching files 2025/06/20 01:28:18 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-homegit7banu" 2025/06/20 01:28:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:28:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: New connection [2a01:4f9:c011:405e::1]:46566->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:28:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: Shell type "unix" from config 2025/06/20 01:28:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: Relative path resolved to "/data2/home/59018/rclone-test-homegit7banu" 2025/06/20 01:28:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: Using root directory "/data2/home/59018/rclone-test-homegit7banu" 2025/06/20 01:28:20 DEBUG : Creating backend with remote "/tmp/rclone1859701018" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu", Local "Local file system at /tmp/rclone1859701018", Modify Window "1s" upperlowermixed checkfile vs. upper remote (without normalization) 2025/06/20 01:28:22 ERROR : HELLO, WORLD!: sum not found 2025/06/20 01:28:22 ERROR : HeLlO, wOrLd!: file not in sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu 2025/06/20 01:28:22 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: 1 files missing 2025/06/20 01:28:22 NOTICE: 1 hashes missing 2025/06/20 01:28:22 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: 2 differences found 2025/06/20 01:28:22 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2025/06/20 01:28:23 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 01:28:23 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: 0 differences found 2025/06/20 01:28:23 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: 1 matching files 2025/06/20 01:28:23 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-tutobor6mupo" 2025/06/20 01:28:23 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:28:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: New connection [2a01:4f9:c011:405e::1]:36018->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:28:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: Shell type "unix" from config 2025/06/20 01:28:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: Relative path resolved to "/data2/home/59018/rclone-test-tutobor6mupo" 2025/06/20 01:28:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: Using root directory "/data2/home/59018/rclone-test-tutobor6mupo" 2025/06/20 01:28:25 DEBUG : Creating backend with remote "/tmp/rclone2640107829" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo", Local "Local file system at /tmp/rclone2640107829", Modify Window "1s" NFD checkfile vs. NFC remote (without normalization) 2025/06/20 01:28:27 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/20 01:28:27 ERROR : 測試_Русский___ě_áñ: file not in sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo 2025/06/20 01:28:27 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: 1 files missing 2025/06/20 01:28:27 NOTICE: 1 hashes missing 2025/06/20 01:28:27 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: 2 differences found 2025/06/20 01:28:27 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2025/06/20 01:28:28 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 01:28:28 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: 0 differences found 2025/06/20 01:28:28 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: 1 matching files 2025/06/20 01:28:28 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-jacubar3rogo" 2025/06/20 01:28:28 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:28:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: New connection [2a01:4f9:c011:405e::1]:36020->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:28:30 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: Shell type "unix" from config 2025/06/20 01:28:30 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: Relative path resolved to "/data2/home/59018/rclone-test-jacubar3rogo" 2025/06/20 01:28:30 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: Using root directory "/data2/home/59018/rclone-test-jacubar3rogo" 2025/06/20 01:28:30 DEBUG : Creating backend with remote "/tmp/rclone984911314" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo", Local "Local file system at /tmp/rclone984911314", Modify Window "1s" NFC checkfile vs. NFD remote (without normalization) 2025/06/20 01:28:32 ERROR : 測試_Русский___ě_áñ: sum not found 2025/06/20 01:28:32 ERROR : 測試_Русский___ě_áñ: file not in sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo 2025/06/20 01:28:32 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: 1 files missing 2025/06/20 01:28:32 NOTICE: 1 hashes missing 2025/06/20 01:28:32 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: 2 differences found 2025/06/20 01:28:32 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2025/06/20 01:28:33 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 01:28:33 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: 0 differences found 2025/06/20 01:28:33 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: 1 matching files 2025/06/20 01:28:33 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-kovikat7qapi" 2025/06/20 01:28:33 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:28:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: New connection [2a01:4f9:c011:405e::1]:55912->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:28:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: Shell type "unix" from config 2025/06/20 01:28:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: Relative path resolved to "/data2/home/59018/rclone-test-kovikat7qapi" 2025/06/20 01:28:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: Using root directory "/data2/home/59018/rclone-test-kovikat7qapi" 2025/06/20 01:28:35 DEBUG : Creating backend with remote "/tmp/rclone1959770985" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi", Local "Local file system at /tmp/rclone1959770985", Modify Window "1s" NFDx2 checkfile vs. both remote (without normalization) 2025/06/20 01:28:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/20 01:28:37 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi 2025/06/20 01:28:37 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: 1 files missing 2025/06/20 01:28:37 NOTICE: 1 hashes missing 2025/06/20 01:28:37 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: 2 differences found 2025/06/20 01:28:37 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2025/06/20 01:28:38 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 01:28:38 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: 0 differences found 2025/06/20 01:28:38 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: 1 matching files 2025/06/20 01:28:38 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-jekutar8qaro" 2025/06/20 01:28:38 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:28:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: New connection [2a01:4f9:c011:405e::1]:55916->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:28:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: Shell type "unix" from config 2025/06/20 01:28:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: Relative path resolved to "/data2/home/59018/rclone-test-jekutar8qaro" 2025/06/20 01:28:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: Using root directory "/data2/home/59018/rclone-test-jekutar8qaro" 2025/06/20 01:28:40 DEBUG : Creating backend with remote "/tmp/rclone3801216167" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro", Local "Local file system at /tmp/rclone3801216167", Modify Window "1s" NFCx2 checkfile vs. both remote (without normalization) 2025/06/20 01:28:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/20 01:28:42 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro 2025/06/20 01:28:42 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: 1 files missing 2025/06/20 01:28:42 NOTICE: 1 hashes missing 2025/06/20 01:28:42 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: 2 differences found 2025/06/20 01:28:42 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2025/06/20 01:28:44 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 01:28:44 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: 0 differences found 2025/06/20 01:28:44 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: 1 matching files 2025/06/20 01:28:44 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-lahipih1jase" 2025/06/20 01:28:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:28:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: New connection [2a01:4f9:c011:405e::1]:44400->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:28:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: Shell type "unix" from config 2025/06/20 01:28:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: Relative path resolved to "/data2/home/59018/rclone-test-lahipih1jase" 2025/06/20 01:28:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: Using root directory "/data2/home/59018/rclone-test-lahipih1jase" 2025/06/20 01:28:45 DEBUG : Creating backend with remote "/tmp/rclone613174994" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase", Local "Local file system at /tmp/rclone613174994", Modify Window "1s" both checkfile vs. NFDx2 remote (without normalization) 2025/06/20 01:28:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/20 01:28:48 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase 2025/06/20 01:28:48 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: 1 files missing 2025/06/20 01:28:48 NOTICE: 1 hashes missing 2025/06/20 01:28:48 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: 2 differences found 2025/06/20 01:28:48 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2025/06/20 01:28:49 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 01:28:49 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: 0 differences found 2025/06/20 01:28:49 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: 1 matching files 2025/06/20 01:28:49 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-biwugab5bata" 2025/06/20 01:28:49 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:28:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: New connection [2a01:4f9:c011:405e::1]:44402->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:28:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: Shell type "unix" from config 2025/06/20 01:28:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: Relative path resolved to "/data2/home/59018/rclone-test-biwugab5bata" 2025/06/20 01:28:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: Using root directory "/data2/home/59018/rclone-test-biwugab5bata" 2025/06/20 01:28:50 DEBUG : Creating backend with remote "/tmp/rclone3851913642" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata", Local "Local file system at /tmp/rclone3851913642", Modify Window "1s" both checkfile vs. NFCx2 remote (without normalization) 2025/06/20 01:28:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2025/06/20 01:28:53 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata 2025/06/20 01:28:53 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: 1 files missing 2025/06/20 01:28:53 NOTICE: 1 hashes missing 2025/06/20 01:28:53 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: 2 differences found 2025/06/20 01:28:53 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2025/06/20 01:28:54 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2025/06/20 01:28:54 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: 0 differences found 2025/06/20 01:28:54 NOTICE: sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: 1 matching files 2025/06/20 01:28:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2025/06/20 01:28:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: Purge dir "" 2025/06/20 01:28:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2025/06/20 01:28:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: Purge dir "" 2025/06/20 01:28:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2025/06/20 01:28:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: Purge dir "" 2025/06/20 01:28:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2025/06/20 01:28:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: Purge dir "" 2025/06/20 01:28:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: Purge object "測試_Русский___ě_áñ" 2025/06/20 01:28:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/data: Closing 2 unused connections 2025/06/20 01:29:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: Purge dir "" 2025/06/20 01:29:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: Purge object "測試_Русский___ě_áñ" 2025/06/20 01:29:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: Purge dir "" 2025/06/20 01:29:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: Purge object "HELLO, WORLD!" 2025/06/20 01:29:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: Purge dir "" 2025/06/20 01:29:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Closing 2 unused connections 2025/06/20 01:29:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: Purge object "HeLlO, wOrLd!" 2025/06/20 01:29:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: Purge dir "" 2025/06/20 01:29:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: Purge object "HELLO, WORLD!" 2025/06/20 01:29:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: Purge dir "" 2025/06/20 01:29:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: Purge object "hello, world!" 2025/06/20 01:29:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: Purge dir "" --- PASS: TestApplyTransforms (64.13s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:29:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: New connection [2a01:4f9:c011:405e::1]:49278->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:29:08 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/20 01:29:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2.53508f02.partial" 2025/06/20 01:29:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2.53508f02.partial 2025/06/20 01:29:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2.53508f02.partial 2025/06/20 01:29:10 DEBUG : sub/file2.53508f02.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:29:10 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/20 01:29:10 DEBUG : sub/file2.53508f02.partial: renamed to: sub/file2 2025/06/20 01:29:10 INFO : file1: Copied (new) to: sub/file2 2025/06/20 01:29:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:29:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:11 DEBUG : sub/file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:29:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:29:12 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:12 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:12 DEBUG : sub/file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:29:12 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/06/20 01:29:12 DEBUG : file1: Unchanged skipping 2025/06/20 01:29:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:29:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:13 DEBUG : sub/file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:29:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:29:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:13 DEBUG : sub/file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:29:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: don't need to copy/move sub/file2, it is already at target location 2025/06/20 01:29:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:29:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:15 DEBUG : sub/file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:29:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:29:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:29:15 DEBUG : sub/file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 --- PASS: TestCopyFile (10.62s) === RUN TestCopyLongFile run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" copy_test.go:153: Test only runs on local --- SKIP: TestCopyLongFile (1.03s) === RUN TestCopyFileBackupDir run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:29:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1" 2025/06/20 01:29:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:29:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 05164b153084ba910184c26e561a7c18 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:29:21 DEBUG : dst/file1: Parsed hash: 05164b153084ba910184c26e561a7c18 2025/06/20 01:29:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1" 2025/06/20 01:29:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:29:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:29:21 DEBUG : dst/file1: Parsed hash: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 2025/06/20 01:29:21 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-sikoqaz8xuja/backup" 2025/06/20 01:29:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/backup: New connection [2a01:4f9:c011:405e::1]:42828->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:29:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/backup: Shell type "unix" from config 2025/06/20 01:29:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/backup: Relative path resolved to "/data2/home/59018/rclone-test-sikoqaz8xuja/backup" 2025/06/20 01:29:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/backup: Using root directory "/data2/home/59018/rclone-test-sikoqaz8xuja/backup" 2025/06/20 01:29:23 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/20 01:29:24 INFO : dst/file1: Moved (server-side) 2025/06/20 01:29:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1.53508f02.partial" 2025/06/20 01:29:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1.53508f02.partial 2025/06/20 01:29:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1.53508f02.partial 2025/06/20 01:29:25 DEBUG : dst/file1.53508f02.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:29:25 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/20 01:29:26 DEBUG : dst/file1.53508f02.partial: renamed to: dst/file1 2025/06/20 01:29:26 INFO : dst/file1: Copied (new) 2025/06/20 01:29:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: New connection [2a01:4f9:c011:405e::1]:41216->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1" 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:29:29 DEBUG : dst/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1" 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:29:29 DEBUG : dst/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1" 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 05164b153084ba910184c26e561a7c18 /data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1 2025/06/20 01:29:29 DEBUG : backup/dst/file1: Parsed hash: 05164b153084ba910184c26e561a7c18 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1" 2025/06/20 01:29:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1 2025/06/20 01:29:30 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 /data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1 2025/06/20 01:29:30 DEBUG : backup/dst/file1: Parsed hash: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 2025/06/20 01:29:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/backup: Closing 1 unused connections --- PASS: TestCopyFileBackupDir (15.67s) === RUN TestCopyFileCompareDest run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:29:34 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-sikoqaz8xuja/dst" 2025/06/20 01:29:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: New connection [2a01:4f9:c011:405e::1]:51256->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:29:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Shell type "unix" from config 2025/06/20 01:29:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Relative path resolved to "/data2/home/59018/rclone-test-sikoqaz8xuja/dst" 2025/06/20 01:29:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Using root directory "/data2/home/59018/rclone-test-sikoqaz8xuja/dst" 2025/06/20 01:29:36 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-sikoqaz8xuja/CompareDest" 2025/06/20 01:29:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/CompareDest: New connection [2a01:4f9:c011:405e::1]:51270->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:29:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/CompareDest: Shell type "unix" from config 2025/06/20 01:29:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/CompareDest: Relative path resolved to "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest" 2025/06/20 01:29:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/CompareDest: Using root directory "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest" 2025/06/20 01:29:38 DEBUG : one: Need to transfer - File not found at Destination 2025/06/20 01:29:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one.b824e1ab.partial" 2025/06/20 01:29:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one.b824e1ab.partial 2025/06/20 01:29:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one.b824e1ab.partial 2025/06/20 01:29:39 DEBUG : one.b824e1ab.partial: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:29:39 DEBUG : one: md5 = f97c5d29941bfb1b2fdab0874906ab82 OK 2025/06/20 01:29:39 DEBUG : one.b824e1ab.partial: renamed to: one 2025/06/20 01:29:39 INFO : one: Copied (new) 2025/06/20 01:29:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:41 DEBUG : dst/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:29:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:41 DEBUG : dst/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:29:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:42 DEBUG : dst/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:29:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:43 DEBUG : dst/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:29:43 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/20 01:29:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one.406dcb2c.partial" 2025/06/20 01:29:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one.406dcb2c.partial 2025/06/20 01:29:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Remote command result: 07912d142f5d63ee918b34796b5a2432 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one.406dcb2c.partial 2025/06/20 01:29:44 DEBUG : one.406dcb2c.partial: Parsed hash: 07912d142f5d63ee918b34796b5a2432 2025/06/20 01:29:44 DEBUG : one: md5 = 07912d142f5d63ee918b34796b5a2432 OK 2025/06/20 01:29:44 DEBUG : one.406dcb2c.partial: renamed to: one 2025/06/20 01:29:44 INFO : one: Copied (replaced existing) 2025/06/20 01:29:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 07912d142f5d63ee918b34796b5a2432 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:46 DEBUG : dst/one: Parsed hash: 07912d142f5d63ee918b34796b5a2432 2025/06/20 01:29:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7f376fd65843a1267de8f986d40e164e5a321c13 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:46 DEBUG : dst/one: Parsed hash: 7f376fd65843a1267de8f986d40e164e5a321c13 2025/06/20 01:29:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:29:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 07912d142f5d63ee918b34796b5a2432 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:49 DEBUG : CompareDest/one: Parsed hash: 07912d142f5d63ee918b34796b5a2432 2025/06/20 01:29:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:29:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7f376fd65843a1267de8f986d40e164e5a321c13 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:49 DEBUG : CompareDest/one: Parsed hash: 7f376fd65843a1267de8f986d40e164e5a321c13 2025/06/20 01:29:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:50 DEBUG : dst/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:29:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:50 DEBUG : dst/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:29:50 DEBUG : one: Sizes differ (src 5 vs dst 3) 2025/06/20 01:29:50 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/06/20 01:29:50 DEBUG : one: Destination found in --compare-dest, skipping 2025/06/20 01:29:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:29:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 07912d142f5d63ee918b34796b5a2432 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:51 DEBUG : CompareDest/one: Parsed hash: 07912d142f5d63ee918b34796b5a2432 2025/06/20 01:29:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:29:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7f376fd65843a1267de8f986d40e164e5a321c13 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:52 DEBUG : CompareDest/one: Parsed hash: 7f376fd65843a1267de8f986d40e164e5a321c13 2025/06/20 01:29:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:52 DEBUG : dst/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:29:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:52 DEBUG : dst/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:29:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:29:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 07912d142f5d63ee918b34796b5a2432 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:54 DEBUG : CompareDest/one: Parsed hash: 07912d142f5d63ee918b34796b5a2432 2025/06/20 01:29:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:29:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7f376fd65843a1267de8f986d40e164e5a321c13 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:55 DEBUG : CompareDest/one: Parsed hash: 7f376fd65843a1267de8f986d40e164e5a321c13 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two" 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b8a9f715dbb64fd5c56e7783c6820a61 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:29:55 DEBUG : CompareDest/two: Parsed hash: b8a9f715dbb64fd5c56e7783c6820a61 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two" 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: ad782ecdac770fc6eb9a62e44f90873fb97fb26b /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:29:55 DEBUG : CompareDest/two: Parsed hash: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-biwugab5bata: Closing 1 unused connections 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:55 DEBUG : dst/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:56 DEBUG : dst/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:29:56 DEBUG : two: Need to transfer - File not found at Destination 2025/06/20 01:29:56 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/06/20 01:29:56 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/20 01:29:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-lahipih1jase: Closing 1 unused connections 2025/06/20 01:29:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:29:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 07912d142f5d63ee918b34796b5a2432 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:57 DEBUG : CompareDest/one: Parsed hash: 07912d142f5d63ee918b34796b5a2432 2025/06/20 01:29:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:29:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7f376fd65843a1267de8f986d40e164e5a321c13 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:29:57 DEBUG : CompareDest/one: Parsed hash: 7f376fd65843a1267de8f986d40e164e5a321c13 2025/06/20 01:29:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two" 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jekutar8qaro: Closing 1 unused connections 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b8a9f715dbb64fd5c56e7783c6820a61 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:29:58 DEBUG : CompareDest/two: Parsed hash: b8a9f715dbb64fd5c56e7783c6820a61 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two" 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: ad782ecdac770fc6eb9a62e44f90873fb97fb26b /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:29:58 DEBUG : CompareDest/two: Parsed hash: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:58 DEBUG : dst/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:29:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:29:59 DEBUG : dst/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:29:59 DEBUG : two: Need to transfer - File not found at Destination 2025/06/20 01:29:59 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/06/20 01:29:59 DEBUG : two: Destination found in --compare-dest, skipping 2025/06/20 01:29:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-kovikat7qapi: Closing 1 unused connections 2025/06/20 01:30:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:30:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 07912d142f5d63ee918b34796b5a2432 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:00 DEBUG : CompareDest/one: Parsed hash: 07912d142f5d63ee918b34796b5a2432 2025/06/20 01:30:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:30:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-jacubar3rogo: Closing 1 unused connections 2025/06/20 01:30:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7f376fd65843a1267de8f986d40e164e5a321c13 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:00 DEBUG : CompareDest/one: Parsed hash: 7f376fd65843a1267de8f986d40e164e5a321c13 2025/06/20 01:30:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two" 2025/06/20 01:30:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b8a9f715dbb64fd5c56e7783c6820a61 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:01 DEBUG : CompareDest/two: Parsed hash: b8a9f715dbb64fd5c56e7783c6820a61 2025/06/20 01:30:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two" 2025/06/20 01:30:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: ad782ecdac770fc6eb9a62e44f90873fb97fb26b /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:01 DEBUG : CompareDest/two: Parsed hash: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2025/06/20 01:30:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:30:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:01 DEBUG : dst/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:30:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:30:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:01 DEBUG : dst/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:30:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-tutobor6mupo: Closing 1 unused connections 2025/06/20 01:30:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 07912d142f5d63ee918b34796b5a2432 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:03 DEBUG : CompareDest/one: Parsed hash: 07912d142f5d63ee918b34796b5a2432 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-homegit7banu: Closing 1 unused connections 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7f376fd65843a1267de8f986d40e164e5a321c13 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:03 DEBUG : CompareDest/one: Parsed hash: 7f376fd65843a1267de8f986d40e164e5a321c13 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two" 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b8a9f715dbb64fd5c56e7783c6820a61 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:03 DEBUG : CompareDest/two: Parsed hash: b8a9f715dbb64fd5c56e7783c6820a61 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two" 2025/06/20 01:30:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: ad782ecdac770fc6eb9a62e44f90873fb97fb26b /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:04 DEBUG : CompareDest/two: Parsed hash: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2025/06/20 01:30:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:30:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:04 DEBUG : dst/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:30:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:30:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:04 DEBUG : dst/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:30:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-fimatuw2quci: Closing 1 unused connections 2025/06/20 01:30:04 DEBUG : two: Need to transfer - File not found at Destination 2025/06/20 01:30:04 DEBUG : two: Sizes differ (src 5 vs dst 3) 2025/06/20 01:30:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/two.1503b713.partial" 2025/06/20 01:30:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/two.1503b713.partial 2025/06/20 01:30:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-dubihim7faxo: Closing 1 unused connections 2025/06/20 01:30:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Remote command result: 2379e4ce8c3380e996ab0509f17069ad /data2/home/59018/rclone-test-sikoqaz8xuja/dst/two.1503b713.partial 2025/06/20 01:30:05 DEBUG : two.1503b713.partial: Parsed hash: 2379e4ce8c3380e996ab0509f17069ad 2025/06/20 01:30:05 DEBUG : two: md5 = 2379e4ce8c3380e996ab0509f17069ad OK 2025/06/20 01:30:06 DEBUG : two.1503b713.partial: renamed to: two 2025/06/20 01:30:06 INFO : two: Copied (new) 2025/06/20 01:30:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-bawoxob8vohi: Closing 1 unused connections 2025/06/20 01:30:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:30:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 07912d142f5d63ee918b34796b5a2432 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:07 DEBUG : CompareDest/one: Parsed hash: 07912d142f5d63ee918b34796b5a2432 2025/06/20 01:30:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one" 2025/06/20 01:30:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7f376fd65843a1267de8f986d40e164e5a321c13 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/one 2025/06/20 01:30:07 DEBUG : CompareDest/one: Parsed hash: 7f376fd65843a1267de8f986d40e164e5a321c13 2025/06/20 01:30:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two" 2025/06/20 01:30:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b8a9f715dbb64fd5c56e7783c6820a61 /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:08 DEBUG : CompareDest/two: Parsed hash: b8a9f715dbb64fd5c56e7783c6820a61 2025/06/20 01:30:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two" 2025/06/20 01:30:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: ad782ecdac770fc6eb9a62e44f90873fb97fb26b /data2/home/59018/rclone-test-sikoqaz8xuja/CompareDest/two 2025/06/20 01:30:08 DEBUG : CompareDest/two: Parsed hash: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2025/06/20 01:30:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:30:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:08 DEBUG : dst/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:30:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/one" 2025/06/20 01:30:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/one 2025/06/20 01:30:09 DEBUG : dst/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:30:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/two" 2025/06/20 01:30:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/two 2025/06/20 01:30:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2379e4ce8c3380e996ab0509f17069ad /data2/home/59018/rclone-test-sikoqaz8xuja/dst/two 2025/06/20 01:30:09 DEBUG : dst/two: Parsed hash: 2379e4ce8c3380e996ab0509f17069ad 2025/06/20 01:30:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/two" 2025/06/20 01:30:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/two 2025/06/20 01:30:09 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a4be8877ad88f3109a6411985a1f359e10e2d930 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/two 2025/06/20 01:30:09 DEBUG : dst/two: Parsed hash: a4be8877ad88f3109a6411985a1f359e10e2d930 2025/06/20 01:30:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/CompareDest: Closing 1 unused connections --- PASS: TestCopyFileCompareDest (38.62s) === RUN TestCopyFileCopyDest run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" copy_test.go:276: Skipping test as remote does not support server-side copy --- SKIP: TestCopyFileCopyDest (1.03s) === RUN TestCopyInplace run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:30:14 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/20 01:30:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:30:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:15 DEBUG : sub/file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:15 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/20 01:30:15 INFO : file1: Copied (new) to: sub/file2 2025/06/20 01:30:16 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:30:16 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:16 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:16 DEBUG : sub/file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:16 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:30:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:17 DEBUG : sub/file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:30:17 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/06/20 01:30:17 DEBUG : file1: Unchanged skipping 2025/06/20 01:30:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:30:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:18 DEBUG : sub/file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:30:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:18 DEBUG : sub/file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:30:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: don't need to copy/move sub/file2, it is already at target location 2025/06/20 01:30:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:30:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:20 DEBUG : sub/file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:30:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:30:20 DEBUG : sub/file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 --- PASS: TestCopyInplace (8.63s) === RUN TestCopyLongFileName run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:30:22 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/20 01:30:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.53508f02.partial" 2025/06/20 01:30:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.53508f02.partial 2025/06/20 01:30:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.53508f02.partial 2025/06/20 01:30:24 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.53508f02.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:24 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/20 01:30:24 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.53508f02.partial: renamed to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:24 INFO : file1: Copied (new) to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2" 2025/06/20 01:30:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:25 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2" 2025/06/20 01:30:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:26 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:30:26 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/06/20 01:30:26 DEBUG : file1: Unchanged skipping 2025/06/20 01:30:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2" 2025/06/20 01:30:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:27 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2" 2025/06/20 01:30:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:27 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:30:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: don't need to copy/move sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2, it is already at target location 2025/06/20 01:30:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2" 2025/06/20 01:30:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:29 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2" 2025/06/20 01:30:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2025/06/20 01:30:29 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 --- PASS: TestCopyLongFileName (9.02s) === RUN TestCopyFileMaxTransfer run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:30:31 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2025/06/20 01:30:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1.53508f02.partial" 2025/06/20 01:30:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1.53508f02.partial 2025/06/20 01:30:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1.53508f02.partial 2025/06/20 01:30:33 DEBUG : TestCopyFileMaxTransfer/file1.53508f02.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:33 DEBUG : TestCopyFileMaxTransfer/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/20 01:30:33 DEBUG : TestCopyFileMaxTransfer/file1.53508f02.partial: renamed to: TestCopyFileMaxTransfer/file1 2025/06/20 01:30:33 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2025/06/20 01:30:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1" 2025/06/20 01:30:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:34 DEBUG : TestCopyFileMaxTransfer/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1" 2025/06/20 01:30:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:35 DEBUG : TestCopyFileMaxTransfer/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:30:35 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2025/06/20 01:30:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Connection OK after error: max transfer limit reached as set by --max-transfer 2025/06/20 01:30:36 DEBUG : TestCopyFileMaxTransfer/file2.e65612d1.partial: Removed after failed upload: max transfer limit reached as set by --max-transfer 2025/06/20 01:30:36 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: Update ReadFrom failed: max transfer limit reached as set by --max-transfer 2025/06/20 01:30:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1" 2025/06/20 01:30:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:37 DEBUG : TestCopyFileMaxTransfer/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1" 2025/06/20 01:30:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:37 DEBUG : TestCopyFileMaxTransfer/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:30:37 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2025/06/20 01:30:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1" 2025/06/20 01:30:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:39 DEBUG : TestCopyFileMaxTransfer/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1" 2025/06/20 01:30:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:39 DEBUG : TestCopyFileMaxTransfer/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:30:39 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2025/06/20 01:30:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file4.e65612d1.partial" 2025/06/20 01:30:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file4.e65612d1.partial 2025/06/20 01:30:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 491fc98c0baef58f05cf956c5bd4f459 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file4.e65612d1.partial 2025/06/20 01:30:40 DEBUG : TestCopyFileMaxTransfer/file4.e65612d1.partial: Parsed hash: 491fc98c0baef58f05cf956c5bd4f459 2025/06/20 01:30:40 DEBUG : TestCopyFileMaxTransfer/file4: md5 = 491fc98c0baef58f05cf956c5bd4f459 OK 2025/06/20 01:30:41 DEBUG : TestCopyFileMaxTransfer/file4.e65612d1.partial: renamed to: TestCopyFileMaxTransfer/file4 2025/06/20 01:30:41 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2025/06/20 01:30:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1" 2025/06/20 01:30:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:42 DEBUG : TestCopyFileMaxTransfer/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:30:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1" 2025/06/20 01:30:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file1 2025/06/20 01:30:42 DEBUG : TestCopyFileMaxTransfer/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:30:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file4" 2025/06/20 01:30:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file4 2025/06/20 01:30:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 491fc98c0baef58f05cf956c5bd4f459 /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file4 2025/06/20 01:30:42 DEBUG : TestCopyFileMaxTransfer/file4: Parsed hash: 491fc98c0baef58f05cf956c5bd4f459 2025/06/20 01:30:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file4" 2025/06/20 01:30:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file4 2025/06/20 01:30:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: bc4efe10921b682b679184e6a8be236928bc924f /data2/home/59018/rclone-test-sikoqaz8xuja/TestCopyFileMaxTransfer/file4 2025/06/20 01:30:43 DEBUG : TestCopyFileMaxTransfer/file4: Parsed hash: bc4efe10921b682b679184e6a8be236928bc924f --- PASS: TestCopyFileMaxTransfer (13.78s) === RUN TestDeduplicateInteractive run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateInteractive (1.03s) === RUN TestDeduplicateSkip run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSkip (1.03s) === RUN TestDeduplicateSizeOnly run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSizeOnly (1.04s) === RUN TestDeduplicateFirst run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateFirst (1.03s) === RUN TestDeduplicateNewest run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateNewest (1.03s) === RUN TestDeduplicateNewestByHash run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:30:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/another" 2025/06/20 01:30:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/another 2025/06/20 01:30:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0dd07b655b38dc93d7525137a416c70c /data2/home/59018/rclone-test-sikoqaz8xuja/another 2025/06/20 01:30:55 DEBUG : another: Parsed hash: 0dd07b655b38dc93d7525137a416c70c 2025/06/20 01:30:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/another" 2025/06/20 01:30:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/another 2025/06/20 01:30:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: cd5f683f8748c6fc8090ba6a8ff84e3cc87b08fe /data2/home/59018/rclone-test-sikoqaz8xuja/another 2025/06/20 01:30:55 DEBUG : another: Parsed hash: cd5f683f8748c6fc8090ba6a8ff84e3cc87b08fe 2025/06/20 01:30:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/not-one" 2025/06/20 01:30:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/not-one 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: c13d88cb4cb02003daedb8a84e5d272a /data2/home/59018/rclone-test-sikoqaz8xuja/not-one 2025/06/20 01:30:56 DEBUG : not-one: Parsed hash: c13d88cb4cb02003daedb8a84e5d272a 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/not-one" 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/not-one 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eee38381388b6f30efdd5c5c6f067dbf32c0bb3 /data2/home/59018/rclone-test-sikoqaz8xuja/not-one 2025/06/20 01:30:56 DEBUG : not-one: Parsed hash: 5eee38381388b6f30efdd5c5c6f067dbf32c0bb3 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/one" 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/one 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0dd07b655b38dc93d7525137a416c70c /data2/home/59018/rclone-test-sikoqaz8xuja/one 2025/06/20 01:30:56 DEBUG : one: Parsed hash: 0dd07b655b38dc93d7525137a416c70c 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/one" 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/one 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: cd5f683f8748c6fc8090ba6a8ff84e3cc87b08fe /data2/home/59018/rclone-test-sikoqaz8xuja/one 2025/06/20 01:30:56 DEBUG : one: Parsed hash: cd5f683f8748c6fc8090ba6a8ff84e3cc87b08fe 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/also/one" 2025/06/20 01:30:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/also/one 2025/06/20 01:30:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0dd07b655b38dc93d7525137a416c70c /data2/home/59018/rclone-test-sikoqaz8xuja/also/one 2025/06/20 01:30:57 DEBUG : also/one: Parsed hash: 0dd07b655b38dc93d7525137a416c70c 2025/06/20 01:30:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/also/one" 2025/06/20 01:30:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/also/one 2025/06/20 01:30:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: cd5f683f8748c6fc8090ba6a8ff84e3cc87b08fe /data2/home/59018/rclone-test-sikoqaz8xuja/also/one 2025/06/20 01:30:57 DEBUG : also/one: Parsed hash: cd5f683f8748c6fc8090ba6a8ff84e3cc87b08fe 2025/06/20 01:30:57 INFO : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Looking for duplicate md5 hashes using newest mode. 2025/06/20 01:30:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/another" 2025/06/20 01:30:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/another 2025/06/20 01:30:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0dd07b655b38dc93d7525137a416c70c /data2/home/59018/rclone-test-sikoqaz8xuja/another 2025/06/20 01:30:58 DEBUG : another: Parsed hash: 0dd07b655b38dc93d7525137a416c70c 2025/06/20 01:30:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/not-one" 2025/06/20 01:30:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/not-one 2025/06/20 01:30:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: c13d88cb4cb02003daedb8a84e5d272a /data2/home/59018/rclone-test-sikoqaz8xuja/not-one 2025/06/20 01:30:58 DEBUG : not-one: Parsed hash: c13d88cb4cb02003daedb8a84e5d272a 2025/06/20 01:30:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/one" 2025/06/20 01:30:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/one 2025/06/20 01:30:58 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0dd07b655b38dc93d7525137a416c70c /data2/home/59018/rclone-test-sikoqaz8xuja/one 2025/06/20 01:30:58 DEBUG : one: Parsed hash: 0dd07b655b38dc93d7525137a416c70c 2025/06/20 01:30:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/also/one" 2025/06/20 01:30:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/also/one 2025/06/20 01:30:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0dd07b655b38dc93d7525137a416c70c /data2/home/59018/rclone-test-sikoqaz8xuja/also/one 2025/06/20 01:30:59 DEBUG : also/one: Parsed hash: 0dd07b655b38dc93d7525137a416c70c 2025/06/20 01:30:59 NOTICE: 0dd07b655b38dc93d7525137a416c70c: Found 3 files with duplicate md5 hashes 2025/06/20 01:30:59 INFO : one: Deleted 2025/06/20 01:30:59 INFO : also/one: Deleted 2025/06/20 01:30:59 NOTICE: 0dd07b655b38dc93d7525137a416c70c: Deleted 2 extra copies 2025/06/20 01:31:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/another" 2025/06/20 01:31:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/another 2025/06/20 01:31:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0dd07b655b38dc93d7525137a416c70c /data2/home/59018/rclone-test-sikoqaz8xuja/another 2025/06/20 01:31:01 DEBUG : another: Parsed hash: 0dd07b655b38dc93d7525137a416c70c 2025/06/20 01:31:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/another" 2025/06/20 01:31:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/another 2025/06/20 01:31:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: cd5f683f8748c6fc8090ba6a8ff84e3cc87b08fe /data2/home/59018/rclone-test-sikoqaz8xuja/another 2025/06/20 01:31:01 DEBUG : another: Parsed hash: cd5f683f8748c6fc8090ba6a8ff84e3cc87b08fe 2025/06/20 01:31:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/not-one" 2025/06/20 01:31:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/not-one 2025/06/20 01:31:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: c13d88cb4cb02003daedb8a84e5d272a /data2/home/59018/rclone-test-sikoqaz8xuja/not-one 2025/06/20 01:31:01 DEBUG : not-one: Parsed hash: c13d88cb4cb02003daedb8a84e5d272a 2025/06/20 01:31:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/not-one" 2025/06/20 01:31:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/not-one 2025/06/20 01:31:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eee38381388b6f30efdd5c5c6f067dbf32c0bb3 /data2/home/59018/rclone-test-sikoqaz8xuja/not-one 2025/06/20 01:31:01 DEBUG : not-one: Parsed hash: 5eee38381388b6f30efdd5c5c6f067dbf32c0bb3 --- PASS: TestDeduplicateNewestByHash (13.48s) === RUN TestDeduplicateOldest run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateOldest (1.04s) === RUN TestDeduplicateLargest run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2025/06/20 01:31:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/dst: Closing 1 unused connections --- SKIP: TestDeduplicateLargest (1.04s) === RUN TestDeduplicateSmallest run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateSmallest (1.03s) === RUN TestDeduplicateRename run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible --- SKIP: TestDeduplicateRename (1.03s) === RUN TestMergeDirs run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" dedupe_test.go:256: Can't merge directories --- SKIP: TestMergeDirs (1.03s) === RUN TestListDirSorted run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:31:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/a.txt" 2025/06/20 01:31:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/a.txt 2025/06/20 01:31:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/a.txt 2025/06/20 01:31:17 DEBUG : a.txt: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:31:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/a.txt" 2025/06/20 01:31:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/a.txt 2025/06/20 01:31:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/a.txt 2025/06/20 01:31:17 DEBUG : a.txt: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:31:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt" 2025/06/20 01:31:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5d41402abc4b2a76b9719d911017c592 /data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt 2025/06/20 01:31:18 DEBUG : zend.txt: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt" 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt 2025/06/20 01:31:18 DEBUG : zend.txt: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world" 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/hello\ world 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world 2025/06/20 01:31:18 DEBUG : sub dir/hello world: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world" 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/hello\ world 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world 2025/06/20 01:31:18 DEBUG : sub dir/hello world: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world2" 2025/06/20 01:31:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/hello\ world2 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world2 2025/06/20 01:31:19 DEBUG : sub dir/hello world2: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world2" 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/hello\ world2 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world2 2025/06/20 01:31:19 DEBUG : sub dir/hello world2: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/sub sub dir/hello world3" 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/sub\ sub\ dir/hello\ world3 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/sub sub dir/hello world3 2025/06/20 01:31:19 DEBUG : sub dir/sub sub dir/hello world3: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/sub sub dir/hello world3" 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/sub\ sub\ dir/hello\ world3 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/sub sub dir/hello world3 2025/06/20 01:31:19 DEBUG : sub dir/sub sub dir/hello world3: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:31:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/.ignore" 2025/06/20 01:31:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/ignore\ dir/.ignore 2025/06/20 01:31:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/.ignore 2025/06/20 01:31:20 DEBUG : sub dir/ignore dir/.ignore: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:31:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/.ignore" 2025/06/20 01:31:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/ignore\ dir/.ignore 2025/06/20 01:31:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/.ignore 2025/06/20 01:31:20 DEBUG : sub dir/ignore dir/.ignore: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:31:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/should be ignored" 2025/06/20 01:31:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/ignore\ dir/should\ be\ ignored 2025/06/20 01:31:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4b6adec83a97e5cb1ae5300b60fc8f80 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/should be ignored 2025/06/20 01:31:20 DEBUG : sub dir/ignore dir/should be ignored: Parsed hash: 4b6adec83a97e5cb1ae5300b60fc8f80 2025/06/20 01:31:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/should be ignored" 2025/06/20 01:31:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/ignore\ dir/should\ be\ ignored 2025/06/20 01:31:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 18df938e1d79132fe9b501635288f829d9eea985 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/should be ignored 2025/06/20 01:31:21 DEBUG : sub dir/ignore dir/should be ignored: Parsed hash: 18df938e1d79132fe9b501635288f829d9eea985 2025/06/20 01:31:22 DEBUG : a.txt: Excluded (Size Filter) 2025/06/20 01:31:22 DEBUG : a.txt: Excluded 2025/06/20 01:31:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/20 01:31:23 DEBUG : sub dir/hello world2: Excluded 2025/06/20 01:31:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/20 01:31:23 DEBUG : sub dir/hello world: Excluded 2025/06/20 01:31:23 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/20 01:31:23 DEBUG : sub dir/hello world2: Excluded 2025/06/20 01:31:23 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/20 01:31:23 DEBUG : sub dir/hello world: Excluded 2025/06/20 01:31:23 DEBUG : sub dir/ignore dir: Excluded 2025/06/20 01:31:24 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSorted (20.86s) === RUN TestListDirSortedFn run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:31:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/a.txt" 2025/06/20 01:31:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/a.txt 2025/06/20 01:31:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/a.txt 2025/06/20 01:31:38 DEBUG : a.txt: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:31:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/a.txt" 2025/06/20 01:31:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/a.txt 2025/06/20 01:31:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/a.txt 2025/06/20 01:31:38 DEBUG : a.txt: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:31:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt" 2025/06/20 01:31:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt 2025/06/20 01:31:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5d41402abc4b2a76b9719d911017c592 /data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt 2025/06/20 01:31:38 DEBUG : zend.txt: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/06/20 01:31:38 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt" 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /data2/home/59018/rclone-test-sikoqaz8xuja/zend.txt 2025/06/20 01:31:39 DEBUG : zend.txt: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world" 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/hello\ world 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world 2025/06/20 01:31:39 DEBUG : sub dir/hello world: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world" 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/hello\ world 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world 2025/06/20 01:31:39 DEBUG : sub dir/hello world: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world2" 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/hello\ world2 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world2 2025/06/20 01:31:39 DEBUG : sub dir/hello world2: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:31:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world2" 2025/06/20 01:31:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/hello\ world2 2025/06/20 01:31:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world2 2025/06/20 01:31:40 DEBUG : sub dir/hello world2: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:31:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/sub sub dir/hello world3" 2025/06/20 01:31:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/sub\ sub\ dir/hello\ world3 2025/06/20 01:31:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/sub sub dir/hello world3 2025/06/20 01:31:40 DEBUG : sub dir/sub sub dir/hello world3: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:31:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/sub sub dir/hello world3" 2025/06/20 01:31:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/sub\ sub\ dir/hello\ world3 2025/06/20 01:31:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/sub sub dir/hello world3 2025/06/20 01:31:40 DEBUG : sub dir/sub sub dir/hello world3: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:31:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/.ignore" 2025/06/20 01:31:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/ignore\ dir/.ignore 2025/06/20 01:31:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/.ignore 2025/06/20 01:31:41 DEBUG : sub dir/ignore dir/.ignore: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:31:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/.ignore" 2025/06/20 01:31:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/ignore\ dir/.ignore 2025/06/20 01:31:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/.ignore 2025/06/20 01:31:41 DEBUG : sub dir/ignore dir/.ignore: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:31:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/should be ignored" 2025/06/20 01:31:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/ignore\ dir/should\ be\ ignored 2025/06/20 01:31:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4b6adec83a97e5cb1ae5300b60fc8f80 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/should be ignored 2025/06/20 01:31:41 DEBUG : sub dir/ignore dir/should be ignored: Parsed hash: 4b6adec83a97e5cb1ae5300b60fc8f80 2025/06/20 01:31:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/should be ignored" 2025/06/20 01:31:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/ignore\ dir/should\ be\ ignored 2025/06/20 01:31:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 18df938e1d79132fe9b501635288f829d9eea985 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/ignore dir/should be ignored 2025/06/20 01:31:41 DEBUG : sub dir/ignore dir/should be ignored: Parsed hash: 18df938e1d79132fe9b501635288f829d9eea985 2025/06/20 01:31:42 DEBUG : a.txt: Excluded (Size Filter) 2025/06/20 01:31:42 DEBUG : a.txt: Excluded 2025/06/20 01:31:43 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/20 01:31:43 DEBUG : sub dir/hello world2: Excluded 2025/06/20 01:31:43 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/20 01:31:43 DEBUG : sub dir/hello world: Excluded 2025/06/20 01:31:44 DEBUG : sub dir/ignore dir: Excluded 2025/06/20 01:31:44 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2025/06/20 01:31:44 DEBUG : sub dir/hello world2: Excluded 2025/06/20 01:31:44 DEBUG : sub dir/hello world: Excluded (Size Filter) 2025/06/20 01:31:44 DEBUG : sub dir/hello world: Excluded 2025/06/20 01:31:45 DEBUG : sub dir/ignore dir: Excluded --- PASS: TestListDirSortedFn (20.88s) === RUN TestListJSON run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 826e8142e6baabe8af779f5f490cf5f5 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:31:54 DEBUG : file1: Parsed hash: 826e8142e6baabe8af779f5f490cf5f5 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 60b27f004e454aca81b0480209cce5081ec52390 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:31:54 DEBUG : file1: Parsed hash: 60b27f004e454aca81b0480209cce5081ec52390 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 104d0f2e235ef69c15de04267c19f365 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:31:54 DEBUG : sub/file2: Parsed hash: 104d0f2e235ef69c15de04267c19f365 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:31:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:31:55 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 86ddf97932e62aa10f2e656fabc95f9f94d6fbc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:31:55 DEBUG : sub/file2: Parsed hash: 86ddf97932e62aa10f2e656fabc95f9f94d6fbc3 === RUN TestListJSON/Default === RUN TestListJSON/FilesOnly === RUN TestListJSON/DirsOnly === RUN TestListJSON/Recurse === RUN TestListJSON/SubDir === RUN TestListJSON/NoModTime === RUN TestListJSON/NoMimeType === RUN TestListJSON/ShowHash 2025/06/20 01:31:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:31:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:32:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 826e8142e6baabe8af779f5f490cf5f5 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:32:00 DEBUG : file1: Parsed hash: 826e8142e6baabe8af779f5f490cf5f5 2025/06/20 01:32:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:32:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:32:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 60b27f004e454aca81b0480209cce5081ec52390 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:32:00 DEBUG : file1: Parsed hash: 60b27f004e454aca81b0480209cce5081ec52390 === RUN TestListJSON/HashTypes 2025/06/20 01:32:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:32:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:32:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 826e8142e6baabe8af779f5f490cf5f5 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:32:01 DEBUG : file1: Parsed hash: 826e8142e6baabe8af779f5f490cf5f5 === RUN TestListJSON/Metadata --- PASS: TestListJSON (12.91s) --- PASS: TestListJSON/Default (0.52s) --- PASS: TestListJSON/FilesOnly (0.52s) --- PASS: TestListJSON/DirsOnly (0.52s) --- PASS: TestListJSON/Recurse (1.03s) --- PASS: TestListJSON/SubDir (0.52s) --- PASS: TestListJSON/NoModTime (0.52s) --- PASS: TestListJSON/NoMimeType (0.52s) --- PASS: TestListJSON/ShowHash (1.08s) --- PASS: TestListJSON/HashTypes (0.79s) --- PASS: TestListJSON/Metadata (0.52s) === RUN TestStatJSON run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:32:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:32:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:32:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 826e8142e6baabe8af779f5f490cf5f5 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:32:07 DEBUG : file1: Parsed hash: 826e8142e6baabe8af779f5f490cf5f5 2025/06/20 01:32:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:32:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:32:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 60b27f004e454aca81b0480209cce5081ec52390 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:32:07 DEBUG : file1: Parsed hash: 60b27f004e454aca81b0480209cce5081ec52390 2025/06/20 01:32:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:32:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:32:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 104d0f2e235ef69c15de04267c19f365 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:32:07 DEBUG : sub/file2: Parsed hash: 104d0f2e235ef69c15de04267c19f365 2025/06/20 01:32:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:32:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:32:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 86ddf97932e62aa10f2e656fabc95f9f94d6fbc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:32:08 DEBUG : sub/file2: Parsed hash: 86ddf97932e62aa10f2e656fabc95f9f94d6fbc3 === RUN TestStatJSON/Root === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly === RUN TestStatJSON/Dir === RUN TestStatJSON/DirWithTrailingSlash === RUN TestStatJSON/File === RUN TestStatJSON/NotFound === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly === RUN TestStatJSON/FileDirsOnly === RUN TestStatJSON/NotFoundDirsOnly === RUN TestStatJSON/RootNotFound 2025/06/20 01:32:12 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-sikoqaz8xuja/notfound" 2025/06/20 01:32:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/notfound: New connection [2a01:4f9:c011:405e::1]:60560->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:32:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/notfound: Shell type "unix" from config 2025/06/20 01:32:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/notfound: Relative path resolved to "/data2/home/59018/rclone-test-sikoqaz8xuja/notfound" 2025/06/20 01:32:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/notfound: Using root directory "/data2/home/59018/rclone-test-sikoqaz8xuja/notfound" --- PASS: TestStatJSON (13.20s) --- PASS: TestStatJSON/Root (0.52s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.52s) --- PASS: TestStatJSON/Dir (0.65s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.52s) --- PASS: TestStatJSON/File (0.13s) --- PASS: TestStatJSON/NotFound (0.65s) --- PASS: TestStatJSON/DirFilesOnly (0.13s) --- PASS: TestStatJSON/FileFilesOnly (0.13s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.13s) --- PASS: TestStatJSON/DirDirsOnly (0.52s) --- PASS: TestStatJSON/FileDirsOnly (0.52s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.52s) --- PASS: TestStatJSON/RootNotFound (1.90s) === RUN TestMkdir run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:32:17 INFO : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Making directory 2025/06/20 01:32:17 INFO : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Making directory --- PASS: TestMkdir (1.81s) === RUN TestLsd run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:32:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world" 2025/06/20 01:32:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/hello\ world 2025/06/20 01:32:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world 2025/06/20 01:32:21 DEBUG : sub dir/hello world: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:32:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world" 2025/06/20 01:32:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/hello\ world 2025/06/20 01:32:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/hello world 2025/06/20 01:32:21 DEBUG : sub dir/hello world: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed --- PASS: TestLsd (5.45s) === RUN TestLs run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:32:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:26 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:32:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:27 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:32:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:27 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:32:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:27 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d --- PASS: TestLs (4.95s) === RUN TestLsWithFilesFrom run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:32:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:31 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:32:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:32 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:32:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:32 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:32:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:32 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:32:33 DEBUG : empty space: Excluded (FilesFrom Filter) 2025/06/20 01:32:33 DEBUG : empty space: Excluded --- PASS: TestLsWithFilesFrom (5.18s) === RUN TestLsLong run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:32:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:37 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:32:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:37 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:32:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:37 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:32:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:37 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d --- PASS: TestLsLong (4.98s) === RUN TestHashSums run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:32:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:41 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:42 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:32:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:42 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:32:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:42 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:32:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:42 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d === RUN TestHashSums/Md5 2025/06/20 01:32:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:43 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:32:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:43 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 === RUN TestHashSums/Md5Download === RUN TestHashSums/Sha1 2025/06/20 01:32:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:45 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:32:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:45 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 === RUN TestHashSums/Sha1Download --- PASS: TestHashSums (8.35s) --- PASS: TestHashSums/Md5 (0.79s) --- PASS: TestHashSums/Md5Download (1.17s) --- PASS: TestHashSums/Sha1 (0.79s) --- PASS: TestHashSums/Sha1Download (1.17s) === RUN TestHashSumsWithErrors 2025/06/20 01:32:48 DEBUG : Creating backend with remote ":memory:" 2025/06/20 01:32:48 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2025/06/20 01:32:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/20 01:32:48 DEBUG : Creating md5 hash of 0 bytes read from input stream 2025/06/20 01:32:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/20 01:32:48 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2025/06/20 01:32:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/20 01:32:48 DEBUG : Creating md5 hash of 12 bytes read from input stream 2025/06/20 01:32:48 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2025/06/20 01:32:48 DEBUG : Creating sha1 hash of 12 bytes read from input stream --- PASS: TestHashStream (0.00s) === RUN TestSuffixName --- PASS: TestSuffixName (0.00s) === RUN TestCount run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:32:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:51 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:32:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:32:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:32:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:32:52 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:32:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:52 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:32:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:32:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:32:52 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:32:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3" 2025/06/20 01:32:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/potato3 2025/06/20 01:32:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5d41402abc4b2a76b9719d911017c592 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3 2025/06/20 01:32:53 DEBUG : sub dir/potato3: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/06/20 01:32:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3" 2025/06/20 01:32:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/potato3 2025/06/20 01:32:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3 2025/06/20 01:32:53 DEBUG : sub dir/potato3: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d --- PASS: TestCount (8.34s) === RUN TestDelete run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:32:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:32:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:32:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8adc5937e635f6c9af646f0b23560fae /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:32:59 DEBUG : large: Parsed hash: 8adc5937e635f6c9af646f0b23560fae 2025/06/20 01:32:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:32:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:32:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7a4a9ae537ebbbb826b1060e704490ad0f365ead /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:32:59 DEBUG : large: Parsed hash: 7a4a9ae537ebbbb826b1060e704490ad0f365ead 2025/06/20 01:32:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/medium" 2025/06/20 01:32:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:00 DEBUG : medium: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:33:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/medium" 2025/06/20 01:33:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:00 DEBUG : medium: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:33:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/small" 2025/06/20 01:33:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e807f1fcf82d132f9bb018ca6738a19f /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:00 DEBUG : small: Parsed hash: e807f1fcf82d132f9bb018ca6738a19f 2025/06/20 01:33:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/small" 2025/06/20 01:33:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:00 DEBUG : small: Parsed hash: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a 2025/06/20 01:33:00 DEBUG : Waiting for deletions to finish 2025/06/20 01:33:01 DEBUG : large: Excluded (Size Filter) 2025/06/20 01:33:01 DEBUG : large: Excluded 2025/06/20 01:33:01 INFO : medium: Deleted 2025/06/20 01:33:01 INFO : small: Deleted 2025/06/20 01:33:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:33:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8adc5937e635f6c9af646f0b23560fae /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:02 DEBUG : large: Parsed hash: 8adc5937e635f6c9af646f0b23560fae 2025/06/20 01:33:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:33:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7a4a9ae537ebbbb826b1060e704490ad0f365ead /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:02 DEBUG : large: Parsed hash: 7a4a9ae537ebbbb826b1060e704490ad0f365ead --- PASS: TestDelete (7.31s) === RUN TestMaxDelete run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:33:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:33:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8adc5937e635f6c9af646f0b23560fae /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:06 DEBUG : large: Parsed hash: 8adc5937e635f6c9af646f0b23560fae 2025/06/20 01:33:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:33:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7a4a9ae537ebbbb826b1060e704490ad0f365ead /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:07 DEBUG : large: Parsed hash: 7a4a9ae537ebbbb826b1060e704490ad0f365ead 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/medium" 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:07 DEBUG : medium: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/medium" 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:07 DEBUG : medium: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/small" 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e807f1fcf82d132f9bb018ca6738a19f /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:07 DEBUG : small: Parsed hash: e807f1fcf82d132f9bb018ca6738a19f 2025/06/20 01:33:07 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/small" 2025/06/20 01:33:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:08 DEBUG : small: Parsed hash: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a 2025/06/20 01:33:08 DEBUG : Waiting for deletions to finish 2025/06/20 01:33:08 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2025/06/20 01:33:08 INFO : large: Deleted 2025/06/20 01:33:08 INFO : medium: Deleted --- PASS: TestMaxDelete (7.82s) === RUN TestMaxDeleteSizeLargeFile run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:33:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:33:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8adc5937e635f6c9af646f0b23560fae /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:14 DEBUG : large: Parsed hash: 8adc5937e635f6c9af646f0b23560fae 2025/06/20 01:33:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:33:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/notfound: Closing 1 unused connections 2025/06/20 01:33:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7a4a9ae537ebbbb826b1060e704490ad0f365ead /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:14 DEBUG : large: Parsed hash: 7a4a9ae537ebbbb826b1060e704490ad0f365ead 2025/06/20 01:33:14 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/medium" 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:15 DEBUG : medium: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/medium" 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:15 DEBUG : medium: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/small" 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e807f1fcf82d132f9bb018ca6738a19f /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:15 DEBUG : small: Parsed hash: e807f1fcf82d132f9bb018ca6738a19f 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/small" 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:15 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:15 DEBUG : small: Parsed hash: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a 2025/06/20 01:33:15 DEBUG : Waiting for deletions to finish 2025/06/20 01:33:16 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/20 01:33:16 INFO : medium: Deleted 2025/06/20 01:33:16 INFO : small: Deleted 2025/06/20 01:33:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:33:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8adc5937e635f6c9af646f0b23560fae /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:17 DEBUG : large: Parsed hash: 8adc5937e635f6c9af646f0b23560fae 2025/06/20 01:33:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:33:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7a4a9ae537ebbbb826b1060e704490ad0f365ead /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:17 DEBUG : large: Parsed hash: 7a4a9ae537ebbbb826b1060e704490ad0f365ead --- PASS: TestMaxDeleteSizeLargeFile (8.36s) === RUN TestMaxDeleteSize run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:33:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:33:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8adc5937e635f6c9af646f0b23560fae /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:22 DEBUG : large: Parsed hash: 8adc5937e635f6c9af646f0b23560fae 2025/06/20 01:33:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/large" 2025/06/20 01:33:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7a4a9ae537ebbbb826b1060e704490ad0f365ead /data2/home/59018/rclone-test-sikoqaz8xuja/large 2025/06/20 01:33:23 DEBUG : large: Parsed hash: 7a4a9ae537ebbbb826b1060e704490ad0f365ead 2025/06/20 01:33:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/medium" 2025/06/20 01:33:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:23 DEBUG : medium: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:33:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/medium" 2025/06/20 01:33:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/medium 2025/06/20 01:33:23 DEBUG : medium: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:33:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/small" 2025/06/20 01:33:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e807f1fcf82d132f9bb018ca6738a19f /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:24 DEBUG : small: Parsed hash: e807f1fcf82d132f9bb018ca6738a19f 2025/06/20 01:33:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/small" 2025/06/20 01:33:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a /data2/home/59018/rclone-test-sikoqaz8xuja/small 2025/06/20 01:33:24 DEBUG : small: Parsed hash: 01b307acba4f54f55aafc33bb06bbbf6ca803e9a 2025/06/20 01:33:24 DEBUG : Waiting for deletions to finish 2025/06/20 01:33:24 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2025/06/20 01:33:24 INFO : medium: Deleted 2025/06/20 01:33:24 INFO : small: Deleted --- PASS: TestMaxDeleteSize (7.81s) === RUN TestReadFile run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:33:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ReadFile" 2025/06/20 01:33:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ReadFile 2025/06/20 01:33:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3e1a3bfb0a19aae4a7401576b4aaecc3 /data2/home/59018/rclone-test-sikoqaz8xuja/ReadFile 2025/06/20 01:33:29 DEBUG : ReadFile: Parsed hash: 3e1a3bfb0a19aae4a7401576b4aaecc3 2025/06/20 01:33:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ReadFile" 2025/06/20 01:33:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ReadFile 2025/06/20 01:33:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 81ee34f2dd6208d427b203fa1e80dac1f046f292 /data2/home/59018/rclone-test-sikoqaz8xuja/ReadFile 2025/06/20 01:33:29 DEBUG : ReadFile: Parsed hash: 81ee34f2dd6208d427b203fa1e80dac1f046f292 --- PASS: TestReadFile (4.80s) === RUN TestRetry 2025/06/20 01:33:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2025/06/20 01:33:32 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2025/06/20 01:33:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/20 01:33:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/20 01:33:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/20 01:33:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG 2025/06/20 01:33:32 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG --- PASS: TestRetry (0.05s) === RUN TestCat run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:33:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:33:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:33:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e86410fa2d6e2634fd8ac5f4b3afe7f3 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:33:34 DEBUG : file1: Parsed hash: e86410fa2d6e2634fd8ac5f4b3afe7f3 2025/06/20 01:33:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:33:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:33:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9f67efc6afa95f1aef9b3351d6b01d7e0591b748 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:33:35 DEBUG : file1: Parsed hash: 9f67efc6afa95f1aef9b3351d6b01d7e0591b748 2025/06/20 01:33:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file2" 2025/06/20 01:33:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file2 2025/06/20 01:33:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 22975d8a5ed1b91445f6c55ac121505b /data2/home/59018/rclone-test-sikoqaz8xuja/file2 2025/06/20 01:33:35 DEBUG : file2: Parsed hash: 22975d8a5ed1b91445f6c55ac121505b 2025/06/20 01:33:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file2" 2025/06/20 01:33:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file2 2025/06/20 01:33:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9a7149a5a7786bb368e06d08c5d77774eb43a49e /data2/home/59018/rclone-test-sikoqaz8xuja/file2 2025/06/20 01:33:35 DEBUG : file2: Parsed hash: 9a7149a5a7786bb368e06d08c5d77774eb43a49e --- PASS: TestCat (13.50s) === RUN TestPurge 2025/06/20 01:33:46 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-wujiniv2cuji" 2025/06/20 01:33:46 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2025/06/20 01:33:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: New connection [2a01:4f9:c011:405e::1]:42032->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:33:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Shell type "unix" from config 2025/06/20 01:33:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Relative path resolved to "/data2/home/59018/rclone-test-wujiniv2cuji" 2025/06/20 01:33:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Using root directory "/data2/home/59018/rclone-test-wujiniv2cuji" 2025/06/20 01:33:47 DEBUG : Creating backend with remote "/tmp/rclone3130090411" run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji", Local "Local file system at /tmp/rclone3130090411", Modify Window "1s" 2025/06/20 01:33:49 INFO : A2: Making directory 2025/06/20 01:33:50 INFO : A1/B2: Making directory 2025/06/20 01:33:50 INFO : A1/B2/C2: Making directory 2025/06/20 01:33:50 INFO : A1/B1/C3: Making directory 2025/06/20 01:33:51 INFO : A3: Making directory 2025/06/20 01:33:51 INFO : A3/B3: Making directory 2025/06/20 01:33:52 INFO : A3/B3/C4: Making directory 2025/06/20 01:33:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: New connection [2a01:4f9:c011:405e::1]:57840->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:33:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: New connection [2a01:4f9:c011:405e::1]:57850->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:33:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Shell path "/data2/home/59018/rclone-test-wujiniv2cuji/A1/two" 2025/06/20 01:33:56 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Running remote command: md5 -r /data2/home/59018/rclone-test-wujiniv2cuji/A1/two 2025/06/20 01:33:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Remote command result: 08f8e0260c64418510cefb2b06eee5cd /data2/home/59018/rclone-test-wujiniv2cuji/A1/two 2025/06/20 01:33:57 DEBUG : A1/two: Parsed hash: 08f8e0260c64418510cefb2b06eee5cd 2025/06/20 01:33:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Shell path "/data2/home/59018/rclone-test-wujiniv2cuji/A1/two" 2025/06/20 01:33:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Running remote command: sha1 -r /data2/home/59018/rclone-test-wujiniv2cuji/A1/two 2025/06/20 01:33:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Remote command result: 5cb138284d431abd6a053a56625ec088bfb88912 /data2/home/59018/rclone-test-wujiniv2cuji/A1/two 2025/06/20 01:33:57 DEBUG : A1/two: Parsed hash: 5cb138284d431abd6a053a56625ec088bfb88912 2025/06/20 01:33:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Shell path "/data2/home/59018/rclone-test-wujiniv2cuji/A1/B1/C1/one" 2025/06/20 01:33:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Running remote command: md5 -r /data2/home/59018/rclone-test-wujiniv2cuji/A1/B1/C1/one 2025/06/20 01:33:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Remote command result: 47bce5c74f589f4867dbd57e9ca9f808 /data2/home/59018/rclone-test-wujiniv2cuji/A1/B1/C1/one 2025/06/20 01:33:57 DEBUG : A1/B1/C1/one: Parsed hash: 47bce5c74f589f4867dbd57e9ca9f808 2025/06/20 01:33:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Shell path "/data2/home/59018/rclone-test-wujiniv2cuji/A1/B1/C1/one" 2025/06/20 01:33:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Running remote command: sha1 -r /data2/home/59018/rclone-test-wujiniv2cuji/A1/B1/C1/one 2025/06/20 01:33:57 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Remote command result: 7e240de74fb1ed08fa08d38063f6a6a91462a815 /data2/home/59018/rclone-test-wujiniv2cuji/A1/B1/C1/one 2025/06/20 01:33:57 DEBUG : A1/B1/C1/one: Parsed hash: 7e240de74fb1ed08fa08d38063f6a6a91462a815 2025/06/20 01:33:57 DEBUG : Waiting for deletions to finish 2025/06/20 01:33:59 INFO : A1/B1/C1/one: Deleted 2025/06/20 01:34:00 DEBUG : removing 2 level 3 directories 2025/06/20 01:34:00 INFO : A1/B1/C3: Removing directory 2025/06/20 01:34:00 INFO : A1/B1/C1: Removing directory 2025/06/20 01:34:00 DEBUG : removing 1 level 2 directories 2025/06/20 01:34:00 INFO : A1/B1: Removing directory 2025/06/20 01:34:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Shell path "/data2/home/59018/rclone-test-wujiniv2cuji/A1/two" 2025/06/20 01:34:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Running remote command: md5 -r /data2/home/59018/rclone-test-wujiniv2cuji/A1/two 2025/06/20 01:34:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Remote command result: 08f8e0260c64418510cefb2b06eee5cd /data2/home/59018/rclone-test-wujiniv2cuji/A1/two 2025/06/20 01:34:03 DEBUG : A1/two: Parsed hash: 08f8e0260c64418510cefb2b06eee5cd 2025/06/20 01:34:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Shell path "/data2/home/59018/rclone-test-wujiniv2cuji/A1/two" 2025/06/20 01:34:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Running remote command: sha1 -r /data2/home/59018/rclone-test-wujiniv2cuji/A1/two 2025/06/20 01:34:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Remote command result: 5cb138284d431abd6a053a56625ec088bfb88912 /data2/home/59018/rclone-test-wujiniv2cuji/A1/two 2025/06/20 01:34:03 DEBUG : A1/two: Parsed hash: 5cb138284d431abd6a053a56625ec088bfb88912 2025/06/20 01:34:03 DEBUG : Waiting for deletions to finish 2025/06/20 01:34:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: New connection [2a01:4f9:c011:405e::1]:55350->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:34:06 INFO : A1/two: Deleted 2025/06/20 01:34:08 DEBUG : removing 2 level 3 directories 2025/06/20 01:34:08 INFO : A3/B3/C4: Removing directory 2025/06/20 01:34:08 INFO : A1/B2/C2: Removing directory 2025/06/20 01:34:09 DEBUG : removing 2 level 2 directories 2025/06/20 01:34:09 INFO : A3/B3: Removing directory 2025/06/20 01:34:09 INFO : A1/B2: Removing directory 2025/06/20 01:34:10 DEBUG : removing 3 level 1 directories 2025/06/20 01:34:10 INFO : A3: Removing directory 2025/06/20 01:34:10 INFO : A1: Removing directory 2025/06/20 01:34:10 INFO : A2: Removing directory 2025/06/20 01:34:10 DEBUG : removing 1 level 0 directories 2025/06/20 01:34:10 INFO : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Removing directory 2025/06/20 01:34:11 ERROR : error listing: directory not found 2025/06/20 01:34:11 ERROR : error listing: directory not found 2025/06/20 01:34:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Purge dir "" 2025/06/20 01:34:11 NOTICE: purge failed to rmdir "": Rmdir: directory not found 2025/06/20 01:34:11 NOTICE: purge failed: directory not found --- PASS: TestPurge (25.66s) === RUN TestRmdirsNoLeaveRoot run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:34:13 INFO : A2: Making directory 2025/06/20 01:34:13 INFO : A1/B2: Making directory 2025/06/20 01:34:14 INFO : A1/B2/C2: Making directory 2025/06/20 01:34:14 INFO : A1/B1/C3: Making directory 2025/06/20 01:34:14 INFO : A3: Making directory 2025/06/20 01:34:15 INFO : A3/B3: Making directory 2025/06/20 01:34:15 INFO : A3/B3/C4: Making directory 2025/06/20 01:34:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: New connection [2a01:4f9:c011:405e::1]:49250->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:34:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: New connection [2a01:4f9:c011:405e::1]:49260->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:34:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: New connection [2a01:4f9:c011:405e::1]:49264->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:34:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/two" 2025/06/20 01:34:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 08f8e0260c64418510cefb2b06eee5cd /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:20 DEBUG : A1/two: Parsed hash: 08f8e0260c64418510cefb2b06eee5cd 2025/06/20 01:34:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/two" 2025/06/20 01:34:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5cb138284d431abd6a053a56625ec088bfb88912 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:21 DEBUG : A1/two: Parsed hash: 5cb138284d431abd6a053a56625ec088bfb88912 2025/06/20 01:34:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one" 2025/06/20 01:34:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 47bce5c74f589f4867dbd57e9ca9f808 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:21 DEBUG : A1/B1/C1/one: Parsed hash: 47bce5c74f589f4867dbd57e9ca9f808 2025/06/20 01:34:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one" 2025/06/20 01:34:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:21 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7e240de74fb1ed08fa08d38063f6a6a91462a815 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:21 DEBUG : A1/B1/C1/one: Parsed hash: 7e240de74fb1ed08fa08d38063f6a6a91462a815 2025/06/20 01:34:22 DEBUG : removing 1 level 3 directories 2025/06/20 01:34:22 INFO : A3/B3/C4: Removing directory 2025/06/20 01:34:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/two" 2025/06/20 01:34:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 08f8e0260c64418510cefb2b06eee5cd /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:25 DEBUG : A1/two: Parsed hash: 08f8e0260c64418510cefb2b06eee5cd 2025/06/20 01:34:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/two" 2025/06/20 01:34:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5cb138284d431abd6a053a56625ec088bfb88912 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:25 DEBUG : A1/two: Parsed hash: 5cb138284d431abd6a053a56625ec088bfb88912 2025/06/20 01:34:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one" 2025/06/20 01:34:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 47bce5c74f589f4867dbd57e9ca9f808 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:25 DEBUG : A1/B1/C1/one: Parsed hash: 47bce5c74f589f4867dbd57e9ca9f808 2025/06/20 01:34:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one" 2025/06/20 01:34:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7e240de74fb1ed08fa08d38063f6a6a91462a815 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:25 DEBUG : A1/B1/C1/one: Parsed hash: 7e240de74fb1ed08fa08d38063f6a6a91462a815 2025/06/20 01:34:27 DEBUG : removing 2 level 3 directories 2025/06/20 01:34:27 INFO : A1/B2/C2: Removing directory 2025/06/20 01:34:27 INFO : A1/B1/C3: Removing directory 2025/06/20 01:34:28 DEBUG : removing 2 level 2 directories 2025/06/20 01:34:28 INFO : A3/B3: Removing directory 2025/06/20 01:34:28 INFO : A1/B2: Removing directory 2025/06/20 01:34:29 DEBUG : removing 2 level 1 directories 2025/06/20 01:34:29 INFO : A3: Removing directory 2025/06/20 01:34:29 INFO : A2: Removing directory 2025/06/20 01:34:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/two" 2025/06/20 01:34:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 08f8e0260c64418510cefb2b06eee5cd /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:32 DEBUG : A1/two: Parsed hash: 08f8e0260c64418510cefb2b06eee5cd 2025/06/20 01:34:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/two" 2025/06/20 01:34:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5cb138284d431abd6a053a56625ec088bfb88912 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:34:32 DEBUG : A1/two: Parsed hash: 5cb138284d431abd6a053a56625ec088bfb88912 2025/06/20 01:34:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one" 2025/06/20 01:34:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 47bce5c74f589f4867dbd57e9ca9f808 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:32 DEBUG : A1/B1/C1/one: Parsed hash: 47bce5c74f589f4867dbd57e9ca9f808 2025/06/20 01:34:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one" 2025/06/20 01:34:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 7e240de74fb1ed08fa08d38063f6a6a91462a815 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/one 2025/06/20 01:34:33 DEBUG : A1/B1/C1/one: Parsed hash: 7e240de74fb1ed08fa08d38063f6a6a91462a815 2025/06/20 01:34:35 DEBUG : removing 1 level 3 directories 2025/06/20 01:34:35 INFO : A1/B1/C1: Removing directory 2025/06/20 01:34:36 DEBUG : removing 1 level 2 directories 2025/06/20 01:34:36 INFO : A1/B1: Removing directory 2025/06/20 01:34:36 DEBUG : removing 1 level 1 directories 2025/06/20 01:34:36 INFO : A1: Removing directory 2025/06/20 01:34:37 DEBUG : removing 1 level 0 directories 2025/06/20 01:34:37 INFO : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Removing directory 2025/06/20 01:34:38 ERROR : error listing: directory not found 2025/06/20 01:34:38 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (26.77s) === RUN TestRmdirsLeaveRoot run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:34:38 INFO : A1: Making directory 2025/06/20 01:34:39 INFO : A1/B1: Making directory 2025/06/20 01:34:39 INFO : A1/B1/C1: Making directory 2025/06/20 01:34:43 DEBUG : removing 1 level 3 directories 2025/06/20 01:34:43 INFO : A1/B1/C1: Removing directory 2025/06/20 01:34:44 DEBUG : removing 1 level 2 directories 2025/06/20 01:34:44 INFO : A1/B1: Removing directory --- PASS: TestRmdirsLeaveRoot (9.70s) === RUN TestRmdirsWithFilter run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:34:48 INFO : A1: Making directory 2025/06/20 01:34:48 INFO : A1/B1: Making directory 2025/06/20 01:34:49 INFO : A1/B1/C1: Making directory 2025/06/20 01:34:53 DEBUG : removing 1 level 3 directories 2025/06/20 01:34:53 INFO : A1/B1/C1: Removing directory 2025/06/20 01:34:54 DEBUG : removing 1 level 2 directories 2025/06/20 01:34:54 INFO : A1/B1: Removing directory --- PASS: TestRmdirsWithFilter (9.95s) === RUN TestCopyURL run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:34:59 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:35:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 081404b3d2ae5bf599add15b7445ac07 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:00 DEBUG : file1: Parsed hash: 081404b3d2ae5bf599add15b7445ac07 2025/06/20 01:35:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:35:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3c3771c1f3304bdb052b101cc97a23df1ab9531f /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:00 DEBUG : file1: Parsed hash: 3c3771c1f3304bdb052b101cc97a23df1ab9531f 2025/06/20 01:35:00 DEBUG : filename.txt: File name found in url 2025/06/20 01:35:01 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2025/06/20 01:35:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:35:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 081404b3d2ae5bf599add15b7445ac07 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:03 DEBUG : file1: Parsed hash: 081404b3d2ae5bf599add15b7445ac07 2025/06/20 01:35:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:35:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3c3771c1f3304bdb052b101cc97a23df1ab9531f /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:04 DEBUG : file1: Parsed hash: 3c3771c1f3304bdb052b101cc97a23df1ab9531f 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file2" 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file2 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 081404b3d2ae5bf599add15b7445ac07 /data2/home/59018/rclone-test-sikoqaz8xuja/file2 2025/06/20 01:35:04 DEBUG : file2: Parsed hash: 081404b3d2ae5bf599add15b7445ac07 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file2" 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file2 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3c3771c1f3304bdb052b101cc97a23df1ab9531f /data2/home/59018/rclone-test-sikoqaz8xuja/file2 2025/06/20 01:35:04 DEBUG : file2: Parsed hash: 3c3771c1f3304bdb052b101cc97a23df1ab9531f 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/filename.txt" 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/filename.txt 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 081404b3d2ae5bf599add15b7445ac07 /data2/home/59018/rclone-test-sikoqaz8xuja/filename.txt 2025/06/20 01:35:04 DEBUG : filename.txt: Parsed hash: 081404b3d2ae5bf599add15b7445ac07 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/filename.txt" 2025/06/20 01:35:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/filename.txt 2025/06/20 01:35:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3c3771c1f3304bdb052b101cc97a23df1ab9531f /data2/home/59018/rclone-test-sikoqaz8xuja/filename.txt 2025/06/20 01:35:05 DEBUG : filename.txt: Parsed hash: 3c3771c1f3304bdb052b101cc97a23df1ab9531f 2025/06/20 01:35:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/headerfilename.txt" 2025/06/20 01:35:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/headerfilename.txt 2025/06/20 01:35:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 081404b3d2ae5bf599add15b7445ac07 /data2/home/59018/rclone-test-sikoqaz8xuja/headerfilename.txt 2025/06/20 01:35:05 DEBUG : headerfilename.txt: Parsed hash: 081404b3d2ae5bf599add15b7445ac07 2025/06/20 01:35:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/headerfilename.txt" 2025/06/20 01:35:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/headerfilename.txt 2025/06/20 01:35:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3c3771c1f3304bdb052b101cc97a23df1ab9531f /data2/home/59018/rclone-test-sikoqaz8xuja/headerfilename.txt 2025/06/20 01:35:05 DEBUG : headerfilename.txt: Parsed hash: 3c3771c1f3304bdb052b101cc97a23df1ab9531f --- PASS: TestCopyURL (9.08s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:35:07 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/20 01:35:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2.53508f02.partial" 2025/06/20 01:35:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2.53508f02.partial 2025/06/20 01:35:08 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2.53508f02.partial 2025/06/20 01:35:08 DEBUG : sub/file2.53508f02.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:35:08 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/20 01:35:09 DEBUG : sub/file2.53508f02.partial: renamed to: sub/file2 2025/06/20 01:35:09 INFO : file1: Copied (new) to: sub/file2 2025/06/20 01:35:09 INFO : file1: Deleted 2025/06/20 01:35:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:35:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:10 DEBUG : sub/file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:35:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:35:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:10 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:10 DEBUG : sub/file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:35:10 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/06/20 01:35:10 DEBUG : file1: Unchanged skipping 2025/06/20 01:35:10 INFO : file1: Deleted 2025/06/20 01:35:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-wujiniv2cuji: Closing 4 unused connections 2025/06/20 01:35:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:35:11 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:12 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:12 DEBUG : sub/file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:35:12 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:35:12 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:12 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:12 DEBUG : sub/file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:35:12 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: don't need to copy/move sub/file2, it is already at target location 2025/06/20 01:35:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:35:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:13 DEBUG : sub/file2: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:35:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2" 2025/06/20 01:35:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:13 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/sub/file2 2025/06/20 01:35:13 DEBUG : sub/file2: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 --- PASS: TestMoveFile (9.01s) === RUN TestMoveFileWithIgnoreExisting run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:35:16 DEBUG : file1: Need to transfer - File not found at Destination 2025/06/20 01:35:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1.53508f02.partial" 2025/06/20 01:35:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1.53508f02.partial 2025/06/20 01:35:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/file1.53508f02.partial 2025/06/20 01:35:17 DEBUG : file1.53508f02.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:35:17 DEBUG : file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/20 01:35:17 DEBUG : file1.53508f02.partial: renamed to: file1 2025/06/20 01:35:17 INFO : file1: Copied (new) 2025/06/20 01:35:17 INFO : file1: Deleted 2025/06/20 01:35:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:35:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:18 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:35:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:35:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:18 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:35:18 DEBUG : file1: Destination exists, skipping 2025/06/20 01:35:18 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2025/06/20 01:35:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:35:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:19 DEBUG : file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:35:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/file1" 2025/06/20 01:35:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:20 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/file1 2025/06/20 01:35:20 DEBUG : file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 --- PASS: TestMoveFileWithIgnoreExisting (4.97s) === RUN TestCaseInsensitiveMoveFile run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFile (1.03s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" --- PASS: TestCaseInsensitiveMoveFileDryRun (1.04s) === RUN TestMoveFileBackupDir run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:35:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1" 2025/06/20 01:35:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:35:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 05164b153084ba910184c26e561a7c18 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:35:25 DEBUG : dst/file1: Parsed hash: 05164b153084ba910184c26e561a7c18 2025/06/20 01:35:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1" 2025/06/20 01:35:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:35:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:35:25 DEBUG : dst/file1: Parsed hash: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 2025/06/20 01:35:26 DEBUG : Creating backend with remote "TestSFTPRsyncNet:rclone-test-sikoqaz8xuja/backup" 2025/06/20 01:35:26 DEBUG : Config file has changed externally - reloading 2025/06/20 01:35:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/backup: New connection [2a01:4f9:c011:405e::1]:43004->[2001:470:1:eb::9]:22 to "SSH-2.0-OpenSSH_9.9-hpn14v15 FreeBSD-openssh-portable-9.9.p1_1,1" 2025/06/20 01:35:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/backup: Shell type "unix" from config 2025/06/20 01:35:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/backup: Relative path resolved to "/data2/home/59018/rclone-test-sikoqaz8xuja/backup" 2025/06/20 01:35:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/backup: Using root directory "/data2/home/59018/rclone-test-sikoqaz8xuja/backup" 2025/06/20 01:35:27 DEBUG : dst/file1: Sizes differ (src 14 vs dst 18) 2025/06/20 01:35:28 INFO : dst/file1: Moved (server-side) 2025/06/20 01:35:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1.53508f02.partial" 2025/06/20 01:35:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1.53508f02.partial 2025/06/20 01:35:29 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1.53508f02.partial 2025/06/20 01:35:29 DEBUG : dst/file1.53508f02.partial: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:35:29 DEBUG : dst/file1: md5 = 0ef726ce9b1a7692357ff70dd321d595 OK 2025/06/20 01:35:30 DEBUG : dst/file1.53508f02.partial: renamed to: dst/file1 2025/06/20 01:35:30 INFO : dst/file1: Copied (new) 2025/06/20 01:35:30 INFO : dst/file1: Deleted 2025/06/20 01:35:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1" 2025/06/20 01:35:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:35:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 0ef726ce9b1a7692357ff70dd321d595 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:35:32 DEBUG : dst/file1: Parsed hash: 0ef726ce9b1a7692357ff70dd321d595 2025/06/20 01:35:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1" 2025/06/20 01:35:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:35:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: a379624177abc4679cafafa8eae1d73e1478aaa6 /data2/home/59018/rclone-test-sikoqaz8xuja/dst/file1 2025/06/20 01:35:32 DEBUG : dst/file1: Parsed hash: a379624177abc4679cafafa8eae1d73e1478aaa6 2025/06/20 01:35:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1" 2025/06/20 01:35:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1 2025/06/20 01:35:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 05164b153084ba910184c26e561a7c18 /data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1 2025/06/20 01:35:32 DEBUG : backup/dst/file1: Parsed hash: 05164b153084ba910184c26e561a7c18 2025/06/20 01:35:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1" 2025/06/20 01:35:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1 2025/06/20 01:35:32 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 /data2/home/59018/rclone-test-sikoqaz8xuja/backup/dst/file1 2025/06/20 01:35:32 DEBUG : backup/dst/file1: Parsed hash: 9d125cddbdc7323ccf9db2d2b67af177f781b5c6 2025/06/20 01:35:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja/backup: Closing 1 unused connections --- PASS: TestMoveFileBackupDir (13.80s) === RUN TestSameConfig --- PASS: TestSameConfig (0.00s) === RUN TestSame --- PASS: TestSame (0.00s) === RUN TestOverlappingFilterCheckWithoutFilter --- PASS: TestOverlappingFilterCheckWithoutFilter (0.00s) === RUN TestOverlappingFilterCheckWithFilter --- PASS: TestOverlappingFilterCheckWithFilter (0.00s) === RUN TestListFormat --- PASS: TestListFormat (0.00s) === RUN TestDirMove run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:35:42 INFO : A1/B2: Making directory 2025/06/20 01:35:42 INFO : A1/B1/C3: Making directory 2025/06/20 01:35:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/one" 2025/06/20 01:35:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/one 2025/06/20 01:35:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/one 2025/06/20 01:35:45 DEBUG : A1/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:35:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/one" 2025/06/20 01:35:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/one 2025/06/20 01:35:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/one 2025/06/20 01:35:45 DEBUG : A1/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:35:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/two" 2025/06/20 01:35:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:35:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b8a9f715dbb64fd5c56e7783c6820a61 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:35:45 DEBUG : A1/two: Parsed hash: b8a9f715dbb64fd5c56e7783c6820a61 2025/06/20 01:35:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/two" 2025/06/20 01:35:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: ad782ecdac770fc6eb9a62e44f90873fb97fb26b /data2/home/59018/rclone-test-sikoqaz8xuja/A1/two 2025/06/20 01:35:46 DEBUG : A1/two: Parsed hash: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/three" 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/three 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 35d6d33467aae9a2e3dccb4b6b027878 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/three 2025/06/20 01:35:46 DEBUG : A1/B1/three: Parsed hash: 35d6d33467aae9a2e3dccb4b6b027878 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/three" 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/three 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b802f384302cb24fbab0a44997e820bf2e8507bb /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/three 2025/06/20 01:35:46 DEBUG : A1/B1/three: Parsed hash: b802f384302cb24fbab0a44997e820bf2e8507bb 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/four" 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/four 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8cbad96aced40b3838dd9f07f6ef5772 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/four 2025/06/20 01:35:46 DEBUG : A1/B1/C1/four: Parsed hash: 8cbad96aced40b3838dd9f07f6ef5772 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/four" 2025/06/20 01:35:46 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/four 2025/06/20 01:35:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9f8f7eec5dea5ac43738721939c120318cbff1df /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C1/four 2025/06/20 01:35:47 DEBUG : A1/B1/C1/four: Parsed hash: 9f8f7eec5dea5ac43738721939c120318cbff1df 2025/06/20 01:35:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C2/five" 2025/06/20 01:35:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C2/five 2025/06/20 01:35:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 30056e1cab7a61d256fc8edd970d14f5 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C2/five 2025/06/20 01:35:47 DEBUG : A1/B1/C2/five: Parsed hash: 30056e1cab7a61d256fc8edd970d14f5 2025/06/20 01:35:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C2/five" 2025/06/20 01:35:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C2/five 2025/06/20 01:35:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 /data2/home/59018/rclone-test-sikoqaz8xuja/A1/B1/C2/five 2025/06/20 01:35:47 DEBUG : A1/B1/C2/five: Parsed hash: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 2025/06/20 01:35:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A2/one" 2025/06/20 01:35:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A2/one 2025/06/20 01:35:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/A2/one 2025/06/20 01:35:50 DEBUG : A2/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:35:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A2/one" 2025/06/20 01:35:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A2/one 2025/06/20 01:35:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/A2/one 2025/06/20 01:35:50 DEBUG : A2/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:35:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A2/two" 2025/06/20 01:35:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A2/two 2025/06/20 01:35:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b8a9f715dbb64fd5c56e7783c6820a61 /data2/home/59018/rclone-test-sikoqaz8xuja/A2/two 2025/06/20 01:35:50 DEBUG : A2/two: Parsed hash: b8a9f715dbb64fd5c56e7783c6820a61 2025/06/20 01:35:50 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A2/two" 2025/06/20 01:35:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A2/two 2025/06/20 01:35:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: ad782ecdac770fc6eb9a62e44f90873fb97fb26b /data2/home/59018/rclone-test-sikoqaz8xuja/A2/two 2025/06/20 01:35:51 DEBUG : A2/two: Parsed hash: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2025/06/20 01:35:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/three" 2025/06/20 01:35:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/three 2025/06/20 01:35:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 35d6d33467aae9a2e3dccb4b6b027878 /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/three 2025/06/20 01:35:51 DEBUG : A2/B1/three: Parsed hash: 35d6d33467aae9a2e3dccb4b6b027878 2025/06/20 01:35:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/three" 2025/06/20 01:35:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/three 2025/06/20 01:35:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b802f384302cb24fbab0a44997e820bf2e8507bb /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/three 2025/06/20 01:35:51 DEBUG : A2/B1/three: Parsed hash: b802f384302cb24fbab0a44997e820bf2e8507bb 2025/06/20 01:35:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C1/four" 2025/06/20 01:35:51 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C1/four 2025/06/20 01:35:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8cbad96aced40b3838dd9f07f6ef5772 /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C1/four 2025/06/20 01:35:52 DEBUG : A2/B1/C1/four: Parsed hash: 8cbad96aced40b3838dd9f07f6ef5772 2025/06/20 01:35:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C1/four" 2025/06/20 01:35:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C1/four 2025/06/20 01:35:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9f8f7eec5dea5ac43738721939c120318cbff1df /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C1/four 2025/06/20 01:35:52 DEBUG : A2/B1/C1/four: Parsed hash: 9f8f7eec5dea5ac43738721939c120318cbff1df 2025/06/20 01:35:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C2/five" 2025/06/20 01:35:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C2/five 2025/06/20 01:35:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 30056e1cab7a61d256fc8edd970d14f5 /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C2/five 2025/06/20 01:35:52 DEBUG : A2/B1/C2/five: Parsed hash: 30056e1cab7a61d256fc8edd970d14f5 2025/06/20 01:35:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C2/five" 2025/06/20 01:35:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C2/five 2025/06/20 01:35:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 /data2/home/59018/rclone-test-sikoqaz8xuja/A2/B1/C2/five 2025/06/20 01:35:52 DEBUG : A2/B1/C2/five: Parsed hash: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 2025/06/20 01:35:57 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2025/06/20 01:35:57 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2025/06/20 01:35:57 INFO : A2/one: Moved (server-side) to: A3/one 2025/06/20 01:35:57 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2025/06/20 01:35:57 INFO : A2/two: Moved (server-side) to: A3/two 2025/06/20 01:36:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A3/one" 2025/06/20 01:36:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A3/one 2025/06/20 01:36:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/A3/one 2025/06/20 01:36:03 DEBUG : A3/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:36:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A3/one" 2025/06/20 01:36:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A3/one 2025/06/20 01:36:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/A3/one 2025/06/20 01:36:03 DEBUG : A3/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:36:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A3/two" 2025/06/20 01:36:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A3/two 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b8a9f715dbb64fd5c56e7783c6820a61 /data2/home/59018/rclone-test-sikoqaz8xuja/A3/two 2025/06/20 01:36:04 DEBUG : A3/two: Parsed hash: b8a9f715dbb64fd5c56e7783c6820a61 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A3/two" 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A3/two 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: ad782ecdac770fc6eb9a62e44f90873fb97fb26b /data2/home/59018/rclone-test-sikoqaz8xuja/A3/two 2025/06/20 01:36:04 DEBUG : A3/two: Parsed hash: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/three" 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/three 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 35d6d33467aae9a2e3dccb4b6b027878 /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/three 2025/06/20 01:36:04 DEBUG : A3/B1/three: Parsed hash: 35d6d33467aae9a2e3dccb4b6b027878 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/three" 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/three 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b802f384302cb24fbab0a44997e820bf2e8507bb /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/three 2025/06/20 01:36:04 DEBUG : A3/B1/three: Parsed hash: b802f384302cb24fbab0a44997e820bf2e8507bb 2025/06/20 01:36:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C1/four" 2025/06/20 01:36:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C1/four 2025/06/20 01:36:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8cbad96aced40b3838dd9f07f6ef5772 /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C1/four 2025/06/20 01:36:05 DEBUG : A3/B1/C1/four: Parsed hash: 8cbad96aced40b3838dd9f07f6ef5772 2025/06/20 01:36:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C1/four" 2025/06/20 01:36:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C1/four 2025/06/20 01:36:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9f8f7eec5dea5ac43738721939c120318cbff1df /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C1/four 2025/06/20 01:36:05 DEBUG : A3/B1/C1/four: Parsed hash: 9f8f7eec5dea5ac43738721939c120318cbff1df 2025/06/20 01:36:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C2/five" 2025/06/20 01:36:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C2/five 2025/06/20 01:36:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 30056e1cab7a61d256fc8edd970d14f5 /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C2/five 2025/06/20 01:36:05 DEBUG : A3/B1/C2/five: Parsed hash: 30056e1cab7a61d256fc8edd970d14f5 2025/06/20 01:36:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C2/five" 2025/06/20 01:36:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C2/five 2025/06/20 01:36:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 /data2/home/59018/rclone-test-sikoqaz8xuja/A3/B1/C2/five 2025/06/20 01:36:06 DEBUG : A3/B1/C2/five: Parsed hash: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 2025/06/20 01:36:06 INFO : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2025/06/20 01:36:10 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2025/06/20 01:36:10 INFO : A3/two: Moved (server-side) to: A4/two 2025/06/20 01:36:10 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2025/06/20 01:36:10 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2025/06/20 01:36:10 INFO : A3/one: Moved (server-side) to: A4/one 2025/06/20 01:36:16 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A4/one" 2025/06/20 01:36:16 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A4/one 2025/06/20 01:36:16 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: f97c5d29941bfb1b2fdab0874906ab82 /data2/home/59018/rclone-test-sikoqaz8xuja/A4/one 2025/06/20 01:36:16 DEBUG : A4/one: Parsed hash: f97c5d29941bfb1b2fdab0874906ab82 2025/06/20 01:36:16 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A4/one" 2025/06/20 01:36:16 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A4/one 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 /data2/home/59018/rclone-test-sikoqaz8xuja/A4/one 2025/06/20 01:36:17 DEBUG : A4/one: Parsed hash: fe05bcdcdc4928012781a5f1a2a77cbb5398e106 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A4/two" 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A4/two 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b8a9f715dbb64fd5c56e7783c6820a61 /data2/home/59018/rclone-test-sikoqaz8xuja/A4/two 2025/06/20 01:36:17 DEBUG : A4/two: Parsed hash: b8a9f715dbb64fd5c56e7783c6820a61 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A4/two" 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A4/two 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: ad782ecdac770fc6eb9a62e44f90873fb97fb26b /data2/home/59018/rclone-test-sikoqaz8xuja/A4/two 2025/06/20 01:36:17 DEBUG : A4/two: Parsed hash: ad782ecdac770fc6eb9a62e44f90873fb97fb26b 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/three" 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/three 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 35d6d33467aae9a2e3dccb4b6b027878 /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/three 2025/06/20 01:36:17 DEBUG : A4/B1/three: Parsed hash: 35d6d33467aae9a2e3dccb4b6b027878 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/three" 2025/06/20 01:36:17 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/three 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: b802f384302cb24fbab0a44997e820bf2e8507bb /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/three 2025/06/20 01:36:18 DEBUG : A4/B1/three: Parsed hash: b802f384302cb24fbab0a44997e820bf2e8507bb 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C2/five" 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C2/five 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 30056e1cab7a61d256fc8edd970d14f5 /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C2/five 2025/06/20 01:36:18 DEBUG : A4/B1/C2/five: Parsed hash: 30056e1cab7a61d256fc8edd970d14f5 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C2/five" 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C2/five 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C2/five 2025/06/20 01:36:18 DEBUG : A4/B1/C2/five: Parsed hash: 4db2c1df4610cd6c0da6b9197b066bfb4e9b9d00 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C1/four" 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C1/four 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 8cbad96aced40b3838dd9f07f6ef5772 /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C1/four 2025/06/20 01:36:18 DEBUG : A4/B1/C1/four: Parsed hash: 8cbad96aced40b3838dd9f07f6ef5772 2025/06/20 01:36:18 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C1/four" 2025/06/20 01:36:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C1/four 2025/06/20 01:36:19 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9f8f7eec5dea5ac43738721939c120318cbff1df /data2/home/59018/rclone-test-sikoqaz8xuja/A4/B1/C1/four 2025/06/20 01:36:19 DEBUG : A4/B1/C1/four: Parsed hash: 9f8f7eec5dea5ac43738721939c120318cbff1df --- PASS: TestDirMove (49.19s) === RUN TestGetFsInfo run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" --- PASS: TestGetFsInfo (1.04s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:36:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: File to upload is small (34 bytes), uploading instead of streaming 2025/06/20 01:36:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_small_file_from_pipe" 2025/06/20 01:36:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_small_file_from_pipe 2025/06/20 01:36:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c762bc6ec18f21b23fcae426c7863b5 /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_small_file_from_pipe 2025/06/20 01:36:28 DEBUG : no_checksum_small_file_from_pipe: Parsed hash: 4c762bc6ec18f21b23fcae426c7863b5 2025/06/20 01:36:28 DEBUG : no_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/06/20 01:36:28 DEBUG : no_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/06/20 01:36:30 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_big_file_from_pipe" 2025/06/20 01:36:30 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_big_file_from_pipe 2025/06/20 01:36:30 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fffc7956ba9a7b58a63c01b6ce1ddc45 /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_big_file_from_pipe 2025/06/20 01:36:30 DEBUG : no_checksum_big_file_from_pipe: Parsed hash: fffc7956ba9a7b58a63c01b6ce1ddc45 2025/06/20 01:36:30 DEBUG : no_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/06/20 01:36:30 DEBUG : no_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical 2025/06/20 01:36:30 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_big_file_from_pipe" 2025/06/20 01:36:30 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_big_file_from_pipe 2025/06/20 01:36:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fffc7956ba9a7b58a63c01b6ce1ddc45 /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_big_file_from_pipe 2025/06/20 01:36:31 DEBUG : no_checksum_big_file_from_pipe: Parsed hash: fffc7956ba9a7b58a63c01b6ce1ddc45 2025/06/20 01:36:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_big_file_from_pipe" 2025/06/20 01:36:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_big_file_from_pipe 2025/06/20 01:36:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d0080f73aa8b494570ad63df1beb25c01ea9eea2 /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_big_file_from_pipe 2025/06/20 01:36:31 DEBUG : no_checksum_big_file_from_pipe: Parsed hash: d0080f73aa8b494570ad63df1beb25c01ea9eea2 2025/06/20 01:36:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_small_file_from_pipe" 2025/06/20 01:36:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_small_file_from_pipe 2025/06/20 01:36:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c762bc6ec18f21b23fcae426c7863b5 /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_small_file_from_pipe 2025/06/20 01:36:31 DEBUG : no_checksum_small_file_from_pipe: Parsed hash: 4c762bc6ec18f21b23fcae426c7863b5 2025/06/20 01:36:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_small_file_from_pipe" 2025/06/20 01:36:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_small_file_from_pipe 2025/06/20 01:36:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 /data2/home/59018/rclone-test-sikoqaz8xuja/no_checksum_small_file_from_pipe 2025/06/20 01:36:31 DEBUG : no_checksum_small_file_from_pipe: Parsed hash: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:36:33 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: File to upload is small (34 bytes), uploading instead of streaming 2025/06/20 01:36:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_small_file_from_pipe" 2025/06/20 01:36:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_small_file_from_pipe 2025/06/20 01:36:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c762bc6ec18f21b23fcae426c7863b5 /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_small_file_from_pipe 2025/06/20 01:36:34 DEBUG : with_checksum_small_file_from_pipe: Parsed hash: 4c762bc6ec18f21b23fcae426c7863b5 2025/06/20 01:36:34 DEBUG : with_checksum_small_file_from_pipe: md5 = 4c762bc6ec18f21b23fcae426c7863b5 OK 2025/06/20 01:36:34 DEBUG : with_checksum_small_file_from_pipe: Size and md5 of src and dst objects identical 2025/06/20 01:36:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_big_file_from_pipe" 2025/06/20 01:36:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_big_file_from_pipe 2025/06/20 01:36:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fffc7956ba9a7b58a63c01b6ce1ddc45 /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_big_file_from_pipe 2025/06/20 01:36:36 DEBUG : with_checksum_big_file_from_pipe: Parsed hash: fffc7956ba9a7b58a63c01b6ce1ddc45 2025/06/20 01:36:36 DEBUG : with_checksum_big_file_from_pipe: md5 = fffc7956ba9a7b58a63c01b6ce1ddc45 OK 2025/06/20 01:36:36 DEBUG : with_checksum_big_file_from_pipe: Size and md5 of src and dst objects identical 2025/06/20 01:36:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_big_file_from_pipe" 2025/06/20 01:36:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_big_file_from_pipe 2025/06/20 01:36:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fffc7956ba9a7b58a63c01b6ce1ddc45 /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_big_file_from_pipe 2025/06/20 01:36:36 DEBUG : with_checksum_big_file_from_pipe: Parsed hash: fffc7956ba9a7b58a63c01b6ce1ddc45 2025/06/20 01:36:36 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_big_file_from_pipe" 2025/06/20 01:36:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_big_file_from_pipe 2025/06/20 01:36:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d0080f73aa8b494570ad63df1beb25c01ea9eea2 /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_big_file_from_pipe 2025/06/20 01:36:37 DEBUG : with_checksum_big_file_from_pipe: Parsed hash: d0080f73aa8b494570ad63df1beb25c01ea9eea2 2025/06/20 01:36:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_small_file_from_pipe" 2025/06/20 01:36:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_small_file_from_pipe 2025/06/20 01:36:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c762bc6ec18f21b23fcae426c7863b5 /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_small_file_from_pipe 2025/06/20 01:36:37 DEBUG : with_checksum_small_file_from_pipe: Parsed hash: 4c762bc6ec18f21b23fcae426c7863b5 2025/06/20 01:36:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_small_file_from_pipe" 2025/06/20 01:36:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_small_file_from_pipe 2025/06/20 01:36:37 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 /data2/home/59018/rclone-test-sikoqaz8xuja/with_checksum_small_file_from_pipe 2025/06/20 01:36:37 DEBUG : with_checksum_small_file_from_pipe: Parsed hash: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:36:39 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: File to upload is small (34 bytes), uploading instead of streaming 2025/06/20 01:36:40 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2025/06/20 01:36:41 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe" 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fffc7956ba9a7b58a63c01b6ce1ddc45 /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe 2025/06/20 01:36:42 DEBUG : ignore_checksum_big_file_from_pipe: Parsed hash: fffc7956ba9a7b58a63c01b6ce1ddc45 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe" 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d0080f73aa8b494570ad63df1beb25c01ea9eea2 /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe 2025/06/20 01:36:42 DEBUG : ignore_checksum_big_file_from_pipe: Parsed hash: d0080f73aa8b494570ad63df1beb25c01ea9eea2 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe" 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c762bc6ec18f21b23fcae426c7863b5 /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe 2025/06/20 01:36:42 DEBUG : ignore_checksum_small_file_from_pipe: Parsed hash: 4c762bc6ec18f21b23fcae426c7863b5 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe" 2025/06/20 01:36:42 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe 2025/06/20 01:36:43 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe 2025/06/20 01:36:43 DEBUG : ignore_checksum_small_file_from_pipe: Parsed hash: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:36:44 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: File to upload is small (34 bytes), uploading instead of streaming 2025/06/20 01:36:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe" 2025/06/20 01:36:45 DEBUG : ignore_checksum_small_file_from_pipe: Src hash empty - aborting Dst hash check 2025/06/20 01:36:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe 2025/06/20 01:36:45 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c762bc6ec18f21b23fcae426c7863b5 /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe 2025/06/20 01:36:45 DEBUG : ignore_checksum_small_file_from_pipe: Parsed hash: 4c762bc6ec18f21b23fcae426c7863b5 2025/06/20 01:36:45 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2025/06/20 01:36:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe" 2025/06/20 01:36:47 DEBUG : ignore_checksum_big_file_from_pipe: Src hash empty - aborting Dst hash check 2025/06/20 01:36:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe 2025/06/20 01:36:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fffc7956ba9a7b58a63c01b6ce1ddc45 /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe 2025/06/20 01:36:47 DEBUG : ignore_checksum_big_file_from_pipe: Parsed hash: fffc7956ba9a7b58a63c01b6ce1ddc45 2025/06/20 01:36:47 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2025/06/20 01:36:47 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe" 2025/06/20 01:36:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe 2025/06/20 01:36:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: fffc7956ba9a7b58a63c01b6ce1ddc45 /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe 2025/06/20 01:36:48 DEBUG : ignore_checksum_big_file_from_pipe: Parsed hash: fffc7956ba9a7b58a63c01b6ce1ddc45 2025/06/20 01:36:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe" 2025/06/20 01:36:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe 2025/06/20 01:36:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d0080f73aa8b494570ad63df1beb25c01ea9eea2 /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_big_file_from_pipe 2025/06/20 01:36:48 DEBUG : ignore_checksum_big_file_from_pipe: Parsed hash: d0080f73aa8b494570ad63df1beb25c01ea9eea2 2025/06/20 01:36:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe" 2025/06/20 01:36:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe 2025/06/20 01:36:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c762bc6ec18f21b23fcae426c7863b5 /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe 2025/06/20 01:36:48 DEBUG : ignore_checksum_small_file_from_pipe: Parsed hash: 4c762bc6ec18f21b23fcae426c7863b5 2025/06/20 01:36:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe" 2025/06/20 01:36:48 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe 2025/06/20 01:36:49 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 /data2/home/59018/rclone-test-sikoqaz8xuja/ignore_checksum_small_file_from_pipe 2025/06/20 01:36:49 DEBUG : ignore_checksum_small_file_from_pipe: Parsed hash: 4c3452689ee5e2b950454c46181b8b5e7bcfeca9 --- PASS: TestRcat (23.03s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (5.88s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (5.89s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (5.36s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (5.90s) === RUN TestRcatMetadata run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" operations_test.go:1532: Skipping as destination doesn't support user metadata --- SKIP: TestRcatMetadata (1.04s) === RUN TestRcatSize run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:36:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: File to upload is small (60 bytes), uploading instead of streaming 2025/06/20 01:36:52 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:36:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:36:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:36:53 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:36:53 DEBUG : potato2: md5 = d6548b156ea68a4e003e786df99eee76 OK 2025/06/20 01:36:53 DEBUG : potato2: Size and md5 of src and dst objects identical 2025/06/20 01:36:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato1" 2025/06/20 01:36:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato1 2025/06/20 01:36:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato1 2025/06/20 01:36:53 DEBUG : potato1: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:36:53 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato1" 2025/06/20 01:36:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato1 2025/06/20 01:36:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato1 2025/06/20 01:36:54 DEBUG : potato1: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:36:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:36:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:36:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:36:54 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:36:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:36:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:36:54 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:36:54 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d --- PASS: TestRcatSize (4.71s) === RUN TestRcatSizeMetadata run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" operations_test.go:1613: Skipping as destination doesn't support user metadata --- SKIP: TestRcatSizeMetadata (1.04s) === RUN TestTouchDir run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:37:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:37:00 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:37:01 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:37:01 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:37:01 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:37:01 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3" 2025/06/20 01:37:01 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/potato3 2025/06/20 01:37:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5d41402abc4b2a76b9719d911017c592 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3 2025/06/20 01:37:02 DEBUG : sub dir/potato3: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/06/20 01:37:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3" 2025/06/20 01:37:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/potato3 2025/06/20 01:37:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3 2025/06/20 01:37:02 DEBUG : sub dir/potato3: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d 2025/06/20 01:37:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Touching "empty space" 2025/06/20 01:37:02 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Touching "potato2" 2025/06/20 01:37:03 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Touching "sub dir/potato3" 2025/06/20 01:37:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:37:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:37:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 336d5ebc5436534e61d16e63ddfca327 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:37:04 DEBUG : empty space: Parsed hash: 336d5ebc5436534e61d16e63ddfca327 2025/06/20 01:37:04 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/empty space" 2025/06/20 01:37:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/empty\ space 2025/06/20 01:37:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 /data2/home/59018/rclone-test-sikoqaz8xuja/empty space 2025/06/20 01:37:05 DEBUG : empty space: Parsed hash: 3bc15c8aae3e4124dd409035f32ea2fd6835efc9 2025/06/20 01:37:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:37:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:37:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: d6548b156ea68a4e003e786df99eee76 /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:37:05 DEBUG : potato2: Parsed hash: d6548b156ea68a4e003e786df99eee76 2025/06/20 01:37:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/potato2" 2025/06/20 01:37:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:37:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 9dc7f7d3279715991a22853f5981df582b7f9f6d /data2/home/59018/rclone-test-sikoqaz8xuja/potato2 2025/06/20 01:37:05 DEBUG : potato2: Parsed hash: 9dc7f7d3279715991a22853f5981df582b7f9f6d 2025/06/20 01:37:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3" 2025/06/20 01:37:05 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/potato3 2025/06/20 01:37:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5d41402abc4b2a76b9719d911017c592 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3 2025/06/20 01:37:06 DEBUG : sub dir/potato3: Parsed hash: 5d41402abc4b2a76b9719d911017c592 2025/06/20 01:37:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3" 2025/06/20 01:37:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/potato3 2025/06/20 01:37:06 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/potato3 2025/06/20 01:37:06 DEBUG : sub dir/potato3: Parsed hash: aaf4c61ddcc5e8a2dabede0f3b482cd9aea9434d --- PASS: TestTouchDir (11.75s) === RUN TestMkdirMetadata run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" operations_test.go:1703: Skipping test as remote does not support MkdirMetadata --- SKIP: TestMkdirMetadata (1.04s) === RUN TestMkdirModTime run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:37:09 INFO : directory with modtime: Making directory 2025/06/20 01:37:10 INFO : directory with modtime: Made directory with modification time 2011-12-25 12:59:59.123456789 +0000 UTC --- PASS: TestMkdirModTime (3.35s) === RUN TestCopyDirMetadata run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" operations_test.go:1743: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestCopyDirMetadata (1.03s) === RUN TestSetDirModTime run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:37:14 DEBUG : set modtime on non existent directory: Skipping set directory modification time as --no-update-dir-modtime is set 2025/06/20 01:37:15 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) 2025/06/20 01:37:16 INFO : set modtime on existing directory: Set directory modification time (using DirSetModTime) --- PASS: TestSetDirModTime (4.78s) === RUN TestDirsEqual run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" operations_test.go:1823: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata --- SKIP: TestDirsEqual (1.03s) === RUN TestRemoveExisting run.go:180: Remote "sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja", Local "Local file system at /tmp/rclone3473760077", Modify Window "1s" 2025/06/20 01:37:22 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing" 2025/06/20 01:37:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing 2025/06/20 01:37:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing 2025/06/20 01:37:23 DEBUG : sub dir/test remove existing: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:37:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing" 2025/06/20 01:37:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing 2025/06/20 01:37:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing 2025/06/20 01:37:23 DEBUG : sub dir/test remove existing: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:37:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2025/06/20 01:37:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing\ with\ long\ name\ 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: bcd972e7e8359de4574c6098d6c33679 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:23 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Parsed hash: bcd972e7e8359de4574c6098d6c33679 2025/06/20 01:37:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2025/06/20 01:37:23 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing\ with\ long\ name\ 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:24 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e2089ea38bf08bdcaa96acb7051af0d9c425607d /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:24 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Parsed hash: e2089ea38bf08bdcaa96acb7051af0d9c425607d 2025/06/20 01:37:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing" 2025/06/20 01:37:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing 2025/06/20 01:37:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing 2025/06/20 01:37:25 DEBUG : sub dir/test remove existing: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:37:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing" 2025/06/20 01:37:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing 2025/06/20 01:37:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing 2025/06/20 01:37:25 DEBUG : sub dir/test remove existing: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:37:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2025/06/20 01:37:25 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing\ with\ long\ name\ 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: bcd972e7e8359de4574c6098d6c33679 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Parsed hash: bcd972e7e8359de4574c6098d6c33679 2025/06/20 01:37:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2025/06/20 01:37:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing\ with\ long\ name\ 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:26 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e2089ea38bf08bdcaa96acb7051af0d9c425607d /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:26 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Parsed hash: e2089ea38bf08bdcaa96acb7051af0d9c425607d 2025/06/20 01:37:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing" 2025/06/20 01:37:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing 2025/06/20 01:37:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 5eb63bbbe01eeed093cb22bb8f5acdc3 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing 2025/06/20 01:37:27 DEBUG : sub dir/test remove existing: Parsed hash: 5eb63bbbe01eeed093cb22bb8f5acdc3 2025/06/20 01:37:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing" 2025/06/20 01:37:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing 2025/06/20 01:37:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing 2025/06/20 01:37:27 DEBUG : sub dir/test remove existing: Parsed hash: 2aae6c35c94fcfb415dbe95f408b9ce91ee846ed 2025/06/20 01:37:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2025/06/20 01:37:27 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing\ with\ long\ name\ 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: bcd972e7e8359de4574c6098d6c33679 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Parsed hash: bcd972e7e8359de4574c6098d6c33679 2025/06/20 01:37:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2025/06/20 01:37:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing\ with\ long\ name\ 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:28 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e2089ea38bf08bdcaa96acb7051af0d9c425607d /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:28 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Parsed hash: e2089ea38bf08bdcaa96acb7051af0d9c425607d 2025/06/20 01:37:28 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.lipufew7" before starting 2025/06/20 01:37:29 DEBUG : sub dir/test remove existing.lipufew7: TEST: removing renamed existing file after operation 2025/06/20 01:37:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2025/06/20 01:37:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing\ with\ long\ name\ 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: bcd972e7e8359de4574c6098d6c33679 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:31 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Parsed hash: bcd972e7e8359de4574c6098d6c33679 2025/06/20 01:37:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2025/06/20 01:37:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing\ with\ long\ name\ 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:31 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e2089ea38bf08bdcaa96acb7051af0d9c425607d /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:31 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Parsed hash: e2089ea38bf08bdcaa96acb7051af0d9c425607d 2025/06/20 01:37:31 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.futugaf9" before starting 2025/06/20 01:37:33 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.futugaf9: TEST: renaming existing back after failed operation 2025/06/20 01:37:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2025/06/20 01:37:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: md5 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing\ with\ long\ name\ 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: bcd972e7e8359de4574c6098d6c33679 /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:34 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Parsed hash: bcd972e7e8359de4574c6098d6c33679 2025/06/20 01:37:34 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Shell path "/data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789" 2025/06/20 01:37:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Running remote command: sha1 -r /data2/home/59018/rclone-test-sikoqaz8xuja/sub\ dir/test\ remove\ existing\ with\ long\ name\ 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:35 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Remote command result: e2089ea38bf08bdcaa96acb7051af0d9c425607d /data2/home/59018/rclone-test-sikoqaz8xuja/sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789 2025/06/20 01:37:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: Parsed hash: e2089ea38bf08bdcaa96acb7051af0d9c425607d 2025/06/20 01:37:35 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hegoxop5" before starting 2025/06/20 01:37:36 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.hegoxop5: TEST: removing renamed existing file after operation --- PASS: TestRemoveExisting (19.97s) === RUN TestRcAbout rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcAbout (0.00s) === RUN TestRcCleanup rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCleanup (0.00s) === RUN TestRcCopyfile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyfile (0.00s) === RUN TestRcCopyurl rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCopyurl (0.00s) === RUN TestRcDelete rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDelete (0.00s) === RUN TestRcDeletefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDeletefile (0.00s) === RUN TestRcList rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcList (0.00s) === RUN TestRcStat rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcStat (0.00s) === RUN TestRcSetTier rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTier (0.00s) === RUN TestRcSetTierFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSetTierFile (0.00s) === RUN TestRcMkdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMkdir (0.00s) === RUN TestRcMovefile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcMovefile (0.00s) === RUN TestRcPurge rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPurge (0.00s) === RUN TestRcRmdir rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdir (0.00s) === RUN TestRcRmdirs rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcRmdirs (0.00s) === RUN TestRcSize rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcSize (0.00s) === RUN TestRcPublicLink rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcPublicLink (0.00s) === RUN TestRcFsInfo rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcFsInfo (0.00s) === RUN TestUploadFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestUploadFile (0.00s) === RUN TestRcCommand rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCommand (0.00s) === RUN TestRcDu rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcDu (0.00s) === RUN TestRcCheck rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcCheck (0.00s) === RUN TestRcHashsum rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsum (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2025/06/20 01:37:40 DEBUG : sftp://59018@usw-s009.rsync.net:22/rclone-test-sikoqaz8xuja: Purge dir "" "./operations.test -test.v -test.timeout 1h0m0s -remote TestSFTPRsyncNet: -verbose" - Finished OK in 12m10.631061055s (try 1/5)