"./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Starting (try 1/5) 2026/05/09 02:45:51 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zutidex2yope" 2026/05/09 02:45:51 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:45:51 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:45:51 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:45:51 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:45:51 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:45:51 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:45:51 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:45:51 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:45:51 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:45:51 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:45:51 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Connecting to FTP server 2026/05/09 02:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:21") 2026/05/09 02:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43310->172.17.0.4:21, err= 2026/05/09 02:45:53 DEBUG : Creating backend with remote "/tmp/rclone3992392413" === 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:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34541") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36304->172.17.0.4:34541, err= 2026/05/09 02:45:53 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.00s) === RUN TestMultithreadCopyAbort run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30982") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35098->172.17.0.4:30982, err= 2026/05/09 02:45:53 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.00s) === RUN TestSizeDiffers 2026/05/09 02:45:53 DEBUG : a: size = 0 OK 2026/05/09 02:45:53 DEBUG : a: size = 1 (memory) 2026/05/09 02:45:53 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/05/09 02:45:53 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/05/09 02:45:53 DEBUG : potato: Seek from 10 to 0 2026/05/09 02:45:53 DEBUG : potato: Seek from 10 to 0 2026/05/09 02:45:53 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/05/09 02:45:53 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Seek from 5 to 2 2026/05/09 02:45:53 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/05/09 02:45:53 DEBUG : potato: Seek from 7 to 0 2026/05/09 02:45:53 DEBUG : potato: Seek from 7 to 0 2026/05/09 02:45:53 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/05/09 02:45:53 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Seek from 5 to 2 2026/05/09 02:45:53 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/05/09 02:45:53 DEBUG : potato: Seek from 8 to 0 2026/05/09 02:45:53 DEBUG : potato: Seek from 8 to 0 2026/05/09 02:45:53 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/05/09 02:45:53 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/05/09 02:45:53 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/05/09 02:45:53 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/05/09 02:45:53 DEBUG : potato: Seek from 5 to 2 2026/05/09 02:45:53 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/05/09 02:45:53 DEBUG : potato: Seek from 9 to 0 2026/05/09 02:45:53 DEBUG : potato: Seek from 9 to 0 2026/05/09 02:45:53 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/ReadAt (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/ReadAt (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/ReadAt (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/ReadAt (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:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34653") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34416->172.17.0.4:34653, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34724") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54068->172.17.0.4:34724, err= === RUN TestCheck/1 === RUN TestCheck/2 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39115") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43474->172.17.0.4:39115, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34073") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39062->172.17.0.4:34073, err= === RUN TestCheck/3 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34267") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57536->172.17.0.4:34267, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32734") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43762->172.17.0.4:32734, err= === RUN TestCheck/4 === RUN TestCheck/5 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38131") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51898->172.17.0.4:38131, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30731") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41266->172.17.0.4:30731, err= === RUN TestCheck/6 === RUN TestCheck/7 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30293") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49448->172.17.0.4:30293, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38254") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42440->172.17.0.4:38254, err= --- PASS: TestCheck (0.03s) --- PASS: TestCheck/1 (0.00s) --- PASS: TestCheck/2 (0.00s) --- PASS: TestCheck/3 (0.00s) --- PASS: TestCheck/4 (0.00s) --- PASS: TestCheck/5 (0.00s) --- PASS: TestCheck/6 (0.00s) --- PASS: TestCheck/7 (0.00s) === RUN TestCheckFsError 2026/05/09 02:45:53 DEBUG : Creating backend with remote "nonexistent" 2026/05/09 02:45:53 DEBUG : Creating backend with remote "nonexistent" 2026/05/09 02:45:53 DEBUG : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: Waiting for checks to finish 2026/05/09 02:45:53 ERROR : Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: error reading source root directory: directory not found 2026/05/09 02:45:53 NOTICE: Local file system at /home/rclone/go/src/github.com/rclone/rclone/fs/operations/nonexistent: 0 differences found 2026/05/09 02:45:53 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:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33388") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47394->172.17.0.4:33388, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31697") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38842->172.17.0.4:31697, err= === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33231") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55198->172.17.0.4:33231, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37000") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42730->172.17.0.4:37000, err= === RUN TestCheckDownload/3 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32435") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52964->172.17.0.4:32435, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37220") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36580->172.17.0.4:37220, err= === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31084") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59548->172.17.0.4:31084, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39023") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46596->172.17.0.4:39023, err= === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38944") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35518->172.17.0.4:38944, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33051") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45892->172.17.0.4:33051, err= --- PASS: TestCheckDownload (0.12s) --- PASS: TestCheckDownload/1 (0.00s) --- PASS: TestCheckDownload/2 (0.01s) --- PASS: TestCheckDownload/3 (0.01s) --- PASS: TestCheckDownload/4 (0.02s) --- PASS: TestCheckDownload/5 (0.02s) --- PASS: TestCheckDownload/6 (0.02s) --- PASS: TestCheckDownload/7 (0.02s) === RUN TestCheckSizeOnly run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35924") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52208->172.17.0.4:35924, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33127") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33262->172.17.0.4:33127, err= === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35354") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42032->172.17.0.4:35354, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30558") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55104->172.17.0.4:30558, err= === RUN TestCheckSizeOnly/3 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37898") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33830->172.17.0.4:37898, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37908") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40544->172.17.0.4:37908, err= === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38991") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41076->172.17.0.4:38991, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32620") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47712->172.17.0.4:32620, err= === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38076") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37664->172.17.0.4:38076, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35605") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36778->172.17.0.4:35605, err= --- PASS: TestCheckSizeOnly (0.04s) --- PASS: TestCheckSizeOnly/1 (0.00s) --- PASS: TestCheckSizeOnly/2 (0.00s) --- PASS: TestCheckSizeOnly/3 (0.00s) --- PASS: TestCheckSizeOnly/4 (0.00s) --- PASS: TestCheckSizeOnly/5 (0.00s) --- PASS: TestCheckSizeOnly/6 (0.00s) --- PASS: TestCheckSizeOnly/7 (0.00s) === RUN TestCheckEqualReaders --- PASS: TestCheckEqualReaders (0.00s) === RUN TestParseSumFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36215") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49506->172.17.0.4:36215, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37193") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58806->172.17.0.4:37193, err= 2026/05/09 02:45:53 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/09 02:45:53 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/09 02:45:53 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/09 02:45:53 NOTICE: test.sum: 2 warning(s) suppressed... 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31643") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42474->172.17.0.4:31643, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31445") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47292->172.17.0.4:31445, err= 2026/05/09 02:45:53 NOTICE: test.sum: improperly formatted checksum line 4 2026/05/09 02:45:53 NOTICE: test.sum: improperly formatted checksum line 5 2026/05/09 02:45:53 NOTICE: test.sum: improperly formatted checksum line 6 2026/05/09 02:45:53 NOTICE: test.sum: 2 warning(s) suppressed... 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33129") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35526->172.17.0.4:33129, err= 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31772") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34988->172.17.0.4:31772, err= --- PASS: TestParseSumFile (0.02s) === RUN TestCheckSum run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:45:53 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zutidex2yope/data" 2026/05/09 02:45:53 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:45:53 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:45:53 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:45:53 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:45:53 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:45:53 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:45:53 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:45:53 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:45:53 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:45:53 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/data: Connecting to FTP server 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/data: dial("tcp","172.17.0.4:21") 2026/05/09 02:45:53 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/data: > dial: conn=172.17.0.1:49200->172.17.0.4:21, err= check_test.go:350: ftp://172.17.0.4:21/rclone-test-zutidex2yope/data lacks md5, skipping 2026/05/09 02:45:55 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31468") 2026/05/09 02:45:55 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43884->172.17.0.4:31468, err= 2026/05/09 02:45:55 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31540") 2026/05/09 02:45:55 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55454->172.17.0.4:31540, err= --- SKIP: TestCheckSum (2.15s) === RUN TestCheckSumDownload run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:45:55 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zutidex2yope/data" 2026/05/09 02:45:55 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:45:55 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:45:55 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:45:55 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:45:55 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:45:55 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:45:55 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:45:55 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:45:55 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:45:55 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:45:55 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/data: Connecting to FTP server 2026/05/09 02:45:55 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/data: dial("tcp","172.17.0.4:21") 2026/05/09 02:45:55 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/data: > dial: conn=172.17.0.1:49214->172.17.0.4:21, err= 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38749") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41176->172.17.0.4:38749, err= 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34668") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45900->172.17.0.4:34668, err= 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34949") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52312->172.17.0.4:34949, err= 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33760") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56952->172.17.0.4:33760, err= === RUN TestCheckSumDownload/subtest1 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34025") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41856->172.17.0.4:34025, err= 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34770") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50860->172.17.0.4:34770, err= 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32971") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41040->172.17.0.4:32971, err= 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30836") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59092->172.17.0.4:30836, err= === RUN TestCheckSumDownload/subtest2 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37363") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44794->172.17.0.4:37363, err= 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35353") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49116->172.17.0.4:35353, err= 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37016") 2026/05/09 02:45:57 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48088->172.17.0.4:37016, err= === RUN TestCheckSumDownload/subtest3 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33075") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57906->172.17.0.4:33075, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35054") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51258->172.17.0.4:35054, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33062") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59798->172.17.0.4:33062, err= === RUN TestCheckSumDownload/subtest4 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34164") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35938->172.17.0.4:34164, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30503") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37640->172.17.0.4:30503, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34454") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60074->172.17.0.4:34454, err= === RUN TestCheckSumDownload/subtest5 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37175") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35922->172.17.0.4:37175, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34424") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59844->172.17.0.4:34424, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35669") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49846->172.17.0.4:35669, err= === RUN TestCheckSumDownload/subtest6 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35760") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48488->172.17.0.4:35760, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39814") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41652->172.17.0.4:39814, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34486") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43064->172.17.0.4:34486, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32706") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43842->172.17.0.4:32706, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38858") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51774->172.17.0.4:38858, err= === RUN TestCheckSumDownload/subtest7 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39332") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40150->172.17.0.4:39332, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31532") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44306->172.17.0.4:31532, err= 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37415") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33902->172.17.0.4:37415, err= --- PASS: TestCheckSumDownload (2.31s) --- PASS: TestCheckSumDownload/subtest1 (0.00s) --- PASS: TestCheckSumDownload/subtest2 (0.01s) --- PASS: TestCheckSumDownload/subtest3 (0.02s) --- PASS: TestCheckSumDownload/subtest4 (0.02s) --- PASS: TestCheckSumDownload/subtest5 (0.02s) --- PASS: TestCheckSumDownload/subtest6 (0.02s) --- PASS: TestCheckSumDownload/subtest7 (0.01s) === RUN TestApplyTransforms 2026/05/09 02:45:58 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-muyiluq1yufe" 2026/05/09 02:45:58 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:45:58 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:45:58 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:45:58 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:45:58 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:45:58 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:45:58 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:45:58 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:45:58 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:45:58 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:45:58 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: Connecting to FTP server 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: dial("tcp","172.17.0.4:21") 2026/05/09 02:45:58 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: > dial: conn=172.17.0.1:49220->172.17.0.4:21, err= 2026/05/09 02:46:00 DEBUG : Creating backend with remote "/tmp/rclone3105595191" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-muyiluq1yufe", Local "Local file system at /tmp/rclone3105595191", Modify Window "1s" 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: dial("tcp","172.17.0.4:39808") 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: > dial: conn=172.17.0.1:38452->172.17.0.4:39808, err= 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: dial("tcp","172.17.0.4:39094") 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: > dial: conn=172.17.0.1:50496->172.17.0.4:39094, err= upper checkfile vs. lower remote (without normalization) 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: dial("tcp","172.17.0.4:37929") 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: > dial: conn=172.17.0.1:51558->172.17.0.4:37929, err= 2026/05/09 02:46:00 ERROR : hello, world!: sum not found 2026/05/09 02:46:00 ERROR : HELLO, WORLD!: file not in ftp://172.17.0.4:21/rclone-test-muyiluq1yufe 2026/05/09 02:46:00 NOTICE: ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: 1 files missing 2026/05/09 02:46:00 NOTICE: 1 hashes missing 2026/05/09 02:46:00 NOTICE: ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: 1 differences found 2026/05/09 02:46:00 NOTICE: ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: dial("tcp","172.17.0.4:38700") 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: > dial: conn=172.17.0.1:42516->172.17.0.4:38700, err= 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: dial("tcp","172.17.0.4:36078") 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: > dial: conn=172.17.0.1:48328->172.17.0.4:36078, err= 2026/05/09 02:46:00 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/09 02:46:00 NOTICE: ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: 0 differences found 2026/05/09 02:46:00 NOTICE: ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: 1 matching files 2026/05/09 02:46:00 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-bimefif0kuti" 2026/05/09 02:46:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:46:00 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:00 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:00 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:00 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:00 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:00 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:00 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:00 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:00 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:00 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: Connecting to FTP server 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:00 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: > dial: conn=172.17.0.1:49234->172.17.0.4:21, err= 2026/05/09 02:46:02 DEBUG : Creating backend with remote "/tmp/rclone2520069522" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-bimefif0kuti", Local "Local file system at /tmp/rclone2520069522", Modify Window "1s" 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: dial("tcp","172.17.0.4:36890") 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: > dial: conn=172.17.0.1:46496->172.17.0.4:36890, err= 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: dial("tcp","172.17.0.4:37309") 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: > dial: conn=172.17.0.1:58120->172.17.0.4:37309, err= lower checkfile vs. upper remote (without normalization) 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: dial("tcp","172.17.0.4:36048") 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: > dial: conn=172.17.0.1:34696->172.17.0.4:36048, err= 2026/05/09 02:46:02 ERROR : HELLO, WORLD!: sum not found 2026/05/09 02:46:02 ERROR : hello, world!: file not in ftp://172.17.0.4:21/rclone-test-bimefif0kuti 2026/05/09 02:46:02 NOTICE: ftp://172.17.0.4:21/rclone-test-bimefif0kuti: 1 files missing 2026/05/09 02:46:02 NOTICE: 1 hashes missing 2026/05/09 02:46:02 NOTICE: ftp://172.17.0.4:21/rclone-test-bimefif0kuti: 1 differences found 2026/05/09 02:46:02 NOTICE: ftp://172.17.0.4:21/rclone-test-bimefif0kuti: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: dial("tcp","172.17.0.4:30923") 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: > dial: conn=172.17.0.1:55920->172.17.0.4:30923, err= 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: dial("tcp","172.17.0.4:34538") 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: > dial: conn=172.17.0.1:50582->172.17.0.4:34538, err= 2026/05/09 02:46:02 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/09 02:46:02 NOTICE: ftp://172.17.0.4:21/rclone-test-bimefif0kuti: 0 differences found 2026/05/09 02:46:02 NOTICE: ftp://172.17.0.4:21/rclone-test-bimefif0kuti: 1 matching files 2026/05/09 02:46:02 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-biyunen5wowu" 2026/05/09 02:46:02 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:46:02 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:02 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:02 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:02 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:02 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:02 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:02 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:02 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:02 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:02 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: Connecting to FTP server 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:02 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: > dial: conn=172.17.0.1:41210->172.17.0.4:21, err= 2026/05/09 02:46:04 DEBUG : Creating backend with remote "/tmp/rclone4272573585" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-biyunen5wowu", Local "Local file system at /tmp/rclone4272573585", Modify Window "1s" 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: dial("tcp","172.17.0.4:39555") 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: > dial: conn=172.17.0.1:46366->172.17.0.4:39555, err= 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: dial("tcp","172.17.0.4:36650") 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: > dial: conn=172.17.0.1:40260->172.17.0.4:36650, err= lower checkfile vs. upperlowermixed remote (without normalization) 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: dial("tcp","172.17.0.4:30263") 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: > dial: conn=172.17.0.1:53206->172.17.0.4:30263, err= 2026/05/09 02:46:04 ERROR : HeLlO, wOrLd!: sum not found 2026/05/09 02:46:04 ERROR : hello, world!: file not in ftp://172.17.0.4:21/rclone-test-biyunen5wowu 2026/05/09 02:46:04 NOTICE: ftp://172.17.0.4:21/rclone-test-biyunen5wowu: 1 files missing 2026/05/09 02:46:04 NOTICE: 1 hashes missing 2026/05/09 02:46:04 NOTICE: ftp://172.17.0.4:21/rclone-test-biyunen5wowu: 1 differences found 2026/05/09 02:46:04 NOTICE: ftp://172.17.0.4:21/rclone-test-biyunen5wowu: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: dial("tcp","172.17.0.4:31741") 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: > dial: conn=172.17.0.1:38444->172.17.0.4:31741, err= 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: dial("tcp","172.17.0.4:32018") 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: > dial: conn=172.17.0.1:58308->172.17.0.4:32018, err= 2026/05/09 02:46:04 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/09 02:46:04 NOTICE: ftp://172.17.0.4:21/rclone-test-biyunen5wowu: 0 differences found 2026/05/09 02:46:04 NOTICE: ftp://172.17.0.4:21/rclone-test-biyunen5wowu: 1 matching files 2026/05/09 02:46:04 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cagitad4rija" 2026/05/09 02:46:04 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:46:04 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:04 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:04 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:04 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:04 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:04 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:04 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:04 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:04 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:04 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: Connecting to FTP server 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:04 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: > dial: conn=172.17.0.1:41220->172.17.0.4:21, err= 2026/05/09 02:46:07 DEBUG : Creating backend with remote "/tmp/rclone4084554443" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-cagitad4rija", Local "Local file system at /tmp/rclone4084554443", Modify Window "1s" 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: dial("tcp","172.17.0.4:30186") 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: > dial: conn=172.17.0.1:58432->172.17.0.4:30186, err= 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: dial("tcp","172.17.0.4:37695") 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: > dial: conn=172.17.0.1:48756->172.17.0.4:37695, err= upperlowermixed checkfile vs. upper remote (without normalization) 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: dial("tcp","172.17.0.4:30553") 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: > dial: conn=172.17.0.1:57718->172.17.0.4:30553, err= 2026/05/09 02:46:07 ERROR : HELLO, WORLD!: sum not found 2026/05/09 02:46:07 ERROR : HeLlO, wOrLd!: file not in ftp://172.17.0.4:21/rclone-test-cagitad4rija 2026/05/09 02:46:07 NOTICE: ftp://172.17.0.4:21/rclone-test-cagitad4rija: 1 files missing 2026/05/09 02:46:07 NOTICE: 1 hashes missing 2026/05/09 02:46:07 NOTICE: ftp://172.17.0.4:21/rclone-test-cagitad4rija: 1 differences found 2026/05/09 02:46:07 NOTICE: ftp://172.17.0.4:21/rclone-test-cagitad4rija: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: dial("tcp","172.17.0.4:31087") 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: > dial: conn=172.17.0.1:49056->172.17.0.4:31087, err= 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: dial("tcp","172.17.0.4:39255") 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: > dial: conn=172.17.0.1:47604->172.17.0.4:39255, err= 2026/05/09 02:46:07 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/09 02:46:07 NOTICE: ftp://172.17.0.4:21/rclone-test-cagitad4rija: 0 differences found 2026/05/09 02:46:07 NOTICE: ftp://172.17.0.4:21/rclone-test-cagitad4rija: 1 matching files 2026/05/09 02:46:07 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-kixacax4laku" 2026/05/09 02:46:07 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:46:07 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:07 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:07 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:07 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:07 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:07 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:07 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: Connecting to FTP server 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:07 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: > dial: conn=172.17.0.1:41226->172.17.0.4:21, err= 2026/05/09 02:46:09 DEBUG : Creating backend with remote "/tmp/rclone1351860651" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-kixacax4laku", Local "Local file system at /tmp/rclone1351860651", Modify Window "1s" 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: dial("tcp","172.17.0.4:38924") 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: > dial: conn=172.17.0.1:47060->172.17.0.4:38924, err= 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: dial("tcp","172.17.0.4:36747") 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: > dial: conn=172.17.0.1:45636->172.17.0.4:36747, err= NFD checkfile vs. NFC remote (without normalization) 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: dial("tcp","172.17.0.4:33922") 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: > dial: conn=172.17.0.1:44058->172.17.0.4:33922, err= 2026/05/09 02:46:09 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/09 02:46:09 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-kixacax4laku 2026/05/09 02:46:09 NOTICE: ftp://172.17.0.4:21/rclone-test-kixacax4laku: 1 files missing 2026/05/09 02:46:09 NOTICE: 1 hashes missing 2026/05/09 02:46:09 NOTICE: ftp://172.17.0.4:21/rclone-test-kixacax4laku: 1 differences found 2026/05/09 02:46:09 NOTICE: ftp://172.17.0.4:21/rclone-test-kixacax4laku: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: dial("tcp","172.17.0.4:35021") 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: > dial: conn=172.17.0.1:54040->172.17.0.4:35021, err= 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: dial("tcp","172.17.0.4:32603") 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: > dial: conn=172.17.0.1:47126->172.17.0.4:32603, err= 2026/05/09 02:46:09 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/09 02:46:09 NOTICE: ftp://172.17.0.4:21/rclone-test-kixacax4laku: 0 differences found 2026/05/09 02:46:09 NOTICE: ftp://172.17.0.4:21/rclone-test-kixacax4laku: 1 matching files 2026/05/09 02:46:09 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-cepenah0licu" 2026/05/09 02:46:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:46:09 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:09 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:09 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:09 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: Connecting to FTP server 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:09 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: > dial: conn=172.17.0.1:41238->172.17.0.4:21, err= 2026/05/09 02:46:11 DEBUG : Creating backend with remote "/tmp/rclone3638186083" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-cepenah0licu", Local "Local file system at /tmp/rclone3638186083", Modify Window "1s" 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: dial("tcp","172.17.0.4:30976") 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: > dial: conn=172.17.0.1:51160->172.17.0.4:30976, err= 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: dial("tcp","172.17.0.4:35411") 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: > dial: conn=172.17.0.1:40764->172.17.0.4:35411, err= NFC checkfile vs. NFD remote (without normalization) 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: dial("tcp","172.17.0.4:38824") 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: > dial: conn=172.17.0.1:52936->172.17.0.4:38824, err= 2026/05/09 02:46:11 ERROR : 測試_Русский___ě_áñ: sum not found 2026/05/09 02:46:11 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-cepenah0licu 2026/05/09 02:46:11 NOTICE: ftp://172.17.0.4:21/rclone-test-cepenah0licu: 1 files missing 2026/05/09 02:46:11 NOTICE: 1 hashes missing 2026/05/09 02:46:11 NOTICE: ftp://172.17.0.4:21/rclone-test-cepenah0licu: 1 differences found 2026/05/09 02:46:11 NOTICE: ftp://172.17.0.4:21/rclone-test-cepenah0licu: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: dial("tcp","172.17.0.4:38042") 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: > dial: conn=172.17.0.1:58492->172.17.0.4:38042, err= 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: dial("tcp","172.17.0.4:34295") 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: > dial: conn=172.17.0.1:43582->172.17.0.4:34295, err= 2026/05/09 02:46:11 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/09 02:46:11 NOTICE: ftp://172.17.0.4:21/rclone-test-cepenah0licu: 0 differences found 2026/05/09 02:46:11 NOTICE: ftp://172.17.0.4:21/rclone-test-cepenah0licu: 1 matching files 2026/05/09 02:46:11 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-pasewuk6fiqo" 2026/05/09 02:46:11 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:46:11 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:11 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:11 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:11 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:11 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:11 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:11 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:11 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:11 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:11 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: Connecting to FTP server 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:11 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: > dial: conn=172.17.0.1:34232->172.17.0.4:21, err= 2026/05/09 02:46:13 DEBUG : Creating backend with remote "/tmp/rclone204475944" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo", Local "Local file system at /tmp/rclone204475944", Modify Window "1s" 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: dial("tcp","172.17.0.4:35657") 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: > dial: conn=172.17.0.1:43634->172.17.0.4:35657, err= 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: dial("tcp","172.17.0.4:36472") 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: > dial: conn=172.17.0.1:52544->172.17.0.4:36472, err= NFDx2 checkfile vs. both remote (without normalization) 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: dial("tcp","172.17.0.4:38313") 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: > dial: conn=172.17.0.1:41824->172.17.0.4:38313, err= 2026/05/09 02:46:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/09 02:46:13 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo 2026/05/09 02:46:13 NOTICE: ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: 1 files missing 2026/05/09 02:46:13 NOTICE: 1 hashes missing 2026/05/09 02:46:13 NOTICE: ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: 1 differences found 2026/05/09 02:46:13 NOTICE: ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: dial("tcp","172.17.0.4:39960") 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: > dial: conn=172.17.0.1:38164->172.17.0.4:39960, err= 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: dial("tcp","172.17.0.4:34553") 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: > dial: conn=172.17.0.1:48298->172.17.0.4:34553, err= 2026/05/09 02:46:13 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/09 02:46:13 NOTICE: ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: 0 differences found 2026/05/09 02:46:13 NOTICE: ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: 1 matching files 2026/05/09 02:46:13 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-bisasir2lobu" 2026/05/09 02:46:13 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:46:13 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:13 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:13 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:13 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:13 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:13 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:13 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:13 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:13 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:13 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: Connecting to FTP server 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:13 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: > dial: conn=172.17.0.1:34246->172.17.0.4:21, err= 2026/05/09 02:46:16 DEBUG : Creating backend with remote "/tmp/rclone2929517854" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-bisasir2lobu", Local "Local file system at /tmp/rclone2929517854", Modify Window "1s" 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: dial("tcp","172.17.0.4:31435") 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: > dial: conn=172.17.0.1:46564->172.17.0.4:31435, err= 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: dial("tcp","172.17.0.4:36027") 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: > dial: conn=172.17.0.1:56840->172.17.0.4:36027, err= NFCx2 checkfile vs. both remote (without normalization) 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: dial("tcp","172.17.0.4:32258") 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: > dial: conn=172.17.0.1:58010->172.17.0.4:32258, err= 2026/05/09 02:46:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/09 02:46:16 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-bisasir2lobu 2026/05/09 02:46:16 NOTICE: ftp://172.17.0.4:21/rclone-test-bisasir2lobu: 1 files missing 2026/05/09 02:46:16 NOTICE: 1 hashes missing 2026/05/09 02:46:16 NOTICE: ftp://172.17.0.4:21/rclone-test-bisasir2lobu: 1 differences found 2026/05/09 02:46:16 NOTICE: ftp://172.17.0.4:21/rclone-test-bisasir2lobu: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: dial("tcp","172.17.0.4:32522") 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: > dial: conn=172.17.0.1:59972->172.17.0.4:32522, err= 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: dial("tcp","172.17.0.4:33850") 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: > dial: conn=172.17.0.1:50702->172.17.0.4:33850, err= 2026/05/09 02:46:16 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/09 02:46:16 NOTICE: ftp://172.17.0.4:21/rclone-test-bisasir2lobu: 0 differences found 2026/05/09 02:46:16 NOTICE: ftp://172.17.0.4:21/rclone-test-bisasir2lobu: 1 matching files 2026/05/09 02:46:16 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-layufir2kacu" 2026/05/09 02:46:16 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:46:16 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:16 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:16 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:16 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:16 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:16 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:16 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:16 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:16 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:16 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: Connecting to FTP server 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:16 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: > dial: conn=172.17.0.1:34248->172.17.0.4:21, err= 2026/05/09 02:46:18 DEBUG : Creating backend with remote "/tmp/rclone2401759809" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-layufir2kacu", Local "Local file system at /tmp/rclone2401759809", Modify Window "1s" 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: dial("tcp","172.17.0.4:35310") 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: > dial: conn=172.17.0.1:36686->172.17.0.4:35310, err= 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: dial("tcp","172.17.0.4:32322") 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: > dial: conn=172.17.0.1:55750->172.17.0.4:32322, err= both checkfile vs. NFDx2 remote (without normalization) 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: dial("tcp","172.17.0.4:33353") 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: > dial: conn=172.17.0.1:49652->172.17.0.4:33353, err= 2026/05/09 02:46:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/09 02:46:18 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-layufir2kacu 2026/05/09 02:46:18 NOTICE: ftp://172.17.0.4:21/rclone-test-layufir2kacu: 1 files missing 2026/05/09 02:46:18 NOTICE: 1 hashes missing 2026/05/09 02:46:18 NOTICE: ftp://172.17.0.4:21/rclone-test-layufir2kacu: 1 differences found 2026/05/09 02:46:18 NOTICE: ftp://172.17.0.4:21/rclone-test-layufir2kacu: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: dial("tcp","172.17.0.4:31754") 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: > dial: conn=172.17.0.1:49820->172.17.0.4:31754, err= 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: dial("tcp","172.17.0.4:31162") 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: > dial: conn=172.17.0.1:58446->172.17.0.4:31162, err= 2026/05/09 02:46:18 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/09 02:46:18 NOTICE: ftp://172.17.0.4:21/rclone-test-layufir2kacu: 0 differences found 2026/05/09 02:46:18 NOTICE: ftp://172.17.0.4:21/rclone-test-layufir2kacu: 1 matching files 2026/05/09 02:46:18 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-yupevad7meyu" 2026/05/09 02:46:18 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:46:18 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:18 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:18 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:18 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:18 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:18 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:18 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:18 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:18 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:18 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: Connecting to FTP server 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:18 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: > dial: conn=172.17.0.1:34262->172.17.0.4:21, err= 2026/05/09 02:46:20 DEBUG : Creating backend with remote "/tmp/rclone1671031538" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-yupevad7meyu", Local "Local file system at /tmp/rclone1671031538", Modify Window "1s" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: dial("tcp","172.17.0.4:33288") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: > dial: conn=172.17.0.1:34744->172.17.0.4:33288, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: dial("tcp","172.17.0.4:34181") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: > dial: conn=172.17.0.1:48536->172.17.0.4:34181, err= both checkfile vs. NFCx2 remote (without normalization) 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: dial("tcp","172.17.0.4:34902") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: > dial: conn=172.17.0.1:38894->172.17.0.4:34902, err= 2026/05/09 02:46:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/05/09 02:46:20 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-yupevad7meyu 2026/05/09 02:46:20 NOTICE: ftp://172.17.0.4:21/rclone-test-yupevad7meyu: 1 files missing 2026/05/09 02:46:20 NOTICE: 1 hashes missing 2026/05/09 02:46:20 NOTICE: ftp://172.17.0.4:21/rclone-test-yupevad7meyu: 1 differences found 2026/05/09 02:46:20 NOTICE: ftp://172.17.0.4:21/rclone-test-yupevad7meyu: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: dial("tcp","172.17.0.4:37438") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: > dial: conn=172.17.0.1:36390->172.17.0.4:37438, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: dial("tcp","172.17.0.4:39666") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: > dial: conn=172.17.0.1:49352->172.17.0.4:39666, err= 2026/05/09 02:46:20 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/05/09 02:46:20 NOTICE: ftp://172.17.0.4:21/rclone-test-yupevad7meyu: 0 differences found 2026/05/09 02:46:20 NOTICE: ftp://172.17.0.4:21/rclone-test-yupevad7meyu: 1 matching files 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: dial("tcp","172.17.0.4:37751") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: > dial: conn=172.17.0.1:43972->172.17.0.4:37751, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-yupevad7meyu: Purge dir "" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: dial("tcp","172.17.0.4:38727") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: > dial: conn=172.17.0.1:49584->172.17.0.4:38727, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-layufir2kacu: Purge dir "" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: dial("tcp","172.17.0.4:34938") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: > dial: conn=172.17.0.1:51636->172.17.0.4:34938, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-bisasir2lobu: Purge dir "" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: dial("tcp","172.17.0.4:34411") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: > dial: conn=172.17.0.1:46132->172.17.0.4:34411, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-pasewuk6fiqo: Purge dir "" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: dial("tcp","172.17.0.4:31418") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: > dial: conn=172.17.0.1:49456->172.17.0.4:31418, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: Purge object "測試_Русский___ě_áñ" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-cepenah0licu: Purge dir "" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: dial("tcp","172.17.0.4:32942") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: > dial: conn=172.17.0.1:60370->172.17.0.4:32942, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: Purge object "測試_Русский___ě_áñ" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-kixacax4laku: Purge dir "" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: dial("tcp","172.17.0.4:36264") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: > dial: conn=172.17.0.1:35790->172.17.0.4:36264, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: Purge object "HELLO, WORLD!" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-cagitad4rija: Purge dir "" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: dial("tcp","172.17.0.4:33050") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: > dial: conn=172.17.0.1:45260->172.17.0.4:33050, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: Purge object "HeLlO, wOrLd!" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-biyunen5wowu: Purge dir "" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: dial("tcp","172.17.0.4:35413") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: > dial: conn=172.17.0.1:35624->172.17.0.4:35413, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: Purge object "HELLO, WORLD!" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-bimefif0kuti: Purge dir "" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: dial("tcp","172.17.0.4:39347") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: > dial: conn=172.17.0.1:45452->172.17.0.4:39347, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: Purge object "hello, world!" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-muyiluq1yufe: Purge dir "" --- PASS: TestApplyTransforms (22.30s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:20 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32119") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49692->172.17.0.4:32119, err= 2026/05/09 02:46:20 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2026/05/09 02:46:20 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2026/05/09 02:46:20 INFO : file1: Copied (new) to: sub/file2 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35213") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39766->172.17.0.4:35213, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37588") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49214->172.17.0.4:37588, err= 2026/05/09 02:46:20 DEBUG : sub/file2: size = 14 OK 2026/05/09 02:46:20 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/09 02:46:20 DEBUG : file1: Unchanged skipping 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35464") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52534->172.17.0.4:35464, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38906") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35240->172.17.0.4:38906, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: don't need to copy/move sub/file2, it is already at target location 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34677") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42428->172.17.0.4:34677, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33603") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45518->172.17.0.4:33603, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39340") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43740->172.17.0.4:39340, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33560") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41144->172.17.0.4:33560, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39026") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56480->172.17.0.4:39026, err= --- PASS: TestCopyFile (0.01s) === RUN TestCopyLongFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" copy_test.go:154: Test only runs on local 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37976") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57796->172.17.0.4:37976, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31996") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59540->172.17.0.4:31996, err= --- SKIP: TestCopyLongFile (0.00s) === RUN TestCopyFileBackupDir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38870") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39978->172.17.0.4:38870, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32132") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48992->172.17.0.4:32132, err= 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35583") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45068->172.17.0.4:35583, err= 2026/05/09 02:46:20 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zutidex2yope/backup" 2026/05/09 02:46:20 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:20 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:20 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:20 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:20 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:20 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:20 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:20 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:20 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:20 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/backup: Connecting to FTP server 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/backup: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:20 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/backup: > dial: conn=172.17.0.1:34264->172.17.0.4:21, err= 2026/05/09 02:46:22 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-zutidex2yope/backup" to be canonical "TestFTPPureftpd{uYm6y}:rclone-test-zutidex2yope/backup" 2026/05/09 02:46:22 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone3992392413) 2026/05/09 02:46:22 DEBUG : dst/file1: size = 18 (ftp://172.17.0.4:21/rclone-test-zutidex2yope) 2026/05/09 02:46:22 DEBUG : dst/file1: Sizes differ 2026/05/09 02:46:22 INFO : dst/file1: Moved (server-side) 2026/05/09 02:46:22 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30170") 2026/05/09 02:46:22 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53136->172.17.0.4:30170, err= 2026/05/09 02:46:22 DEBUG : dst/file1.58903690.partial: size = 14 OK 2026/05/09 02:46:22 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2026/05/09 02:46:22 INFO : dst/file1: Copied (new) 2026/05/09 02:46:22 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33925") 2026/05/09 02:46:22 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40498->172.17.0.4:33925, err= 2026/05/09 02:46:22 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Connecting to FTP server 2026/05/09 02:46:22 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:22 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39974") 2026/05/09 02:46:22 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46820->172.17.0.4:21, err= 2026/05/09 02:46:22 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58918->172.17.0.4:39974, err= 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30791") 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56156->172.17.0.4:30791, err= 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30719") 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56550->172.17.0.4:30719, err= 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36200") 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49466->172.17.0.4:36200, err= 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38557") 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52730->172.17.0.4:38557, err= 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34800") 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60230->172.17.0.4:34800, err= 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35596") 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54994->172.17.0.4:35596, err= 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30990") 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41580->172.17.0.4:30990, err= 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/backup: closing 1 unused connections --- PASS: TestCopyFileBackupDir (4.49s) === RUN TestCopyFileCompareDest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:24 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zutidex2yope/dst" 2026/05/09 02:46:24 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:24 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:24 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:24 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:24 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:24 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:24 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:24 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:24 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:24 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst: Connecting to FTP server 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:24 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst: > dial: conn=172.17.0.1:46832->172.17.0.4:21, err= 2026/05/09 02:46:27 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zutidex2yope/CompareDest" 2026/05/09 02:46:27 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:27 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:27 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:27 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:27 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:27 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:27 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:27 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:27 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:27 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:27 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/CompareDest: Connecting to FTP server 2026/05/09 02:46:27 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/CompareDest: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:27 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/CompareDest: > dial: conn=172.17.0.1:46848->172.17.0.4:21, err= 2026/05/09 02:46:29 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-zutidex2yope/CompareDest" to be canonical "TestFTPPureftpd{uYm6y}:rclone-test-zutidex2yope/CompareDest" 2026/05/09 02:46:29 DEBUG : one: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst: dial("tcp","172.17.0.4:33966") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst: > dial: conn=172.17.0.1:55574->172.17.0.4:33966, err= 2026/05/09 02:46:29 DEBUG : one.b2cc3c6c.partial: size = 3 OK 2026/05/09 02:46:29 DEBUG : one.b2cc3c6c.partial: renamed to: one 2026/05/09 02:46:29 INFO : one: Copied (new) 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31136") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40976->172.17.0.4:31136, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34837") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36168->172.17.0.4:34837, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35854") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43308->172.17.0.4:35854, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35036") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57780->172.17.0.4:35036, err= 2026/05/09 02:46:29 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-zutidex2yope/CompareDest" for canonical name "TestFTPPureftpd{uYm6y}:rclone-test-zutidex2yope/CompareDest" 2026/05/09 02:46:29 DEBUG : one: size = 5 (Local file system at /tmp/rclone3992392413) 2026/05/09 02:46:29 DEBUG : one: size = 3 (ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst) 2026/05/09 02:46:29 DEBUG : one: Sizes differ 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst: dial("tcp","172.17.0.4:30382") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst: > dial: conn=172.17.0.1:53406->172.17.0.4:30382, err= 2026/05/09 02:46:29 DEBUG : one.4a8516eb.partial: size = 5 OK 2026/05/09 02:46:29 DEBUG : one.4a8516eb.partial: renamed to: one 2026/05/09 02:46:29 INFO : one: Copied (replaced existing) 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35800") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51790->172.17.0.4:35800, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39842") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53176->172.17.0.4:39842, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32828") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57216->172.17.0.4:32828, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32158") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37530->172.17.0.4:32158, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32420") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37886->172.17.0.4:32420, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31347") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39486") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59286->172.17.0.4:31347, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34886->172.17.0.4:39486, err= 2026/05/09 02:46:29 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-zutidex2yope/CompareDest" for canonical name "TestFTPPureftpd{uYm6y}:rclone-test-zutidex2yope/CompareDest" 2026/05/09 02:46:29 DEBUG : one: size = 5 (Local file system at /tmp/rclone3992392413) 2026/05/09 02:46:29 DEBUG : one: size = 3 (ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst) 2026/05/09 02:46:29 DEBUG : one: Sizes differ 2026/05/09 02:46:29 DEBUG : one: size = 5 OK 2026/05/09 02:46:29 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/09 02:46:29 DEBUG : one: Destination found in --compare-dest, skipping 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37402") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57894->172.17.0.4:37402, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38528") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34011") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:32946->172.17.0.4:38528, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56086->172.17.0.4:34011, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32594") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54410->172.17.0.4:32594, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30256") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34026->172.17.0.4:30256, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30862") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41958->172.17.0.4:30862, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30882") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38542->172.17.0.4:30882, err= 2026/05/09 02:46:29 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-zutidex2yope/CompareDest" for canonical name "TestFTPPureftpd{uYm6y}:rclone-test-zutidex2yope/CompareDest" 2026/05/09 02:46:29 DEBUG : two: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : two: size = 3 OK 2026/05/09 02:46:29 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/09 02:46:29 DEBUG : two: Destination found in --compare-dest, skipping 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30187") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36788->172.17.0.4:30187, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39058") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40810->172.17.0.4:39058, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37438") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33136->172.17.0.4:37438, err= 2026/05/09 02:46:29 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-zutidex2yope/CompareDest" for canonical name "TestFTPPureftpd{uYm6y}:rclone-test-zutidex2yope/CompareDest" 2026/05/09 02:46:29 DEBUG : two: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : two: size = 3 OK 2026/05/09 02:46:29 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/09 02:46:29 DEBUG : two: Destination found in --compare-dest, skipping 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35380") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35812->172.17.0.4:35380, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34817") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31572") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50158->172.17.0.4:34817, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47524->172.17.0.4:31572, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32067") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39510->172.17.0.4:32067, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36920") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38324") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59596->172.17.0.4:36920, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35426->172.17.0.4:38324, err= 2026/05/09 02:46:29 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-zutidex2yope/CompareDest" for canonical name "TestFTPPureftpd{uYm6y}:rclone-test-zutidex2yope/CompareDest" 2026/05/09 02:46:29 DEBUG : two: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : two: size = 5 (Local file system at /tmp/rclone3992392413) 2026/05/09 02:46:29 DEBUG : two: size = 3 (ftp://172.17.0.4:21/rclone-test-zutidex2yope/CompareDest) 2026/05/09 02:46:29 DEBUG : two: Sizes differ 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst: dial("tcp","172.17.0.4:37099") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/dst: > dial: conn=172.17.0.1:33846->172.17.0.4:37099, err= 2026/05/09 02:46:29 DEBUG : two.a319cd8b.partial: size = 5 OK 2026/05/09 02:46:29 DEBUG : two.a319cd8b.partial: renamed to: two 2026/05/09 02:46:29 INFO : two: Copied (new) 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32543") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40054->172.17.0.4:32543, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32239") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33416") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51152->172.17.0.4:33416, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54050->172.17.0.4:32239, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38333") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48890->172.17.0.4:38333, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37845") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34531") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36658->172.17.0.4:37845, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43160->172.17.0.4:34531, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34816") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53574->172.17.0.4:34816, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/CompareDest: closing 1 unused connections --- PASS: TestCopyFileCompareDest (4.64s) === RUN TestCopyFileCopyDest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" copy_test.go:277: Skipping test as remote does not support server-side copy 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35864") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46440->172.17.0.4:35864, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39869") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40522->172.17.0.4:39869, err= --- SKIP: TestCopyFileCopyDest (0.00s) === RUN TestCopyInplace run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:29 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35863") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48296->172.17.0.4:35863, err= 2026/05/09 02:46:29 DEBUG : sub/file2: size = 14 OK 2026/05/09 02:46:29 INFO : file1: Copied (new) to: sub/file2 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31321") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60960->172.17.0.4:31321, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30246") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:32954->172.17.0.4:30246, err= 2026/05/09 02:46:29 DEBUG : sub/file2: size = 14 OK 2026/05/09 02:46:29 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/09 02:46:29 DEBUG : file1: Unchanged skipping 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32087") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58284->172.17.0.4:32087, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30309") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55200->172.17.0.4:30309, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: don't need to copy/move sub/file2, it is already at target location 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34659") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42890->172.17.0.4:34659, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37680") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35824->172.17.0.4:37680, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36903") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51366->172.17.0.4:36903, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36487") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43368->172.17.0.4:36487, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39453") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40194->172.17.0.4:39453, err= --- PASS: TestCopyInplace (0.01s) === RUN TestCopyLongFileName run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:29 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33082") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33976->172.17.0.4:33082, err= 2026/05/09 02:46:29 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: size = 14 OK 2026/05/09 02:46:29 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: renamed to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2026/05/09 02:46:29 INFO : file1: Copied (new) to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37365") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42152->172.17.0.4:37365, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34951") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57852->172.17.0.4:34951, err= 2026/05/09 02:46:29 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: size = 14 OK 2026/05/09 02:46:29 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/09 02:46:29 DEBUG : file1: Unchanged skipping 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34549") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40292->172.17.0.4:34549, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35923") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56076->172.17.0.4:35923, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: don't need to copy/move sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2, it is already at target location 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34350") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52094->172.17.0.4:34350, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34168") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48254->172.17.0.4:34168, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38286") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53046->172.17.0.4:38286, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36023") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45630->172.17.0.4:36023, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31177") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37504->172.17.0.4:31177, err= --- PASS: TestCopyLongFileName (0.02s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38791") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36712->172.17.0.4:38791, err= 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Need to transfer - File not found at Destination 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Connecting to FTP server 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Connecting to FTP server 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Waiting for checks to finish 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Waiting for transfers to finish 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33800") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38740") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58952->172.17.0.4:33800, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46854->172.17.0.4:21, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49388->172.17.0.4:38740, err= 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: size = 14 OK 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: size = 14 OK 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101 2026/05/09 02:46:29 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Copied (new) 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100 2026/05/09 02:46:29 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Copied (new) 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35463") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50568->172.17.0.4:35463, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33861") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46012->172.17.0.4:33861, err= 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: size = 14 OK 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: size = 14 OK 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104 2026/05/09 02:46:29 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Copied (new) 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105 2026/05/09 02:46:29 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Copied (new) 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34727") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48300->172.17.0.4:34727, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31796") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48192->172.17.0.4:31796, err= 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: size = 14 OK 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: size = 14 OK 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106 2026/05/09 02:46:29 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Copied (new) 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107 2026/05/09 02:46:29 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Copied (new) 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46858->172.17.0.4:21, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37226") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52666->172.17.0.4:37226, err= 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32310") 2026/05/09 02:46:29 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52700->172.17.0.4:32310, err= 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: size = 14 OK 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: size = 14 OK 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108 2026/05/09 02:46:29 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Copied (new) 2026/05/09 02:46:29 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109 2026/05/09 02:46:29 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Copied (new) 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38010") 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50940->172.17.0.4:38010, err= 2026/05/09 02:46:32 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: size = 14 OK 2026/05/09 02:46:32 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102 2026/05/09 02:46:32 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Copied (new) 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32765") 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55002->172.17.0.4:32765, err= 2026/05/09 02:46:32 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: size = 14 OK 2026/05/09 02:46:32 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103 2026/05/09 02:46:32 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Copied (new) 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36629") 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43208->172.17.0.4:36629, err= 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36234") 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38304->172.17.0.4:36234, err= 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32661") 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40272->172.17.0.4:32661, err= --- PASS: TestCopyLongFileNameCollision (2.69s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:32 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34379") 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35630->172.17.0.4:34379, err= 2026/05/09 02:46:32 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: size = 14 OK 2026/05/09 02:46:32 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: renamed to: TestCopyFileMaxTransfer/file1 2026/05/09 02:46:32 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39729") 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54744->172.17.0.4:39729, err= 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36378") 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43744->172.17.0.4:36378, err= 2026/05/09 02:46:32 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34829") 2026/05/09 02:46:32 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34418->172.17.0.4:34829, err= 2026/05/09 02:46:33 DEBUG : TestCopyFileMaxTransfer/file2.945646ab.partial: Removed after failed upload: 1 error occurred: * max transfer limit reached as set by --max-transfer 2026/05/09 02:46:33 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: update stor: 1 error occurred: * max transfer limit reached as set by --max-transfer 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39730") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43712->172.17.0.4:39730, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32332") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54848->172.17.0.4:32332, err= 2026/05/09 02:46:33 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38531") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40734->172.17.0.4:38531, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37732") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48940->172.17.0.4:37732, err= 2026/05/09 02:46:33 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38019") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43238->172.17.0.4:38019, err= 2026/05/09 02:46:33 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: size = 2062 OK 2026/05/09 02:46:33 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: renamed to: TestCopyFileMaxTransfer/file4 2026/05/09 02:46:33 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30663") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42618->172.17.0.4:30663, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34840") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45606->172.17.0.4:34840, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30039") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52100->172.17.0.4:30039, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34923") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60762->172.17.0.4:34923, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35171") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49642->172.17.0.4:35171, err= --- PASS: TestCopyFileMaxTransfer (1.03s) === RUN TestDeduplicateInteractive run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31736") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49298->172.17.0.4:31736, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38296") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33496->172.17.0.4:38296, err= --- SKIP: TestDeduplicateInteractive (0.00s) === RUN TestDeduplicateSkip run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38347") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45394->172.17.0.4:38347, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34265") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52758->172.17.0.4:34265, err= --- SKIP: TestDeduplicateSkip (0.00s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35180") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58412->172.17.0.4:35180, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37725") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38004->172.17.0.4:37725, err= --- SKIP: TestDeduplicateSizeOnly (0.00s) === RUN TestDeduplicateFirst run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38087") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51726->172.17.0.4:38087, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36057") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48760->172.17.0.4:36057, err= --- SKIP: TestDeduplicateFirst (0.00s) === RUN TestDeduplicateNewest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31476") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45480->172.17.0.4:31476, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38762") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55964->172.17.0.4:38762, err= --- SKIP: TestDeduplicateNewest (0.00s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:36: Can't run this test without a hash 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39062") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52974->172.17.0.4:39062, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31293") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56134->172.17.0.4:31293, err= --- SKIP: TestDeduplicateNewestByHash (0.00s) === RUN TestDeduplicateOldest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36407") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60770->172.17.0.4:36407, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31592") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54452->172.17.0.4:31592, err= --- SKIP: TestDeduplicateOldest (0.00s) === RUN TestDeduplicateLargest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37581") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53140->172.17.0.4:37581, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31014") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33576->172.17.0.4:31014, err= --- SKIP: TestDeduplicateLargest (0.00s) === RUN TestDeduplicateSmallest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38214") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37828->172.17.0.4:38214, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36782") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38222->172.17.0.4:36782, err= --- SKIP: TestDeduplicateSmallest (0.00s) === RUN TestDeduplicateRename run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31935") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42648->172.17.0.4:31935, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36271") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42774->172.17.0.4:36271, err= --- SKIP: TestDeduplicateRename (0.00s) === RUN TestMergeDirs run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" dedupe_test.go:256: Can't merge directories 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31915") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43496->172.17.0.4:31915, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34005") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36600->172.17.0.4:34005, err= --- SKIP: TestMergeDirs (0.00s) === RUN TestListDirSorted run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38732") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51444->172.17.0.4:38732, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32451") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50732->172.17.0.4:32451, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34650") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33038->172.17.0.4:34650, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34588") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44156->172.17.0.4:34588, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38517") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47342->172.17.0.4:38517, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38188") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53822->172.17.0.4:38188, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38641") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56570->172.17.0.4:38641, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30893") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59636->172.17.0.4:30893, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37925") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51010->172.17.0.4:37925, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34702") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43978->172.17.0.4:34702, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38476") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43908->172.17.0.4:38476, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33990") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56542->172.17.0.4:33990, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34610") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53436->172.17.0.4:34610, err= 2026/05/09 02:46:33 DEBUG : a.txt: Excluded (Size Filter) 2026/05/09 02:46:33 DEBUG : a.txt: Excluded 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36020") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58624->172.17.0.4:36020, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38933") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47432->172.17.0.4:38933, err= 2026/05/09 02:46:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/09 02:46:33 DEBUG : sub dir/hello world2: Excluded 2026/05/09 02:46:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/09 02:46:33 DEBUG : sub dir/hello world: Excluded 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35308") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50030->172.17.0.4:35308, err= 2026/05/09 02:46:33 DEBUG : sub dir/ignore dir: Excluded 2026/05/09 02:46:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/09 02:46:33 DEBUG : sub dir/hello world2: Excluded 2026/05/09 02:46:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/09 02:46:33 DEBUG : sub dir/hello world: Excluded 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32437") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57590->172.17.0.4:32437, err= 2026/05/09 02:46:33 DEBUG : sub dir/ignore dir: Excluded 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32047") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41846->172.17.0.4:32047, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34206") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57954->172.17.0.4:34206, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35473") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57882->172.17.0.4:35473, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30576") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51964->172.17.0.4:30576, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30637") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34525") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36730->172.17.0.4:30637, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60844->172.17.0.4:34525, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30650") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50436->172.17.0.4:30650, err= --- PASS: TestListDirSorted (0.03s) === RUN TestListDirSortedFn run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35182") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55016->172.17.0.4:35182, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39959") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58834->172.17.0.4:39959, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31887") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40546->172.17.0.4:31887, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31996") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37398->172.17.0.4:31996, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30566") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56444->172.17.0.4:30566, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37719") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60858->172.17.0.4:37719, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37825") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59348->172.17.0.4:37825, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33822") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36660->172.17.0.4:33822, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38654") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56054->172.17.0.4:38654, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36479") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53418->172.17.0.4:36479, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39519") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58026->172.17.0.4:39519, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39268") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44204->172.17.0.4:39268, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31696") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34202->172.17.0.4:31696, err= 2026/05/09 02:46:33 DEBUG : a.txt: Excluded (Size Filter) 2026/05/09 02:46:33 DEBUG : a.txt: Excluded 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34456") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53570->172.17.0.4:34456, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33319") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36832->172.17.0.4:33319, err= 2026/05/09 02:46:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/09 02:46:33 DEBUG : sub dir/hello world2: Excluded 2026/05/09 02:46:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/09 02:46:33 DEBUG : sub dir/hello world: Excluded 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31431") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59072->172.17.0.4:31431, err= 2026/05/09 02:46:33 DEBUG : sub dir/ignore dir: Excluded 2026/05/09 02:46:33 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/05/09 02:46:33 DEBUG : sub dir/hello world2: Excluded 2026/05/09 02:46:33 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/05/09 02:46:33 DEBUG : sub dir/hello world: Excluded 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38261") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39766->172.17.0.4:38261, err= 2026/05/09 02:46:33 DEBUG : sub dir/ignore dir: Excluded 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34790") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49200->172.17.0.4:34790, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39406") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54728->172.17.0.4:39406, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32579") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55034->172.17.0.4:32579, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34825") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53686->172.17.0.4:34825, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35509") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31486") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33950->172.17.0.4:31486, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41546->172.17.0.4:35509, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36586") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38952->172.17.0.4:36586, err= --- PASS: TestListDirSortedFn (0.02s) === RUN TestListJSON run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31002") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51468->172.17.0.4:31002, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31788") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36628->172.17.0.4:31788, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38965") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57958->172.17.0.4:38965, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34758") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33876->172.17.0.4:34758, err= === RUN TestListJSON/Default 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39305") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34554->172.17.0.4:39305, err= === RUN TestListJSON/FilesOnly 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36829") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41450->172.17.0.4:36829, err= === RUN TestListJSON/DirsOnly 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38926") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46620->172.17.0.4:38926, err= === RUN TestListJSON/Recurse 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34549") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51060->172.17.0.4:34549, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35873") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53092->172.17.0.4:35873, err= === RUN TestListJSON/SubDir 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33595") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47166->172.17.0.4:33595, err= === RUN TestListJSON/NoModTime 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35521") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56666->172.17.0.4:35521, err= === RUN TestListJSON/NoMimeType 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38913") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49156->172.17.0.4:38913, err= === RUN TestListJSON/ShowHash 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35363") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34698->172.17.0.4:35363, err= === RUN TestListJSON/HashTypes 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32529") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59042->172.17.0.4:32529, err= 2026/05/09 02:46:33 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36810") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49460->172.17.0.4:36810, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38180") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43588->172.17.0.4:38180, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37473") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46336->172.17.0.4:37473, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32736") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45484->172.17.0.4:32736, err= --- PASS: TestListJSON (0.01s) --- PASS: TestListJSON/Default (0.00s) --- PASS: TestListJSON/FilesOnly (0.00s) --- PASS: TestListJSON/DirsOnly (0.00s) --- PASS: TestListJSON/Recurse (0.00s) --- PASS: TestListJSON/SubDir (0.00s) --- PASS: TestListJSON/NoModTime (0.00s) --- PASS: TestListJSON/NoMimeType (0.00s) --- PASS: TestListJSON/ShowHash (0.00s) --- PASS: TestListJSON/HashTypes (0.00s) --- PASS: TestListJSON/Metadata (0.00s) === RUN TestStatJSON run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32492") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34038->172.17.0.4:32492, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33445") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50132->172.17.0.4:33445, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30376") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35306->172.17.0.4:30376, err= 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31517") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36878->172.17.0.4:31517, err= === RUN TestStatJSON/Root 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35180") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58426->172.17.0.4:35180, err= === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39226") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39702->172.17.0.4:39226, err= === RUN TestStatJSON/Dir 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37906") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55404->172.17.0.4:37906, err= === RUN TestStatJSON/DirWithTrailingSlash 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34160") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34362->172.17.0.4:34160, err= === RUN TestStatJSON/File === RUN TestStatJSON/NotFound 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37797") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55058->172.17.0.4:37797, err= === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35384") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40608->172.17.0.4:35384, err= === RUN TestStatJSON/FileDirsOnly 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35446") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54726->172.17.0.4:35446, err= === RUN TestStatJSON/NotFoundDirsOnly 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30663") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42622->172.17.0.4:30663, err= === RUN TestStatJSON/RootNotFound 2026/05/09 02:46:33 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zutidex2yope/notfound" 2026/05/09 02:46:33 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:33 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:33 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:33 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:33 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:33 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:33 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:33 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:33 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:33 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/notfound: Connecting to FTP server 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/notfound: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:33 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/notfound: > dial: conn=172.17.0.1:40614->172.17.0.4:21, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/notfound: dial("tcp","172.17.0.4:35389") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/notfound: > dial: conn=172.17.0.1:46526->172.17.0.4:35389, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30900") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41164->172.17.0.4:30900, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38874") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56112->172.17.0.4:38874, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39455") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35622->172.17.0.4:39455, err= --- PASS: TestStatJSON (2.20s) --- PASS: TestStatJSON/Root (0.00s) --- PASS: TestStatJSON/RootFilesOnly (0.00s) --- PASS: TestStatJSON/RootDirsOnly (0.00s) --- PASS: TestStatJSON/Dir (0.00s) --- PASS: TestStatJSON/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSON/File (0.00s) --- PASS: TestStatJSON/NotFound (0.00s) --- PASS: TestStatJSON/DirFilesOnly (0.00s) --- PASS: TestStatJSON/FileFilesOnly (0.00s) --- PASS: TestStatJSON/NotFoundFilesOnly (0.00s) --- PASS: TestStatJSON/DirDirsOnly (0.00s) --- PASS: TestStatJSON/FileDirsOnly (0.00s) --- PASS: TestStatJSON/NotFoundDirsOnly (0.00s) --- PASS: TestStatJSON/RootNotFound (2.18s) === RUN TestMkdir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 INFO : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Making directory 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30316") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49184->172.17.0.4:30316, err= 2026/05/09 02:46:35 INFO : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Making directory 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34434") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:32814->172.17.0.4:34434, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33915") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41556->172.17.0.4:33915, err= --- PASS: TestMkdir (0.00s) === RUN TestLsd run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39585") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41936->172.17.0.4:39585, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36327") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37640->172.17.0.4:36327, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39827") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55490->172.17.0.4:39827, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37203") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50510->172.17.0.4:37203, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36546") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56378->172.17.0.4:36546, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32041") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47252->172.17.0.4:32041, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33787") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52790->172.17.0.4:33787, err= --- PASS: TestLsd (0.01s) === RUN TestLs run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36024") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55722->172.17.0.4:36024, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39408") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34950->172.17.0.4:39408, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35256") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52710->172.17.0.4:35256, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36228") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44688->172.17.0.4:36228, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34337") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41538->172.17.0.4:34337, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35450") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55188->172.17.0.4:35450, err= --- PASS: TestLs (0.01s) === RUN TestLsWithFilesFrom run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39658") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38434->172.17.0.4:39658, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39092") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55214->172.17.0.4:39092, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34867") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57370->172.17.0.4:34867, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34307") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35326->172.17.0.4:34307, err= 2026/05/09 02:46:35 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/05/09 02:46:35 DEBUG : empty space: Excluded 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31029") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38262->172.17.0.4:31029, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34520") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59996->172.17.0.4:34520, err= --- PASS: TestLsWithFilesFrom (0.01s) === RUN TestLsLong run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37363") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43430->172.17.0.4:37363, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30852") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46136->172.17.0.4:30852, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33423") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40778->172.17.0.4:33423, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37425") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33328->172.17.0.4:37425, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36319") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52236->172.17.0.4:36319, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34913") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55008->172.17.0.4:34913, err= --- PASS: TestLsLong (0.01s) === RUN TestHashSums run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31679") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35436->172.17.0.4:31679, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38351") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55224->172.17.0.4:38351, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37288") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35824->172.17.0.4:37288, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31951") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52576->172.17.0.4:31951, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32667") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33514->172.17.0.4:32667, err= --- PASS: TestHashSums (0.01s) === RUN TestHashSumsWithErrors 2026/05/09 02:46:35 DEBUG : Creating backend with remote ":memory:" 2026/05/09 02:46:35 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/05/09 02:46:35 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/05/09 02:46:35 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/05/09 02:46:35 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/05/09 02:46:35 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/05/09 02:46:35 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/05/09 02:46:35 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/05/09 02:46:35 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/05/09 02:46:35 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:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31226") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58422->172.17.0.4:31226, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38763") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43800->172.17.0.4:38763, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34655") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35166->172.17.0.4:34655, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35236") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39938->172.17.0.4:35236, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30508") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44944->172.17.0.4:30508, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34355") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34384->172.17.0.4:34355, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33282") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39500->172.17.0.4:33282, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30833") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48334->172.17.0.4:30833, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39496") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47510->172.17.0.4:39496, err= --- PASS: TestCount (0.01s) === RUN TestDelete run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34334") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34232->172.17.0.4:34334, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30296") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60164->172.17.0.4:30296, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39601") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57318->172.17.0.4:39601, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37204") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33174->172.17.0.4:37204, err= 2026/05/09 02:46:35 DEBUG : Waiting for deletions to finish 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34819") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48754->172.17.0.4:34819, err= 2026/05/09 02:46:35 DEBUG : large: Excluded (Size Filter) 2026/05/09 02:46:35 DEBUG : large: Excluded 2026/05/09 02:46:35 INFO : medium: Deleted 2026/05/09 02:46:35 INFO : small: Deleted 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31845") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52634->172.17.0.4:31845, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39887") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57300->172.17.0.4:39887, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30888") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60586->172.17.0.4:30888, err= --- PASS: TestDelete (0.01s) === RUN TestMaxDelete run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35815") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53226->172.17.0.4:35815, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33127") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50034->172.17.0.4:33127, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30628") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59362->172.17.0.4:30628, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31546") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53954->172.17.0.4:31546, err= 2026/05/09 02:46:35 DEBUG : Waiting for deletions to finish 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36987") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59380->172.17.0.4:36987, err= 2026/05/09 02:46:35 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/05/09 02:46:35 INFO : large: Deleted 2026/05/09 02:46:35 INFO : medium: Deleted 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30954") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39304->172.17.0.4:30954, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34752") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43268->172.17.0.4:34752, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37117") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44010->172.17.0.4:37117, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39110") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43300->172.17.0.4:39110, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33465") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43624->172.17.0.4:33465, err= --- PASS: TestMaxDelete (0.01s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37113") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59278->172.17.0.4:37113, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36563") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48530->172.17.0.4:36563, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32404") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54908->172.17.0.4:32404, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38233") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46236->172.17.0.4:38233, err= 2026/05/09 02:46:35 DEBUG : Waiting for deletions to finish 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33528") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40340->172.17.0.4:33528, err= 2026/05/09 02:46:35 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/05/09 02:46:35 INFO : small: Deleted 2026/05/09 02:46:35 INFO : medium: Deleted 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32182") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45756->172.17.0.4:32182, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34266") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43832->172.17.0.4:34266, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37793") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47308->172.17.0.4:37793, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34368") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54320->172.17.0.4:34368, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35164") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47030->172.17.0.4:35164, err= --- PASS: TestMaxDeleteSizeLargeFile (0.01s) === RUN TestMaxDeleteSize run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31569") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47128->172.17.0.4:31569, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32269") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36682->172.17.0.4:32269, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37160") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45756->172.17.0.4:37160, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35565") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59496->172.17.0.4:35565, err= 2026/05/09 02:46:35 DEBUG : Waiting for deletions to finish 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39228") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40752->172.17.0.4:39228, err= 2026/05/09 02:46:35 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/05/09 02:46:35 INFO : medium: Deleted 2026/05/09 02:46:35 INFO : small: Deleted 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34423") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40060->172.17.0.4:34423, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37306") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54996->172.17.0.4:37306, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37823") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41008->172.17.0.4:37823, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32312") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56572->172.17.0.4:32312, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31688") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45574->172.17.0.4:31688, err= --- PASS: TestMaxDeleteSize (0.01s) === RUN TestReadFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38686") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35196->172.17.0.4:38686, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39212") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39490->172.17.0.4:39212, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38976") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52860->172.17.0.4:38976, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37351") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44958->172.17.0.4:37351, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32085") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39964->172.17.0.4:32085, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34409") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41674->172.17.0.4:34409, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33055") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60314->172.17.0.4:33055, err= --- PASS: TestReadFile (0.01s) === RUN TestRetry 2026/05/09 02:46:35 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/05/09 02:46:35 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/05/09 02:46:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/09 02:46:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/09 02:46:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/09 02:46:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/05/09 02:46:35 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms --- PASS: TestRetry (0.05s) === RUN TestCat run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33398") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51426->172.17.0.4:33398, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31560") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43678->172.17.0.4:31560, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38916") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40636->172.17.0.4:38916, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30097") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53528->172.17.0.4:30097, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38112") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39836->172.17.0.4:38112, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37656") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33788->172.17.0.4:37656, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30781") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51226->172.17.0.4:30781, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37256") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59374->172.17.0.4:37256, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37895") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37470->172.17.0.4:37895, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34609") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39838->172.17.0.4:34609, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38899") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46492->172.17.0.4:38899, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33757") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50340->172.17.0.4:33757, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33966") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37100->172.17.0.4:33966, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30279") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48542->172.17.0.4:30279, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37260") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56286->172.17.0.4:37260, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30962") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55160->172.17.0.4:30962, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36691") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48218->172.17.0.4:36691, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34944") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55252->172.17.0.4:34944, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38814") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50164->172.17.0.4:38814, err= 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30008") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35508->172.17.0.4:30008, err= --- PASS: TestCat (0.11s) === RUN TestPurge 2026/05/09 02:46:35 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-beloqof1yugi" 2026/05/09 02:46:35 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/05/09 02:46:35 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:35 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:35 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:35 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:35 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:35 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:35 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:35 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:35 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:35 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: Connecting to FTP server 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:35 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:40622->172.17.0.4:21, err= 2026/05/09 02:46:38 DEBUG : Creating backend with remote "/tmp/rclone673823416" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-beloqof1yugi", Local "Local file system at /tmp/rclone673823416", Modify Window "1s" 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:37876") 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:33272->172.17.0.4:37876, err= 2026/05/09 02:46:38 INFO : A2: Making directory 2026/05/09 02:46:38 INFO : A1/B2: Making directory 2026/05/09 02:46:38 INFO : A1/B2/C2: Making directory 2026/05/09 02:46:38 INFO : A1/B1/C3: Making directory 2026/05/09 02:46:38 INFO : A3: Making directory 2026/05/09 02:46:38 INFO : A3/B3: Making directory 2026/05/09 02:46:38 INFO : A3/B3/C4: Making directory 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:39671") 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:42760->172.17.0.4:39671, err= 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:33215") 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:57738->172.17.0.4:33215, err= 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: Connecting to FTP server 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: Connecting to FTP server 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:40628->172.17.0.4:21, err= 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:34561") 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:42610->172.17.0.4:34561, err= 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:34595") 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:50982->172.17.0.4:34595, err= 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:36990") 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:36936->172.17.0.4:36990, err= 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:38 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:40634->172.17.0.4:21, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:37433") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:36016->172.17.0.4:37433, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:37372") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:53158->172.17.0.4:37372, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:36902") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:45270->172.17.0.4:36902, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:39316") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:36328->172.17.0.4:39316, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:35607") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:38514->172.17.0.4:35607, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:30145") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:57846->172.17.0.4:30145, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:38998") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:53982->172.17.0.4:38998, err= 2026/05/09 02:46:40 DEBUG : Waiting for deletions to finish 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:30001") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:39708->172.17.0.4:30001, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:35689") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:36726") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:33970->172.17.0.4:35689, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:42042->172.17.0.4:36726, err= 2026/05/09 02:46:40 INFO : A1/B1/C1/one: Deleted 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:32462") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:58520->172.17.0.4:32462, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:37312") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:42460->172.17.0.4:37312, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:35811") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:40200->172.17.0.4:35811, err= 2026/05/09 02:46:40 DEBUG : removing 2 level 3 directories 2026/05/09 02:46:40 INFO : A1/B1/C3: Removing directory 2026/05/09 02:46:40 INFO : A1/B1/C1: Removing directory 2026/05/09 02:46:40 DEBUG : removing 1 level 2 directories 2026/05/09 02:46:40 INFO : A1/B1: Removing directory 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:36273") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:55584->172.17.0.4:36273, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:37748") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:33013") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:30396") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:49428->172.17.0.4:33013, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:35600->172.17.0.4:37748, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:36804->172.17.0.4:30396, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:32295") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:34932->172.17.0.4:32295, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:39468") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:33350->172.17.0.4:39468, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:39108") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:52530->172.17.0.4:39108, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:30350") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:44600->172.17.0.4:30350, err= 2026/05/09 02:46:40 DEBUG : Waiting for deletions to finish 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:32815") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:49918->172.17.0.4:32815, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:31246") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:36442") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:53868->172.17.0.4:31246, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:51340->172.17.0.4:36442, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:37688") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:39836") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:47176->172.17.0.4:39836, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:53142->172.17.0.4:37688, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:34906") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:36616") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:60974->172.17.0.4:34906, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:60234->172.17.0.4:36616, err= 2026/05/09 02:46:40 INFO : A1/two: Deleted 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:30328") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:42604->172.17.0.4:30328, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:39993") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:57366->172.17.0.4:39993, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:34657") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:48312->172.17.0.4:34657, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:31184") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:30933") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:53224->172.17.0.4:31184, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:42282->172.17.0.4:30933, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:32843") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:39078->172.17.0.4:32843, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:32229") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:40242->172.17.0.4:32229, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:39750") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:46868->172.17.0.4:39750, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:35611") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:47224->172.17.0.4:35611, err= 2026/05/09 02:46:40 DEBUG : removing 2 level 3 directories 2026/05/09 02:46:40 INFO : A3/B3/C4: Removing directory 2026/05/09 02:46:40 INFO : A1/B2/C2: Removing directory 2026/05/09 02:46:40 DEBUG : removing 2 level 2 directories 2026/05/09 02:46:40 INFO : A3/B3: Removing directory 2026/05/09 02:46:40 INFO : A1/B2: Removing directory 2026/05/09 02:46:40 DEBUG : removing 3 level 1 directories 2026/05/09 02:46:40 INFO : A3: Removing directory 2026/05/09 02:46:40 INFO : A1: Removing directory 2026/05/09 02:46:40 INFO : A2: Removing directory 2026/05/09 02:46:40 DEBUG : removing 1 level 0 directories 2026/05/09 02:46:40 INFO : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: Removing directory 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:34570") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:53912->172.17.0.4:34570, err= 2026/05/09 02:46:40 ERROR : error listing: directory not found 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: dial("tcp","172.17.0.4:37543") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: > dial: conn=172.17.0.1:39324->172.17.0.4:37543, err= 2026/05/09 02:46:40 ERROR : error listing: directory not found 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-beloqof1yugi: Purge dir "" 2026/05/09 02:46:40 NOTICE: purge failed to rmdir "": directory not found 2026/05/09 02:46:40 NOTICE: purge failed: directory not found --- PASS: TestPurge (4.75s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30273") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48196->172.17.0.4:30273, err= 2026/05/09 02:46:40 INFO : A2: Making directory 2026/05/09 02:46:40 INFO : A1/B2: Making directory 2026/05/09 02:46:40 INFO : A1/B2/C2: Making directory 2026/05/09 02:46:40 INFO : A1/B1/C3: Making directory 2026/05/09 02:46:40 INFO : A3: Making directory 2026/05/09 02:46:40 INFO : A3/B3: Making directory 2026/05/09 02:46:40 INFO : A3/B3/C4: Making directory 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32256") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47486->172.17.0.4:32256, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36410") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50080->172.17.0.4:36410, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32334") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33808") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59432->172.17.0.4:32334, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58664->172.17.0.4:33808, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38273") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31863") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41702->172.17.0.4:38273, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54528->172.17.0.4:31863, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35890") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33682->172.17.0.4:35890, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31984") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31987") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56656->172.17.0.4:31984, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55614->172.17.0.4:31987, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39503") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49078->172.17.0.4:39503, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39463") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30628") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59366->172.17.0.4:30628, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55926->172.17.0.4:39463, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39220") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53334->172.17.0.4:39220, err= 2026/05/09 02:46:40 DEBUG : removing 1 level 3 directories 2026/05/09 02:46:40 INFO : A3/B3/C4: Removing directory 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38775") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39208->172.17.0.4:38775, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33348") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33092->172.17.0.4:33348, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39157") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57844->172.17.0.4:39157, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31358") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49910->172.17.0.4:31358, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Connecting to FTP server 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40636->172.17.0.4:21, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37586") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43810->172.17.0.4:37586, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34117") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46894->172.17.0.4:34117, err= 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35241") 2026/05/09 02:46:40 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41536->172.17.0.4:35241, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37681") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33964->172.17.0.4:37681, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30534") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34836") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41400->172.17.0.4:34836, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35094->172.17.0.4:30534, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30194") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38998->172.17.0.4:30194, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37234") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55824->172.17.0.4:37234, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34656") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56980->172.17.0.4:34656, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36220") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43052->172.17.0.4:36220, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38370") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41776->172.17.0.4:38370, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36350") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59932->172.17.0.4:36350, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31544") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46682->172.17.0.4:31544, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31120") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47438->172.17.0.4:31120, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35384") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56972->172.17.0.4:35384, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37205") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60622->172.17.0.4:37205, err= 2026/05/09 02:46:42 DEBUG : removing 2 level 3 directories 2026/05/09 02:46:42 INFO : A1/B2/C2: Removing directory 2026/05/09 02:46:42 INFO : A1/B1/C3: Removing directory 2026/05/09 02:46:42 DEBUG : removing 2 level 2 directories 2026/05/09 02:46:42 INFO : A3/B3: Removing directory 2026/05/09 02:46:42 INFO : A1/B2: Removing directory 2026/05/09 02:46:42 DEBUG : removing 2 level 1 directories 2026/05/09 02:46:42 INFO : A3: Removing directory 2026/05/09 02:46:42 INFO : A2: Removing directory 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33966") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57452->172.17.0.4:33966, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32175") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48044->172.17.0.4:32175, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37156") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37112->172.17.0.4:37156, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30763") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52882->172.17.0.4:30763, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35864") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46560->172.17.0.4:35864, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35210") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35052->172.17.0.4:35210, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38858") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41258->172.17.0.4:38858, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38623") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42496->172.17.0.4:38623, err= 2026/05/09 02:46:42 DEBUG : removing 1 level 3 directories 2026/05/09 02:46:42 INFO : A1/B1/C1: Removing directory 2026/05/09 02:46:42 DEBUG : removing 1 level 2 directories 2026/05/09 02:46:42 INFO : A1/B1: Removing directory 2026/05/09 02:46:42 DEBUG : removing 1 level 1 directories 2026/05/09 02:46:42 INFO : A1: Removing directory 2026/05/09 02:46:42 DEBUG : removing 1 level 0 directories 2026/05/09 02:46:42 INFO : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Removing directory 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35430") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56322->172.17.0.4:35430, err= 2026/05/09 02:46:42 ERROR : error listing: directory not found 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34590") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44528->172.17.0.4:34590, err= 2026/05/09 02:46:42 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (2.21s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:42 INFO : A1: Making directory 2026/05/09 02:46:42 INFO : A1/B1: Making directory 2026/05/09 02:46:42 INFO : A1/B1/C1: Making directory 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30147") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50678->172.17.0.4:30147, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39017") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34472->172.17.0.4:39017, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33591") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37668->172.17.0.4:33591, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32439") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43950->172.17.0.4:32439, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30705") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52144->172.17.0.4:30705, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31950") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49722->172.17.0.4:31950, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32740") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59476->172.17.0.4:32740, err= 2026/05/09 02:46:42 DEBUG : removing 1 level 3 directories 2026/05/09 02:46:42 INFO : A1/B1/C1: Removing directory 2026/05/09 02:46:42 DEBUG : removing 1 level 2 directories 2026/05/09 02:46:42 INFO : A1/B1: Removing directory 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35561") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38480->172.17.0.4:35561, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33435") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52236->172.17.0.4:33435, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33336") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34056->172.17.0.4:33336, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32212") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55828->172.17.0.4:32212, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36019") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60106->172.17.0.4:36019, err= --- PASS: TestRmdirsLeaveRoot (0.01s) === RUN TestRmdirsWithFilter run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:42 INFO : A1: Making directory 2026/05/09 02:46:42 INFO : A1/B1: Making directory 2026/05/09 02:46:42 INFO : A1/B1/C1: Making directory 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36123") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40340->172.17.0.4:36123, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33202") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49934->172.17.0.4:33202, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32507") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37972->172.17.0.4:32507, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38434") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42134->172.17.0.4:38434, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35933") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47012->172.17.0.4:35933, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36530") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37390->172.17.0.4:36530, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39206") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48344->172.17.0.4:39206, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33700") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33492->172.17.0.4:33700, err= 2026/05/09 02:46:42 DEBUG : removing 1 level 3 directories 2026/05/09 02:46:42 INFO : A1/B1/C1: Removing directory 2026/05/09 02:46:42 DEBUG : removing 1 level 2 directories 2026/05/09 02:46:42 INFO : A1/B1: Removing directory 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31232") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40706->172.17.0.4:31232, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30396") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34122->172.17.0.4:30396, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36388") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58348->172.17.0.4:36388, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36874") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58036->172.17.0.4:36874, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33296") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38050->172.17.0.4:33296, err= --- PASS: TestRmdirsWithFilter (0.01s) === RUN TestCopyURL run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33648") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35282->172.17.0.4:33648, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34675") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60040->172.17.0.4:34675, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31626") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59310->172.17.0.4:31626, err= 2026/05/09 02:46:42 DEBUG : filename.txt: File name found in url 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35732") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46838->172.17.0.4:35732, err= 2026/05/09 02:46:42 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32528") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40338->172.17.0.4:32528, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35779") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45726->172.17.0.4:35779, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35800") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36576->172.17.0.4:35800, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30098") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38320->172.17.0.4:30098, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34817") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39860->172.17.0.4:34817, err= --- PASS: TestCopyURL (0.02s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39949") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54808->172.17.0.4:39949, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33925") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44970->172.17.0.4:33925, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34386") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33654->172.17.0.4:34386, err= --- PASS: TestCopyURLDownloadHeaders (0.00s) === RUN TestCopyURLToWriter --- PASS: TestCopyURLToWriter (0.00s) === RUN TestMoveFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:42 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38618") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41568->172.17.0.4:38618, err= 2026/05/09 02:46:42 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2026/05/09 02:46:42 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2026/05/09 02:46:42 INFO : file1: Copied (new) to: sub/file2 2026/05/09 02:46:42 INFO : file1: Deleted 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30288") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53262->172.17.0.4:30288, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34573") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34228->172.17.0.4:34573, err= 2026/05/09 02:46:42 DEBUG : sub/file2: size = 14 OK 2026/05/09 02:46:42 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/09 02:46:42 DEBUG : file1: Unchanged skipping 2026/05/09 02:46:42 INFO : file1: Deleted 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39891") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46370->172.17.0.4:39891, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30522") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35558->172.17.0.4:30522, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: don't need to copy/move sub/file2, it is already at target location 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34930") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50064->172.17.0.4:34930, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31097") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39826->172.17.0.4:31097, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33954") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47412->172.17.0.4:33954, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37468") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57284->172.17.0.4:37468, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30821") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36654->172.17.0.4:30821, err= --- PASS: TestMoveFile (0.01s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:42 DEBUG : file1: Need to transfer - File not found at Destination 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36916") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33520->172.17.0.4:36916, err= 2026/05/09 02:46:42 DEBUG : file1.9aa3f62d.partial: size = 14 OK 2026/05/09 02:46:42 DEBUG : file1.9aa3f62d.partial: renamed to: file1 2026/05/09 02:46:42 INFO : file1: Copied (new) 2026/05/09 02:46:42 INFO : file1: Deleted 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39186") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54510->172.17.0.4:39186, err= 2026/05/09 02:46:42 DEBUG : file1: Destination exists, skipping 2026/05/09 02:46:42 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35275") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47904->172.17.0.4:35275, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37789") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54588->172.17.0.4:37789, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37662") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:32796->172.17.0.4:37662, err= --- PASS: TestMoveFileWithIgnoreExisting (0.01s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39386") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37140->172.17.0.4:39386, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38107") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59476->172.17.0.4:38107, err= --- PASS: TestCaseInsensitiveMoveFile (0.00s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36518") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36228->172.17.0.4:36518, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34949") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55682->172.17.0.4:34949, err= --- PASS: TestCaseInsensitiveMoveFileDryRun (0.00s) === RUN TestMoveFileBackupDir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35173") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44628->172.17.0.4:35173, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30176") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46536->172.17.0.4:30176, err= 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39897") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51180->172.17.0.4:39897, err= 2026/05/09 02:46:42 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-zutidex2yope/backup" 2026/05/09 02:46:42 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/05/09 02:46:42 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:42 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:42 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:42 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:42 DEBUG : TestFTPPureftpd: detected overridden config - adding "{uYm6y}" suffix to name 2026/05/09 02:46:42 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/05/09 02:46:42 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/05/09 02:46:42 DEBUG : Setting pass="UamS3ra5AI_fYYUy9qoeWtj3e7aVym8Kj29y4zk1M7c" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/05/09 02:46:42 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/backup: Connecting to FTP server 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/backup: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:42 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/backup: > dial: conn=172.17.0.1:47180->172.17.0.4:21, err= 2026/05/09 02:46:45 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-zutidex2yope/backup" to be canonical "TestFTPPureftpd{uYm6y}:rclone-test-zutidex2yope/backup" 2026/05/09 02:46:45 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone3992392413) 2026/05/09 02:46:45 DEBUG : dst/file1: size = 18 (ftp://172.17.0.4:21/rclone-test-zutidex2yope) 2026/05/09 02:46:45 DEBUG : dst/file1: Sizes differ 2026/05/09 02:46:45 INFO : dst/file1: Moved (server-side) 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31083") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36836->172.17.0.4:31083, err= 2026/05/09 02:46:45 DEBUG : dst/file1.58903690.partial: size = 14 OK 2026/05/09 02:46:45 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2026/05/09 02:46:45 INFO : dst/file1: Copied (new) 2026/05/09 02:46:45 INFO : dst/file1: Deleted 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35392") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40614->172.17.0.4:35392, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38313") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32331") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55304->172.17.0.4:38313, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48592->172.17.0.4:32331, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30534") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35102->172.17.0.4:30534, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30497") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56538->172.17.0.4:30497, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30333") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39528->172.17.0.4:30333, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30616") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44948->172.17.0.4:30616, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36143") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42228->172.17.0.4:36143, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39576") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51630->172.17.0.4:39576, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope/backup: closing 1 unused connections --- PASS: TestMoveFileBackupDir (2.18s) === 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:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38801") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53332->172.17.0.4:38801, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36461") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55896->172.17.0.4:36461, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39050") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38508->172.17.0.4:39050, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30936") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54432->172.17.0.4:30936, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34622") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53252->172.17.0.4:34622, err= 2026/05/09 02:46:45 INFO : A1/B2: Making directory 2026/05/09 02:46:45 INFO : A1/B1/C3: Making directory 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37290") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59220->172.17.0.4:37290, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34606") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34112->172.17.0.4:34606, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34047") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37775") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51660->172.17.0.4:37775, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55396->172.17.0.4:34047, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35977") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35872") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51228->172.17.0.4:35977, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36284->172.17.0.4:35872, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37987") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50282->172.17.0.4:37987, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34362") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47684->172.17.0.4:34362, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35430") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56332->172.17.0.4:35430, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38322") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34424") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36896->172.17.0.4:38322, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35656->172.17.0.4:34424, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35437") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36945") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:58594->172.17.0.4:35437, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42224->172.17.0.4:36945, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31878") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60258->172.17.0.4:31878, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37403") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40516->172.17.0.4:37403, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37833") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41072->172.17.0.4:37833, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36954") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57788->172.17.0.4:36954, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37763") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49296->172.17.0.4:37763, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37006") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34615") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:32896->172.17.0.4:37006, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52416->172.17.0.4:34615, err= 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Connecting to FTP server 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:21") 2026/05/09 02:46:45 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47186->172.17.0.4:21, err= 2026/05/09 02:46:45 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/05/09 02:46:45 INFO : A2/two: Moved (server-side) to: A3/two 2026/05/09 02:46:45 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/05/09 02:46:45 INFO : A2/one: Moved (server-side) to: A3/one 2026/05/09 02:46:47 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35767") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50012->172.17.0.4:35767, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38043") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:32942->172.17.0.4:38043, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35887") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30285") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59176->172.17.0.4:35887, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43376->172.17.0.4:30285, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33171") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39395") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45876->172.17.0.4:33171, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38924->172.17.0.4:39395, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37903") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59098->172.17.0.4:37903, err= 2026/05/09 02:46:47 INFO : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36827") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37412->172.17.0.4:36827, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39740") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51992->172.17.0.4:39740, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35755") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49488->172.17.0.4:35755, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33583") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42702->172.17.0.4:33583, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36351") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54694->172.17.0.4:36351, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39042") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33600->172.17.0.4:39042, err= 2026/05/09 02:46:47 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/05/09 02:46:47 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/05/09 02:46:47 INFO : A3/two: Moved (server-side) to: A4/two 2026/05/09 02:46:47 INFO : A3/one: Moved (server-side) to: A4/one 2026/05/09 02:46:47 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36925") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33128->172.17.0.4:36925, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31071") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34450->172.17.0.4:31071, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35933") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36527") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47022->172.17.0.4:35933, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51128->172.17.0.4:36527, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35335") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48526->172.17.0.4:35335, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36122") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38830") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51166->172.17.0.4:36122, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53564->172.17.0.4:38830, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32936") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60864->172.17.0.4:32936, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37602") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44644->172.17.0.4:37602, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34880") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55312->172.17.0.4:34880, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33392") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53062->172.17.0.4:33392, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35819") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32262") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50132->172.17.0.4:32262, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46714->172.17.0.4:35819, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31174") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45118->172.17.0.4:31174, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37462") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55702->172.17.0.4:37462, err= --- PASS: TestDirMove (2.45s) === RUN TestGetFsInfo run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38356") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:55026->172.17.0.4:38356, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32993") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42238->172.17.0.4:32993, err= --- PASS: TestGetFsInfo (0.00s) === RUN TestRcat === RUN TestRcat/withChecksum=false,ignoreChecksum=false run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31837") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59872->172.17.0.4:31837, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: File to upload is small (34 bytes), uploading instead of streaming 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36834") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39710->172.17.0.4:36834, err= 2026/05/09 02:46:47 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/05/09 02:46:47 NOTICE: ftp://172.17.0.4:21/rclone-test-zutidex2yope: --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/05/09 02:46:47 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30595") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37224->172.17.0.4:30595, err= 2026/05/09 02:46:47 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/05/09 02:46:47 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37284") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42796->172.17.0.4:37284, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30341") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38926->172.17.0.4:30341, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31042") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37948->172.17.0.4:31042, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38438") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38536->172.17.0.4:38438, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: File to upload is small (34 bytes), uploading instead of streaming 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30477") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40632->172.17.0.4:30477, err= 2026/05/09 02:46:47 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/05/09 02:46:47 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38460") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37028->172.17.0.4:38460, err= 2026/05/09 02:46:47 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/05/09 02:46:47 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38887") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48406->172.17.0.4:38887, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36601") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53662->172.17.0.4:36601, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32057") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43408->172.17.0.4:32057, err= === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39738") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56402->172.17.0.4:39738, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: File to upload is small (34 bytes), uploading instead of streaming 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35159") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37606->172.17.0.4:35159, err= 2026/05/09 02:46:47 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/05/09 02:46:47 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39061") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42634->172.17.0.4:39061, err= 2026/05/09 02:46:47 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/05/09 02:46:47 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35024") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34172->172.17.0.4:35024, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30007") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40320->172.17.0.4:30007, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39602") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45406->172.17.0.4:39602, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35676") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34510->172.17.0.4:35676, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: File to upload is small (34 bytes), uploading instead of streaming 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35443") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47174->172.17.0.4:35443, err= 2026/05/09 02:46:47 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/05/09 02:46:47 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36073") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46032->172.17.0.4:36073, err= 2026/05/09 02:46:47 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/05/09 02:46:47 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30819") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51060->172.17.0.4:30819, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32043") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60706->172.17.0.4:32043, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34723") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51636->172.17.0.4:34723, err= --- PASS: TestRcat (0.05s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.01s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=false (0.01s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=true (0.01s) --- PASS: TestRcat/withChecksum=true,ignoreChecksum=true (0.01s) === RUN TestRcatMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" operations_test.go:1563: Skipping as destination doesn't support user metadata 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33810") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37348->172.17.0.4:33810, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37767") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48118->172.17.0.4:37767, err= --- SKIP: TestRcatMetadata (0.00s) === RUN TestRcatSize run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34854") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:52410->172.17.0.4:34854, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: File to upload is small (60 bytes), uploading instead of streaming 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34169") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37054->172.17.0.4:34169, err= 2026/05/09 02:46:47 DEBUG : potato2: size = 60 OK 2026/05/09 02:46:47 DEBUG : potato2: Size of src and dst objects identical 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33027") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35746->172.17.0.4:33027, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36242") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34240->172.17.0.4:36242, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37971") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39712->172.17.0.4:37971, err= --- PASS: TestRcatSize (0.01s) === RUN TestRcatSizeMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" operations_test.go:1644: Skipping as destination doesn't support user metadata 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33956") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59118->172.17.0.4:33956, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32490") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53896->172.17.0.4:32490, err= --- SKIP: TestRcatSizeMetadata (0.00s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31986") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48172->172.17.0.4:31986, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36940") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42278->172.17.0.4:36940, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35707") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:57854->172.17.0.4:35707, err= --- PASS: TestRcatSizeUploadHeaders (0.00s) === RUN TestTouchDir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32842") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:39636->172.17.0.4:32842, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34975") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44388->172.17.0.4:34975, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31593") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34276->172.17.0.4:31593, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30100") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48722->172.17.0.4:30100, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33439") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34934->172.17.0.4:33439, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33526") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:40226->172.17.0.4:33526, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Touching "potato2" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Touching "empty space" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36480") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:54168->172.17.0.4:36480, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Touching "sub dir/potato3" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37173") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42958->172.17.0.4:37173, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34643") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46106->172.17.0.4:34643, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35440") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:56086->172.17.0.4:35440, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31645") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36954->172.17.0.4:31645, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39346") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50508->172.17.0.4:39346, err= --- PASS: TestTouchDir (0.01s) === RUN TestMkdirMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36673") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:41716->172.17.0.4:36673, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31778") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:44774->172.17.0.4:31778, err= --- SKIP: TestMkdirMetadata (0.00s) === RUN TestMkdirModTime run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31032") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:46898->172.17.0.4:31032, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31917") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:32928->172.17.0.4:31917, err= --- SKIP: TestMkdirModTime (0.00s) === RUN TestCopyDirMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36527") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51132->172.17.0.4:36527, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38100") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35402->172.17.0.4:38100, err= --- SKIP: TestCopyDirMetadata (0.00s) === RUN TestSetDirModTime run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32253") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:53898->172.17.0.4:32253, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30373") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33412->172.17.0.4:30373, err= --- SKIP: TestSetDirModTime (0.00s) === RUN TestDirsEqual run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33282") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:34730->172.17.0.4:33282, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33879") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:42926->172.17.0.4:33879, err= --- SKIP: TestDirsEqual (0.00s) === RUN TestRemoveExisting run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-zutidex2yope", Local "Local file system at /tmp/rclone3992392413", Modify Window "1s" 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34781") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50626->172.17.0.4:34781, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:30907") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60018->172.17.0.4:30907, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39327") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49514->172.17.0.4:39327, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31831") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38030->172.17.0.4:31831, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32945") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36136->172.17.0.4:32945, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36375") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:33446->172.17.0.4:36375, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34196") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:37394->172.17.0.4:34196, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36666") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60508->172.17.0.4:36666, err= 2026/05/09 02:46:47 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.cizihaq0" before starting 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:39306") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:48094->172.17.0.4:39306, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36187") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:59300->172.17.0.4:36187, err= 2026/05/09 02:46:47 DEBUG : sub dir/test remove existing.cizihaq0: TEST: removing renamed existing file after operation 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34427") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:35000->172.17.0.4:34427, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37459") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51508->172.17.0.4:37459, err= 2026/05/09 02:46:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bavowez0" before starting 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38604") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38722->172.17.0.4:38604, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:37781") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:60826->172.17.0.4:37781, err= 2026/05/09 02:46:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.bavowez0: TEST: renaming existing back after failed operation 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:31657") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:36302->172.17.0.4:31657, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:38626") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49306->172.17.0.4:38626, err= 2026/05/09 02:46:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.puxerat0" before starting 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:34847") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:45844->172.17.0.4:34847, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:36630") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:43468->172.17.0.4:36630, err= 2026/05/09 02:46:47 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.puxerat0: TEST: removing renamed existing file after operation 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35366") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50340->172.17.0.4:35366, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35373") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:49974->172.17.0.4:35373, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35304") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:38020->172.17.0.4:35304, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:35780") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:47188->172.17.0.4:35780, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:33515") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:50338->172.17.0.4:33515, err= --- PASS: TestRemoveExisting (0.02s) === 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 TestRcHashsumSingleFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumSingleFile (0.00s) === RUN TestRcHashsumFile rc_test.go:30: Skipping test on non local remote --- SKIP: TestRcHashsumFile (0.00s) PASS 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: dial("tcp","172.17.0.4:32286") 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: > dial: conn=172.17.0.1:51342->172.17.0.4:32286, err= 2026/05/09 02:46:47 DEBUG : ftp://172.17.0.4:21/rclone-test-zutidex2yope: Purge dir "" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Finished OK in 56.420463448s (try 1/5)