"./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Starting (try 1/5) 2026/08/02 04:44:34 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-vebuyij1qaje" 2026/08/02 04:44:34 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:44:34 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:44:34 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:34 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:34 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:34 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:34 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:44:34 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:34 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:34 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:34 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:34 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Connecting to FTP server 2026/08/02 04:44:34 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:21") 2026/08/02 04:44:34 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57154->172.17.0.4:21, err= 2026/08/02 04:44:38 DEBUG : Creating backend with remote "/tmp/rclone1414402507" === 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30483") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47208->172.17.0.4:30483, err= 2026/08/02 04:44:38 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopy (0.00s) === RUN TestMultithreadCopyAbort run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" multithread_test.go:119: multithread writing not supported 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34457") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41890->172.17.0.4:34457, err= 2026/08/02 04:44:38 ERROR : error listing: directory not found --- SKIP: TestMultithreadCopyAbort (0.00s) === RUN TestSizeDiffers 2026/08/02 04:44:38 DEBUG : a: size = 0 OK 2026/08/02 04:44:38 DEBUG : a: size = 1 (memory) 2026/08/02 04:44:38 DEBUG : a: size = 2 (memory) --- PASS: TestSizeDiffers (0.00s) === RUN TestReOpen === RUN TestReOpen/Normal === RUN TestReOpen/Normal/Basics 2026/08/02 04:44:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/ErrorAtStart === RUN TestReOpen/Normal/WithErrors 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/Normal/TooManyErrors 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/Normal/ReadAt 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/Normal/Seek 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Seek from 5 to 2 === RUN TestReOpen/Normal/AccountRead === RUN TestReOpen/Normal/AccountReadDelay 2026/08/02 04:44:38 DEBUG : potato: Seek from 10 to 0 2026/08/02 04:44:38 DEBUG : potato: Seek from 10 to 0 2026/08/02 04:44:38 DEBUG : potato: Seek from 10 to 0 === RUN TestReOpen/Normal/AccountReadError === RUN TestReOpen/WithRangeOption === RUN TestReOpen/WithRangeOption/Basics 2026/08/02 04:44:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/ErrorAtStart === RUN TestReOpen/WithRangeOption/WithErrors 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithRangeOption/TooManyErrors 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithRangeOption/ReadAt 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithRangeOption/Seek 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Seek from 5 to 2 2026/08/02 04:44:38 DEBUG : potato: Seek from 7 to 4 === RUN TestReOpen/WithRangeOption/AccountRead === RUN TestReOpen/WithRangeOption/AccountReadDelay 2026/08/02 04:44:38 DEBUG : potato: Seek from 7 to 0 2026/08/02 04:44:38 DEBUG : potato: Seek from 7 to 0 2026/08/02 04:44:38 DEBUG : potato: Seek from 7 to 0 === RUN TestReOpen/WithRangeOption/AccountReadError === RUN TestReOpen/WithSeekOption === RUN TestReOpen/WithSeekOption/Basics 2026/08/02 04:44:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/ErrorAtStart === RUN TestReOpen/WithSeekOption/WithErrors 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/WithSeekOption/TooManyErrors 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/WithSeekOption/ReadAt 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/WithSeekOption/Seek 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Seek from 5 to 2 2026/08/02 04:44:38 DEBUG : potato: Seek from 7 to 5 === RUN TestReOpen/WithSeekOption/AccountRead === RUN TestReOpen/WithSeekOption/AccountReadDelay 2026/08/02 04:44:38 DEBUG : potato: Seek from 8 to 0 2026/08/02 04:44:38 DEBUG : potato: Seek from 8 to 0 2026/08/02 04:44:38 DEBUG : potato: Seek from 8 to 0 === RUN TestReOpen/WithSeekOption/AccountReadError === RUN TestReOpen/UnknownSize === RUN TestReOpen/UnknownSize/Basics 2026/08/02 04:44:38 DEBUG : potato: Seek from 9 to 0 === RUN TestReOpen/UnknownSize/ErrorAtStart === RUN TestReOpen/UnknownSize/WithErrors 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/10: test error === RUN TestReOpen/UnknownSize/TooManyErrors 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 1/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 2/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 6 bytes: retry 3/3: test error 2026/08/02 04:44:38 DEBUG : potato: Reopen failed after offset 6 bytes read: failed to reopen: too many retries === RUN TestReOpen/UnknownSize/ReadAt 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Seek from 5 to 1 === RUN TestReOpen/UnknownSize/Seek 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 2 bytes: retry 0/10: test error 2026/08/02 04:44:38 DEBUG : potato: Reopening on read failure after offset 3 bytes: retry 1/10: test error 2026/08/02 04:44:38 DEBUG : potato: Seek from 5 to 2 2026/08/02 04:44:38 DEBUG : potato: Seek from 7 to 6 === RUN TestReOpen/UnknownSize/AccountRead === RUN TestReOpen/UnknownSize/AccountReadDelay 2026/08/02 04:44:38 DEBUG : potato: Seek from 9 to 0 2026/08/02 04:44:38 DEBUG : potato: Seek from 9 to 0 2026/08/02 04:44:38 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36087") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38540->172.17.0.4:36087, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34776") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41914->172.17.0.4:34776, err= === RUN TestCheck/1 === RUN TestCheck/2 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39045") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36948->172.17.0.4:39045, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36260") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33710->172.17.0.4:36260, err= === RUN TestCheck/3 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35833") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39344->172.17.0.4:35833, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34351") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45452->172.17.0.4:34351, err= === RUN TestCheck/4 === RUN TestCheck/5 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32651") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41858->172.17.0.4:32651, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39862") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54606->172.17.0.4:39862, err= === RUN TestCheck/6 === RUN TestCheck/7 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33520") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37936->172.17.0.4:33520, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39250") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58864->172.17.0.4:39250, err= --- PASS: TestCheck (0.05s) --- PASS: TestCheck/1 (0.00s) --- PASS: TestCheck/2 (0.00s) --- PASS: TestCheck/3 (0.00s) --- PASS: TestCheck/4 (0.01s) --- PASS: TestCheck/5 (0.00s) --- PASS: TestCheck/6 (0.00s) --- PASS: TestCheck/7 (0.00s) === RUN TestCheckFsError 2026/08/02 04:44:38 DEBUG : Creating backend with remote "nonexistent" 2026/08/02 04:44:38 DEBUG : Creating backend with remote "nonexistent" 2026/08/02 04:44:38 DEBUG : Local file system at nonexistent: Waiting for checks to finish 2026/08/02 04:44:38 ERROR : Local file system at nonexistent: error reading source root directory: directory not found 2026/08/02 04:44:38 NOTICE: Local file system at nonexistent: 0 differences found 2026/08/02 04:44:38 NOTICE: Local file system at nonexistent: 2 errors while checking --- PASS: TestCheckFsError (0.00s) === RUN TestCheckDownload run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36606") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39648->172.17.0.4:36606, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36789") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48940->172.17.0.4:36789, err= === RUN TestCheckDownload/1 === RUN TestCheckDownload/2 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39147") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60358->172.17.0.4:39147, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33467") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48594->172.17.0.4:33467, err= === RUN TestCheckDownload/3 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39156") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35918->172.17.0.4:39156, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36333") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53130->172.17.0.4:36333, err= === RUN TestCheckDownload/4 === RUN TestCheckDownload/5 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30843") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59040->172.17.0.4:30843, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37408") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45576->172.17.0.4:37408, err= === RUN TestCheckDownload/6 === RUN TestCheckDownload/7 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36900") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45206->172.17.0.4:36900, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37418") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35094->172.17.0.4:37418, err= --- PASS: TestCheckDownload (0.12s) --- PASS: TestCheckDownload/1 (0.00s) --- PASS: TestCheckDownload/2 (0.00s) --- 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37560") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45516->172.17.0.4:37560, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34297") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35538->172.17.0.4:34297, err= === RUN TestCheckSizeOnly/1 === RUN TestCheckSizeOnly/2 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32965") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49878->172.17.0.4:32965, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30112") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42444->172.17.0.4:30112, err= === RUN TestCheckSizeOnly/3 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33507") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42858->172.17.0.4:33507, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33754") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:32986->172.17.0.4:33754, err= === RUN TestCheckSizeOnly/4 === RUN TestCheckSizeOnly/5 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33973") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56388->172.17.0.4:33973, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32044") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57716->172.17.0.4:32044, err= === RUN TestCheckSizeOnly/6 === RUN TestCheckSizeOnly/7 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36795") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43562->172.17.0.4:36795, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33809") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57078->172.17.0.4:33809, err= --- PASS: TestCheckSizeOnly (0.03s) --- 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32230") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45740->172.17.0.4:32230, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36506") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57010->172.17.0.4:36506, err= 2026/08/02 04:44:38 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/02 04:44:38 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/02 04:44:38 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/02 04:44:38 NOTICE: test.sum: 2 warning(s) suppressed... 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36536") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44094->172.17.0.4:36536, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32941") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35708->172.17.0.4:32941, err= 2026/08/02 04:44:38 NOTICE: test.sum: improperly formatted checksum line 4 2026/08/02 04:44:38 NOTICE: test.sum: improperly formatted checksum line 5 2026/08/02 04:44:38 NOTICE: test.sum: improperly formatted checksum line 6 2026/08/02 04:44:38 NOTICE: test.sum: 2 warning(s) suppressed... 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37996") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36784->172.17.0.4:37996, err= 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30113") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45570->172.17.0.4:30113, err= --- PASS: TestParseSumFile (0.02s) === RUN TestCheckSum run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:44:38 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-vebuyij1qaje/data" 2026/08/02 04:44:38 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:44:38 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:38 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:38 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:38 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:38 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:44:38 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:38 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:38 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:38 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/data: Connecting to FTP server 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/data: dial("tcp","172.17.0.4:21") 2026/08/02 04:44:38 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/data: > dial: conn=172.17.0.1:57160->172.17.0.4:21, err= check_test.go:350: ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/data lacks md5, skipping 2026/08/02 04:44:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31728") 2026/08/02 04:44:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39560->172.17.0.4:31728, err= 2026/08/02 04:44:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33565") 2026/08/02 04:44:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48718->172.17.0.4:33565, err= --- SKIP: TestCheckSum (3.16s) === RUN TestCheckSumDownload run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:44:41 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-vebuyij1qaje/data" 2026/08/02 04:44:41 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:44:41 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:41 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:41 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:41 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:41 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:44:41 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:41 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:41 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:41 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/data: Connecting to FTP server 2026/08/02 04:44:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/data: dial("tcp","172.17.0.4:21") 2026/08/02 04:44:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/data: > dial: conn=172.17.0.1:39420->172.17.0.4:21, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32123") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47708->172.17.0.4:32123, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36135") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59902->172.17.0.4:36135, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31121") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53266->172.17.0.4:31121, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38780") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46370->172.17.0.4:38780, err= === RUN TestCheckSumDownload/subtest1 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38712") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59838->172.17.0.4:38712, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39101") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58186->172.17.0.4:39101, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32219") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50672->172.17.0.4:32219, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36091") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52192->172.17.0.4:36091, err= === RUN TestCheckSumDownload/subtest2 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33177") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49828->172.17.0.4:33177, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32736") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48156->172.17.0.4:32736, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39463") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53044->172.17.0.4:39463, err= === RUN TestCheckSumDownload/subtest3 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33294") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58310->172.17.0.4:33294, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36292") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57488->172.17.0.4:36292, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35259") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35722->172.17.0.4:35259, err= === RUN TestCheckSumDownload/subtest4 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30274") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48328->172.17.0.4:30274, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33834") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39956->172.17.0.4:33834, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39541") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55348->172.17.0.4:39541, err= === RUN TestCheckSumDownload/subtest5 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32204") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59216->172.17.0.4:32204, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33872") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51416->172.17.0.4:33872, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34374") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50774->172.17.0.4:34374, err= === RUN TestCheckSumDownload/subtest6 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36443") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46316->172.17.0.4:36443, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35245") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44488->172.17.0.4:35245, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34494") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51268->172.17.0.4:34494, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31120") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45422->172.17.0.4:31120, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31781") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53208->172.17.0.4:31781, err= === RUN TestCheckSumDownload/subtest7 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35111") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42516->172.17.0.4:35111, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37018") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45494->172.17.0.4:37018, err= 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33020") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33644->172.17.0.4:33020, err= --- PASS: TestCheckSumDownload (2.71s) --- 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/08/02 04:44:44 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-misocif8mema" 2026/08/02 04:44:44 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:44:44 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:44:44 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:44 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:44 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:44 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:44 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:44:44 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:44 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:44 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:44 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: Connecting to FTP server 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: dial("tcp","172.17.0.4:21") 2026/08/02 04:44:44 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: > dial: conn=172.17.0.1:39422->172.17.0.4:21, err= 2026/08/02 04:44:47 DEBUG : Creating backend with remote "/tmp/rclone88465772" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-misocif8mema", Local "Local file system at /tmp/rclone88465772", Modify Window "1s" 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: dial("tcp","172.17.0.4:37150") 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: > dial: conn=172.17.0.1:42398->172.17.0.4:37150, err= 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: dial("tcp","172.17.0.4:39336") 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: > dial: conn=172.17.0.1:46872->172.17.0.4:39336, err= upper checkfile vs. lower remote (without normalization) 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: dial("tcp","172.17.0.4:31608") 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: > dial: conn=172.17.0.1:40986->172.17.0.4:31608, err= 2026/08/02 04:44:47 ERROR : hello, world!: sum not found 2026/08/02 04:44:47 ERROR : HELLO, WORLD!: file not in ftp://172.17.0.4:21/rclone-test-misocif8mema 2026/08/02 04:44:47 NOTICE: ftp://172.17.0.4:21/rclone-test-misocif8mema: 1 files missing 2026/08/02 04:44:47 NOTICE: 1 hashes missing 2026/08/02 04:44:47 NOTICE: ftp://172.17.0.4:21/rclone-test-misocif8mema: 1 differences found 2026/08/02 04:44:47 NOTICE: ftp://172.17.0.4:21/rclone-test-misocif8mema: 2 errors while checking upper checkfile vs. lower remote (with normalization) 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: dial("tcp","172.17.0.4:37273") 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: > dial: conn=172.17.0.1:60078->172.17.0.4:37273, err= 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: dial("tcp","172.17.0.4:30137") 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: > dial: conn=172.17.0.1:51296->172.17.0.4:30137, err= 2026/08/02 04:44:47 DEBUG : hello, world!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:44:47 NOTICE: ftp://172.17.0.4:21/rclone-test-misocif8mema: 0 differences found 2026/08/02 04:44:47 NOTICE: ftp://172.17.0.4:21/rclone-test-misocif8mema: 1 matching files 2026/08/02 04:44:47 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-piyulek2gelu" 2026/08/02 04:44:47 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:44:47 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:44:47 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:47 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:47 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:47 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:47 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:44:47 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:47 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:47 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:47 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: Connecting to FTP server 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: dial("tcp","172.17.0.4:21") 2026/08/02 04:44:47 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: > dial: conn=172.17.0.1:39426->172.17.0.4:21, err= 2026/08/02 04:44:50 DEBUG : Creating backend with remote "/tmp/rclone884167089" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-piyulek2gelu", Local "Local file system at /tmp/rclone884167089", Modify Window "1s" 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: dial("tcp","172.17.0.4:37969") 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: > dial: conn=172.17.0.1:47590->172.17.0.4:37969, err= 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: dial("tcp","172.17.0.4:36659") 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: > dial: conn=172.17.0.1:49522->172.17.0.4:36659, err= lower checkfile vs. upper remote (without normalization) 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: dial("tcp","172.17.0.4:32549") 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: > dial: conn=172.17.0.1:46146->172.17.0.4:32549, err= 2026/08/02 04:44:50 ERROR : HELLO, WORLD!: sum not found 2026/08/02 04:44:50 ERROR : hello, world!: file not in ftp://172.17.0.4:21/rclone-test-piyulek2gelu 2026/08/02 04:44:50 NOTICE: ftp://172.17.0.4:21/rclone-test-piyulek2gelu: 1 files missing 2026/08/02 04:44:50 NOTICE: 1 hashes missing 2026/08/02 04:44:50 NOTICE: ftp://172.17.0.4:21/rclone-test-piyulek2gelu: 1 differences found 2026/08/02 04:44:50 NOTICE: ftp://172.17.0.4:21/rclone-test-piyulek2gelu: 2 errors while checking lower checkfile vs. upper remote (with normalization) 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: dial("tcp","172.17.0.4:32173") 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: > dial: conn=172.17.0.1:33142->172.17.0.4:32173, err= 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: dial("tcp","172.17.0.4:33231") 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: > dial: conn=172.17.0.1:43618->172.17.0.4:33231, err= 2026/08/02 04:44:50 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:44:50 NOTICE: ftp://172.17.0.4:21/rclone-test-piyulek2gelu: 0 differences found 2026/08/02 04:44:50 NOTICE: ftp://172.17.0.4:21/rclone-test-piyulek2gelu: 1 matching files 2026/08/02 04:44:50 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-guqetox2rugu" 2026/08/02 04:44:50 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:44:50 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:44:50 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:50 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:50 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:50 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:50 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:44:50 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:50 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:50 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:50 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: Connecting to FTP server 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: dial("tcp","172.17.0.4:21") 2026/08/02 04:44:50 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: > dial: conn=172.17.0.1:39442->172.17.0.4:21, err= 2026/08/02 04:44:54 DEBUG : Creating backend with remote "/tmp/rclone1150202124" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-guqetox2rugu", Local "Local file system at /tmp/rclone1150202124", Modify Window "1s" 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: dial("tcp","172.17.0.4:36540") 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: > dial: conn=172.17.0.1:47406->172.17.0.4:36540, err= 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: dial("tcp","172.17.0.4:32184") 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: > dial: conn=172.17.0.1:45176->172.17.0.4:32184, err= lower checkfile vs. upperlowermixed remote (without normalization) 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: dial("tcp","172.17.0.4:38340") 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: > dial: conn=172.17.0.1:48698->172.17.0.4:38340, err= 2026/08/02 04:44:54 ERROR : HeLlO, wOrLd!: sum not found 2026/08/02 04:44:54 ERROR : hello, world!: file not in ftp://172.17.0.4:21/rclone-test-guqetox2rugu 2026/08/02 04:44:54 NOTICE: ftp://172.17.0.4:21/rclone-test-guqetox2rugu: 1 files missing 2026/08/02 04:44:54 NOTICE: 1 hashes missing 2026/08/02 04:44:54 NOTICE: ftp://172.17.0.4:21/rclone-test-guqetox2rugu: 1 differences found 2026/08/02 04:44:54 NOTICE: ftp://172.17.0.4:21/rclone-test-guqetox2rugu: 2 errors while checking lower checkfile vs. upperlowermixed remote (with normalization) 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: dial("tcp","172.17.0.4:35933") 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: > dial: conn=172.17.0.1:58900->172.17.0.4:35933, err= 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: dial("tcp","172.17.0.4:30238") 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: > dial: conn=172.17.0.1:60622->172.17.0.4:30238, err= 2026/08/02 04:44:54 DEBUG : HeLlO, wOrLd!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:44:54 NOTICE: ftp://172.17.0.4:21/rclone-test-guqetox2rugu: 0 differences found 2026/08/02 04:44:54 NOTICE: ftp://172.17.0.4:21/rclone-test-guqetox2rugu: 1 matching files 2026/08/02 04:44:54 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-gidonur0raso" 2026/08/02 04:44:54 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:44:54 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:44:54 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:54 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:54 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:54 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:54 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:44:54 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:54 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:54 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:54 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: Connecting to FTP server 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: dial("tcp","172.17.0.4:21") 2026/08/02 04:44:54 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: > dial: conn=172.17.0.1:41528->172.17.0.4:21, err= 2026/08/02 04:44:57 DEBUG : Creating backend with remote "/tmp/rclone3159774964" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-gidonur0raso", Local "Local file system at /tmp/rclone3159774964", Modify Window "1s" 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: dial("tcp","172.17.0.4:33230") 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: > dial: conn=172.17.0.1:39530->172.17.0.4:33230, err= 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: dial("tcp","172.17.0.4:30574") 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: > dial: conn=172.17.0.1:34246->172.17.0.4:30574, err= upperlowermixed checkfile vs. upper remote (without normalization) 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: dial("tcp","172.17.0.4:37968") 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: > dial: conn=172.17.0.1:43792->172.17.0.4:37968, err= 2026/08/02 04:44:57 ERROR : HELLO, WORLD!: sum not found 2026/08/02 04:44:57 ERROR : HeLlO, wOrLd!: file not in ftp://172.17.0.4:21/rclone-test-gidonur0raso 2026/08/02 04:44:57 NOTICE: ftp://172.17.0.4:21/rclone-test-gidonur0raso: 1 files missing 2026/08/02 04:44:57 NOTICE: 1 hashes missing 2026/08/02 04:44:57 NOTICE: ftp://172.17.0.4:21/rclone-test-gidonur0raso: 1 differences found 2026/08/02 04:44:57 NOTICE: ftp://172.17.0.4:21/rclone-test-gidonur0raso: 2 errors while checking upperlowermixed checkfile vs. upper remote (with normalization) 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: dial("tcp","172.17.0.4:34563") 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: > dial: conn=172.17.0.1:54130->172.17.0.4:34563, err= 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: dial("tcp","172.17.0.4:31757") 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: > dial: conn=172.17.0.1:48276->172.17.0.4:31757, err= 2026/08/02 04:44:57 DEBUG : HELLO, WORLD!: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:44:57 NOTICE: ftp://172.17.0.4:21/rclone-test-gidonur0raso: 0 differences found 2026/08/02 04:44:57 NOTICE: ftp://172.17.0.4:21/rclone-test-gidonur0raso: 1 matching files 2026/08/02 04:44:57 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-dehareb2cejo" 2026/08/02 04:44:57 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:44:57 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:44:57 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:57 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:57 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:57 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:57 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:44:57 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:44:57 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:44:57 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:44:57 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: Connecting to FTP server 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: dial("tcp","172.17.0.4:21") 2026/08/02 04:44:57 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: > dial: conn=172.17.0.1:41542->172.17.0.4:21, err= 2026/08/02 04:45:00 DEBUG : Creating backend with remote "/tmp/rclone1519735947" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-dehareb2cejo", Local "Local file system at /tmp/rclone1519735947", Modify Window "1s" 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: dial("tcp","172.17.0.4:34398") 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: > dial: conn=172.17.0.1:41526->172.17.0.4:34398, err= 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: dial("tcp","172.17.0.4:39861") 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: > dial: conn=172.17.0.1:49994->172.17.0.4:39861, err= NFD checkfile vs. NFC remote (without normalization) 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: dial("tcp","172.17.0.4:32658") 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: > dial: conn=172.17.0.1:59498->172.17.0.4:32658, err= 2026/08/02 04:45:00 ERROR : 測試_Русский___ě_áñ: sum not found 2026/08/02 04:45:00 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-dehareb2cejo 2026/08/02 04:45:00 NOTICE: ftp://172.17.0.4:21/rclone-test-dehareb2cejo: 1 files missing 2026/08/02 04:45:00 NOTICE: 1 hashes missing 2026/08/02 04:45:00 NOTICE: ftp://172.17.0.4:21/rclone-test-dehareb2cejo: 1 differences found 2026/08/02 04:45:00 NOTICE: ftp://172.17.0.4:21/rclone-test-dehareb2cejo: 2 errors while checking NFD checkfile vs. NFC remote (with normalization) 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: dial("tcp","172.17.0.4:39118") 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: > dial: conn=172.17.0.1:51740->172.17.0.4:39118, err= 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: dial("tcp","172.17.0.4:36361") 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: > dial: conn=172.17.0.1:35436->172.17.0.4:36361, err= 2026/08/02 04:45:00 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:45:00 NOTICE: ftp://172.17.0.4:21/rclone-test-dehareb2cejo: 0 differences found 2026/08/02 04:45:00 NOTICE: ftp://172.17.0.4:21/rclone-test-dehareb2cejo: 1 matching files 2026/08/02 04:45:00 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-belimav7cuxi" 2026/08/02 04:45:00 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:45:00 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:00 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:00 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:00 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:00 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:00 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:00 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:00 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:00 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:00 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: Connecting to FTP server 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:00 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: > dial: conn=172.17.0.1:41550->172.17.0.4:21, err= 2026/08/02 04:45:03 DEBUG : Creating backend with remote "/tmp/rclone1373337729" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-belimav7cuxi", Local "Local file system at /tmp/rclone1373337729", Modify Window "1s" 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: dial("tcp","172.17.0.4:37862") 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: > dial: conn=172.17.0.1:48570->172.17.0.4:37862, err= 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: dial("tcp","172.17.0.4:34616") 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: > dial: conn=172.17.0.1:49480->172.17.0.4:34616, err= NFC checkfile vs. NFD remote (without normalization) 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: dial("tcp","172.17.0.4:33473") 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: > dial: conn=172.17.0.1:56926->172.17.0.4:33473, err= 2026/08/02 04:45:03 ERROR : 測試_Русский___ě_áñ: sum not found 2026/08/02 04:45:03 ERROR : 測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-belimav7cuxi 2026/08/02 04:45:03 NOTICE: ftp://172.17.0.4:21/rclone-test-belimav7cuxi: 1 files missing 2026/08/02 04:45:03 NOTICE: 1 hashes missing 2026/08/02 04:45:03 NOTICE: ftp://172.17.0.4:21/rclone-test-belimav7cuxi: 1 differences found 2026/08/02 04:45:03 NOTICE: ftp://172.17.0.4:21/rclone-test-belimav7cuxi: 2 errors while checking NFC checkfile vs. NFD remote (with normalization) 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: dial("tcp","172.17.0.4:35657") 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: > dial: conn=172.17.0.1:45188->172.17.0.4:35657, err= 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: dial("tcp","172.17.0.4:37677") 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: > dial: conn=172.17.0.1:39780->172.17.0.4:37677, err= 2026/08/02 04:45:03 DEBUG : 測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:45:03 NOTICE: ftp://172.17.0.4:21/rclone-test-belimav7cuxi: 0 differences found 2026/08/02 04:45:03 NOTICE: ftp://172.17.0.4:21/rclone-test-belimav7cuxi: 1 matching files 2026/08/02 04:45:03 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-peqigod0dixi" 2026/08/02 04:45:03 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:45:03 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:03 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:03 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:03 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:03 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:03 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:03 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:03 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: Connecting to FTP server 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:03 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: > dial: conn=172.17.0.1:47382->172.17.0.4:21, err= 2026/08/02 04:45:06 DEBUG : Creating backend with remote "/tmp/rclone2737969276" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-peqigod0dixi", Local "Local file system at /tmp/rclone2737969276", Modify Window "1s" 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: dial("tcp","172.17.0.4:37233") 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: > dial: conn=172.17.0.1:49026->172.17.0.4:37233, err= 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: dial("tcp","172.17.0.4:33842") 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: > dial: conn=172.17.0.1:54756->172.17.0.4:33842, err= NFDx2 checkfile vs. both remote (without normalization) 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: dial("tcp","172.17.0.4:35724") 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: > dial: conn=172.17.0.1:51432->172.17.0.4:35724, err= 2026/08/02 04:45:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/02 04:45:06 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-peqigod0dixi 2026/08/02 04:45:06 NOTICE: ftp://172.17.0.4:21/rclone-test-peqigod0dixi: 1 files missing 2026/08/02 04:45:06 NOTICE: 1 hashes missing 2026/08/02 04:45:06 NOTICE: ftp://172.17.0.4:21/rclone-test-peqigod0dixi: 1 differences found 2026/08/02 04:45:06 NOTICE: ftp://172.17.0.4:21/rclone-test-peqigod0dixi: 2 errors while checking NFDx2 checkfile vs. both remote (with normalization) 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: dial("tcp","172.17.0.4:35452") 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: > dial: conn=172.17.0.1:60822->172.17.0.4:35452, err= 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: dial("tcp","172.17.0.4:37186") 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: > dial: conn=172.17.0.1:60538->172.17.0.4:37186, err= 2026/08/02 04:45:06 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:45:06 NOTICE: ftp://172.17.0.4:21/rclone-test-peqigod0dixi: 0 differences found 2026/08/02 04:45:06 NOTICE: ftp://172.17.0.4:21/rclone-test-peqigod0dixi: 1 matching files 2026/08/02 04:45:06 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-mafokib1tufe" 2026/08/02 04:45:06 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:45:06 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:06 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:06 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:06 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:06 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:06 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:06 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:06 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:06 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:06 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: Connecting to FTP server 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:06 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: > dial: conn=172.17.0.1:47392->172.17.0.4:21, err= 2026/08/02 04:45:09 DEBUG : Creating backend with remote "/tmp/rclone2070543595" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-mafokib1tufe", Local "Local file system at /tmp/rclone2070543595", Modify Window "1s" 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: dial("tcp","172.17.0.4:31729") 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: > dial: conn=172.17.0.1:44122->172.17.0.4:31729, err= 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: dial("tcp","172.17.0.4:37107") 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: > dial: conn=172.17.0.1:51920->172.17.0.4:37107, err= NFCx2 checkfile vs. both remote (without normalization) 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: dial("tcp","172.17.0.4:31777") 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: > dial: conn=172.17.0.1:55602->172.17.0.4:31777, err= 2026/08/02 04:45:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/02 04:45:09 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-mafokib1tufe 2026/08/02 04:45:09 NOTICE: ftp://172.17.0.4:21/rclone-test-mafokib1tufe: 1 files missing 2026/08/02 04:45:09 NOTICE: 1 hashes missing 2026/08/02 04:45:09 NOTICE: ftp://172.17.0.4:21/rclone-test-mafokib1tufe: 1 differences found 2026/08/02 04:45:09 NOTICE: ftp://172.17.0.4:21/rclone-test-mafokib1tufe: 2 errors while checking NFCx2 checkfile vs. both remote (with normalization) 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: dial("tcp","172.17.0.4:31623") 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: > dial: conn=172.17.0.1:54618->172.17.0.4:31623, err= 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: dial("tcp","172.17.0.4:34030") 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: > dial: conn=172.17.0.1:40000->172.17.0.4:34030, err= 2026/08/02 04:45:09 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:45:09 NOTICE: ftp://172.17.0.4:21/rclone-test-mafokib1tufe: 0 differences found 2026/08/02 04:45:09 NOTICE: ftp://172.17.0.4:21/rclone-test-mafokib1tufe: 1 matching files 2026/08/02 04:45:09 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-moxaboq3rogu" 2026/08/02 04:45:09 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:45:09 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:09 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:09 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:09 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:09 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:09 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:09 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: Connecting to FTP server 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:09 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: > dial: conn=172.17.0.1:47396->172.17.0.4:21, err= 2026/08/02 04:45:12 DEBUG : Creating backend with remote "/tmp/rclone3311772974" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-moxaboq3rogu", Local "Local file system at /tmp/rclone3311772974", Modify Window "1s" 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: dial("tcp","172.17.0.4:39623") 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: > dial: conn=172.17.0.1:45300->172.17.0.4:39623, err= 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: dial("tcp","172.17.0.4:33352") 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: > dial: conn=172.17.0.1:43810->172.17.0.4:33352, err= both checkfile vs. NFDx2 remote (without normalization) 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: dial("tcp","172.17.0.4:31909") 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: > dial: conn=172.17.0.1:38082->172.17.0.4:31909, err= 2026/08/02 04:45:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/02 04:45:12 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-moxaboq3rogu 2026/08/02 04:45:12 NOTICE: ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: 1 files missing 2026/08/02 04:45:12 NOTICE: 1 hashes missing 2026/08/02 04:45:12 NOTICE: ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: 1 differences found 2026/08/02 04:45:12 NOTICE: ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: 2 errors while checking both checkfile vs. NFDx2 remote (with normalization) 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: dial("tcp","172.17.0.4:38110") 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: > dial: conn=172.17.0.1:45776->172.17.0.4:38110, err= 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: dial("tcp","172.17.0.4:36789") 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: > dial: conn=172.17.0.1:55892->172.17.0.4:36789, err= 2026/08/02 04:45:12 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:45:12 NOTICE: ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: 0 differences found 2026/08/02 04:45:12 NOTICE: ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: 1 matching files 2026/08/02 04:45:12 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-gasitux1rofe" 2026/08/02 04:45:12 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:45:12 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:12 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:12 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:12 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:12 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:12 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:12 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:12 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:12 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:12 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: Connecting to FTP server 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:12 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: > dial: conn=172.17.0.1:33680->172.17.0.4:21, err= 2026/08/02 04:45:15 DEBUG : Creating backend with remote "/tmp/rclone2685942258" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-gasitux1rofe", Local "Local file system at /tmp/rclone2685942258", Modify Window "1s" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: dial("tcp","172.17.0.4:32298") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: > dial: conn=172.17.0.1:57928->172.17.0.4:32298, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: dial("tcp","172.17.0.4:32867") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: > dial: conn=172.17.0.1:33678->172.17.0.4:32867, err= both checkfile vs. NFCx2 remote (without normalization) 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: dial("tcp","172.17.0.4:34506") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: > dial: conn=172.17.0.1:57542->172.17.0.4:34506, err= 2026/08/02 04:45:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: sum not found 2026/08/02 04:45:15 ERROR : 測試_Русский___ě_áñ測試_Русский___ě_áñ: file not in ftp://172.17.0.4:21/rclone-test-gasitux1rofe 2026/08/02 04:45:15 NOTICE: ftp://172.17.0.4:21/rclone-test-gasitux1rofe: 1 files missing 2026/08/02 04:45:15 NOTICE: 1 hashes missing 2026/08/02 04:45:15 NOTICE: ftp://172.17.0.4:21/rclone-test-gasitux1rofe: 1 differences found 2026/08/02 04:45:15 NOTICE: ftp://172.17.0.4:21/rclone-test-gasitux1rofe: 2 errors while checking both checkfile vs. NFCx2 remote (with normalization) 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: dial("tcp","172.17.0.4:31339") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: > dial: conn=172.17.0.1:35960->172.17.0.4:31339, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: dial("tcp","172.17.0.4:31798") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: > dial: conn=172.17.0.1:43528->172.17.0.4:31798, err= 2026/08/02 04:45:15 DEBUG : 測試_Русский___ě_áñ測試_Русский___ě_áñ: md5 = 65a8e27d8879283831b664bd8b7f0ad4 OK 2026/08/02 04:45:15 NOTICE: ftp://172.17.0.4:21/rclone-test-gasitux1rofe: 0 differences found 2026/08/02 04:45:15 NOTICE: ftp://172.17.0.4:21/rclone-test-gasitux1rofe: 1 matching files 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: dial("tcp","172.17.0.4:36482") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: > dial: conn=172.17.0.1:46148->172.17.0.4:36482, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gasitux1rofe: Purge dir "" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: dial("tcp","172.17.0.4:32538") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: > dial: conn=172.17.0.1:41882->172.17.0.4:32538, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-moxaboq3rogu: Purge dir "" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: dial("tcp","172.17.0.4:34443") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: > dial: conn=172.17.0.1:52606->172.17.0.4:34443, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-mafokib1tufe: Purge dir "" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: dial("tcp","172.17.0.4:32706") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: > dial: conn=172.17.0.1:45554->172.17.0.4:32706, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: Purge object "測試_Русский___ě_áñ測試_Русский___ě_áñ" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-peqigod0dixi: Purge dir "" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: dial("tcp","172.17.0.4:38555") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: > dial: conn=172.17.0.1:52098->172.17.0.4:38555, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: Purge object "測試_Русский___ě_áñ" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-belimav7cuxi: Purge dir "" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: dial("tcp","172.17.0.4:36823") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: > dial: conn=172.17.0.1:59794->172.17.0.4:36823, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: Purge object "測試_Русский___ě_áñ" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-dehareb2cejo: Purge dir "" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: dial("tcp","172.17.0.4:33782") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: > dial: conn=172.17.0.1:45474->172.17.0.4:33782, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: Purge object "HELLO, WORLD!" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-gidonur0raso: Purge dir "" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: dial("tcp","172.17.0.4:30800") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: > dial: conn=172.17.0.1:60942->172.17.0.4:30800, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: Purge object "HeLlO, wOrLd!" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-guqetox2rugu: Purge dir "" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: dial("tcp","172.17.0.4:38509") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: > dial: conn=172.17.0.1:40218->172.17.0.4:38509, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: Purge object "HELLO, WORLD!" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-piyulek2gelu: Purge dir "" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: dial("tcp","172.17.0.4:30007") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: > dial: conn=172.17.0.1:57410->172.17.0.4:30007, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: Purge object "hello, world!" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-misocif8mema: Purge dir "" --- PASS: TestApplyTransforms (31.21s) === RUN TestTruncateString --- PASS: TestTruncateString (0.00s) === RUN TestCopyFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:15 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30478") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36922->172.17.0.4:30478, err= 2026/08/02 04:45:15 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2026/08/02 04:45:15 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2026/08/02 04:45:15 INFO : file1: Copied (new) to: sub/file2 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30078") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47820->172.17.0.4:30078, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32688") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43958->172.17.0.4:32688, err= 2026/08/02 04:45:15 DEBUG : sub/file2: size = 14 OK 2026/08/02 04:45:15 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/02 04:45:15 DEBUG : file1: Unchanged skipping 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39800") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52042->172.17.0.4:39800, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32539") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57196->172.17.0.4:32539, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: don't need to copy/move sub/file2, it is already at target location 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38303") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36064->172.17.0.4:38303, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36816") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49708->172.17.0.4:36816, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32193") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53024->172.17.0.4:32193, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35542") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36678->172.17.0.4:35542, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32168") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37006->172.17.0.4:32168, err= --- PASS: TestCopyFile (0.02s) === RUN TestCopyLongFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" copy_test.go:154: Test only runs on local 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33670") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55518->172.17.0.4:33670, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33219") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38000->172.17.0.4:33219, err= --- SKIP: TestCopyLongFile (0.00s) === RUN TestCopyFileBackupDir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36486") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59010->172.17.0.4:36486, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36505") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53026->172.17.0.4:36505, err= 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38795") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47932->172.17.0.4:38795, err= 2026/08/02 04:45:15 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-vebuyij1qaje/backup" 2026/08/02 04:45:15 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:15 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:15 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:15 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:15 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:15 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:15 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:15 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:15 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:15 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/backup: Connecting to FTP server 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/backup: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:15 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/backup: > dial: conn=172.17.0.1:33694->172.17.0.4:21, err= 2026/08/02 04:45:19 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-vebuyij1qaje/backup" to be canonical "TestFTPPureftpd{2AiAN}:rclone-test-vebuyij1qaje/backup" 2026/08/02 04:45:19 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1414402507) 2026/08/02 04:45:19 DEBUG : dst/file1: size = 18 (ftp://172.17.0.4:21/rclone-test-vebuyij1qaje) 2026/08/02 04:45:19 DEBUG : dst/file1: Sizes differ 2026/08/02 04:45:19 INFO : dst/file1: Moved (server-side) 2026/08/02 04:45:19 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38554") 2026/08/02 04:45:19 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34762->172.17.0.4:38554, err= 2026/08/02 04:45:19 DEBUG : dst/file1.58903690.partial: size = 14 OK 2026/08/02 04:45:19 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2026/08/02 04:45:19 INFO : dst/file1: Copied (new) 2026/08/02 04:45:19 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35697") 2026/08/02 04:45:19 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36816->172.17.0.4:35697, err= 2026/08/02 04:45:19 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Connecting to FTP server 2026/08/02 04:45:19 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:19 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33710->172.17.0.4:21, err= 2026/08/02 04:45:19 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34815") 2026/08/02 04:45:19 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51300->172.17.0.4:34815, err= 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34246") 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60484->172.17.0.4:34246, err= 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34209") 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51406->172.17.0.4:34209, err= 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39521") 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50238->172.17.0.4:39521, err= 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35741") 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59158->172.17.0.4:35741, err= 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36497") 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39000->172.17.0.4:36497, err= 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33900") 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42418->172.17.0.4:33900, err= 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34027") 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54030->172.17.0.4:34027, err= 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/backup: closing 1 unused connections --- PASS: TestCopyFileBackupDir (6.66s) === RUN TestCopyFileCompareDest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:22 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-vebuyij1qaje/dst" 2026/08/02 04:45:22 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:22 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:22 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:22 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:22 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:22 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:22 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:22 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:22 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:22 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst: Connecting to FTP server 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:22 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst: > dial: conn=172.17.0.1:48934->172.17.0.4:21, err= 2026/08/02 04:45:24 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-vebuyij1qaje/CompareDest" 2026/08/02 04:45:24 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:24 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:24 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:24 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:24 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:24 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:24 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:24 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:24 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:24 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:24 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/CompareDest: Connecting to FTP server 2026/08/02 04:45:24 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/CompareDest: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:24 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/CompareDest: > dial: conn=172.17.0.1:48942->172.17.0.4:21, err= 2026/08/02 04:45:27 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-vebuyij1qaje/CompareDest" to be canonical "TestFTPPureftpd{2AiAN}:rclone-test-vebuyij1qaje/CompareDest" 2026/08/02 04:45:27 DEBUG : one: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst: dial("tcp","172.17.0.4:32414") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst: > dial: conn=172.17.0.1:42614->172.17.0.4:32414, err= 2026/08/02 04:45:27 DEBUG : one.b2cc3c6c.partial: size = 3 OK 2026/08/02 04:45:27 DEBUG : one.b2cc3c6c.partial: renamed to: one 2026/08/02 04:45:27 INFO : one: Copied (new) 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37592") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57286->172.17.0.4:37592, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36236") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48650->172.17.0.4:36236, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39799") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57504->172.17.0.4:39799, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37071") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41352->172.17.0.4:37071, err= 2026/08/02 04:45:27 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-vebuyij1qaje/CompareDest" for canonical name "TestFTPPureftpd{2AiAN}:rclone-test-vebuyij1qaje/CompareDest" 2026/08/02 04:45:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone1414402507) 2026/08/02 04:45:27 DEBUG : one: size = 3 (ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst) 2026/08/02 04:45:27 DEBUG : one: Sizes differ 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst: dial("tcp","172.17.0.4:31104") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst: > dial: conn=172.17.0.1:50186->172.17.0.4:31104, err= 2026/08/02 04:45:27 DEBUG : one.4a8516eb.partial: size = 5 OK 2026/08/02 04:45:27 DEBUG : one.4a8516eb.partial: renamed to: one 2026/08/02 04:45:27 INFO : one: Copied (replaced existing) 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30764") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36344->172.17.0.4:30764, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39359") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53390->172.17.0.4:39359, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31569") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39386->172.17.0.4:31569, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34195") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56684->172.17.0.4:34195, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37950") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38398->172.17.0.4:37950, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35110") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45700->172.17.0.4:35110, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31956") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35502->172.17.0.4:31956, err= 2026/08/02 04:45:27 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-vebuyij1qaje/CompareDest" for canonical name "TestFTPPureftpd{2AiAN}:rclone-test-vebuyij1qaje/CompareDest" 2026/08/02 04:45:27 DEBUG : one: size = 5 (Local file system at /tmp/rclone1414402507) 2026/08/02 04:45:27 DEBUG : one: size = 3 (ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst) 2026/08/02 04:45:27 DEBUG : one: Sizes differ 2026/08/02 04:45:27 DEBUG : one: size = 5 OK 2026/08/02 04:45:27 DEBUG : one: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/08/02 04:45:27 DEBUG : one: Destination found in --compare-dest, skipping 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37129") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49066->172.17.0.4:37129, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38370") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42228->172.17.0.4:38370, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39014") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56808->172.17.0.4:39014, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34195") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56688->172.17.0.4:34195, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33464") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45866->172.17.0.4:33464, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39197") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41358->172.17.0.4:39197, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31598") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53152->172.17.0.4:31598, err= 2026/08/02 04:45:27 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-vebuyij1qaje/CompareDest" for canonical name "TestFTPPureftpd{2AiAN}:rclone-test-vebuyij1qaje/CompareDest" 2026/08/02 04:45:27 DEBUG : two: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : two: size = 3 OK 2026/08/02 04:45:27 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/08/02 04:45:27 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30422") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41958->172.17.0.4:30422, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36781") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35216->172.17.0.4:36781, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31972") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33436->172.17.0.4:31972, err= 2026/08/02 04:45:27 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-vebuyij1qaje/CompareDest" for canonical name "TestFTPPureftpd{2AiAN}:rclone-test-vebuyij1qaje/CompareDest" 2026/08/02 04:45:27 DEBUG : two: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : two: size = 3 OK 2026/08/02 04:45:27 DEBUG : two: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/08/02 04:45:27 DEBUG : two: Destination found in --compare-dest, skipping 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36878") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38056->172.17.0.4:36878, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33544") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30026") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53906->172.17.0.4:33544, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58670->172.17.0.4:30026, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30796") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58284->172.17.0.4:30796, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31273") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31365") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47358->172.17.0.4:31365, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33040->172.17.0.4:31273, err= 2026/08/02 04:45:27 DEBUG : fs cache: switching user supplied name "TestFTPPureftpd:rclone-test-vebuyij1qaje/CompareDest" for canonical name "TestFTPPureftpd{2AiAN}:rclone-test-vebuyij1qaje/CompareDest" 2026/08/02 04:45:27 DEBUG : two: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : two: size = 5 (Local file system at /tmp/rclone1414402507) 2026/08/02 04:45:27 DEBUG : two: size = 3 (ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/CompareDest) 2026/08/02 04:45:27 DEBUG : two: Sizes differ 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst: dial("tcp","172.17.0.4:33492") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/dst: > dial: conn=172.17.0.1:41138->172.17.0.4:33492, err= 2026/08/02 04:45:27 DEBUG : two.a319cd8b.partial: size = 5 OK 2026/08/02 04:45:27 DEBUG : two.a319cd8b.partial: renamed to: two 2026/08/02 04:45:27 INFO : two: Copied (new) 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31751") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58686->172.17.0.4:31751, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38373") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31228") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34878->172.17.0.4:38373, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53456->172.17.0.4:31228, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30318") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51606->172.17.0.4:30318, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39543") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31056") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59978->172.17.0.4:39543, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36318->172.17.0.4:31056, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39582") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36496->172.17.0.4:39582, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/CompareDest: closing 1 unused connections --- PASS: TestCopyFileCompareDest (5.54s) === RUN TestCopyFileCopyDest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" copy_test.go:277: Skipping test as remote does not support server-side copy 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30380") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41700->172.17.0.4:30380, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37321") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52192->172.17.0.4:37321, err= --- SKIP: TestCopyFileCopyDest (0.00s) === RUN TestCopyInplace run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:27 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33334") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37166->172.17.0.4:33334, err= 2026/08/02 04:45:27 DEBUG : sub/file2: size = 14 OK 2026/08/02 04:45:27 INFO : file1: Copied (new) to: sub/file2 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30325") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42910->172.17.0.4:30325, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34683") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47672->172.17.0.4:34683, err= 2026/08/02 04:45:27 DEBUG : sub/file2: size = 14 OK 2026/08/02 04:45:27 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/02 04:45:27 DEBUG : file1: Unchanged skipping 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36530") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33918->172.17.0.4:36530, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34416") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39696->172.17.0.4:34416, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: don't need to copy/move sub/file2, it is already at target location 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32950") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48614->172.17.0.4:32950, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35758") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57740->172.17.0.4:35758, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36104") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59522->172.17.0.4:36104, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33974") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45350->172.17.0.4:33974, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37022") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53146->172.17.0.4:37022, err= --- PASS: TestCopyInplace (0.02s) === RUN TestCopyLongFileName run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:27 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35614") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54512->172.17.0.4:35614, err= 2026/08/02 04:45:27 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: size = 14 OK 2026/08/02 04:45:27 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2fil.00a5d7f6.partial: renamed to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2026/08/02 04:45:27 INFO : file1: Copied (new) to: sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37904") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36210->172.17.0.4:37904, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39320") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39552->172.17.0.4:39320, err= 2026/08/02 04:45:27 DEBUG : sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2: size = 14 OK 2026/08/02 04:45:27 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/02 04:45:27 DEBUG : file1: Unchanged skipping 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38369") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53626->172.17.0.4:38369, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33406") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45558->172.17.0.4:33406, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: don't need to copy/move sub/file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2file2, it is already at target location 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36567") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39604->172.17.0.4:36567, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36443") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34904->172.17.0.4:36443, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31188") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42300->172.17.0.4:31188, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30594") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58244->172.17.0.4:30594, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31869") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58536->172.17.0.4:31869, err= --- PASS: TestCopyLongFileName (0.02s) === RUN TestCopyLongFileNameCollision run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38377") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42588->172.17.0.4:38377, err= 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Need to transfer - File not found at Destination 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38586") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Connecting to FTP server 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Connecting to FTP server 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48946->172.17.0.4:21, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Waiting for checks to finish 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Waiting for transfers to finish 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39956") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52258->172.17.0.4:39956, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44260->172.17.0.4:38586, err= 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: size = 14 OK 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: size = 14 OK 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.a0042569.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100 2026/08/02 04:45:27 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file100: Copied (new) 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32155") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53552->172.17.0.4:32155, err= 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: size = 14 OK 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e717d392.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101 2026/08/02 04:45:27 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file101: Copied (new) 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37019") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50850->172.17.0.4:37019, err= 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.673af8c4.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104 2026/08/02 04:45:27 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file104: Copied (new) 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30971") 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: size = 14 OK 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55272->172.17.0.4:30971, err= 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.20290e3f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105 2026/08/02 04:45:27 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file105: Copied (new) 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: size = 14 OK 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.e91d1532.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106 2026/08/02 04:45:27 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file106: Copied (new) 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32162") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37522") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42600->172.17.0.4:32162, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48962->172.17.0.4:21, err= 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38112->172.17.0.4:37522, err= 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: size = 14 OK 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: size = 14 OK 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.ae0ee3c9.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107 2026/08/02 04:45:27 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file107: Copied (new) 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36294") 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.f5089872.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108 2026/08/02 04:45:27 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file108: Copied (new) 2026/08/02 04:45:27 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48816->172.17.0.4:36294, err= 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: size = 14 OK 2026/08/02 04:45:27 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.b21b6e89.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109 2026/08/02 04:45:27 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file109: Copied (new) 2026/08/02 04:45:30 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38645") 2026/08/02 04:45:30 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58924->172.17.0.4:38645, err= 2026/08/02 04:45:30 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: size = 14 OK 2026/08/02 04:45:30 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.2e23c89f.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102 2026/08/02 04:45:30 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file102: Copied (new) 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36759") 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54168->172.17.0.4:36759, err= 2026/08/02 04:45:31 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: size = 14 OK 2026/08/02 04:45:31 DEBUG : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1.69303e64.partial: renamed to: file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103 2026/08/02 04:45:31 INFO : file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file1file103: Copied (new) 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39801") 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60980->172.17.0.4:39801, err= 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33987") 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56820->172.17.0.4:33987, err= 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36521") 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37648->172.17.0.4:36521, err= --- PASS: TestCopyLongFileNameCollision (3.61s) === RUN TestCopyFileMaxTransfer run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:31 DEBUG : TestCopyFileMaxTransfer/file1: Need to transfer - File not found at Destination 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33220") 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53842->172.17.0.4:33220, err= 2026/08/02 04:45:31 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: size = 14 OK 2026/08/02 04:45:31 DEBUG : TestCopyFileMaxTransfer/file1.c45f4b0b.partial: renamed to: TestCopyFileMaxTransfer/file1 2026/08/02 04:45:31 INFO : TestCopyFileMaxTransfer/file1: Copied (new) 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37485") 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45670->172.17.0.4:37485, err= 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36827") 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44600->172.17.0.4:36827, err= 2026/08/02 04:45:31 DEBUG : TestCopyFileMaxTransfer/file2: Need to transfer - File not found at Destination 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31057") 2026/08/02 04:45:31 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37792->172.17.0.4:31057, err= 2026/08/02 04:45:32 DEBUG : TestCopyFileMaxTransfer/file2.945646ab.partial: Removed after failed upload: 1 error occurred: * max transfer limit reached as set by --max-transfer 2026/08/02 04:45:32 ERROR : TestCopyFileMaxTransfer/file2: Failed to copy: update stor: 1 error occurred: * max transfer limit reached as set by --max-transfer 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36335") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50062->172.17.0.4:36335, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38181") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42476->172.17.0.4:38181, err= 2026/08/02 04:45:32 DEBUG : TestCopyFileMaxTransfer/file3: Need to transfer - File not found at Destination 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35966") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50840->172.17.0.4:35966, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33802") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60676->172.17.0.4:33802, err= 2026/08/02 04:45:32 DEBUG : TestCopyFileMaxTransfer/file4: Need to transfer - File not found at Destination 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34388") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59866->172.17.0.4:34388, err= 2026/08/02 04:45:32 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: size = 2062 OK 2026/08/02 04:45:32 DEBUG : TestCopyFileMaxTransfer/file4.ebc0bb81.partial: renamed to: TestCopyFileMaxTransfer/file4 2026/08/02 04:45:32 INFO : TestCopyFileMaxTransfer/file4: Copied (new) 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34055") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33944->172.17.0.4:34055, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39624") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43142->172.17.0.4:39624, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38097") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35218->172.17.0.4:38097, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33333") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60674->172.17.0.4:33333, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39189") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49040->172.17.0.4:39189, err= --- PASS: TestCopyFileMaxTransfer (1.06s) === RUN TestDeduplicateInteractive run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30298") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39116->172.17.0.4:30298, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37106") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35608->172.17.0.4:37106, err= --- SKIP: TestDeduplicateInteractive (0.00s) === RUN TestDeduplicateSkip run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38335") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47618->172.17.0.4:38335, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39803") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60736->172.17.0.4:39803, err= --- SKIP: TestDeduplicateSkip (0.00s) === RUN TestDeduplicateSizeOnly run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34856") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39156->172.17.0.4:34856, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33391") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44436->172.17.0.4:33391, err= --- SKIP: TestDeduplicateSizeOnly (0.00s) === RUN TestDeduplicateFirst run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39699") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37574->172.17.0.4:39699, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39578") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43080->172.17.0.4:39578, err= --- SKIP: TestDeduplicateFirst (0.00s) === RUN TestDeduplicateNewest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38419") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54980->172.17.0.4:38419, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32688") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47834->172.17.0.4:32688, err= --- SKIP: TestDeduplicateNewest (0.00s) === RUN TestDeduplicateNewestByHash run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:36: Can't run this test without a hash 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39521") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33742->172.17.0.4:39521, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30623") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57468->172.17.0.4:30623, err= --- SKIP: TestDeduplicateNewestByHash (0.00s) === RUN TestDeduplicateOldest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32877") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60262->172.17.0.4:32877, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39835") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35996->172.17.0.4:39835, err= --- SKIP: TestDeduplicateOldest (0.00s) === RUN TestDeduplicateLargest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34201") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57156->172.17.0.4:34201, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31991") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38126->172.17.0.4:31991, err= --- SKIP: TestDeduplicateLargest (0.00s) === RUN TestDeduplicateSmallest run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37776") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39974->172.17.0.4:37776, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36127") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36234->172.17.0.4:36127, err= --- SKIP: TestDeduplicateSmallest (0.00s) === RUN TestDeduplicateRename run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:24: Can't test deduplicate - no duplicate files possible 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33432") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44484->172.17.0.4:33432, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31684") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:32784->172.17.0.4:31684, err= --- SKIP: TestDeduplicateRename (0.00s) === RUN TestMergeDirs run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" dedupe_test.go:256: Can't merge directories 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32349") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42710->172.17.0.4:32349, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38919") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45558->172.17.0.4:38919, err= --- SKIP: TestMergeDirs (0.00s) === RUN TestListDirSorted run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31276") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58112->172.17.0.4:31276, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31207") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48468->172.17.0.4:31207, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35925") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47650->172.17.0.4:35925, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38888") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52272->172.17.0.4:38888, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36330") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58542->172.17.0.4:36330, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38166") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55712->172.17.0.4:38166, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33281") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53130->172.17.0.4:33281, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38373") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41118->172.17.0.4:38373, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32826") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48360->172.17.0.4:32826, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39738") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52276->172.17.0.4:39738, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39791") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44156->172.17.0.4:39791, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31718") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51554->172.17.0.4:31718, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30081") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:32856->172.17.0.4:30081, err= 2026/08/02 04:45:32 DEBUG : a.txt: Excluded (Size Filter) 2026/08/02 04:45:32 DEBUG : a.txt: Excluded 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30391") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52032->172.17.0.4:30391, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39116") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52748->172.17.0.4:39116, err= 2026/08/02 04:45:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/02 04:45:32 DEBUG : sub dir/hello world2: Excluded 2026/08/02 04:45:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/02 04:45:32 DEBUG : sub dir/hello world: Excluded 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31514") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51528->172.17.0.4:31514, err= 2026/08/02 04:45:32 DEBUG : sub dir/ignore dir: Excluded 2026/08/02 04:45:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/02 04:45:32 DEBUG : sub dir/hello world2: Excluded 2026/08/02 04:45:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/02 04:45:32 DEBUG : sub dir/hello world: Excluded 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37801") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43166->172.17.0.4:37801, err= 2026/08/02 04:45:32 DEBUG : sub dir/ignore dir: Excluded 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34782") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35776->172.17.0.4:34782, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35172") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48568->172.17.0.4:35172, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31319") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39488->172.17.0.4:31319, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38223") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52834->172.17.0.4:38223, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37335") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59468->172.17.0.4:37335, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32444") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40402->172.17.0.4:32444, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35588") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55144->172.17.0.4:35588, err= --- PASS: TestListDirSorted (0.04s) === RUN TestListDirSortedFn run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34114") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43074->172.17.0.4:34114, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32716") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46850->172.17.0.4:32716, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37011") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41648->172.17.0.4:37011, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33193") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37966->172.17.0.4:33193, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33918") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38754->172.17.0.4:33918, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31465") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55222->172.17.0.4:31465, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37401") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51594->172.17.0.4:37401, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31381") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49274->172.17.0.4:31381, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36494") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44332->172.17.0.4:36494, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35851") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58494->172.17.0.4:35851, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39045") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37604->172.17.0.4:39045, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38498") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41068->172.17.0.4:38498, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34894") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35688->172.17.0.4:34894, err= 2026/08/02 04:45:32 DEBUG : a.txt: Excluded (Size Filter) 2026/08/02 04:45:32 DEBUG : a.txt: Excluded 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39966") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58466->172.17.0.4:39966, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34550") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51156->172.17.0.4:34550, err= 2026/08/02 04:45:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/02 04:45:32 DEBUG : sub dir/hello world2: Excluded 2026/08/02 04:45:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/02 04:45:32 DEBUG : sub dir/hello world: Excluded 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35030") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37840->172.17.0.4:35030, err= 2026/08/02 04:45:32 DEBUG : sub dir/ignore dir: Excluded 2026/08/02 04:45:32 DEBUG : sub dir/hello world2: Excluded (Size Filter) 2026/08/02 04:45:32 DEBUG : sub dir/hello world2: Excluded 2026/08/02 04:45:32 DEBUG : sub dir/hello world: Excluded (Size Filter) 2026/08/02 04:45:32 DEBUG : sub dir/hello world: Excluded 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34451") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:32876->172.17.0.4:34451, err= 2026/08/02 04:45:32 DEBUG : sub dir/ignore dir: Excluded 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32701") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56020->172.17.0.4:32701, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30508") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45136->172.17.0.4:30508, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34981") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43832->172.17.0.4:34981, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37684") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44796->172.17.0.4:37684, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33017") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38230->172.17.0.4:33017, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38209") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41202->172.17.0.4:38209, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36519") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46766->172.17.0.4:36519, err= --- PASS: TestListDirSortedFn (0.04s) === RUN TestListJSON run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34057") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41604->172.17.0.4:34057, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32449") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60824->172.17.0.4:32449, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39212") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37300->172.17.0.4:39212, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30599") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39520->172.17.0.4:30599, err= === RUN TestListJSON/Default 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32268") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47650->172.17.0.4:32268, err= === RUN TestListJSON/FilesOnly 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39188") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55076->172.17.0.4:39188, err= === RUN TestListJSON/DirsOnly 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33901") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37286->172.17.0.4:33901, err= === RUN TestListJSON/Recurse 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39968") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59188->172.17.0.4:39968, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36968") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60542->172.17.0.4:36968, err= === RUN TestListJSON/SubDir 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34320") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53510->172.17.0.4:34320, err= === RUN TestListJSON/NoModTime 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33301") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40046->172.17.0.4:33301, err= === RUN TestListJSON/NoMimeType 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34648") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42882->172.17.0.4:34648, err= === RUN TestListJSON/ShowHash 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39589") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52670->172.17.0.4:39589, err= === RUN TestListJSON/HashTypes 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35150") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51688->172.17.0.4:35150, err= 2026/08/02 04:45:32 ERROR : file1: Failed to read hash: hash type not supported === RUN TestListJSON/Metadata 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30158") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57540->172.17.0.4:30158, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32306") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37646->172.17.0.4:32306, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37580") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60526->172.17.0.4:37580, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35740") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43302->172.17.0.4:35740, err= --- PASS: TestListJSON (0.03s) --- 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39489") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38684->172.17.0.4:39489, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33379") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55938->172.17.0.4:33379, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38618") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41748->172.17.0.4:38618, err= 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39591") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59030->172.17.0.4:39591, err= === RUN TestStatJSON/Root 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32072") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41242->172.17.0.4:32072, err= === RUN TestStatJSON/RootFilesOnly === RUN TestStatJSON/RootDirsOnly 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37569") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34190->172.17.0.4:37569, err= === RUN TestStatJSON/Dir 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30924") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40298->172.17.0.4:30924, err= === RUN TestStatJSON/DirWithTrailingSlash 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34442") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46426->172.17.0.4:34442, err= === RUN TestStatJSON/File === RUN TestStatJSON/NotFound 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31315") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40004->172.17.0.4:31315, err= === RUN TestStatJSON/DirFilesOnly === RUN TestStatJSON/FileFilesOnly === RUN TestStatJSON/NotFoundFilesOnly === RUN TestStatJSON/DirDirsOnly 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32939") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52436->172.17.0.4:32939, err= === RUN TestStatJSON/FileDirsOnly 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33587") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52756->172.17.0.4:33587, err= === RUN TestStatJSON/NotFoundDirsOnly 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36901") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42346->172.17.0.4:36901, err= === RUN TestStatJSON/RootNotFound 2026/08/02 04:45:32 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-vebuyij1qaje/notfound" 2026/08/02 04:45:32 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:32 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:32 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:32 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:32 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:32 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:32 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:32 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:32 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:32 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/notfound: Connecting to FTP server 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/notfound: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:32 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/notfound: > dial: conn=172.17.0.1:55070->172.17.0.4:21, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/notfound: dial("tcp","172.17.0.4:37927") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/notfound: > dial: conn=172.17.0.1:35018->172.17.0.4:37927, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34149") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60180->172.17.0.4:34149, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34301") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38398->172.17.0.4:34301, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32558") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34698->172.17.0.4:32558, err= --- PASS: TestStatJSON (3.40s) --- 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 (3.38s) === RUN TestStatJSONMemory 2026/08/02 04:45:36 DEBUG : Creating backend with remote ":memory:" 2026/08/02 04:45:36 DEBUG : Memory root '': File to upload is small (5 bytes), uploading instead of streaming 2026/08/02 04:45:36 DEBUG : sub/file1: size = 5 OK 2026/08/02 04:45:36 DEBUG : sub/file1: md5 = 5d41402abc4b2a76b9719d911017c592 OK 2026/08/02 04:45:36 DEBUG : sub/file1: Size and md5 of src and dst objects identical === RUN TestStatJSONMemory/Dir === RUN TestStatJSONMemory/DirWithTrailingSlash === RUN TestStatJSONMemory/File === RUN TestStatJSONMemory/NotFound --- PASS: TestStatJSONMemory (0.00s) --- PASS: TestStatJSONMemory/Dir (0.00s) --- PASS: TestStatJSONMemory/DirWithTrailingSlash (0.00s) --- PASS: TestStatJSONMemory/File (0.00s) --- PASS: TestStatJSONMemory/NotFound (0.00s) === RUN TestMkdir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 INFO : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Making directory 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33592") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47544->172.17.0.4:33592, err= 2026/08/02 04:45:36 INFO : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Making directory 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39080") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33212->172.17.0.4:39080, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30355") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42908->172.17.0.4:30355, err= --- PASS: TestMkdir (0.00s) === RUN TestLsd run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39036") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48840->172.17.0.4:39036, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39151") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46536->172.17.0.4:39151, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30660") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57548->172.17.0.4:30660, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32642") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55520->172.17.0.4:32642, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31486") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45008->172.17.0.4:31486, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37037") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59706->172.17.0.4:37037, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31213") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38034->172.17.0.4:31213, err= --- PASS: TestLsd (0.01s) === RUN TestLs run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32251") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57016->172.17.0.4:32251, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37299") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57760->172.17.0.4:37299, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36568") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59148->172.17.0.4:36568, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38472") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52546->172.17.0.4:38472, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36765") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38870->172.17.0.4:36765, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39009") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47128->172.17.0.4:39009, err= --- PASS: TestLs (0.01s) === RUN TestLsWithFilesFrom run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38674") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59848->172.17.0.4:38674, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38523") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36212->172.17.0.4:38523, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38736") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34260->172.17.0.4:38736, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31528") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46722->172.17.0.4:31528, err= 2026/08/02 04:45:36 DEBUG : empty space: Excluded (FilesFrom Filter) 2026/08/02 04:45:36 DEBUG : empty space: Excluded 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35802") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51524->172.17.0.4:35802, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34325") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49886->172.17.0.4:34325, err= --- PASS: TestLsWithFilesFrom (0.01s) === RUN TestLsLong run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33638") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56604->172.17.0.4:33638, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35775") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53236->172.17.0.4:35775, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30484") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59100->172.17.0.4:30484, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33875") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40820->172.17.0.4:33875, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31856") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55154->172.17.0.4:31856, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35299") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52068->172.17.0.4:35299, err= --- PASS: TestLsLong (0.01s) === RUN TestHashSums run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34189") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51004->172.17.0.4:34189, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32053") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53284->172.17.0.4:32053, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36546") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52190->172.17.0.4:36546, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34509") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52438->172.17.0.4:34509, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35964") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50206->172.17.0.4:35964, err= --- PASS: TestHashSums (0.01s) === RUN TestHashSumsWithErrors 2026/08/02 04:45:36 DEBUG : Creating backend with remote ":memory:" 2026/08/02 04:45:36 ERROR : sub/file1: hash unsupported: hash type not supported 2026/08/02 04:45:36 ERROR : file1: hash unsupported: hash type not supported 2026/08/02 04:45:36 ERROR : file1: hash unsupported: hash type not supported --- PASS: TestHashSumsWithErrors (0.00s) === RUN TestHashStream 2026/08/02 04:45:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/02 04:45:36 DEBUG : Creating md5 hash of 0 bytes read from input stream 2026/08/02 04:45:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/02 04:45:36 DEBUG : Creating sha1 hash of 0 bytes read from input stream 2026/08/02 04:45:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/02 04:45:36 DEBUG : Creating md5 hash of 12 bytes read from input stream 2026/08/02 04:45:36 DEBUG : Creating sha1 hash of 12 bytes read from input stream 2026/08/02 04:45:36 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35717") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40200->172.17.0.4:35717, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32495") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56430->172.17.0.4:32495, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31507") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48596->172.17.0.4:31507, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33407") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36170->172.17.0.4:33407, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36604") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35594->172.17.0.4:36604, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36553") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54166->172.17.0.4:36553, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32070") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33734->172.17.0.4:32070, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37212") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49384->172.17.0.4:37212, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30770") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44142->172.17.0.4:30770, err= --- PASS: TestCount (0.02s) === RUN TestDelete run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34104") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51462->172.17.0.4:34104, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34267") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42294->172.17.0.4:34267, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38521") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57142->172.17.0.4:38521, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37779") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57780->172.17.0.4:37779, err= 2026/08/02 04:45:36 DEBUG : Waiting for deletions to finish 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32857") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33876->172.17.0.4:32857, err= 2026/08/02 04:45:36 DEBUG : large: Excluded (Size Filter) 2026/08/02 04:45:36 DEBUG : large: Excluded 2026/08/02 04:45:36 INFO : small: Deleted 2026/08/02 04:45:36 INFO : medium: Deleted 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34371") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54956->172.17.0.4:34371, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30645") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34368->172.17.0.4:30645, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33104") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45350->172.17.0.4:33104, err= --- PASS: TestDelete (0.01s) === RUN TestMaxDelete run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34510") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44046->172.17.0.4:34510, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33633") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54464->172.17.0.4:33633, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37309") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60888->172.17.0.4:37309, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35832") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45026->172.17.0.4:35832, err= 2026/08/02 04:45:36 DEBUG : Waiting for deletions to finish 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34409") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58632->172.17.0.4:34409, err= 2026/08/02 04:45:36 ERROR : small: Got fatal error on delete: --max-delete threshold reached 2026/08/02 04:45:36 INFO : medium: Deleted 2026/08/02 04:45:36 INFO : large: Deleted 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36197") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38808->172.17.0.4:36197, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36590") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51890->172.17.0.4:36590, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33863") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34016->172.17.0.4:33863, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37442") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44570->172.17.0.4:37442, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35958") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36956->172.17.0.4:35958, err= --- PASS: TestMaxDelete (0.01s) === RUN TestMaxDeleteSizeLargeFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36451") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59788->172.17.0.4:36451, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35136") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45732->172.17.0.4:35136, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36061") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44328->172.17.0.4:36061, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37806") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35284->172.17.0.4:37806, err= 2026/08/02 04:45:36 DEBUG : Waiting for deletions to finish 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37668") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52528->172.17.0.4:37668, err= 2026/08/02 04:45:36 ERROR : large: Got fatal error on delete: --max-delete-size threshold reached 2026/08/02 04:45:36 INFO : medium: Deleted 2026/08/02 04:45:36 INFO : small: Deleted 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32009") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55182->172.17.0.4:32009, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37092") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37568->172.17.0.4:37092, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31938") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37896->172.17.0.4:31938, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33771") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44298->172.17.0.4:33771, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30369") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51422->172.17.0.4:30369, err= --- PASS: TestMaxDeleteSizeLargeFile (0.01s) === RUN TestMaxDeleteSize run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30840") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54366->172.17.0.4:30840, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38199") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43792->172.17.0.4:38199, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35538") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44956->172.17.0.4:35538, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30946") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57670->172.17.0.4:30946, err= 2026/08/02 04:45:36 DEBUG : Waiting for deletions to finish 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34832") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44472->172.17.0.4:34832, err= 2026/08/02 04:45:36 ERROR : small: Got fatal error on delete: --max-delete-size threshold reached 2026/08/02 04:45:36 INFO : large: Deleted 2026/08/02 04:45:36 INFO : medium: Deleted 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33394") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42352->172.17.0.4:33394, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32014") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49966->172.17.0.4:32014, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31757") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57050->172.17.0.4:31757, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35025") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38464->172.17.0.4:35025, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35574") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38428->172.17.0.4:35574, err= --- PASS: TestMaxDeleteSize (0.01s) === RUN TestReadFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35917") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57654->172.17.0.4:35917, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33441") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34376->172.17.0.4:33441, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34768") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57352->172.17.0.4:34768, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32796") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58720->172.17.0.4:32796, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31065") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48454->172.17.0.4:31065, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39283") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57802->172.17.0.4:39283, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33148") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43086->172.17.0.4:33148, err= --- PASS: TestReadFile (0.01s) === RUN TestRetry 2026/08/02 04:45:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 1/5 2026/08/02 04:45:36 DEBUG : Received error: Wrapped EOF is retriable: EOF - low level retry 2/5 2026/08/02 04:45:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/02 04:45:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/02 04:45:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/02 04:45:36 DEBUG : Sleeping for 10ms (as indicated by the server) to obey Retry-After error: BANG: trying again in 10ms 2026/08/02 04:45:36 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30258") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49150->172.17.0.4:30258, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32188") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34308->172.17.0.4:32188, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30728") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48746->172.17.0.4:30728, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39620") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48832->172.17.0.4:39620, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32942") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35482->172.17.0.4:32942, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36905") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44688->172.17.0.4:36905, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31411") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49266->172.17.0.4:31411, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35506") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35402->172.17.0.4:35506, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38515") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38632->172.17.0.4:38515, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34126") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54794->172.17.0.4:34126, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33226") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55230->172.17.0.4:33226, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36011") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39844->172.17.0.4:36011, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34684") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51826->172.17.0.4:34684, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33773") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51864->172.17.0.4:33773, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34685") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46374->172.17.0.4:34685, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37072") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48672->172.17.0.4:37072, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32944") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43148->172.17.0.4:32944, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31548") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52408->172.17.0.4:31548, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31059") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60996->172.17.0.4:31059, err= 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32984") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60412->172.17.0.4:32984, err= --- PASS: TestCat (0.11s) === RUN TestPurge 2026/08/02 04:45:36 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-corozow3tugo" 2026/08/02 04:45:36 DEBUG : Using config file from "/home/rclone/.rclone.conf" 2026/08/02 04:45:36 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:36 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:36 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:36 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:36 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:36 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:36 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:36 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:36 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:36 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: Connecting to FTP server 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:36 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:55076->172.17.0.4:21, err= 2026/08/02 04:45:38 DEBUG : Creating backend with remote "/tmp/rclone3581178010" run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-corozow3tugo", Local "Local file system at /tmp/rclone3581178010", Modify Window "1s" 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:32508") 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:45408->172.17.0.4:32508, err= 2026/08/02 04:45:38 INFO : A2: Making directory 2026/08/02 04:45:38 INFO : A1/B2: Making directory 2026/08/02 04:45:38 INFO : A1/B2/C2: Making directory 2026/08/02 04:45:38 INFO : A1/B1/C3: Making directory 2026/08/02 04:45:38 INFO : A3: Making directory 2026/08/02 04:45:38 INFO : A3/B3: Making directory 2026/08/02 04:45:38 INFO : A3/B3/C4: Making directory 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:37283") 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:34862->172.17.0.4:37283, err= 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:39867") 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:34400->172.17.0.4:39867, err= 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: Connecting to FTP server 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: Connecting to FTP server 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:55090->172.17.0.4:21, err= 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:33252") 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:52322->172.17.0.4:33252, err= 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:32986") 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:56188->172.17.0.4:32986, err= 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:35250") 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:60756->172.17.0.4:35250, err= 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:38 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:55102->172.17.0.4:21, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:32421") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:34426->172.17.0.4:32421, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/data: closing 1 unused connections 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:37141") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:55926->172.17.0.4:37141, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:34262") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:31258") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:35786->172.17.0.4:34262, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:38474->172.17.0.4:31258, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:31115") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:38255") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:35861") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:39488->172.17.0.4:35861, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:53104->172.17.0.4:38255, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:41624->172.17.0.4:31115, err= 2026/08/02 04:45:41 DEBUG : Waiting for deletions to finish 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:39250") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:46428->172.17.0.4:39250, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:33307") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:41426->172.17.0.4:33307, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:30909") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:55766->172.17.0.4:30909, err= 2026/08/02 04:45:41 INFO : A1/B1/C1/one: Deleted 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:34016") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:56282->172.17.0.4:34016, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:35312") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:38862->172.17.0.4:35312, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:30497") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:48468->172.17.0.4:30497, err= 2026/08/02 04:45:41 DEBUG : removing 2 level 3 directories 2026/08/02 04:45:41 INFO : A1/B1/C1: Removing directory 2026/08/02 04:45:41 INFO : A1/B1/C3: Removing directory 2026/08/02 04:45:41 DEBUG : removing 1 level 2 directories 2026/08/02 04:45:41 INFO : A1/B1: Removing directory 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:37477") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:56436->172.17.0.4:37477, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:30187") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:34210->172.17.0.4:30187, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:33627") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:36034->172.17.0.4:33627, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:37305") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:48404->172.17.0.4:37305, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:36444") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:33396->172.17.0.4:36444, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:35885") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:59712->172.17.0.4:35885, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:36279") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:36842") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:40198->172.17.0.4:36279, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:43520->172.17.0.4:36842, err= 2026/08/02 04:45:41 DEBUG : Waiting for deletions to finish 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:34268") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:42872->172.17.0.4:34268, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:38837") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:46330->172.17.0.4:38837, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:39286") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:50940->172.17.0.4:39286, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:35633") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:57240->172.17.0.4:35633, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:34457") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:41682->172.17.0.4:34457, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:30069") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:37628->172.17.0.4:30069, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:33967") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:41368->172.17.0.4:33967, err= 2026/08/02 04:45:41 INFO : A1/two: Deleted 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:39611") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:55458->172.17.0.4:39611, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:33320") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:46920->172.17.0.4:33320, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:31507") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:44876->172.17.0.4:31507, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:34911") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:31506") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:55160->172.17.0.4:34911, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:43376->172.17.0.4:31506, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:32393") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:44438->172.17.0.4:32393, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:31648") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:32824->172.17.0.4:31648, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:38686") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:36644") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:36316->172.17.0.4:36644, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:39704->172.17.0.4:38686, err= 2026/08/02 04:45:41 DEBUG : removing 2 level 3 directories 2026/08/02 04:45:41 INFO : A3/B3/C4: Removing directory 2026/08/02 04:45:41 INFO : A1/B2/C2: Removing directory 2026/08/02 04:45:41 DEBUG : removing 2 level 2 directories 2026/08/02 04:45:41 INFO : A3/B3: Removing directory 2026/08/02 04:45:41 INFO : A1/B2: Removing directory 2026/08/02 04:45:41 DEBUG : removing 3 level 1 directories 2026/08/02 04:45:41 INFO : A3: Removing directory 2026/08/02 04:45:41 INFO : A2: Removing directory 2026/08/02 04:45:41 INFO : A1: Removing directory 2026/08/02 04:45:41 DEBUG : removing 1 level 0 directories 2026/08/02 04:45:41 INFO : ftp://172.17.0.4:21/rclone-test-corozow3tugo: Removing directory 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:39829") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:55096->172.17.0.4:39829, err= 2026/08/02 04:45:41 ERROR : error listing: directory not found 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: dial("tcp","172.17.0.4:35680") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: > dial: conn=172.17.0.1:55092->172.17.0.4:35680, err= 2026/08/02 04:45:41 ERROR : error listing: directory not found 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-corozow3tugo: Purge dir "" 2026/08/02 04:45:41 NOTICE: purge failed to rmdir "": directory not found 2026/08/02 04:45:41 NOTICE: purge failed: directory not found --- PASS: TestPurge (5.40s) === RUN TestRmdirsNoLeaveRoot run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34858") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50070->172.17.0.4:34858, err= 2026/08/02 04:45:41 INFO : A2: Making directory 2026/08/02 04:45:41 INFO : A1/B2: Making directory 2026/08/02 04:45:41 INFO : A1/B2/C2: Making directory 2026/08/02 04:45:41 INFO : A1/B1/C3: Making directory 2026/08/02 04:45:41 INFO : A3: Making directory 2026/08/02 04:45:41 INFO : A3/B3: Making directory 2026/08/02 04:45:41 INFO : A3/B3/C4: Making directory 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35675") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51140->172.17.0.4:35675, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33932") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47952->172.17.0.4:33932, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31141") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33940") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36970") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59960->172.17.0.4:31141, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60558->172.17.0.4:36970, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60646->172.17.0.4:33940, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Connecting to FTP server 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36890") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37296") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42516->172.17.0.4:36890, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50274->172.17.0.4:21, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39830->172.17.0.4:37296, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33267") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42134->172.17.0.4:33267, err= 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38150") 2026/08/02 04:45:41 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52398->172.17.0.4:38150, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/data: closing 1 unused connections 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35671") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35858->172.17.0.4:35671, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35126") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35316->172.17.0.4:35126, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39356") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48160->172.17.0.4:39356, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30027") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50942->172.17.0.4:30027, err= 2026/08/02 04:45:44 DEBUG : removing 1 level 3 directories 2026/08/02 04:45:44 INFO : A3/B3/C4: Removing directory 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37134") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59942->172.17.0.4:37134, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38771") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34609") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56374->172.17.0.4:38771, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60054->172.17.0.4:34609, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30174") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41714->172.17.0.4:30174, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31445") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36023") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42194->172.17.0.4:36023, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53842->172.17.0.4:31445, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39888") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45646->172.17.0.4:39888, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30782") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32566") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47954->172.17.0.4:32566, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57386->172.17.0.4:30782, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35902") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33692->172.17.0.4:35902, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36554") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59056->172.17.0.4:36554, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38095") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56046->172.17.0.4:38095, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35000") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36690->172.17.0.4:35000, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33315") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42656->172.17.0.4:33315, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32003") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36088") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32837") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40448->172.17.0.4:32837, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45400->172.17.0.4:32003, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34930->172.17.0.4:36088, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35406") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37209") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48240->172.17.0.4:35406, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59416->172.17.0.4:37209, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35942") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35564->172.17.0.4:35942, err= 2026/08/02 04:45:44 DEBUG : removing 2 level 3 directories 2026/08/02 04:45:44 INFO : A1/B2/C2: Removing directory 2026/08/02 04:45:44 INFO : A1/B1/C3: Removing directory 2026/08/02 04:45:44 DEBUG : removing 2 level 2 directories 2026/08/02 04:45:44 INFO : A3/B3: Removing directory 2026/08/02 04:45:44 INFO : A1/B2: Removing directory 2026/08/02 04:45:44 DEBUG : removing 2 level 1 directories 2026/08/02 04:45:44 INFO : A3: Removing directory 2026/08/02 04:45:44 INFO : A2: Removing directory 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30920") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38444->172.17.0.4:30920, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30429") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56238->172.17.0.4:30429, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38416") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37882->172.17.0.4:38416, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35664") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59884->172.17.0.4:35664, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30916") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47190->172.17.0.4:30916, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39845") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60034->172.17.0.4:39845, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36990") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52248->172.17.0.4:36990, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31159") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33694->172.17.0.4:31159, err= 2026/08/02 04:45:44 DEBUG : removing 1 level 3 directories 2026/08/02 04:45:44 INFO : A1/B1/C1: Removing directory 2026/08/02 04:45:44 DEBUG : removing 1 level 2 directories 2026/08/02 04:45:44 INFO : A1/B1: Removing directory 2026/08/02 04:45:44 DEBUG : removing 1 level 1 directories 2026/08/02 04:45:44 INFO : A1: Removing directory 2026/08/02 04:45:44 DEBUG : removing 1 level 0 directories 2026/08/02 04:45:44 INFO : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Removing directory 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35368") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34052->172.17.0.4:35368, err= 2026/08/02 04:45:44 ERROR : error listing: directory not found 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38672") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56328->172.17.0.4:38672, err= 2026/08/02 04:45:44 ERROR : error listing: directory not found --- PASS: TestRmdirsNoLeaveRoot (2.72s) === RUN TestRmdirsLeaveRoot run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:44 INFO : A1: Making directory 2026/08/02 04:45:44 INFO : A1/B1: Making directory 2026/08/02 04:45:44 INFO : A1/B1/C1: Making directory 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30443") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50786->172.17.0.4:30443, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38211") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41748->172.17.0.4:38211, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37829") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44286->172.17.0.4:37829, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35733") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56432->172.17.0.4:35733, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30166") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43100->172.17.0.4:30166, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35344") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51554->172.17.0.4:35344, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30324") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38726->172.17.0.4:30324, err= 2026/08/02 04:45:44 DEBUG : removing 1 level 3 directories 2026/08/02 04:45:44 INFO : A1/B1/C1: Removing directory 2026/08/02 04:45:44 DEBUG : removing 1 level 2 directories 2026/08/02 04:45:44 INFO : A1/B1: Removing directory 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39414") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51702->172.17.0.4:39414, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39728") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43868->172.17.0.4:39728, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39786") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35722->172.17.0.4:39786, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37700") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35160->172.17.0.4:37700, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33519") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33946->172.17.0.4:33519, err= --- PASS: TestRmdirsLeaveRoot (0.01s) === RUN TestRmdirsWithFilter run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:44 INFO : A1: Making directory 2026/08/02 04:45:44 INFO : A1/B1: Making directory 2026/08/02 04:45:44 INFO : A1/B1/C1: Making directory 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39755") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48438->172.17.0.4:39755, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31243") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47648->172.17.0.4:31243, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33260") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54778->172.17.0.4:33260, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34354") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54628->172.17.0.4:34354, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35526") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44940->172.17.0.4:35526, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34671") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38414->172.17.0.4:34671, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30950") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45372->172.17.0.4:30950, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36907") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52518->172.17.0.4:36907, err= 2026/08/02 04:45:44 DEBUG : removing 1 level 3 directories 2026/08/02 04:45:44 INFO : A1/B1/C1: Removing directory 2026/08/02 04:45:44 DEBUG : removing 1 level 2 directories 2026/08/02 04:45:44 INFO : A1/B1: Removing directory 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30322") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46088->172.17.0.4:30322, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32874") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49986->172.17.0.4:32874, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37150") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47408->172.17.0.4:37150, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35515") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59424->172.17.0.4:35515, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32735") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51828->172.17.0.4:32735, err= --- PASS: TestRmdirsWithFilter (0.02s) === RUN TestCopyURL run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35705") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54356->172.17.0.4:35705, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37868") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55288->172.17.0.4:37868, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39422") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47548->172.17.0.4:39422, err= 2026/08/02 04:45:44 DEBUG : filename.txt: File name found in url 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38428") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44866->172.17.0.4:38428, err= 2026/08/02 04:45:44 DEBUG : headerfilename.txt: filename found in Content-Disposition header. 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32186") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34112->172.17.0.4:32186, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30123") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49852->172.17.0.4:30123, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32648") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53576->172.17.0.4:32648, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30888") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56606->172.17.0.4:30888, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30470") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33426->172.17.0.4:30470, err= --- PASS: TestCopyURL (0.02s) === RUN TestCopyURLDownloadHeaders run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30180") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49708->172.17.0.4:30180, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36508") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38704->172.17.0.4:36508, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35803") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46190->172.17.0.4:35803, 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:44 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34612") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51110->172.17.0.4:34612, err= 2026/08/02 04:45:44 DEBUG : sub/file2.3cb2966d.partial: size = 14 OK 2026/08/02 04:45:44 DEBUG : sub/file2.3cb2966d.partial: renamed to: sub/file2 2026/08/02 04:45:44 INFO : file1: Copied (new) to: sub/file2 2026/08/02 04:45:44 INFO : file1: Deleted 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33590") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41874->172.17.0.4:33590, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38121") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52070->172.17.0.4:38121, err= 2026/08/02 04:45:44 DEBUG : sub/file2: size = 14 OK 2026/08/02 04:45:44 DEBUG : file1: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/02 04:45:44 DEBUG : file1: Unchanged skipping 2026/08/02 04:45:44 INFO : file1: Deleted 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33486") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49392->172.17.0.4:33486, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33271") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44238->172.17.0.4:33271, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: don't need to copy/move sub/file2, it is already at target location 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34062") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52718->172.17.0.4:34062, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34485") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51648->172.17.0.4:34485, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31111") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57750->172.17.0.4:31111, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36302") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39014->172.17.0.4:36302, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38190") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40806->172.17.0.4:38190, err= --- PASS: TestMoveFile (0.01s) === RUN TestMoveFileWithIgnoreExisting run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:44 DEBUG : file1: Need to transfer - File not found at Destination 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37958") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38090->172.17.0.4:37958, err= 2026/08/02 04:45:44 DEBUG : file1.9aa3f62d.partial: size = 14 OK 2026/08/02 04:45:44 DEBUG : file1.9aa3f62d.partial: renamed to: file1 2026/08/02 04:45:44 INFO : file1: Copied (new) 2026/08/02 04:45:44 INFO : file1: Deleted 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35492") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57930->172.17.0.4:35492, err= 2026/08/02 04:45:44 DEBUG : file1: Destination exists, skipping 2026/08/02 04:45:44 DEBUG : file1: Not removing source file as destination file exists and --ignore-existing is set 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38648") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58096->172.17.0.4:38648, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32417") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55812->172.17.0.4:32417, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36442") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54540->172.17.0.4:36442, err= --- PASS: TestMoveFileWithIgnoreExisting (0.01s) === RUN TestCaseInsensitiveMoveFile run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36376") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44088->172.17.0.4:36376, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36050") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41846->172.17.0.4:36050, err= --- PASS: TestCaseInsensitiveMoveFile (0.00s) === RUN TestCaseInsensitiveMoveFileDryRun run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31504") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56990->172.17.0.4:31504, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35984") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36990->172.17.0.4:35984, err= --- PASS: TestCaseInsensitiveMoveFileDryRun (0.00s) === RUN TestMoveFileBackupDir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32308") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33044->172.17.0.4:32308, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36289") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39134->172.17.0.4:36289, err= 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30982") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33994->172.17.0.4:30982, err= 2026/08/02 04:45:44 DEBUG : Creating backend with remote "TestFTPPureftpd:rclone-test-vebuyij1qaje/backup" 2026/08/02 04:45:44 DEBUG : Setting type="ftp" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_TYPE 2026/08/02 04:45:44 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:44 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:44 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:44 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:44 DEBUG : TestFTPPureftpd: detected overridden config - adding "{2AiAN}" suffix to name 2026/08/02 04:45:44 DEBUG : Setting host="172.17.0.4" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_HOST 2026/08/02 04:45:44 DEBUG : Setting user="rclone" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_USER 2026/08/02 04:45:44 DEBUG : Setting pass="sYi7GxyL5B21vxQUNzDv5uVFSYp8y0q8ALuw9QdobcM" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_PASS 2026/08/02 04:45:44 DEBUG : Setting encoding="BackSlash,Ctl,Del,Dot,RightSpace,Slash,SquareBracket" for "TestFTPPureftpd" from environment variable RCLONE_CONFIG_TESTFTPPUREFTPD_ENCODING 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/backup: Connecting to FTP server 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/backup: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:44 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/backup: > dial: conn=172.17.0.1:50278->172.17.0.4:21, err= 2026/08/02 04:45:47 DEBUG : fs cache: renaming cache item "TestFTPPureftpd:rclone-test-vebuyij1qaje/backup" to be canonical "TestFTPPureftpd{2AiAN}:rclone-test-vebuyij1qaje/backup" 2026/08/02 04:45:47 DEBUG : dst/file1: size = 14 (Local file system at /tmp/rclone1414402507) 2026/08/02 04:45:47 DEBUG : dst/file1: size = 18 (ftp://172.17.0.4:21/rclone-test-vebuyij1qaje) 2026/08/02 04:45:47 DEBUG : dst/file1: Sizes differ 2026/08/02 04:45:47 INFO : dst/file1: Moved (server-side) 2026/08/02 04:45:47 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33038") 2026/08/02 04:45:47 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55398->172.17.0.4:33038, err= 2026/08/02 04:45:47 DEBUG : dst/file1.58903690.partial: size = 14 OK 2026/08/02 04:45:47 DEBUG : dst/file1.58903690.partial: renamed to: dst/file1 2026/08/02 04:45:47 INFO : dst/file1: Copied (new) 2026/08/02 04:45:47 INFO : dst/file1: Deleted 2026/08/02 04:45:47 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35026") 2026/08/02 04:45:47 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54600->172.17.0.4:35026, err= 2026/08/02 04:45:47 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30255") 2026/08/02 04:45:47 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52946->172.17.0.4:30255, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35724") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46062->172.17.0.4:35724, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35588") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49502->172.17.0.4:35588, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32129") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47590->172.17.0.4:32129, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36002") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36670->172.17.0.4:36002, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33992") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43330->172.17.0.4:33992, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31850") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40544->172.17.0.4:31850, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36982") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51806->172.17.0.4:36982, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje/backup: closing 1 unused connections --- PASS: TestMoveFileBackupDir (3.40s) === 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30494") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50848->172.17.0.4:30494, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32888") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60802->172.17.0.4:32888, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30096") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51006->172.17.0.4:30096, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38690") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56176->172.17.0.4:38690, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35252") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60416->172.17.0.4:35252, err= 2026/08/02 04:45:48 INFO : A1/B2: Making directory 2026/08/02 04:45:48 INFO : A1/B1/C3: Making directory 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39155") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38638->172.17.0.4:39155, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30874") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60898->172.17.0.4:30874, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31310") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51260->172.17.0.4:31310, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33194") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43698->172.17.0.4:33194, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32277") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46266->172.17.0.4:32277, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39184") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34495") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35808->172.17.0.4:39184, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41072->172.17.0.4:34495, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30499") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60128->172.17.0.4:30499, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38986") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37998->172.17.0.4:38986, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35635") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39209") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37870->172.17.0.4:35635, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35788->172.17.0.4:39209, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39657") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31867") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47940->172.17.0.4:31867, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39206->172.17.0.4:39657, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39639") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56668->172.17.0.4:39639, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38996") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42376->172.17.0.4:38996, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31029") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55834->172.17.0.4:31029, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33686") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57918->172.17.0.4:33686, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30398") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38540") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58428->172.17.0.4:30398, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30245") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:34880->172.17.0.4:30245, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38852->172.17.0.4:38540, err= 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Connecting to FTP server 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:21") 2026/08/02 04:45:48 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50280->172.17.0.4:21, err= 2026/08/02 04:45:48 INFO : A2/B1/three: Moved (server-side) to: A3/B1/three 2026/08/02 04:45:48 INFO : A2/one: Moved (server-side) to: A3/one 2026/08/02 04:45:48 INFO : A2/B1/C2/five: Moved (server-side) to: A3/B1/C2/five 2026/08/02 04:45:48 INFO : A2/two: Moved (server-side) to: A3/two 2026/08/02 04:45:51 INFO : A2/B1/C1/four: Moved (server-side) to: A3/B1/C1/four 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34827") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46812->172.17.0.4:34827, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35327") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55346->172.17.0.4:35327, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38747") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37729") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59902->172.17.0.4:38747, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47224->172.17.0.4:37729, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30560") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57820->172.17.0.4:30560, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36908") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37378") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58418->172.17.0.4:36908, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48976->172.17.0.4:37378, err= 2026/08/02 04:45:51 INFO : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Can't DirMove - falling back to file moves: can't move directory - incompatible remotes 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37422") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33996->172.17.0.4:37422, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39683") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38493") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33062->172.17.0.4:38493, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45868->172.17.0.4:39683, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32084") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34688") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39139") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60746->172.17.0.4:32084, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52734->172.17.0.4:34688, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52726->172.17.0.4:39139, err= 2026/08/02 04:45:51 INFO : A3/B1/three: Moved (server-side) to: A4/B1/three 2026/08/02 04:45:51 INFO : A3/two: Moved (server-side) to: A4/two 2026/08/02 04:45:51 INFO : A3/B1/C1/four: Moved (server-side) to: A4/B1/C1/four 2026/08/02 04:45:51 INFO : A3/one: Moved (server-side) to: A4/one 2026/08/02 04:45:51 INFO : A3/B1/C2/five: Moved (server-side) to: A4/B1/C2/five 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32130") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54574->172.17.0.4:32130, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39463") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35950->172.17.0.4:39463, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31963") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36988") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55582->172.17.0.4:31963, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53212->172.17.0.4:36988, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32288") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54806->172.17.0.4:32288, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37272") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32045") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57488->172.17.0.4:32045, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:37878->172.17.0.4:37272, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38557") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33456->172.17.0.4:38557, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36335") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41884->172.17.0.4:36335, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32100") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47394->172.17.0.4:32100, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30724") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56540->172.17.0.4:30724, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34708") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38746") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41232->172.17.0.4:34708, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59284->172.17.0.4:38746, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31699") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59724->172.17.0.4:31699, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36244") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60508->172.17.0.4:36244, err= --- PASS: TestDirMove (3.16s) === RUN TestGetFsInfo run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36980") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45956->172.17.0.4:36980, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32009") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59328->172.17.0.4:32009, 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31767") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59510->172.17.0.4:31767, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: File to upload is small (34 bytes), uploading instead of streaming 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36821") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52236->172.17.0.4:36821, err= 2026/08/02 04:45:51 DEBUG : no_checksum_small_file_from_pipe: size = 34 OK 2026/08/02 04:45:51 NOTICE: ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: --checksum is in use but the source and destination have no hashes in common; falling back to --size-only 2026/08/02 04:45:51 DEBUG : no_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33410") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45752->172.17.0.4:33410, err= 2026/08/02 04:45:51 DEBUG : no_checksum_big_file_from_pipe: size = 102401 OK 2026/08/02 04:45:51 DEBUG : no_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35354") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36696->172.17.0.4:35354, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39732") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53038->172.17.0.4:39732, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32756") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38068->172.17.0.4:32756, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=false run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33080") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51882->172.17.0.4:33080, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: File to upload is small (34 bytes), uploading instead of streaming 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39474") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56180->172.17.0.4:39474, err= 2026/08/02 04:45:51 DEBUG : with_checksum_small_file_from_pipe: size = 34 OK 2026/08/02 04:45:51 DEBUG : with_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39544") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59802->172.17.0.4:39544, err= 2026/08/02 04:45:51 DEBUG : with_checksum_big_file_from_pipe: size = 102401 OK 2026/08/02 04:45:51 DEBUG : with_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33656") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41660->172.17.0.4:33656, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39991") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47208->172.17.0.4:39991, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38963") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41704->172.17.0.4:38963, err= === RUN TestRcat/withChecksum=false,ignoreChecksum=true run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35794") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54628->172.17.0.4:35794, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: File to upload is small (34 bytes), uploading instead of streaming 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33112") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50050->172.17.0.4:33112, err= 2026/08/02 04:45:51 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/02 04:45:51 DEBUG : ignore_checksum_small_file_from_pipe: Size and modification time the same (differ by -499.999999ms, within tolerance 1s) 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30010") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:32866->172.17.0.4:30010, err= 2026/08/02 04:45:51 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/02 04:45:51 DEBUG : ignore_checksum_big_file_from_pipe: Size and modification time the same (differ by -123.456789ms, within tolerance 1s) 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38690") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56190->172.17.0.4:38690, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33152") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43556->172.17.0.4:33152, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30921") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48340->172.17.0.4:30921, err= === RUN TestRcat/withChecksum=true,ignoreChecksum=true run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39439") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39772->172.17.0.4:39439, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: File to upload is small (34 bytes), uploading instead of streaming 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31333") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47392->172.17.0.4:31333, err= 2026/08/02 04:45:51 DEBUG : ignore_checksum_small_file_from_pipe: size = 34 OK 2026/08/02 04:45:51 DEBUG : ignore_checksum_small_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36451") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49882->172.17.0.4:36451, err= 2026/08/02 04:45:51 DEBUG : ignore_checksum_big_file_from_pipe: size = 102401 OK 2026/08/02 04:45:51 DEBUG : ignore_checksum_big_file_from_pipe: Size of src and dst objects identical 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37988") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33170->172.17.0.4:37988, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39250") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46438->172.17.0.4:39250, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33649") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50596->172.17.0.4:33649, err= --- PASS: TestRcat (0.06s) --- PASS: TestRcat/withChecksum=false,ignoreChecksum=false (0.02s) --- 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-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" operations_test.go:1563: Skipping as destination doesn't support user metadata 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34975") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:53690->172.17.0.4:34975, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31008") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39776->172.17.0.4:31008, err= --- SKIP: TestRcatMetadata (0.00s) === RUN TestRcatSize run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39238") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43036->172.17.0.4:39238, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: File to upload is small (60 bytes), uploading instead of streaming 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34927") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55970->172.17.0.4:34927, err= 2026/08/02 04:45:51 DEBUG : potato2: size = 60 OK 2026/08/02 04:45:51 DEBUG : potato2: Size of src and dst objects identical 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30373") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41586->172.17.0.4:30373, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39457") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44324->172.17.0.4:39457, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31821") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46332->172.17.0.4:31821, err= --- PASS: TestRcatSize (0.01s) === RUN TestRcatSizeMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" operations_test.go:1644: Skipping as destination doesn't support user metadata 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35818") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40432->172.17.0.4:35818, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36966") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33082->172.17.0.4:36966, err= --- SKIP: TestRcatSizeMetadata (0.00s) === RUN TestRcatSizeUploadHeaders run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30655") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33846->172.17.0.4:30655, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38605") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46798->172.17.0.4:38605, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35046") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36668->172.17.0.4:35046, err= --- PASS: TestRcatSizeUploadHeaders (0.01s) === RUN TestTouchDir run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30440") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40782->172.17.0.4:30440, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39569") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:55798->172.17.0.4:39569, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36010") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:46544->172.17.0.4:36010, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34037") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49486->172.17.0.4:34037, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31354") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51616->172.17.0.4:31354, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30099") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50432->172.17.0.4:30099, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Touching "potato2" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Touching "empty space" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38997") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:39178->172.17.0.4:38997, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Touching "sub dir/potato3" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30681") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57658->172.17.0.4:30681, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34581") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40302->172.17.0.4:34581, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31023") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49930->172.17.0.4:31023, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32870") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:50898->172.17.0.4:32870, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39474") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:56194->172.17.0.4:39474, err= --- PASS: TestTouchDir (0.02s) === RUN TestMkdirMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" operations_test.go:1773: Skipping test as remote does not support MkdirMetadata 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33450") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41618->172.17.0.4:33450, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31631") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40568->172.17.0.4:31631, err= --- SKIP: TestMkdirMetadata (0.00s) === RUN TestMkdirModTime run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" operations_test.go:1792: Skipping test as remote does not support DirSetModTime or MkdirMetadata 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37143") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43418->172.17.0.4:37143, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36938") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42672->172.17.0.4:36938, err= --- SKIP: TestMkdirModTime (0.00s) === RUN TestCopyDirMetadata run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" operations_test.go:1813: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33702") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:58696->172.17.0.4:33702, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31849") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44466->172.17.0.4:31849, err= --- SKIP: TestCopyDirMetadata (0.00s) === RUN TestSetDirModTime run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" operations_test.go:1849: Skipping test as remote does not support DirSetModTime or WriteDirSetModTime 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32423") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51786->172.17.0.4:32423, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34737") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51002->172.17.0.4:34737, err= --- SKIP: TestSetDirModTime (0.00s) === RUN TestDirsEqual run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" operations_test.go:1893: Skipping test as remote does not support WriteDirMetadata or MkdirMetadata 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34392") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:47650->172.17.0.4:34392, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35505") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40210->172.17.0.4:35505, err= --- SKIP: TestDirsEqual (0.00s) === RUN TestRemoveExisting run.go:198: Remote "ftp://172.17.0.4:21/rclone-test-vebuyij1qaje", Local "Local file system at /tmp/rclone1414402507", Modify Window "1s" 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30028") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:59458->172.17.0.4:30028, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39258") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54344->172.17.0.4:39258, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33228") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35496->172.17.0.4:33228, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36955") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:60786->172.17.0.4:36955, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39540") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41244->172.17.0.4:39540, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33494") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:45242->172.17.0.4:33494, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30424") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54426->172.17.0.4:30424, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37702") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:43894->172.17.0.4:37702, err= 2026/08/02 04:45:51 DEBUG : sub dir/test remove existing: TEST: renaming existing object to "sub dir/test remove existing.pasijik1" before starting 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34216") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:42274->172.17.0.4:34216, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30986") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:33888->172.17.0.4:30986, err= 2026/08/02 04:45:51 DEBUG : sub dir/test remove existing.pasijik1: TEST: removing renamed existing file after operation 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:38446") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:54580->172.17.0.4:38446, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30672") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49326->172.17.0.4:30672, err= 2026/08/02 04:45:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sutagun0" before starting 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34829") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:36580->172.17.0.4:34829, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:30265") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:40270->172.17.0.4:30265, err= 2026/08/02 04:45:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.sutagun0: TEST: renaming existing back after failed operation 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32846") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51992->172.17.0.4:32846, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31814") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:52774->172.17.0.4:31814, err= 2026/08/02 04:45:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890123456789: TEST: renaming existing object to "sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lohakug4" before starting 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:34717") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:35936->172.17.0.4:34717, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:35264") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:44502->172.17.0.4:35264, err= 2026/08/02 04:45:51 DEBUG : sub dir/test remove existing with long name 123456789012345678901234567890123456789012345678901234567890.lohakug4: TEST: removing renamed existing file after operation 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:39860") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:57932->172.17.0.4:39860, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:31010") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:41090->172.17.0.4:31010, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:33887") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:48432->172.17.0.4:33887, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:32523") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:49088->172.17.0.4:32523, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:36959") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:38844->172.17.0.4:36959, err= --- PASS: TestRemoveExisting (0.03s) === 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/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: dial("tcp","172.17.0.4:37359") 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: > dial: conn=172.17.0.1:51870->172.17.0.4:37359, err= 2026/08/02 04:45:51 DEBUG : ftp://172.17.0.4:21/rclone-test-vebuyij1qaje: Purge dir "" "./operations.test -test.v -test.timeout 1h0m0s -remote TestFTPPureftpd: -verbose" - Finished OK in 1m16.448731683s (try 1/5)